summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/Makefile43
-rw-r--r--po/POTFILES.in1
-rw-r--r--po/af.po330
-rw-r--r--po/ar.po337
-rw-r--r--po/az.po334
-rw-r--r--po/be.po330
-rw-r--r--po/bg.po332
-rw-r--r--po/br.po318
-rw-r--r--po/bs.po337
-rw-r--r--po/ca.po334
-rw-r--r--po/cs.po334
-rw-r--r--po/cy.po337
-rw-r--r--po/da.po334
-rw-r--r--po/de.po337
-rw-r--r--po/drakconf.pot306
-rw-r--r--po/el.po334
-rw-r--r--po/eo.po334
-rw-r--r--po/es.po337
-rw-r--r--po/et.po334
-rw-r--r--po/eu.po337
-rwxr-xr-xpo/fake_c.pl22
-rw-r--r--po/fi.po334
-rw-r--r--po/fr.po337
-rw-r--r--po/ga.po334
-rw-r--r--po/gl.po336
-rw-r--r--po/hr.po334
-rw-r--r--po/hu.po334
-rw-r--r--po/id.po333
-rw-r--r--po/it.po334
-rw-r--r--po/ja.po334
-rw-r--r--po/ka.po336
-rw-r--r--po/ko.po334
-rw-r--r--po/lt.po334
-rw-r--r--po/lv.po334
-rw-r--r--po/ms.po330
-rw-r--r--po/mt.po337
-rw-r--r--po/nl.po337
-rw-r--r--po/no.po337
-rw-r--r--po/pl.po334
-rw-r--r--po/pt.po334
-rw-r--r--po/pt_BR.po334
-rw-r--r--po/ro.po393
-rw-r--r--po/ru.po334
-rw-r--r--po/sk.po334
-rw-r--r--po/sl.po337
-rw-r--r--po/sp.po334
-rw-r--r--po/sq.po334
-rw-r--r--po/sr.po334
-rw-r--r--po/sv.po334
-rw-r--r--po/ta.po334
-rw-r--r--po/tg.po332
-rw-r--r--po/th.po334
-rw-r--r--po/tr.po334
-rw-r--r--po/uk.po334
-rw-r--r--po/vi.po337
-rw-r--r--po/wa.po337
-rw-r--r--po/zh_CN.po334
-rw-r--r--po/zh_TW.po334
58 files changed, 9284 insertions, 9193 deletions
diff --git a/po/Makefile b/po/Makefile
index 712160de..68239d2e 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,11 +1,23 @@
# Installation directories
localedir = $(DESTDIR)/usr/share/locale
-LANGS = $(shell ls *.po | xargs -i basename {} .po )
PGOAL = drakconf
-GOALS = $(PGOAL).pot $(foreach a, $(LANGS), $(a).mo)
-# $(foreach a, $(LANGS), $($(a).mo))
+# perl files to search translatable strings in
+PL_FILES = $(shell cat POTFILES.in | sed 's,^,../,')
+# C-like files to search translatable strings in
+#CFILES =
+
+PL_CFILES = $(PL_FILES:%=%_.c)
+POFILES = $(shell ls *.po)
+MOFILES = $(POFILES:%.po=%.mo)
+LANGS = $(POFILES:%.po=%)
+
+PREFIX = $(RPM_BUILD_ROOT)/usr
+DATADIR = $(PREFIX)/share
+LOCALEDIR=$(DATADIR)/locale
+
+GOALS = $(PGOAL).pot $(MOFILES)
all: $(GOALS)
@@ -16,15 +28,26 @@ install: all
done
clean:
- rm -f *~ *.[oas] *.mo $(GOALS) TAGS
+ rm -f *~ *.[oas] *.mo $(GOALS) TAGS $(PL_CFILES)
%.mo: %.po
msgfmt -o $@ $<
-%.pot: POTFILES.in
- xgettext --default-domain=`basename $@ .pot` --directory=.. \
- --add-comments --keyword=__ --keyword=_ --keyword=N_ \
- --keyword=I_ --keyword=i18n \
- --files-from=./POTFILES.in && \
- mv `basename $@ .pot`.po $@
+$(PGOAL).pot: $(PL_CFILES) $(CFILES)
+ xgettext -F -n --add-comments='-PO' --default-domain=$(PGOAL) \
+ --keyword=_ --keyword=__ --keyword=N_ \
+ --keyword=I_ --keyword=i18n \
+ --language=C $(PL_CFILES) $(CFILES)
+ mv $(PGOAL).po $@
+ @rm -rf $(PL_CFILES)
+
+$(PL_CFILES): %_.c: %
+ ./fake_c.pl $< > $@
+
+merge: $(PGOAL).pot
+ @for n in $(POFILES); do \
+ echo "Merging $$n"; \
+ msgmerge "$$n" $< > "$$n"t; \
+ mv -f "$$n"t "$$n"; \
+ done
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 722f73ad..a719a06d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,3 @@
-placeholder.h
control-center
clock.pl
menus_launcher.pl
diff --git a/po/af.po b/po/af.po
index 8128b504..19985a91 100644
--- a/po/af.po
+++ b/po/af.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: Wed Sep 13 2000 10:34:02+0200\n"
"Last-Translator: Schalk W. Cronj <schalkc@ntaba.co.za>\n"
"Language-Team: Afrikaans <mandrake@af.org.za>\n"
@@ -15,515 +15,517 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KTranslator v 0.6.0\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: fout"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr ""
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Verlaat"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr ""
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr ""
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Wat is u tydsone?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
msgstr ""
-"Fout in die bestudering\n"
-"van die konfigurasieler."
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Na nie enige program vind nie\n"
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Is die hardewareklok gestel vir GMT?"
-#: control-center:60
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr ""
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Kanselleer"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr ""
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr ""
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr ""
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr ""
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr ""
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr ""
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr ""
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr ""
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr ""
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr ""
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr ""
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr ""
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr ""
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr ""
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr ""
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr ""
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr ""
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr ""
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr ""
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr ""
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr ""
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr ""
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr ""
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr ""
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr ""
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr ""
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr ""
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr ""
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Kanselleer"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr ""
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr ""
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ""
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr ""
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr ""
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ""
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr ""
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr ""
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr ""
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr ""
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr ""
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ""
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr ""
-#: control-center:786
+#: ../control-center_.c:789
#, fuzzy
msgid "/File"
msgstr "Verlaat"
-#: control-center:786
+#: ../control-center_.c:789
#, fuzzy
msgid "/_Quit"
msgstr "Verlaat"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr ""
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr ""
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
+#: ../control-center_.c:794
+msgid "/Display _Logs"
msgstr ""
-#: control-center:791
-msgid "/Display _Logs"
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
msgstr ""
-#: control-center:796
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr ""
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr ""
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr ""
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr ""
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr ""
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr ""
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr ""
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Wat is u tydsone?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr ""
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Is die hardewareklok gestel vir GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr ""
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
"Choose which menu you want to configure"
msgstr ""
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr ""
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
#, fuzzy
msgid "Configure..."
msgstr "IDE word opgestel"
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr ""
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: fout"
+
+#~ msgid "Quit"
+#~ msgstr "Verlaat"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Fout in die bestudering\n"
+#~ "van die konfigurasieler."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Na nie enige program vind nie\n"
+
#, fuzzy
#~ msgid "/File/_Quit"
#~ msgstr "Verlaat"
diff --git a/po/ar.po b/po/ar.po
index e477f366..0aa80a6d 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-03-13 14:32GMT\n"
"Last-Translator: Boujaj Mostapha Ibrahim <informatik.gelsenkirchen@arcor."
"de>\n"
@@ -16,416 +16,429 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf:خطأ"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "خروج"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "المنطقة الزمنية"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"خطأ أثناء تحليل\n"
-"مف الإعدادات."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "المنطقة الزمنية - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "لم يمكن ايجاد أي برنامج\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "ما هي منطقتك الزمنية"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "توقيت غرينتش - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "هل ساعة جهازك مضبوطة على توقيت غرينتش"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "موافق"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "الغاء"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "اعادة التشغيل"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "مركز تحكم Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "يرجى.... الانتظار."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "قرص الإقلاع"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "اعدادات الإقلاع"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "تثبيت آلي"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "الشاشة"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "دقة العرض"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "العرض"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "قائمة العتاد"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "الفأرة"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "الطابعة"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "الماسح الضوئي"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "المستخدمون"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "لوحة المفاتيح"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "الأقراص الصلبة"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "نقاط تجهيز NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "نقاط تجهيز Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "نقاط تجهيز WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "مشاركة التجزئات"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "الإتصال"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "مشاركة الإتصال"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy إعداد "
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "مستوى الأمن"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "الجدارالناري"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "القوائم"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "الخدمات"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "الخطوط"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "التاريخ و الوقت"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "السجلات"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "لوحة الأوامر"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "ثبت البرنامج"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "احذف البرنامج"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "تحديث Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "مدير مصادر البرمجيات"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "TV Cards"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "العميل DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "الأخبار"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "البروكسي"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "الخادم"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "الوقت"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "الإقلاع و بدء التشغيل"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "العتاد"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "نقاط التجهيز"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "قرص مدمج"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "جهاز نسخ أقراص"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "قرص مرن"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "الشبكة و الإنترنت"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "الأمن"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "النظام"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "ادارة البرامج"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "إعداد الخادم"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "مركز تحكم Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "حفظت التعديلات في المركبة الحاليّة"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "يرجى الانتظار..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "الغاء"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "أهلا بكم في مركز تحكم Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "لم يكن غتح هذا الملف للقراءة: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "النظام:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "اسم المستضيف:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "اصدار نواة النظام:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "الجهاز:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "لم يمكن تفريق: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "موافق"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "اغلاق"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "تيمات أكثر"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "استلم تيمات جديدة"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "تيمات إضافية "
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "www.damz.net احصل على الموضوعات الإضافيّة على ا"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "حول - مركز تحكم Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "المؤلف: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Artwork: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "مركز تحكم Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "حقوق النشر محفوظة (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "تحذير: لم يتم تحديد المتصفح"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "تحذير أمني: لا يمكنني الإتصال بالإنترنت كمستخدم جذري"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_ملف"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/ملف"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_خروج"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/خ_يارات"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/خيارات"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/اعرض ال_سجلات"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/خيارات"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_وضع مدمج"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_تيمات"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/تيمات"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -433,67 +446,39 @@ msgstr ""
"هذا الفعل سوف يعيد تشغيل مركز التحكم.\n"
"أي تغييرات لم يتم تطبيقها سوف تضيع."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_تيمات أكثر "
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_مساعدة"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/مساعدة"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_تقرير خطأ"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_حول..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/اعرض السجلات"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/وضع مدمج"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "المنطقة الزمنية"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "المنطقة الزمنية - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "ما هي منطقتك الزمنية"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "توقيت غرينتش - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "هل ساعة جهازك مضبوطة على توقيت غرينتش"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "اعادة التشغيل"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "مركز اعدادات القوائم"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -503,30 +488,47 @@ msgstr ""
"\n"
"اختر أي قائمة تريد اعداداها"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "قائمة النظام"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "اعداد..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "قائمة المستخدم"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "انتهى"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "اعدادات الطباعة"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "انقر هنا لإعداد نظام الطباعة"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf:خطأ"
+
+#~ msgid "Quit"
+#~ msgstr "خروج"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "خطأ أثناء تحليل\n"
+#~ "مف الإعدادات."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "لم يمكن ايجاد أي برنامج\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -689,9 +691,6 @@ msgstr "انقر هنا لإعداد نظام الطباعة"
#~ msgid "Save as.."
#~ msgstr "حفظ بإسم.."
-#~ msgid "TV Cards"
-#~ msgstr "TV Cards"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "اضغط هنا لتركيب الموضوعات العاديّة :"
diff --git a/po/az.po b/po/az.po
index 03984669..ef3d684b 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-01 14:10GMT+0200\n"
"Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n"
"Language-Team: Azerbaijani Turkic <linuxaz@azerimail.net>\n"
@@ -14,420 +14,433 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: xəta"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Çıx"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Vaxt Zolağı"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Quraşdırılma faylının\n"
-"daranması sırasında xəta."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Vaxt Zolağı - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Heç bir proqram tapa bilmədim\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Sisteminizin yerləşdiyi vaxt zolağı haradır?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Avadanlıq saatınız GMT-yə görə quruludurmu?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Oldu"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Ləğv et"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Sıfırla"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake İdarə Mərkəzi"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Yüklənir... Lütfən gözləyin"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Açılış Disketi"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Açılış Quruluşu"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Avtomatik Qurulum"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Ekran"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Avadanlıq Siyahısı"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Siçan"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Çapedici"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Darayıcı"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "İstifadəçilər"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Klaviatura"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Sabit Sürücülər"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS bağlama nöqtələri"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba bağlama nöqtələri"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV bağlama nöqtələri"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Bölmə Paylaşılması"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Bağlantı"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Bağlantı Paylaşılması"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Vəkil Verici Quraşdırılması"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Təhlükəsizlik Səviyyəsi"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menülər"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Xidmətlər"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Yazı Növləri"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Vaxt və Tarix"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Qeydlər"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Proqram İdarəçisi"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS Alıcısı"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Xəbərlər"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Vəkil Verici"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Verici"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Vaxt"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Veb"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Açılış"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Avadanlıq"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Bağlama Nöqtələri"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD Yandırıcı"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppi"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Şəbəkə və İnternet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Təhlükəsizlik"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistem"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Proqram İdarəçisi"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Verici Quraşdırılması"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake İdarə Mərkəzi %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Hazırkı moduldakı düzəlişlər qeyd edilməyəcəklərdir."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Lütfən güzləyin..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Ləğv et"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-adobe-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso10646-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Mandrake İdarə Mərkəzinə Xoş Gəldiniz"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "bu fayl oxunmaq üçün açıla bilmir: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Qovşaq Adı:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Çəkirdək Buraxılışı:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Kompüter:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "\"fork\" edə bilmədim: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Oldu"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Qapat"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Daha çox örtük"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Yeni örtüklər alınır"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Əlavə örtüklər"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "www.damz.net ünvanından əlavə örtüklər al"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Haqqında - Mandrake İdarə Mərkəzi"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Müəllif:"
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Sənət işi:"
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake İdarə Mərkəzi %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Təlif Haqqı (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Xəbərdarlıq: Heç bir səyyah müəyyənləşdirilməyib"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Təhlükəsizlik Xəbərdarlığı: İnternetə ali istifadəçi olaraq bağlanmaq üçün "
"icazəm yoxdur"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fayl"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fayl"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Çıx"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Seçənəklər"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Seçənəklər"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Qeydləri _Göstər"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Seçənəklər"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Hopdurulmuş Mod"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Örtüklər"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Örtüklər"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -435,67 +448,39 @@ msgstr ""
"Bu geniş idarə mərkəzini yenidən başladacaqdır.\n"
"Tətbiq edilməmiş dəyişikliklər itiriləcəklərdir."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Daha çox örtük"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Yardım"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Yardım"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Haqqında..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Qeydləri Göstər"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Hopdurulmuş Mod"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Vaxt Zolağı"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Vaxt Zolağı - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Sisteminizin yerləşdiyi vaxt zolağı haradır?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Avadanlıq saatınız GMT-yə görə quruludurmu?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Sıfırla"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menü Quraşdırma Mərkəzi"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -505,30 +490,47 @@ msgstr ""
"\n"
"Quraşdırmaq istədiyiniz menüyü bildirin"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistem menüsü"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Quraşdır..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "İstifadəçi menüsü"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Qurtardı"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Çap sazlanması"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Çap sistemini sazlamaq üçün buraya tıqlayın"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: xəta"
+
+#~ msgid "Quit"
+#~ msgstr "Çıx"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Quraşdırılma faylının\n"
+#~ "daranması sırasında xəta."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Heç bir proqram tapa bilmədim\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/be.po b/po/be.po
index f1acc866..97a8a379 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2000-08-19 08:45+0200\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be <be@li.org>\n"
@@ -13,515 +13,517 @@ msgstr ""
"Content-Type: text/plain; charset=windows-1251\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: "
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr ""
-#: placeholder.h:8
-msgid "Quit"
-msgstr ""
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr ""
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr ""
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "i ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
msgstr ""
-" \n"
-" ."
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr " \n"
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr " i ii GMT?"
-#: control-center:60
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr ""
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr ""
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr ""
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr ""
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr ""
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr ""
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr ""
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr ""
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr ""
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr ""
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr ""
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr ""
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr ""
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr ""
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr ""
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr ""
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr ""
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr ""
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr ""
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr ""
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr ""
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr ""
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr ""
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr ""
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr ""
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr ""
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr ""
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr ""
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr ""
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr ""
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr ""
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr ""
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ""
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr ""
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr ""
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ""
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr ""
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr ""
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr ""
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr ""
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr ""
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ""
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr ""
-#: control-center:786
+#: ../control-center_.c:789
#, fuzzy
msgid "/File"
msgstr ""
-#: control-center:786
+#: ../control-center_.c:789
#, fuzzy
msgid "/_Quit"
msgstr ""
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr ""
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr ""
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
+#: ../control-center_.c:794
+msgid "/Display _Logs"
msgstr ""
-#: control-center:791
-msgid "/Display _Logs"
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
msgstr ""
-#: control-center:796
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr ""
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr ""
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr ""
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr ""
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr ""
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr ""
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr ""
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "i ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr ""
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr " i ii GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr ""
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
"Choose which menu you want to configure"
msgstr ""
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr ""
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
#, fuzzy
msgid "Configure..."
msgstr " IDE"
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr ""
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: "
+
+#~ msgid "Quit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ " \n"
+#~ " ."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr " \n"
+
#, fuzzy
#~ msgid "/File/_Quit"
#~ msgstr ""
diff --git a/po/bg.po b/po/bg.po
index e5226a51..b09cfdab 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2000-05-24 01:54+0200\n"
"Last-Translator: Boyan Ivanov <boyan17@mail.bg>\n"
"Language-Team: Bulgarian\n"
@@ -14,435 +14,448 @@ msgstr ""
"Content-Type: text/plain; charset=windows-1251\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr ": "
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr ""
+
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr " "
-#: placeholder.h:8
-msgid "Quit"
-msgstr ""
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr " - "
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr " ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
msgstr ""
-" \n"
-" "
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr " \n"
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr " GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
-#: control-center:60
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr " %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr ", ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr " "
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr " "
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr " "
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr ""
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr ""
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr ""
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
#, fuzzy
msgid "Hard Drives"
msgstr ""
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS "
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba "
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV "
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr " "
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr " "
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr " "
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr " "
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr " "
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr " "
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr ""
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr " "
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/_"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr " "
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr " "
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr ""
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr ""
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr " "
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr " -"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr " "
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr ""
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr " "
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr " "
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr " %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr " "
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr ", ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
-#: control-center:461
+#: ../control-center_.c:466
#, fuzzy
msgid "Welcome to the Mandrake Control Center"
msgstr " - "
-#: control-center:462
+#: ../control-center_.c:467
#, fuzzy, c-format
msgid "cannot open this file for read: %s"
msgstr " : %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ":"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr " :"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr " "
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ":"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr ""
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr " "
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr " "
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr " "
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr " www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " - "
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ":"
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr ":"
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr " %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr ""
" %s \n"
" \n"
" Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ": "
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
" : "
" root "
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/"
-
-#: control-center:791
+#: ../control-center_.c:794
#, fuzzy
msgid "/Display _Logs"
msgstr "/ _"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -450,67 +463,39 @@ msgstr ""
" .\n"
" ."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_ "
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_ "
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/ "
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr ""
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr " "
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr " - "
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr " ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr ""
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr " GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr " "
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -520,30 +505,47 @@ msgstr ""
"\n"
" "
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr " "
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr " ..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr " "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr " -"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr " , "
+#~ msgid "DrakConf: error"
+#~ msgstr ": "
+
+#~ msgid "Quit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ " \n"
+#~ " "
+
+#~ msgid "Can't find any program\n"
+#~ msgstr " \n"
+
#~ msgid "logdrake"
#~ msgstr ""
diff --git a/po/br.po b/po/br.po
index 3c653509..1a0c9e81 100644
--- a/po/br.po
+++ b/po/br.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-02-14 17:17+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: Brezhoneg <LL@li.org>\n"
@@ -13,367 +13,381 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: fazi"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
+
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Takad-eur"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Kuitaat"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Takad-eur - DrakClock"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr ""
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
msgstr ""
-#: placeholder.h:10
-msgid "Can't find any program\n"
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "YA"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Nulla"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
msgstr ""
-#: control-center:60
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "A-brepoz - Mandrake Control Center"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr ""
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Planedenn loc'ha"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Kefluniadur loc'ha"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr ""
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Periantel"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Logodenn"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Moullerez"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "tud"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Stokellaoueg"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr ""
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Poent marc'ha NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Poent marc'ha SaMBa"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Poent marc'ha WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr ""
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr ""
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr ""
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Live surentez"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr ""
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Letrin"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr ""
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "Servijerio*"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr "Takad-eur"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Loc'ha"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Periantel"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Poent marc'ha"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rouedad hag Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Surentez"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Reizhiad"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr ""
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr ""
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr ""
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr ""
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Nulla"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
#, fuzzy
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-*-100-*-*-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Degemer e Mandrake Control Center"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "Fazi en ur zigeri %s evit skriva"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Reizhiad"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Anv ostiz"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Stumm kraoell:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ""
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "n'ev ket fork(): %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "YA"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Prenna,"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "A-brepoz - Mandrake Control Center"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, fuzzy, c-format
msgid "Mandrake Control Center %s\n"
msgstr "A-brepoz - Mandrake Control Center"
-#: control-center:749
+#: ../control-center_.c:752
#, fuzzy
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr ""
@@ -381,152 +395,132 @@ msgstr ""
" \n"
" Copyright (C) 2001 Mandrakesoft SA\n"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ""
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Restr"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Restr"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Kuitaat"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr ""
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr ""
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Dibarzho"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr ""
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Dibarzho"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Skoazell"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Skoazell"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_A-brepoz"
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr ""
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Takad-eur"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Takad-eur - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr ""
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr ""
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr ""
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
"Choose which menu you want to configure"
msgstr ""
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr ""
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr ""
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr ""
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Echu"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: fazi"
+
+#~ msgid "Quit"
+#~ msgstr "Kuitaat"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/bs.po b/po/bs.po
index 9ef866e8..c8264067 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 17.08.2002. 12:43\n"
"Last-Translator: Amila Akagi <bono@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -13,418 +13,431 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: greka"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Izlaz"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Vremenska zona"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Greka prilikom parsiranja\n"
-"konfiguracijske datoteke."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Vremenska zona - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ne mogu pronai nijedan program\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Koja je vaa vremenska zona?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Je li va hardverski sat podeen na GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "U redu"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Odustani"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Resetuj"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrolni Centar"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Uitavam... Molim saekajte"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Boot disketa"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Boot konfiguracija"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automatska instalacija"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Rezolucija"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Prikaz"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Lista hardware-a"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mi"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "tampa"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Korisnici"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastatura"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Tvrdi diskovi"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS mjesta montiranja"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba mjesta montiranja"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV mjesta montiranja"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Djeljenje particije"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Konekcija"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Djeljenje konekcije"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Podeavanje proxy-a"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Nivo sigurnosti"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Meniji"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servisi"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fontovi"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datum i vrijeme"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logovi"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konzola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Instaliraj softver"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Ukloni softver"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Update Mandrake-a"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Menader za izvodni kod softvera"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "TV karte"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS klijent"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Vrijeme"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardver"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Mjesta montiranja"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD pisa"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disketa"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Mrea & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sigurnost"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistem"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Menader softvera"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Podeavanje servera"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake Kontrolni Centar %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Izmijene u trenutnom modulu nee biti spaene."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Molim saekajte..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Odustani"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-2,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Dobro doli u Mandrake Kontrolni Centar"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "ne mogu otvoriti ovu datoteku za itanje: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Naziv raunara:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Verzija kernela:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Maina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ne mogu napraviti fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "U redu"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Zatvori"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Vie tema"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Nabavka novih tema"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Dodatne teme"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Dodatne teme moete nai na www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "O - Mandrake Kontrolnom Centaru"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Artwork: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Kontrolni Centar %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Autorska prava (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Upozorenje: Browser nije odreen"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Sigurnosno upozorenje: Nije mi dozvoljeno da se konektujem na Internet kao "
"root korisnik"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Datoteka"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Datoteka"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Izlaz"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opcije"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opcije"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Prikai _logove"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opcije"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Embedded nain"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Teme"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Teme"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -432,67 +445,39 @@ msgstr ""
"Ova e akcija ponovo pokrenuti kontrolni centar.\n"
"Promjene koje nisu primijenjene bit e izgubljene."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Vie tema"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Pomo"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Pomo"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Prijavi greku"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_O programu..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Prikai logove"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Embedded nain"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Vremenska zona"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Vremenska zona - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Koja je vaa vremenska zona?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Je li va hardverski sat podeen na GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Resetuj"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centar za konfiguraciju menija"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -502,30 +487,47 @@ msgstr ""
"\n"
"Izaberite meni koji elite konfigurisati"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistemski meni"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Podesi..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Korisniki meni"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Gotovo"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Konfiguracija tampanja"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Kliknite ovdje kako bi konfigurisali sistem za tampu"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: greka"
+
+#~ msgid "Quit"
+#~ msgstr "Izlaz"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Greka prilikom parsiranja\n"
+#~ "konfiguracijske datoteke."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ne mogu pronai nijedan program\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -690,8 +692,5 @@ msgstr "Kliknite ovdje kako bi konfigurisali sistem za tampu"
#~ msgid "Save as.."
#~ msgstr "Sauvaj kao..."
-#~ msgid "TV Cards"
-#~ msgstr "TV karte"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Kliknite ovdje kako bi instalirali standardne teme:"
diff --git a/po/ca.po b/po/ca.po
index 000f9c3d..b93e4a2a 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-13 22:24+0200\n"
"Last-Translator: Softcatal <traddrake@softcatala.org>\n"
"Language-Team: Catalan <info@softcatala.org>\n"
@@ -13,418 +13,431 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: error"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Surt"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Zona horria"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Error en analitzar\n"
-"el fitxer de configuraci."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Zona horria - DrakClock"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "En quina zona horria us trobeu?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "El rellotge del vostre ordinador est regulat a GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "D'acord"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "No es pot trobar cap programa\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Cancella"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reinicialitza"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Centre de control de Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "S'est carregant... Si us plau, espereu"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disc d'arrencada"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Configuraci de l'arrencada"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Installaci automtica"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Resoluci"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Visualitza"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Llista de maquinari"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Ratol"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Impressora"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Escner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Usuaris"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Teclat"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Unitats de disc dur"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Punts de muntatge NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Punts de muntatge Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Punts de muntatge WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Compartici de la partici"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Connexi"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Compartici de la connexi"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Configuraci del servidor intermediari"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Nivell de seguretat"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Mens"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Serveis"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Tipus de lletra"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data i hora"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Registres"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Consola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Installa el programari"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Treu el programari"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Gestor de fonts de programari"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Client DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Notcies"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Servidor intermediari"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Servidor"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Hora"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Arrencada"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Maquinari"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Punts de muntatge"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Enregistrador de CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disquet"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Xarxa i Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Seguretat"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Gestor de programari"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Configuraci del servidor"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centre de control de Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Les modificacions que s'han fet al mdul actual no es desaran."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Si us plau, espereu..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Cancella"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Benvingut al centre de control de Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "no es pot obrir aquest fitxer per llegir-lo: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nom de l'ordinador:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Versi del nucli:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Mquina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "no es pot bifurcar: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "D'acord"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Tanca"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Ms temes"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Obtenci de temes nous"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Temes addicionals"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Aconsegueix temes addicionals a www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Quant a - Centre de control de Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Circuit original:"
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centre de control de Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Avs: no s'ha indicat cap navegador"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Avs de seguretat: no estic autoritzat a connectar-me a Internet com a "
"superusuari"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fitxer"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fitxer"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Surt"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opcions"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opcions"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Visualitza els _registres"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opcions"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Mode incrustat"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temes"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temes"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -432,67 +445,39 @@ msgstr ""
"Amb aquesta acci, el centre de control es reiniciar.\n"
"Qualsevol canvi no aplicat es perdr."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Ms temes"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ajuda"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ajuda"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Informeu d'un error"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Quant a..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Visualitza els registres"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Mode incrustat"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Zona horria"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Zona horria - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "En quina zona horria us trobeu?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "El rellotge del vostre ordinador est regulat a GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reinicialitza"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centre de configuraci de mens"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -502,26 +487,43 @@ msgstr ""
"\n"
"Seleccioneu el men que voleu configurar"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Men del sistema"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Configura..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Men d'usuari"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Fet"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Configuraci de la impressi"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Feu clic aqu per configurar el sistema d'impressi"
+
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: error"
+
+#~ msgid "Quit"
+#~ msgstr "Surt"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Error en analitzar\n"
+#~ "el fitxer de configuraci."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "No es pot trobar cap programa\n"
diff --git a/po/cs.po b/po/cs.po
index 3711899b..8f69bd9a 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-07 15:02GMT\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: etina <cs@li.org>\n"
@@ -15,417 +15,430 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: chyba"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Konec"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "asov psmo"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Chyba pi zpracovvn\n"
-"konfiguranho souboru."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "asov psmo - DrakClock"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Jak je vae asov psmo?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Jsou vae hardwarov hodiny nastaveny na GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nemu najt dn program\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Zruit"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Obnovit"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Ovldac centrum Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Nahrvm... ekejte prosm"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Spoutc disk"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Nastaven zavade"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automatick instalace"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Rozlien"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Displej"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Seznam hardware"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "My"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Tiskrna"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skener"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Uivatel"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Klvesnice"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Pevn disky"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Ppojn body NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Ppojn body Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Ppojn body WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Sdlen oddl"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Pipojen"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Sdlen pipojen"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Nastaven proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "rove zabezpeen"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Sluby"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Psma"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datum a as"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logy"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konzole"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Instalovat software"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Odebrat software"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Sprvce zdroj software"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS klient"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "as"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Zavad"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Ppojn body"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Vypalovaka"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "S & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Bezpenost"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Systm"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Sprva software"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Nastaven serveru"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake ovldac centrum %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Zmny proveden v aktulnm modulu se neulo."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "ekejte prosm..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Zruit"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-2,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Vt vs Mandrake ovldac centrum"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "nelze otevt soubor %s pro ten"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Systm:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nzev potae:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Verze jdra:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Pota:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "nelze provst fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Zavt"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Dal tmata"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Nast dal tmata"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Dal tmata"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Nast dal tmata z www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "O aplikaci Ovldac centrum Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Pedloha: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake ovldac centrum %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Varovn: Nen nastaven prohle"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Bezpenostn varovn: Nelze se pipojit k internetu jako uivatel root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Soubor"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Soubor"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Konec"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>K"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Volby"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Volby"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Zobrazit _logy"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Volby"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Zapouzden reim"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Tmata"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Tmata"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -433,67 +446,39 @@ msgstr ""
"Tato akce zpsob restart dcho centra.\n"
"Vechny nepotvrzen zmny budou ztraceny."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Dal tmata"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Npovda"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Npovda"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/Nah_lsit chybu"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_O aplikaci..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Zobrazit logy"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Zapouzden reim"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "asov psmo"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "asov psmo - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Jak je vae asov psmo?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Jsou vae hardwarov hodiny nastaveny na GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Obnovit"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centrum pro nastaven menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -503,26 +488,43 @@ msgstr ""
"\n"
"Vyberte si menu, kter chcete nastavit"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Systmov menu"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Nastavuji..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Uivatelsk menu"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Hotovo"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Nastaven tisku"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Zde kliknte pro nastaven tiskovho systmu"
+
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: chyba"
+
+#~ msgid "Quit"
+#~ msgstr "Konec"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Chyba pi zpracovvn\n"
+#~ "konfiguranho souboru."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nemu najt dn program\n"
diff --git a/po/cy.po b/po/cy.po
index 2069b27f..47d2cf7c 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-03-13 19:41-0000\n"
"Last-Translator: Rhoslyn Prys <rhoslyn.prys@ntlworld.com>\n"
"Language-Team: Cymraeg/Welsh <cy@li.org>\n"
@@ -13,423 +13,436 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-14\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: gwall"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Gadael"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Cylchfa Amser"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Gwall wrth ddosbarthu\n"
-"ffeil config"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Cylchfa Amser - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Methu canfod unrhyw rhaglenni\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Pa un yw eich parth amser?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "A yw eich cloc caledwedd wei ei osod i GMT"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Iawn"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Dileu"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Ailosod"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Canolfan Rheoli Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Arhoswch...Llwytho"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disg Cychwyn"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Ffurfweddiad cychwyn"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Awto Gosod"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Dangosydd"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Rhestr Caledwedd"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Llygoden"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Argraffydd"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Sganiwr"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "defnyddwyr"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Allweddell"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Ddisgiau Caled."
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Pwyntiau gosod NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Pwyntiau gosod Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Pwyntiau gosod WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Rhannu Rhaniadau"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Cysylltiad"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Rhannu Cysylltiad"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Ffurfweddiad y Dirprwy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Lefel Diogelwch"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "mur gwarchod"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Dewislenni"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Gwasanaethau"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Ffontiau"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Dyddiad ac Amser"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Cofnodion"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Consol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Gosod"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
#, fuzzy
msgid "Remove Software"
msgstr "ychwanegu/tynnu meddalwedd"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Rheolwr Meddalwedd"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "Cardiau Teledu"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Cleient DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Newyddion"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Dirprwy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Gwasanaethwr"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Amser"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Gwe"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Cychwyn"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Caledwedd"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Pwyntiau Gosod"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Llosgwr CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disg meddal"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rhwydwaith a'r Rhyngrwyd"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Diogelwch"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "System"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Rheolwr Meddalwedd"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Ffurfweddiad Gwasanaethwr"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Canolfan Rheoli Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Ni fydd y newidiadau wnaed yn y modiwl cyfredol yn cael ei gadw."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Arhoswch..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Dileu"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Croeso i Ganolfan Rheoli Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "methu agor y ffeil i ddarllen: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "System:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Enw Gwesteiwr:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Fersiwn y Cnewyllyn:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Peiriant"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "Methu fforchio: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Iawn"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Cau"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Rhagor o themu"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Estyn themu newydd"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Themu ychwanegol"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Estyn themu ychwanegol o www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Ynghylch - Canolfan Rheoli Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Awdur: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Gwaith Celf:"
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Canolfan Rheoli Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Hawlfraint (H) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Rhybudd: ni ddynodwyd porwr"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Rhybudd diogelwch: Ni chaf gysylltu 'r rhyngrwyd fel defnyddiwr gwraidd."
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Ffeil"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Ffeil"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Gadael"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Dewisiadau"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Dewisiadau"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Dangos _Cofnodion"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Dewisiadau"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Modd _Mewnosod"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Themu"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Themu"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -437,67 +450,39 @@ msgstr ""
"Bydd y weithred hon yn ail gychwyn y ganolfan rheoli.\n"
"Byd unrhyw newid heb ei osod yn cael ei golli."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Rhagoe o themu"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Cymorth"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Cymorth"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Ynghylch..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Dangos Cofnodion"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Modd Mewnosod"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Cylchfa Amser"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Cylchfa Amser - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Pa un yw eich parth amser?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "A yw eich cloc caledwedd wei ei osod i GMT"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Ailosod"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Canolfan Ffurfweddu Dewislenni"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -507,30 +492,47 @@ msgstr ""
"\n"
"Dewiswch ba ddewislen rydych am ei ffurfweddu."
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Dewislen y System"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Ffurfweddu..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Dewislen y Defnyddiwr"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Gorffen"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Ffurfweddiad Argraffu"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Cliciwch yma i ffurfweddu'r system argraffu"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: gwall"
+
+#~ msgid "Quit"
+#~ msgstr "Gadael"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Gwall wrth ddosbarthu\n"
+#~ "ffeil config"
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Methu canfod unrhyw rhaglenni\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -696,9 +698,6 @@ msgstr "Cliciwch yma i ffurfweddu'r system argraffu"
#~ msgid "Save as.."
#~ msgstr "Cadw fel..."
-#~ msgid "TV Cards"
-#~ msgstr "Cardiau Teledu"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Cliciwch yma i osod themu safonol:"
diff --git a/po/da.po b/po/da.po
index 17662f54..f3fa3daa 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-09 19:33+0200\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: dansk <dansk@klid.dk>\n"
@@ -16,417 +16,430 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: Fejl"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Afslut"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Tidszone"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Fejl ved fortolkning\n"
-"af konfigurationsfil."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Tidszone - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Kan ikke finde noget program\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Hvad er din tidszone?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Er maskinens interne ur sat til GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Annullr"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "nulstil"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake kontrolcenter"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Indlser..., vent venligst"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Startsdiskette"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Opstartskonfiguration"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto-installering"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Oplsning"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Skrm"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Liste over udstyr"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mus"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Printer"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Brugere"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastatur"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Diskdrev"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS-monteringspunkter"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba-monteringspunkter"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV-monteringspunkter"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partitionsdeling"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Forbindelse"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Forbindelsesdeling"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Opstning af proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Sikkerhedsniveau"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Brandmur"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menuer"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Tjenester"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Skrifttyper"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Dato og tid"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logger"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Installr programmel"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Fjern programmel"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake opdatering"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Adminstration af programkilder"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS-klient"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Nyheder"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Tid"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Opstart"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Maskinel"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Monteringspunkter"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Cd-brnder"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Diskette"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Netvrk & internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sikkerhed"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "System"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Administration af programmer"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Opstning af server"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake kontrolcenter %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "ndringerne gjort i det nuvrende modul vil ikke blive gemt."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Vent venligst..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Annullr"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Velkommen til Mandrake kontrolcentret"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "kan ikke bne denne fil til lsning: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "System:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Vrtsnavn:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kerneversion:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Maskine:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "kan ikke fork(): %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Luk"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Flere temaer"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Henter nye temaer"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Yderligere temaer"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Hent yderligere temaer p www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Om - Mandrake kontrolcenter"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Forfatter: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Kunstner: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake kontrolcenter %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Advarsel: Der er ikke angivet nogen netlser"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Sikkerhedsadvarsel: Jeg m ikke koble til internettet som bruger 'root'"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fil"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fil"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Afslut"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Indstillinger"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Indstillinger"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Vis _log"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Indstillinger"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Indlejret tilstand"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temaer"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temaer"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -434,67 +447,39 @@ msgstr ""
"Denne handling vil genstarte kontrolcentret.\n"
"Alle ndringer der ikke bliver anvendt, vil g tabt."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Flere temaer"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Hjlp"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Hjlp"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Rapportr fejl"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Om..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Vis log"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Indlejret tilstand"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Tidszone"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Tidszone - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Hvad er din tidszone?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Er maskinens interne ur sat til GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "nulstil"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menutilpasningscenter"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -504,30 +489,47 @@ msgstr ""
"\n"
"Vlg den menu, du vil tilpasse"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Systemmenu"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfigurr..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Brugermenu"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Frdig"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Konfiguration af udskrivning"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klik her for at konfigurere udskrivningssystemet"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: Fejl"
+
+#~ msgid "Quit"
+#~ msgstr "Afslut"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Fejl ved fortolkning\n"
+#~ "af konfigurationsfil."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Kan ikke finde noget program\n"
+
#~ msgid "Software Manager"
#~ msgstr "Programmer"
diff --git a/po/de.po b/po/de.po
index 04291461..5682a2bb 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: control-center 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-06 22:05+0200\n"
"Last-Translator: Stefan Siegel <siegel@linux-mandrake.com>\n"
"Language-Team: German <cooker-i18n@linux-mandrake.com>\n"
@@ -14,416 +14,429 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: Fehler"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Beenden"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Zeitzone"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Fehler beim Einlesen der \n"
-"Konfigurationsdatei."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Zeitzone - DrakClcok"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ich kann kein Programm finden\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "In welcher Zeitzone befinden Sie sich?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Läuft Ihre Hardware-Uhr unter GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Abbruch"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reset"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrollzentrum"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Bitte warten, ich lade ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Startdiskette"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Startvorgang"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto Install"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Auflösung"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Anzeige"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Hardware-Liste"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Maus"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Drucker"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Benutzer"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastatur"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Festplatten"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS Einhängpunkte"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba Einhängpunkte"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV Einhängpunkte"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partitionen teilen"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Verbindung"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Verbindung teilen"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy Konfiguration"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Sicherheitsebene"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Firewall"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menüs"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Dienste"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Schriften"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datum und Zeit"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logs"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsole"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Softwareinstallation"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Softwareentfernung"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Softwarequellen Verwalten"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "TV-Karten"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS-Klient"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "PostFix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Zeit"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "BS-Start"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Einhängpunkte"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD-Brenner"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Diskette"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "ZIP"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Netzwerk & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sicherheit"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "System"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Softwareverwaltung"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Server"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake Kontrollzentrum %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Die Änderungen im aktuellen Modul werden nicht gespeichert."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Bitte warten..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Abbruch"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Willkommen im Mandrake Kontrollzentrum"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "Ich kann diese Datei nicht zum lesen öffnen: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "System:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Rechner:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kernversion:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Architektur:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "Ich kann mich nicht forken: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Schließen"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Weitere Themes"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Neue Themes holen"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Zusätzliche Themen"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Zusäliche Themes von www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Über - Mandrake Kontrollzentrum"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Design: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hélène Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Kontrollzentrum %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright © 2001 MandrakeSoft S.A."
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Warnung: Kein Browser angegeben"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "Sicherheitswarnung: Keine Internetverbindung als Root erlaubt."
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Datei"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Datei"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/B_eenden"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Einstellungen"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Einstellungen"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/_Logs anzeigen"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Einstellungen"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Eingebetteter Modus"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Themes"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Themes"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -431,67 +444,39 @@ msgstr ""
"Hiermit starten Sie das Konntrollzentrum erneut.\n"
"Alle nicht gesicherten Änderungen gehen verloren."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Mehr Themes"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Hilfe"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Hilfe"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Fehler Melden"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Über ..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Logs anzeigen"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Eingebetteter Modus"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Zeitzone"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Zeitzone - DrakClcok"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "In welcher Zeitzone befinden Sie sich?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Läuft Ihre Hardware-Uhr unter GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reset"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menü-Konfigurationszentrum"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -501,30 +486,47 @@ msgstr ""
"\n"
"Wählen Sie, welches Menü Sie konfigurieren wollen"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "System Menü"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfigurieren..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Benutzer Menü"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Fertig"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Druckerkonfiguration"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klicken Sie hier, um Ihr Drucksystem einzurichten"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: Fehler"
+
+#~ msgid "Quit"
+#~ msgstr "Beenden"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Fehler beim Einlesen der \n"
+#~ "Konfigurationsdatei."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ich kann kein Programm finden\n"
+
#~ msgid "logdrake"
#~ msgstr "LogDrake"
@@ -693,9 +695,6 @@ msgstr "Klicken Sie hier, um Ihr Drucksystem einzurichten"
#~ msgid "Save as.."
#~ msgstr "Speichern unter..."
-#~ msgid "TV Cards"
-#~ msgstr "TV-Karten"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Hier klicken, um die Standardthemes zu installieren:"
diff --git a/po/drakconf.pot b/po/drakconf.pot
index fcc96df1..d1551aa7 100644
--- a/po/drakconf.pot
+++ b/po/drakconf.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,506 +14,494 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
msgstr ""
-#: placeholder.h:8
-msgid "Quit"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
msgstr ""
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr ""
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
msgstr ""
-#: placeholder.h:10
-msgid "Can't find any program\n"
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr ""
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr ""
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
msgstr ""
-#: control-center:60
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr ""
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr ""
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr ""
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr ""
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr ""
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr ""
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr ""
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr ""
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr ""
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr ""
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr ""
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr ""
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr ""
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr ""
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr ""
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr ""
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr ""
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr ""
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr ""
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr ""
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr ""
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr ""
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr ""
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr ""
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr ""
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr ""
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr ""
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr ""
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr ""
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr ""
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr ""
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ""
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr ""
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr ""
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ""
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr ""
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr ""
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr ""
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr ""
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr ""
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ""
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr ""
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr ""
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr ""
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr ""
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr ""
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
+#: ../control-center_.c:794
+msgid "/Display _Logs"
msgstr ""
-#: control-center:791
-msgid "/Display _Logs"
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
msgstr ""
-#: control-center:796
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr ""
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr ""
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr ""
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr ""
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr ""
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr ""
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr ""
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr ""
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr ""
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr ""
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr ""
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
"Choose which menu you want to configure"
msgstr ""
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr ""
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr ""
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr ""
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
diff --git a/po/el.po b/po/el.po
index b3a2205d..f4d89286 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2001-08-23 22:13+0300\n"
"Last-Translator: Michael Menegakis <admin@www0.org>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -16,499 +16,484 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.8\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: "
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr ""
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr " "
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-" \n"
-" ."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr " - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr " \n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr " ;"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr " GMT ( ) ;"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr ""
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reset"
+
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr " Mandrake %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr " ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr " "
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr " "
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr " "
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr ""
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr ""
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr ""
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr " "
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr " mount NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr " mount Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr " mount WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
#, fuzzy
msgid "Partition Sharing"
msgstr " "
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr " "
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr " Mail/SMS"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr " "
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Firewall"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr " "
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logs"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr ""
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr " "
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/Mandrake_"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr " "
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr ""
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr ""
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr " Mount"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr " "
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr ""
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr " "
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr " Mail/SMS"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr " Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
#, fuzzy
msgid "Please wait..."
msgstr " ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-7,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr " Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr " : %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ":"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr " Host:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr " ernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ":"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr " fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr ""
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " - Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
#, fuzzy
msgid "Author: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr " Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ": "
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
" : Internet "
""
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_A"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/A"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/ _Logs"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Embedded Mode"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_ Bug"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/ Logs"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Embedded Mode"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr " "
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr " - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr " ;"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr " GMT ( ) ;"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reset"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr " "
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -518,31 +503,48 @@ msgstr ""
"\n"
" "
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr " "
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr " "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
#, fuzzy
msgid "Printing configuration"
msgstr " Mail/SMS"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: "
+
+#~ msgid "Quit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ " \n"
+#~ " ."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr " \n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/eo.po b/po/eo.po
index 69fb4e0d..1fd1b13d 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2001-09-16 14:46-0500\n"
"Last-Translator: D. Dale Gulledge <dsplat@rochester.rr.com>\n"
"Language-Team: Esperanto <eo@li.org>\n"
@@ -13,387 +13,399 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-3\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: eraro"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakHorloo"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "esu"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Horzono"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Eraro dum sintakse analizi\n"
-"konfigurodosiero."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Horzono - DrakHorloo"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ne povas trovi iun programon\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "kio estas vian horzonon?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakHorloo"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "u via hardvara horloo estas ustigata en GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Jes"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Nuligu"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reustigu"
+
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Mandrejko-Regilo %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Bonvole atendu du mi lanas ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Startdisko"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Starta Konfigurao"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Atoinstalado"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Ekrano"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Aparatoj"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Muso"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Printilo"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "uzanto"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Klavilo"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
#, fuzzy
msgid "Hard Drives"
msgstr "Aparatoj"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
#, fuzzy
msgid "NFS mount points"
msgstr "Muntlokoj"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
#, fuzzy
msgid "Samba mount points"
msgstr "Muntlokoj"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
#, fuzzy
msgid "WebDAV mount points"
msgstr "Muntlokoj"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
#, fuzzy
msgid "Partition Sharing"
msgstr "Partoprenado de konektao"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Konektao"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Partoprenado de konektao"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "MenuoKonfigurejo"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Sekureconivelo"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Fajroirmilado"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menuoj"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servoj"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Signaroj"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Date k Tempo"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logdosieroj"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konzolo"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Atoinstalado"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/Mandrejka _Spertulo"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "ProgramarAdministrilo"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Prokura Servilo"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "Serviloj"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr "Horzono"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Startado"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Aparatoj"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Muntlokoj"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "KD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
#, fuzzy
msgid "Network & Internet"
msgstr "Reto k Interreto"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sekureco"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistemo"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "ProgramarAdministrilo"
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr "MenuoKonfigurejo"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrejko-Regilo %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
#, fuzzy
msgid "Please wait..."
msgstr "Bonvole atendu du mi lanas ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Nuligu"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
#, fuzzy
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-adobe-times-bold-r-normal--15-*-100-100-p-*-iso8859-3,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
#, fuzzy
msgid "Welcome to the Mandrake Control Center"
msgstr "Pri - Mandrejko-Regilo"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "ne povas malfermi i tiun dosieron por legi: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistemo:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Potejo:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kernoversio:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Maino:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "Ne povas forki: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Jes"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Fermu"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Pri - Mandrejko-Regilo"
-#: control-center:733
+#: ../control-center_.c:736
#, fuzzy
msgid "Author: "
msgstr "Verkistoj: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "Verkistoj: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, fuzzy, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrejko-Regilo %s"
-#: control-center:749
+#: ../control-center_.c:752
#, fuzzy
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr ""
@@ -401,125 +413,98 @@ msgstr ""
" \n"
" Kopirajto (C) 2001 MakdrakeSoft SA\n"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Averto: Neniu foliumilo elektita"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Sekureca Averto: Mi ne rajtas konekti kun la interreto kiel \"root\" uzanto"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Dosiero"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Dosiero"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Forlasu"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>F"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opcioj"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opcioj"
-
-#: control-center:791
+#: ../control-center_.c:794
#, fuzzy
msgid "/Display _Logs"
msgstr "Ekrano"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opcioj"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Helpo"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Helpo"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Raportu Cimo"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Pri..."
-#: control-center:825
+#: ../control-center_.c:828
#, fuzzy
msgid "/Display Logs"
msgstr "Ekrano"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakHorloo"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Horzono"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Horzono - DrakHorloo"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "kio estas vian horzonon?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakHorloo"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "u via hardvara horloo estas ustigata en GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reustigu"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "MenuoKonfigurejo"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -529,30 +514,47 @@ msgstr ""
"\n"
"Elektu kiun menuon vi deziras konfiguri"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistemmenuo"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfiguru..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Uzantomenuo "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Kompleta"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: eraro"
+
+#~ msgid "Quit"
+#~ msgstr "esu"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Eraro dum sintakse analizi\n"
+#~ "konfigurodosiero."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ne povas trovi iun programon\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/es.po b/po/es.po
index ccc6830e..a9299048 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-24 17:38-0300\n"
"Last-Translator: Fabian Mandelbaum <fabman@mandrakesoft.com>\n"
"Language-Team: Spanish <cooker-i18n@linux-mandrake.com>\n"
@@ -15,417 +15,430 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.8\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: error"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Salir"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Zona horaria"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Error mientras se analizaba\n"
-"el archivo de configuracin."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Zona horaria - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "No se pudo encontrar ningn programa\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Cul es su zona horaria?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "El reloj interno del ordenador usa la hora GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Aceptar"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reiniciar"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Centro de control de Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Cargando... Por favor, espere"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disquete de arranque"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Configuracin de arranque"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Instalacin automtica"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Resolucin"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Pantalla"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Lista de Hardware"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Ratn"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Impresora"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Usuarios"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Teclado"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Discos rgidos"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Puntos de montaje NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Puntos de montaje Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Puntos de montaje WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Compartir la particin"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Conexin"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Compartir conexin"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Configuracin del proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Nivel de seguridad"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr "Agenda de programas"
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Cortafuegos"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr "Copia de respaldo"
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Mens"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servicios"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Tipografas"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Fecha y hora"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Registros"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Consola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Instalar software"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Quitar software"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Administrador de fuentes de software"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "Tarjetas de TV"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Cliente DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Noticias"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Servidor"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Huso horario"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Arranque"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Puntos de montaje"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Grabadora de CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disquete"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Redes e Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Seguridad"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Administracin de software"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Configuracin del servidor"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centro de control de Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "No se guardarn las modificaciones hechas en el mdulo corriente."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Por favor, espere un momento ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Bienvenido al Centro de Control de Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "no se puede abrir este archivo para lectura: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nombre del host:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Versin del ncleo:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Mquina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "no se pudo hacer fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Aceptar"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Cerrar"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Ms temas"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Obteniendo temas nuevos"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Temas adicionales"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Obtener temas adicionales en www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Acerca - Centro de control de Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Arte: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centro de control de Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Advertencia: No se especific navegador"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Advertencia de seguridad: No puede conectarme a Internet como el usuario root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Archivo"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Archivo"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Salir"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>S"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opciones"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opciones"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Mostrar _Logs"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opciones"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Modo _Embebido"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temas"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temas"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -433,67 +446,39 @@ msgstr ""
"Esta accin reiniciar el centro de control.\n"
"Cualquier cambio no aplicado se perder."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Ms temas"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ayuda"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ayuda"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Informar de un error"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Acerca de..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Mostrar Logs"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Modo Embebido"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Zona horaria"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Zona horaria - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Cul es su zona horaria?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "El reloj interno del ordenador usa la hora GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reiniciar"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centro de configuracin del men"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -503,30 +488,47 @@ msgstr ""
"\n"
"Elija el men que desea configurar"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Men del sistema"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Configurar..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Men del usuario"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Hecho"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Configuracin de la impresin"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Haga clic aqu para configurar el sistema de impresin"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: error"
+
+#~ msgid "Quit"
+#~ msgstr "Salir"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Error mientras se analizaba\n"
+#~ "el archivo de configuracin."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "No se pudo encontrar ningn programa\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -693,9 +695,6 @@ msgstr "Haga clic aqu para configurar el sistema de impresin"
#~ msgid "Save as.."
#~ msgstr "Guardar como..."
-#~ msgid "TV Cards"
-#~ msgstr "Tarjetas de TV"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Haga clic aqu para instalar los temas estndar:"
diff --git a/po/et.po b/po/et.po
index 8a575a3b..ffda8c38 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-24 09:53+0300\n"
"Last-Translator: Riho Kurg <rx@linux.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -15,416 +15,429 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: viga"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Vlju"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Ajavde"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Viga sttefaili\n"
-"lugemisel."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Ajavde - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ei leia programmi\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Millises ajavtmes asute?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Kas Teie arvuti sisekell on seatud GMT ajale?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Katkesta"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Taaskivita"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Juhtimiskeskus"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Oodake palun.. Laen moodulit"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Alglaadimisketas"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Alglaaduri stted"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automaatne install"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Lahutusvime"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Monitor"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Riistvara nimekiri"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Hiir"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Printer"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Sknner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Kasutajad"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Klaviatuur"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Kvakettad"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS haaked"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba haaked"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV haaked"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partitsiooni jagamine"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "hendus"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "henduse jagamine"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Vahendaja(te) seadmine"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Turvatase"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr "Programmid: ajaplaan"
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Tulemr"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr "Varukoopiad"
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Mend"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Teenused"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fondid"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Kell ja kuupev"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logifailid"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsool"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Tarkvara install"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Tarkvara eemaldamine"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake uuendused"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Tarkvara alliktekstide haldur"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS klient"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Uudisgrupid"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix meiliserver"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Vahendaja"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Aeg"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Veeb"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Alglaadimine"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Riistvara"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Haakepunktid"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-lugeja"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD-kirjutaja"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Flopiseade"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "ZIP-ketas"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Kohtvrk ja Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Turvalisus"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Ssteem"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Tarkvara haldur"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Serveri hlestamine"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake Juhtimiskeskus %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Selles moodulis tehtud muudatused ei ole salvestatud."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Palun oodake.."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Katkesta"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-adobe-times-bold-r-normal--*-100-100-100-p-*-iso8859-*,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Mandrake Juhtimiskeskus"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "ei saa lugeda seda faili: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Ssteem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Masinanimi:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kerneli versioon:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Masin:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ei saa kitada: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Sulge"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Veel teemasid"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Uute teemade hankimine"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Veel teemasid"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Hangi teemasid saidist www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Misvrk - Mandrake Juhtimiskeskus"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autori: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Kujundus: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Juhtimiskeskus %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr " Kik igused (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Hoiatus: Brauser on vaja ka mrata"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "Turvahoiatus: Mul ei ole lubatud juurkasutajana Internetti henduda"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fail"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fail"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/S_ulge"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/Seadis_ta"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Seadistused"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Nita _Logifaile"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Seadistused"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Pimitud vaade"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Teemad"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Teemad"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -432,67 +445,39 @@ msgstr ""
"Selle tegevuse tulemusena juhtimiskeskus restarditakse.\n"
"Rakendamata muutused thistatakse"
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Veel teemasid"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Abi"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Abi"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Vearaport"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Misvrk..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Nita logifaile"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Pimitud vaade"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Ajavde"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Ajavde - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Millises ajavtmes asute?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Kas Teie arvuti sisekell on seatud GMT ajale?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Taaskivita"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Mende seadistuskeskus"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -502,30 +487,47 @@ msgstr ""
"\n"
"Valige, millist mend soovite seadistada"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Ssteemne men"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Seadista..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Kasutajate men"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Tehtud"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Printimise seaded"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Siit saate printereid seadistada"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: viga"
+
+#~ msgid "Quit"
+#~ msgstr "Vlju"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Viga sttefaili\n"
+#~ "lugemisel."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ei leia programmi\n"
+
#, fuzzy
#~ msgid "logdrake"
#~ msgstr "DrakNet"
diff --git a/po/eu.po b/po/eu.po
index 9c341b9e..b906dd27 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-07-09 00:33+0200\n"
"Last-Translator: Iigo Salvador Azurmendi <xalba@euskalnet.net>\n"
"Language-Team: Euskara <linux-eu@chanae.alphanet.ch>\n"
@@ -15,422 +15,435 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: errorea"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "Drak erlojua"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Irten"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Ordu-zona"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Errorea konfigurazio-fitxategia\n"
-"analizatzean. "
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Ordu-zona - Drak erlojua"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ezin da programarik aurkitu\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Zein da zure ordu-zona?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - Drak erlojua"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Zure hardwareko erlojua GMTn ezarrita dago?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Ados"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Utzi"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Berrezarri"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake-ren kontrol-zentroa"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Itxaron..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Abioko disketea"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Abioko konfigurazioa"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Instalazio automatikoa"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Pantaila"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Hardware-zerrenda"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Sagua"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Inprimagailua"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Eskanerra"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Erabiltzaileak"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Teklatua"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Disko gogorrak"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS muntatze-puntuak"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba muntatze-puntuak"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV muntatze-puntuak"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partizio konpartitua"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Konexioa"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Konexio konpartitua"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy-konfigurazioa"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Segurtasun-maila"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Suebakia"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menuak"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Zerbitzuak"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Letra-tipoak"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data eta ordua"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Erregistroak"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Kontsola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Instalatu"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/Mandrake_Expert"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Software-kudeatzailea"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "Telebista-txartelak"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS bezeroa"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Berriak"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy-a"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Zerbitzaria"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Ordua"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Abioa"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardwarea"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Muntatze-puntuak"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROMa"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVDa"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD grabatzailea"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disketea"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zipa"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Sarea & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Segurtasuna"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Software-kudeatzailea"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Zerbitzari konfigurazioa"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake-ren %s kontrol-zentroa"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Modulu honetan egindako aldaketak ez dira gordeko."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Itxaron..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Utzi"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Ongi etorri Mandrake-ren Kontrol Zentrora"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "ezin da fitxategi hau irakurtzeko ireki: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Ostalari-izena:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Nukleo-bertsioa:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Makina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ezin da bikoiztu: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Ados"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Itxi"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Gai gehiago"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Hartu gai berriak"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Gai gehigarriak"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Gai gehigarriak jasotzeko: www.damz.net "
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Honi buruz - Mandrake-ren Kontrol Zentroa"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Egilea: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Artelanak: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake-ren %s kontrol-zentroa\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Abisua: Ez da arakatzailerik adierazi"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Segurtasun-abisua: Ez dut Internetekin root gisa konektatzeko baimenik "
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fitxategia"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fitxategia"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Irten"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Aukerak"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Aukerak"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Bistaratu erregistroak"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Aukerak"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Modu _kapsulatua"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Gaiak"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Gaiak"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -438,67 +451,39 @@ msgstr ""
"Ekintza honek kontrol-zentroa berrabiaraziko du.\n"
"Aplikatu gabeko aldaketak galdu egingo dira."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Gehiago"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Laguntza"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Laguntza"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Honi buruz..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Bistaratu erregistroak"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Modu kapsulatua"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "Drak erlojua"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Ordu-zona"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Ordu-zona - Drak erlojua"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Zein da zure ordu-zona?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - Drak erlojua"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Zure hardwareko erlojua GMTn ezarrita dago?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Berrezarri"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menu-konfigurazioaren zentroa"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -508,30 +493,47 @@ msgstr ""
"\n"
"Aukeratu zein menu ezarri nahi duzun"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistema-menua"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfiguratu..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Erabiltzaile-menua"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Eginda"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Inprimatzeko konfigurazioa"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Egin klik hemen inprimatze-sistema konfiguratzeko"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: errorea"
+
+#~ msgid "Quit"
+#~ msgstr "Irten"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Errorea konfigurazio-fitxategia\n"
+#~ "analizatzean. "
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ezin da programarik aurkitu\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -698,9 +700,6 @@ msgstr "Egin klik hemen inprimatze-sistema konfiguratzeko"
#~ msgid "Save as.."
#~ msgstr "Gorde honela.."
-#~ msgid "TV Cards"
-#~ msgstr "Telebista-txartelak"
-
#~ msgid ""
#~ "This tool seems to be broken, as it didn't show up.\n"
#~ " Try to reinstall it"
diff --git a/po/fake_c.pl b/po/fake_c.pl
new file mode 100755
index 00000000..21cf25b0
--- /dev/null
+++ b/po/fake_c.pl
@@ -0,0 +1,22 @@
+#!/usr/bin/perl -lp
+
+s|^(__?\()| $1|; # add a blank at the beginning (?!)
+
+s|_\(\[(.*),\s*(.*),\s*(.*)\]|ngettext($2,$3,$1)|; # special plural form handling
+
+s,\Qs/#.*//,,; # ugly special case
+
+s,(^|[^\$])#([^+].*),"$1/*" . simpl($2) . "*/",e;
+ # rewrite comments to C format except for:
+ # - ``#+ xxx'' comments which are kept
+ # - ``$#xxx'' which are not comments
+
+s|//|/""/|g; # ensure // or not understood as comments
+
+s|$|\\n\\|; # multi-line strings not handled in C
+
+sub simpl {
+ local $_ = $_[0];
+ s,\*/,,g;
+ $_;
+}
diff --git a/po/fi.po b/po/fi.po
index c31e7c06..a2f20ee2 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-03-01 09:03EET\n"
"Last-Translator: Matias Griese <mahagr@utu.fi>\n"
"Language-Team: Finnish\n"
@@ -15,423 +15,436 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: virhe"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Poistu"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Aikavyhyke"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Virhe jsennettess\n"
-"asetustiedostoa."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Aikavyhyke - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Yhtn ohjelmaa ei lytynyt\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Mik on jrjestelmsi aikavyhyke?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Onko koneen kello asetettu GMT-aikaan?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Ok"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Peruuta"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Palauta"
+
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Mandraken kontrollipaneeli %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Odota hetki..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Kynnistyslevyke"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Kynnistyksen asetukset"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automaattinen asennus"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Nytt"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Laitelista"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Hiiri"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Tulostin"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skanneri"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "kyttjt"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Nppimist"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Kiintolevyt"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS liitoskohdat"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba liitoskohdat"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV liitoskohdat"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Osioiden jako"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Yhteys"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Yhteyden jako"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "Palvelimen asetukset"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Turvataso"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Palomuuri"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Valikot"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Palvelut"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Kirjasimet"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Piv & aika"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Lokit"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsoli"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Automaattinen asennus"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Ohjelmiston hallinta"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS-asiakasohjelma"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Nyytiset"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Vlityspalvelin"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Palvelin"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Aika"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Kynnistys"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Laitteisto"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Liitoskohdat"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-asema"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD-polttaja"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Levyke"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Verkko & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Tietoturva"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Jrjestelm"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Ohjelmiston hallinta"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Palvelimen asetukset"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandraken kontrollipaneeli %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Odota hetki..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Peruuta"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Tervetuloa Mandraken kontrollipaneliin"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "tt tiedostoa ei voida avata lukemiseen: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Jrjestelm:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Verkkonimi:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Ytimen versio:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Kone:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ei voi haaroittaa: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Ok"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Sulje"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Tietoja - Mandraken kontrollipaneeli"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Tekij: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "Tekij: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandraken kontrollipaneeli %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Varoitus: selaajaa ei ole valittu"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "Turvavaroitus: Internettiin ei saa liitty pkyttjtunnuksella"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Tiedosto"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Tiedosto"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Poistu"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>P"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Asetukset"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Asetukset"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Nyt _lokit"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Asetukset"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Upotettu tila"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Teemat"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Teemat"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -439,68 +452,40 @@ msgstr ""
"Tm toiminto kynnist ohjauskeskusksen uudelleen.\n"
"Kaikki toteuttamattomat muutokset hvivt."
-#: control-center:813
+#: ../control-center_.c:816
#, fuzzy
msgid "/_More themes"
msgstr "/_Teemat"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ohje"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ohje"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Tietoja..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Nyt lokit"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Upotettu tila"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Aikavyhyke"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Aikavyhyke - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Mik on jrjestelmsi aikavyhyke?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Onko koneen kello asetettu GMT-aikaan?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Palauta"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Valikon asetuskeskus"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -510,30 +495,47 @@ msgstr ""
"\n"
"Valitse valikko, jota haluat muokata"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Jrjestelmvalikko"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Mrittele..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Kyttjvalikko"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Valmis"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Tulostuksen asetukset"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klikkaa thn asettaaksesi tulostusjrjestelmn"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: virhe"
+
+#~ msgid "Quit"
+#~ msgstr "Poistu"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Virhe jsennettess\n"
+#~ "asetustiedostoa."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Yhtn ohjelmaa ei lytynyt\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/fr.po b/po/fr.po
index 8eab4095..2e992395 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-02-19 10:48+0100\n"
"Last-Translator: Christophe Combelles <ccomb@club-internet.fr>\n"
"Language-Team: Franais <fr@li.org>\n"
@@ -15,421 +15,434 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: erreur"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Quitter"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Fuseau horaire"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Erreur en analysant\n"
-"le fichier de configuration."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Fuseaux horaire - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Aucun programme n'a t trouv\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Quelle est votre fuseau horaire?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Votre horloge systme est-elle rgle sur Greenwich (GMT)?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Accepter"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Annuler"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Remise zro"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Centre de contrle Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Chargement... Veuillez patienter"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disquette de dmarrage"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Configuration du dmarrage"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Installation automatique"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Affichage"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Liste du Matriel"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Souris"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Imprimante"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Utilisateurs"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Clavier"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Disques durs"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Points de montage NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Points de montage Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Points de montage WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partage de partition"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Connexion"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Partage de connexion"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Configuration des serveurs mandataires (proxy)"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Niveau de scurit"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Pare-feu"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menus"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Services"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Polices"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Date et heure"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Journaux"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Console"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Installation"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Gestionnaire de programmes"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "Cartes TV"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Client DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Serveur"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Date & heure"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Internet"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Dmarrage"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Matriel"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Points de montage"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Graveur"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disquette"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rseau et Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Scurit"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Systme"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Gestionnaire de programmes"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Configuration serveur"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centre de contrle Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Les modifications effectues ne seront pas sauvegardes."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Veuillez patienter ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Annuler"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Bienvenue dans le Centre de contrle Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "impossible d'ouvrir ce fichier pour lecture: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Systme:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nom de l'hte:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Version du noyau:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Machine:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "fork() impossible: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Accepter"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Fermer"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Plus de thmes"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Retrait des nouveaux thmes..."
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Thmes supplementaires"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Thmes additionels sur www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "A propos - Centre de contrle Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Auteur: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Graphismes: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centre de contrle Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Attention: Aucun navigateur spcifi"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Avertissement de scurit: la connexion l'internet en tant "
"qu'administrateur systme est interdite"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fichier"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fichier"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Quitter"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Options"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Options"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/_Affichage des journaux"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Options"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Mode embarqu"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Thmes"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Thmes"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -437,67 +450,39 @@ msgstr ""
"Cette action va relancer le centre de contrle.\n"
"Tout changement non enregistr sera perdu."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Plus de Thmes"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Aide"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Aide"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_A propos..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Affichage des journaux"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Mode embarqu"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Fuseau horaire"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Fuseaux horaire - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Quelle est votre fuseau horaire?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Votre horloge systme est-elle rgle sur Greenwich (GMT)?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Remise zro"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centre de configuration des menus"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -507,30 +492,47 @@ msgstr ""
"\n"
"Choisissez le menu que vous voulez configurer"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu systme: "
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Configuration..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu utilisateur: "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Termin"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Configuration de l'impression"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Cliquez ici pour configurer le systme d'impression"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: erreur"
+
+#~ msgid "Quit"
+#~ msgstr "Quitter"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Erreur en analysant\n"
+#~ "le fichier de configuration."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Aucun programme n'a t trouv\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -696,9 +698,6 @@ msgstr "Cliquez ici pour configurer le systme d'impression"
#~ msgid "Save as.."
#~ msgstr "Enregistrer sous..."
-#~ msgid "TV Cards"
-#~ msgstr "Cartes TV"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Cliquez ici pour installer des thmes standards"
diff --git a/po/ga.po b/po/ga.po
index 8359c937..90188b3e 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2000-09-07 16:24+0200\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Gaeilge <ga@li.org>\n"
@@ -15,380 +15,392 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: earraidh"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "Chlg"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "alaigh"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Am Cros"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Teip ag parsil\n"
-"comhad cumraocht."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Am Cros - DrakClock"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Cn ceann do chrois ama"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "DrakClock - GMT"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "An bhfuil an clog cruaearrach ar GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Ceart go Leor"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nl aon romhchlr ann\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Cealaigh"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
-#: control-center:60
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Ionad Bainisteoireacht Mandrake %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Ag Ldail, fam tamall le do thoil ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Diosca Bootil"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Cumraigh Boot"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Uath-Feisti"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Taispentas"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Crua-earra"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Luchg"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Cldir"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "sideoir"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Eocharchlr"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
#, fuzzy
msgid "Hard Drives"
msgstr "Crua-earra"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr ""
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr ""
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr ""
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr ""
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Nasc"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr ""
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr ""
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Leibhil Slndilach"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Chlaranna"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Seirbish"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Chlofhoireanna"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data & Am"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Consil"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Uath-Feisti"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/Saineoli_Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Bainisteir Bg-Earra"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
#, fuzzy
msgid "News"
msgstr "nuacht"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Seach-freastil"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "Seirbish"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Am"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Bootil"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Crua-earra"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr ""
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
#, fuzzy
msgid "Network & Internet"
msgstr "Idirlon"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Slndil"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Coras"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Bainisteir Bg-Earra"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr ""
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Ionad Bainisteoireacht Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
#, fuzzy
msgid "Please wait..."
msgstr "Ag Ldail, fam tamall le do thoil ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Cealaigh"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
#, fuzzy
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
#, fuzzy
msgid "Welcome to the Mandrake Control Center"
msgstr "Faoi Ionad Bainisteoireacht Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr ""
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Cors:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Ostainm:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Leagan Kernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Meaisn:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "Teip ag fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Ceart go Leor"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Dn"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Faoi Ionad Bainisteoireacht Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
#, fuzzy
msgid "Author: "
msgstr "dir: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "dir: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, fuzzy, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Ionad Bainisteoireacht Mandrake %s"
-#: control-center:749
+#: ../control-center_.c:752
#, fuzzy
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr ""
@@ -396,154 +408,144 @@ msgstr ""
"\n"
" Cipcheart 2001 Mandrakesoft SA\n"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ""
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/C_omhad"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Comhad"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_riggh"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>E"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Roghanna"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Roghanna"
-
-#: control-center:791
+#: ../control-center_.c:794
#, fuzzy
msgid "/Display _Logs"
msgstr "Taispentas"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Roghanna"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/C_idi"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Cidi"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Tuairaisc Fabht"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Faoi..."
-#: control-center:825
+#: ../control-center_.c:828
#, fuzzy
msgid "/Display Logs"
msgstr "Taispentas"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "Chlg"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Am Cros"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Am Cros - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Cn ceann do chrois ama"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "DrakClock - GMT"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "An bhfuil an clog cruaearrach ar GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr ""
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
"Choose which menu you want to configure"
msgstr ""
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Clar Choras"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Cumraigh..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Clar sideoir"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Crochnaithe."
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: earraidh"
+
+#~ msgid "Quit"
+#~ msgstr "alaigh"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Teip ag parsil\n"
+#~ "comhad cumraocht."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nl aon romhchlr ann\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/gl.po b/po/gl.po
index 0a1e88be..673e8154 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2001-03-18 11:41+0200\n"
"Last-Translator: Jess Bravo lvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -14,534 +14,536 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: erro"
+#: ../clock.pl_.c:47
+#, fuzzy
+msgid "DrakClock"
+msgstr "Drakelogo"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Sar"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr ""
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr ""
+
+#: ../clock.pl_.c:66
+#, fuzzy
+msgid "Which is your timezone?"
+msgstr " Cal o uso do seu sistema ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr ""
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "O reloxo interno do seu ordenador usa a hora GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
msgstr ""
-"Erro analizar o\n"
-"ficheiro de configuracin."
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Non se atopa ningn programa\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Cancelar"
-#: control-center:60
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
+
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "/Centro de control de _Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Por favor, sexa paciente"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disquete de arrinque"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Configuracin do arrinque"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr ""
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Pantalla"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Hardware"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Rato"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Impresora"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "Usuario: "
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Teclado"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
#, fuzzy
msgid "Hard Drives"
msgstr "HardDrake"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr ""
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr ""
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr ""
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
#, fuzzy
msgid "Partition Sharing"
msgstr "Comparticin da conexin"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Conexin"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Comparticin da conexin"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "Configuracin do hardware"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr ""
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Mens"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servicios"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fontes"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data e hora"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
#, fuzzy
msgid "Console"
msgstr "Pechar"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/Axuda/Centro de control de _Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr ""
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "Servicios"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Arrinque"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr ""
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr ""
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
#, fuzzy
msgid "Floppy"
msgstr "DrakFloppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rede e Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Xestin de fontes"
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr "Configuracin do hardware"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centro de control de Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
#, fuzzy
msgid "Please wait..."
msgstr "Por favor, sexa paciente"
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
#, fuzzy
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-adobe-times-bold-r-normal--*-100-100-100-p-*-iso8859-*,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
#, fuzzy
msgid "Welcome to the Mandrake Control Center"
msgstr "Acerca - Centro de control de Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "non se pode abrir este ficheiro para lectura: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nome de mquina:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Verson do ncleo:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Mquina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "non se pode facer fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr ""
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Pechar"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Acerca - Centro de control de Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centro de control de Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ""
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Ficheiro"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Ficheiro"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Sar"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr ""
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr ""
-
-#: control-center:791
+#: ../control-center_.c:794
#, fuzzy
msgid "/Display _Logs"
msgstr "Pantalla"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr ""
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/A_xuda"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Axuda"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Comunicar erro"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Acerca..."
-#: control-center:825
+#: ../control-center_.c:828
#, fuzzy
msgid "/Display Logs"
msgstr "Pantalla"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-#, fuzzy
-msgid "DrakClock"
-msgstr "Drakelogo"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr ""
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr ""
-
-#: clock.pl:66
-#, fuzzy
-msgid "Which is your timezone?"
-msgstr " Cal o uso do seu sistema ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr ""
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "O reloxo interno do seu ordenador usa a hora GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr ""
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
"Choose which menu you want to configure"
msgstr ""
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Men do sistema"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
#, fuzzy
msgid "Configure..."
msgstr "Configurando o IDE"
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Men de usuario"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: erro"
+
+#~ msgid "Quit"
+#~ msgstr "Sar"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Erro analizar o\n"
+#~ "ficheiro de configuracin."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Non se atopa ningn programa\n"
+
#, fuzzy
#~ msgid "logdrake"
#~ msgstr "draknet"
diff --git a/po/hr.po b/po/hr.po
index 4f3abb89..dfadda13 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-03-13 01:50CET\n"
"Last-Translator: Vlatko Kosturjak <kost@iname.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -15,420 +15,433 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.8\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: greka"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Izlaz"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Vremenska Zona"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Greka prilikom procesiranja\n"
-"konfiguracijske datoteke."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Vremenska zona - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ne mogu pronai nijedan program\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Koja je vaa vremenska zona?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Da li je va hardverski sat namjeten na GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "U redu"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Odustani"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reset"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrolni Centar"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Uitavam... Molim priekajte"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Boot Disketa"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Boot Konfiguracija"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto Instalacija"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Zaslon"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Popis Hardwarea"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mi"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Pisa"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skener"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Korisnici"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastatura"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Tvrdi diskovi"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS toke montiranja"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba toke montiranja"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV toke montiranja"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Dijeljenje Particija"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Veza"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Dijeljenje veze"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy Postavke"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Sigurnosna Razina"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Vatrozid"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Meniji"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servisi"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Pisma"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datum i Vrijeme"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Zapisi"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konzola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Auto Instalacija"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Upravitelj Softwareom"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS Klijent"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Diskusije"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proksi"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Posluitelj"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Vrijeme"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Toke montiranja"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD Prilica"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Mrea i Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sigurnost"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sustav"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Upravitelj Softwareom"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Postavke posluitelja"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake Kontrolni Centar %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Promjene napravljene u trenutnom modulu nee biti spremljene."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Molim priekajte..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Odustani"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-2,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Dobro doli u Mandrake Kontrolni Centar"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "ne mogu otvoriti datoteku za itanje: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sustav:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Ime raunala:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kernel Inaica:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Raunalo:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ne mogu napraviti fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "U redu"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Zatvori"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "O - Mandrake Kontrolnom Centru"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Grafika: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helena Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Kontrolni Centar %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Autorska prava (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Upozorenje: Preglednik nije specifiran"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Sigurnosno Upozorenje: Nemam dozvolu se spojiti na internet kao root korisnik"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Datoteka"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Datoteka"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Izlaz"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opcije"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opcije"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Prikai _Zapise"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opcije"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Ugradbeni Mod"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Teme"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Teme"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -436,68 +449,40 @@ msgstr ""
"Navedena akcija e ponovno pokrenuti kontrolni centar.\n"
"Svaka neprimijenjena promjena e biti izgubljena."
-#: control-center:813
+#: ../control-center_.c:816
#, fuzzy
msgid "/_More themes"
msgstr "/_Teme"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Pomo"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Pomo"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_O programu..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Prikai Zapise"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Ugradbeni Mod"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Vremenska Zona"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Vremenska zona - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Koja je vaa vremenska zona?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Da li je va hardverski sat namjeten na GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reset"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centar Menu Postavki"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -507,30 +492,47 @@ msgstr ""
"\n"
"Izaberite koji menu elite postaviti"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sustavski menu"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Podeavanje..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Korisniki menu"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Zavri"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Postavke ispisa"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Pritisnite ovdje za podeavanje ispisnog sustava"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: greka"
+
+#~ msgid "Quit"
+#~ msgstr "Izlaz"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Greka prilikom procesiranja\n"
+#~ "konfiguracijske datoteke."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ne mogu pronai nijedan program\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/hu.po b/po/hu.po
index 5d250443..c7948c15 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-24 12:11+0000\n"
"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
"Language-Team: Hungarian\n"
@@ -15,422 +15,435 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: hiba"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Kilps"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Idzna"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Hiba trtnt a konfigurcis\n"
-"fjl feldolgozsa kzben."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Idzna - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Egyetlen program sem tallhat\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Melyik az n idznja?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "A hardver-ra GMT szerint van belltva?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Mgsem"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Visszallts"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Vezrlkzpont"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Betlts; kis trelmet..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Indtlemez"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Rendszerindtsi belltsok"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automatikus telepts"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Felbonts"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Kperny"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Hardverlista"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Egr"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Nyomtat"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Lapolvas"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Felhasznlk"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Billentyzet"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Merevlemezek"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS csatolsi pontok"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba csatolsi pontok"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV csatolsi pontok"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partcimegoszts"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Kapcsolat"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Kapcsolatmegoszts"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy belltsa"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Biztonsgi szint"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr "Programtemezs"
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Tzfal"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr "Mentsek"
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menk"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Szolgltatsok"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Bettpusok"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Dtum s id"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Naplk"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konzol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Szoftvertelepts"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Szoftvereltvolts"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake-frissts"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Szoftverforrs-kezel"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS-kliens"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Hrek"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Kiszolgl"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Id"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Rendszerindts"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardver"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Csatolsi pontok"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD-r"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Hlzat s internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Biztonsg"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Rendszer"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Szoftverkezels"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Kiszolgl belltsa"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake Vezrlkzpont %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "A jelenlegi modulban vgzett mdostsok nem kerlnek mentsre."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Kis trelmet..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Mgsem"
-
# It may give better results to localize "iso8859-1" to "iso8859-2"
# (it is not "needed" as the ending *-r-* will catch a -iso8859-2
# font anyway; but maybe the one caught that way won't be the
# best looking one...)
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-2,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "dvzljk a Mandrake Vezrlkzpontban"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "nem nyithat meg olvassra: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Rendszer:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Gpnv:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kernelverzi:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Gp:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "nem sikerlt ltrehozni j pldnyt: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Bezrs"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Tovbbi tmk"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "j tmk beszerzse"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Tovbbi tmk"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Tovbbi tmkat a www.damz.net helyen lehet szerezni"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Nvjegy - Mandrake Vezrlkzpont"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Szerz: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Grafika: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Vezrlkzpont %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) Mandrakesoft SA, 2001."
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Figyelmeztets: nincs megadva bngsz"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Biztonsgi figyelmeztets: az internetre val kapcsolds rendszergazdaknt "
"nem engedlyezett"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fjl"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fjl"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Kilps"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Belltsok"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Belltsok"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Naplk _megjelentse"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Belltsok"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Be_gyazott zemmd"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Tmk"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Tmk"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -438,67 +451,39 @@ msgstr ""
"Ez a mvelet jraindtja a vezrlkzpontot.\n"
"Az letbe nem lptetett mdostsok elvesznek."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/To_vbbi tmk"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Segtsg"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Segtsg"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Hibabejelents"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Nvjegy..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Naplk megjelentse"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Begyazott zemmd"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Idzna"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Idzna - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Melyik az n idznja?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "A hardver-ra GMT szerint van belltva?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Visszallts"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menbellt"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -508,30 +493,47 @@ msgstr ""
"\n"
"Vlassza ki, melyik ment szeretn belltani"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Rendszermen"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Bellts..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Felhasznli men"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Ksz"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Nyomtats belltsa"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "A nyomtatsi rendszer belltshoz kattintson ide"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: hiba"
+
+#~ msgid "Quit"
+#~ msgstr "Kilps"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Hiba trtnt a konfigurcis\n"
+#~ "fjl feldolgozsa kzben."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Egyetlen program sem tallhat\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/id.po b/po/id.po
index 82801460..9aca5e56 100644
--- a/po/id.po
+++ b/po/id.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.90\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-06 16:24+0900\n"
"Last-Translator: Budi Rachmanto <rac@linux-mandrake.com>\n"
"Language-Team: Indonesian\n"
@@ -13,414 +13,429 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: gagal"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
+
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Zona Waktu"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Keluar"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Zona waktu - DrakClock"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr "Analisa file konfigurasi gagal."
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Pilih zonawaktu Anda"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Apakah jam hardware Anda merujuk GMT?"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Program tak tertemukan\n"
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Batal"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reset"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Pusat Kontrol Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Tunggu, sedang dimuat..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disk Boot"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Konfigurasi Boot"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Instal Otomatis"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Resolusi"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Display"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Daftar Hardware"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mouse"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Printer"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "User"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Keyboard"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Harddisk"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Titik mount NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Titik Mount Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Titik Mount WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partisi Bersama"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Koneksi"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Koneksi Bersama"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Konfigurasi Proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Level Keamanan"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Tembok api"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servis"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Font"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Tanggal & Waktu"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Log"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Instal Piranti Lunak"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Hapus Piranti Lunak"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Update Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Manajer Source Piranti Lunak"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "Kartu TV"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Klien DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Berita"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proksi (Wakil)"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Waktu"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Titik Mount"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Pembakar CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Network & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Keamanan"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistem"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Manajemen Piranti Lunak"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Konfigurasi Server"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Sentral Kontrol Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Modifikasi yang dilakukan di modul ini takkan disimpan"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Tunggu..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Batal"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Selamat Datang di Sentral Kontrol Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "file tak terbaca: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nama host:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Versi Kernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Mesin:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "gagal mencabang: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Tutup"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Tema lain"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Ambil tema baru"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Tema tambahan"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Ambil tema tambahan di www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Keterangan - Sentral Kontrol Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Pengarang: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Kerja Seni: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hélène Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Sentral Kontrol Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Hak Cipta (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Peringatan: browser tak disebut"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "Peringatan Keamanan: Koneksi internet sbg root tak diizinkan"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_File"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/File"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Keluar"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opsi"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opsi"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Tampilan _Log"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opsi"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Mode Cangkok"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Tema"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Tema"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -428,67 +443,39 @@ msgstr ""
"Aksi ini akan menjalankan ulang pusat kontrol.\n"
"Perubahan yang belum diterapkan akan hilang."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/Tema _lain"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Help"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Help"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Laporan Bug"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Keterangan"
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Tampilan Log"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Mode Cangkok"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Zona Waktu"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Zona waktu - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Pilih zonawaktu Anda"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Apakah jam hardware Anda merujuk GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reset"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Sentral Konfigurasi Menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -498,30 +485,45 @@ msgstr ""
"\n"
"Pilih menu yg akan di-konfigurasi"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu Sistem"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfigurasikan ..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu user"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Selesai"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Konfigurasi pencetakan"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klik di sini untuk konfigurasi sistem cetak"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: gagal"
+
+#~ msgid "Quit"
+#~ msgstr "Keluar"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr "Analisa file konfigurasi gagal."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Program tak tertemukan\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -684,9 +686,6 @@ msgstr "Klik di sini untuk konfigurasi sistem cetak"
#~ msgid "Save as.."
#~ msgstr "Simpan di.."
-#~ msgid "TV Cards"
-#~ msgstr "Kartu TV"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Klik di sini untuk menginstal tema standar"
diff --git a/po/it.po b/po/it.po
index f8281187..c926523c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-13 18:25+0200\n"
"Last-Translator: Roberto Rosselli Del Turco <rosselli@ling.unipi.it>\n"
"Language-Team: Italian <it@li.org>\n"
@@ -15,417 +15,430 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: errore"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Esci"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Fuso orario"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Errore nel controllo\n"
-"del file di configurazione"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Fuso orario - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Non riesco a trovare nessun programma\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Qual' il tuo fuso orario?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "L'orologio hardware impostato su GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Annulla"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reimposta"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Control Center"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Caricamento... Attendere per favore..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disco di avvio"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Configurazione di avvio"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Installazione automatica"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Risoluzione"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Monitor"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Lista hardware"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mouse"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Stampante"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Utenti"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastiera"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Dischi fissi"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Punti di mount NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Punti di mount Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Punti di mount WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Condivisione della partizione"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Connessione"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Condivisione della connessione"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Configurazione del proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Livello di sicurezza"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Firewall"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servizi"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Font"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data e ora"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "File di Log"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Console"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Installa Software"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Rimuovi Software"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Gestione fonti software"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Client DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Ora"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Avvio"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Punti di mount"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Masterizzatore CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rete & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sicurezza"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Gestione software"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Configurazione server"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centro di controllo Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Le modifiche apportate nel modulo corrente non verranno salvate"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Attendere per favore..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Annulla"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Benvenuti a Mandrake Control Center"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "non posso aprire il file in lettura: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nome dell'host:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Versione del kernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Macchina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "non posso smistare: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Chiudi"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Altri temi"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Come procurarsi altri temi"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Ulteriori temi"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Procurarsi ulteriori temi su www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Informazioni su - Mandrake Control Center"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autore: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Grafica: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centro di controllo Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Attenzione: Nessun browser specificato"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Sicurezza: Attenzione, non posso connettermi a Internet come utente root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_File"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/File"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Esci"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opzioni"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opzioni"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Mostra i _Log"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opzioni"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Modalit _Embedded"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temi"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temi"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -433,67 +446,39 @@ msgstr ""
"Questa azione riavvier il centro di controllo.\n"
"Ogni modifica non salvata andr persa."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Altri temi"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Guida"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Guida"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Segnala un bug"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Informazioni su..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Mostra i Log"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Modalit Embedded"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Fuso orario"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Fuso orario - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Qual' il tuo fuso orario?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "L'orologio hardware impostato su GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reimposta"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centro configurazione menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -503,30 +488,47 @@ msgstr ""
"\n"
"Scegli il menu che vuoi configurare"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu di sistema"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Configura..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu Utente"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Fatto"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Configurazione stampa"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Fai click qui per configurare il sistema di stampa"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: errore"
+
+#~ msgid "Quit"
+#~ msgstr "Esci"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Errore nel controllo\n"
+#~ "del file di configurazione"
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Non riesco a trovare nessun programma\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/ja.po b/po/ja.po
index 010688d2..e91bff80 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2000-09-13 19:00+0200\n"
"Last-Translator: YAMAGATA Hiroo <hiyori13@alum.mit.edu>\n"
"Language-Team: japanese\n"
@@ -14,418 +14,431 @@ msgstr ""
"Content-Type: text/plain; charset=euc-jp\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: 顼"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakeClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "λ"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr ""
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"եɤߤȤ\n"
-"顼"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr " - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "ץबĤޤ\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "ʤλӤϤɤǤ"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "ϡɥå GMT ˥åȤƤޤ"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "󥻥"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "ꥻå"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake ȥ륻󥿡"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "ɤ߹...Ԥ"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "ưǥ"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "ư"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "ư󥹥ȡ"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "˥"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "ǥץ쥤"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "ϡɥ"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "ޥ"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "ץ"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "桼"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "ܡ"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "ϡɥɥ饤"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFSޥȥݥ"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Sambaޥȥݥ"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAVޥȥݥ"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "ѡƥͭ"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "³"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "³ͭ"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "ץ"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "ƥ٥"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "ե"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "˥塼"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "ӥ"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "ե"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "դȻ"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "󥽡"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "եȤΥ󥹥ȡ"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "եȤκ"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "եȥ ޥ͡"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS 饤"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "˥塼"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "ץ"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "ư"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "ϡɥ"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "ޥȥݥ"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD Ƥ"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "եåԡ"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "ͥåȥ 󥿡ͥå"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "ƥ"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "ƥ"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "եȥ"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr ""
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake ȥ륻󥿡 %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "ޤΥ⥸塼ؤѹ¸ޤ"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Ԥ"
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "󥻥"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
"-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,-*-fixed-medium-r-"
"normal--24-*-100-100-c-*-jisx0208.1983-0,*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Mandrake ȥ륻󥿡ؤä㤤ޤ"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "Υեɤ߹Ѥ˳ޤ %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "ƥࡧ"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "ۥ̾"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "ͥС"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "ޥ"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "եǤޤ: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Ĥ"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "ơޤä"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "ơ޼"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "ɲäΥơ"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "www.damz.netɲåơޤ"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " - Mandrake ȥ륻"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake ȥ륻 %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "ٹ𡧥֥饦ꤵƤޤ"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "ƥٹ𡧥󥿡ͥåȤˤroot桼³Ǥޤ"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/ե(_F)"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/ե(F)"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/λ(_Q)"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/ץ(_O)"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/ץ(O)"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/ǥץ쥤(_L)"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/ץ(O)"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/ߥ⡼(_E)"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/ơ(_T)"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/ơ(T)"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -433,67 +446,39 @@ msgstr ""
"ȥȥ륻󥿤Ƶưޤ\n"
"ŬѤƤʤѹϼޤ"
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/ɲåơ(_M)"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/إ(_H)"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/إ(H)"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/Х(_R)"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/(_A)..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/ǥץ쥤(L)"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/ߥ⡼(E)"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakeClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr ""
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr " - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "ʤλӤϤɤǤ"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "ϡɥå GMT ˥åȤƤޤ"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "ꥻå"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "˥塼ꥻ󥿡"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -503,30 +488,47 @@ msgstr ""
"\n"
"ꤷ˥塼Ӥޤ礦"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "ƥ˥塼"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "桼˥塼"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "λ"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "ƥˤϤ򥯥å"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: 顼"
+
+#~ msgid "Quit"
+#~ msgstr "λ"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "եɤߤȤ\n"
+#~ "顼"
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "ץबĤޤ\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/ka.po b/po/ka.po
index d1676444..939184e3 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2000-05-17 00:19+0200\n"
"Last-Translator: levan shoshiashvili <shoshia@hotmail.com>\n"
"Language-Team: Georgian\n"
@@ -18,515 +18,500 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: შეცდომა"
+#: ../clock.pl_.c:47
+#, fuzzy
+msgid "DrakClock"
+msgstr "დრაკსაათი"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "დამთავრება"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "დროის ზონა"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"შეცდომა კონფიგურაციის\n"
-"ფაილის პროცესირებისას"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "დროის ზონა-დრაკსაათი"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "არიჩიეთ დროის ზონა"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "გრინვიჩის დრო - დრაკსაათი"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "თქვენის მანქანის საათი გრინვიჩზეა"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "ვერ ვიპოვნე რაიმე პროგრამა\n"
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "დიახ"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "გაუქმება"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "შეცვლა"
-#: control-center:60
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "მანდრეიკის საკონტროლო ცენტრი %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "იტვირთება. დაელოდეთ.."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "ჩამტვირთი დისკი"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "ჩატვირთე კონფიგურაცია"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "აუტო ინსტალირება"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "დისპლეი"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "მოწყობილობა"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
#, fuzzy
msgid "Mouse"
msgstr "მაუსი"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
#, fuzzy
msgid "Printer"
msgstr "ბეჭდვა"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "მომხმარებელი: "
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
#, fuzzy
msgid "Keyboard"
msgstr "კლავიატურა"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
#, fuzzy
msgid "Hard Drives"
msgstr "მოწყობილობა"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr ""
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr ""
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr ""
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
#, fuzzy
msgid "Partition Sharing"
msgstr "კავშირის გაზიარება"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "კავშირი"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "კავშირის გაზიარება"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "მოწყობილობია კონფიგურაცია"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "დაცვის დონე"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "დაცვის კედელი"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "მენიუ"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "სერვისი"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
#, fuzzy
msgid "Fonts"
msgstr " დრაკფონტი"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "თარიღი და დრო"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "ლოგები"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
#, fuzzy
msgid "Console"
msgstr "კონსოლი"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "აუტო ინსტალირება"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/მანდრეიკ_ექსპერტი"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "პროგრამების მენეჯერი"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "პროქსი"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "სერვისი"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr "დროის ზონა"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "ჩატვირთვა"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "მოწყობილობა"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr ""
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
#, fuzzy
msgid "Floppy"
msgstr "დრაკფლოპი"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
#, fuzzy
msgid "Network & Internet"
msgstr "ქსელები და ინტერნეტი"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "უსაფრთხოება"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "სისტემა"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "პროგრამების მენეჯერი"
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr "მოწყობილობია კონფიგურაცია"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "მანდრეიკის საკონტროლო ცენტრი %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
#, fuzzy
msgid "Please wait..."
msgstr "იტვირთება. დაელოდეთ.."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "გაუქმება"
-
# there is only one font with georgian glyphs...
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-clearlyu-*-r-normal--17-*-100-100-p-*-iso10646-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
#, fuzzy
msgid "Welcome to the Mandrake Control Center"
msgstr "მანდრეიკის საკონტროლო ცენტრი"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "ვერ გავხსენი ფაილი წასაკითხად: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "სისტემა:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "ჰოსტის სახელი:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "გულის ვერსია:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "მანქანა:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ვერ ვნახე: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "დიახ"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "დახურვა"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "შესახებ - მანდრეიკის საკონტროლო ცენტრი"
-#: control-center:733
+#: ../control-center_.c:736
#, fuzzy
msgid "Author: "
msgstr "ავტორები: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "ავტორები: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "მანდრეიკის საკონტროლო ცენტრი %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "(C) 2001 Mandrakesoft SA "
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "გაფრთხილება: ბროუზერი არ აგირჩევიათ"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"გაფრთხილება: უსიშროების გამო არ მაქვს უფლება დავუკავსირდე ქსელს როგორც "
"სუპერმომხმარებელი"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_ფაილი"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/ფაილი"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_დამთავრება"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>დ"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_თვისებები"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/თვისებები"
-
-#: control-center:791
+#: ../control-center_.c:794
#, fuzzy
msgid "/Display _Logs"
msgstr "დისპლეი"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/თვისებები"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_დახმარება"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/დახმარება"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_ხარვეზის შეტყობინება"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_შესახებ..."
-#: control-center:825
+#: ../control-center_.c:828
#, fuzzy
msgid "/Display Logs"
msgstr "დისპლეი"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-#, fuzzy
-msgid "DrakClock"
-msgstr "დრაკსაათი"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "დროის ზონა"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "დროის ზონა-დრაკსაათი"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "არიჩიეთ დროის ზონა"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "გრინვიჩის დრო - დრაკსაათი"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "თქვენის მანქანის საათი გრინვიჩზეა"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "შეცვლა"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
#, fuzzy
msgid "Menu Configuration Center"
msgstr "მენიუ კონფიგურაცია: "
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -536,33 +521,50 @@ msgstr ""
"\n"
"რომელი მენიუს კონფიგურირება გსურთ"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
#, fuzzy
msgid "System menu"
msgstr "სისტემა: "
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "კონფიგურაცია.."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
#, fuzzy
msgid "User menu"
msgstr "მომხმარებელი: "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "მორჩა"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
#, fuzzy
msgid "Printing configuration"
msgstr "მოწყობილობია კონფიგურაცია"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: შეცდომა"
+
+#~ msgid "Quit"
+#~ msgstr "დამთავრება"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "შეცდომა კონფიგურაციის\n"
+#~ "ფაილის პროცესირებისას"
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "ვერ ვიპოვნე რაიმე პროგრამა\n"
+
#, fuzzy
#~ msgid "logdrake"
#~ msgstr "ლოგდრეიკი"
diff --git a/po/ko.po b/po/ko.po
index b9a67855..7ea79026 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-25 14:34+0900\n"
"Last-Translator: Jaegeum Cze <baedaron@hanafos.com>\n"
"Language-Team: Korean <baedaron@hanafos.com>\n"
@@ -14,418 +14,431 @@ msgstr ""
"Content-Type: text/plain; charset=euc-kr\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "巹ũ: "
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "巹ũð"
-#: placeholder.h:8
-msgid "Quit"
-msgstr ""
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr " ð"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-" мϴ \n"
-" ߻߽ϴ."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "ð - 巹ũð"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr " ð Դϱ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - 巹ũð"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "ϵ ð GMT ֽϱ?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Ȯ"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr " α׷ ã ϴ\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "ʱȭ"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "ǵ巹ũ "
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "д , ٷ ּ."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Ʈ ũ"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Ʈ "
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "ڵ ġ"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "ػ"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "÷"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "ϵ "
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "콺"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr ""
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "ij"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "ڵ"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Ű"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "ϵũ"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS Ʈ ġ"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr " Ʈ ġ"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV Ʈ ġ"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Ƽ "
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr " "
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr " "
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr " "
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr "α׷ "
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "ȭ"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "޴"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Ʈ"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "¥ ð"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "α"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "ܼ"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Ʈ ġ"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Ʈ "
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "ǵ巹ũ Ʈ"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Ʈ ҽ "
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS Ŭ̾Ʈ"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "ƮȽ"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "ð"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Ʈ"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "ϵ"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Ʈ ġ"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD "
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "÷"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "¤"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Ʈ ͳ"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "ý"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Ʈ "
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr " "
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "ǵ巹ũ %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr " Դϴ."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "ٷ ּ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
"-*-helvetica-medium-r-normal-*-20-*-75-75-p-*-iso8859-1,-*-gulim-medium-r-"
"normal--20-*-75-75-*-*-ksc5601.1987-0,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "ǵ巹ũ Ϳ ̽ϴ."
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr " ϴ: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "ý:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "ȣƮ:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Ŀ :"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ":"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "б ϴ: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Ȯ"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "ݱ"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "߰ ׸"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr " ׸ ã "
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "߰ ׸"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "www.damz.net ߰ ׸ ã"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " α׷ - ǵ巹ũ Ʈ "
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "ǵ巹ũ %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ":  Ž⵵ ʾҽϴ."
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr " : Ʈ ͳݿ ϴ 㰡 ʾҽϴ."
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/(_F)"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/(F)"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/(_Q)"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/ɼ(_O)"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/ɼ(O)"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/÷ α(_L)"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/ɼ(O)"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Ӻ (_E)"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/׸(_T)"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/׸(T)"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -433,67 +446,39 @@ msgstr ""
"͸ ؾ մϴ.\n"
" ϴ."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/߰ ׸(_M)"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/(_H)"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/(H)"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/ (_R)"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/ α׷(_A)..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/÷ α(L)"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Ӻ (E)"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "巹ũð"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr " ð"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "ð - 巹ũð"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr " ð Դϱ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - 巹ũð"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "ϵ ð GMT ֽϱ?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "ʱȭ"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "޴ "
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -503,26 +488,43 @@ msgstr ""
"\n"
" ޴ ϼ."
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "ý ޴"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr " ޴"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Ϸ"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "μ "
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "μ ý Ϸ, ⸦ ."
+
+#~ msgid "DrakConf: error"
+#~ msgstr "巹ũ: "
+
+#~ msgid "Quit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ " мϴ \n"
+#~ " ߻߽ϴ."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr " α׷ ã ϴ\n"
diff --git a/po/lt.po b/po/lt.po
index 337dc8d0..caf628b4 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-02-16 15:59+0200\n"
"Last-Translator: Gediminas Paulauskas <menesis@delfi.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -14,499 +14,484 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: klaida"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Ieiti"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Laiko juosta"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Klaida nagrinjant\n"
-"konfigracijos byl."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Laiko juosta - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Negaliu rasti jokios programos\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Kokia tavo laiko juosta?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Ar tavo rangos laikrodis nustatytas GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Gerai"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Nutraukti"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Atstatyti"
+
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "/_Mandrake Kontrols Centras"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Praome palaukti..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "krovos diskelis"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "krovos konfiguracija"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automatinis diegimas"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Displjus"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Geleis"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Pel"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Spausdintuvas"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "Vartotojas: "
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Klaviatra"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Kietieji diskai"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS prijungimo takai"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba prijungimo takai"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV prijungimo takai"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
#, fuzzy
msgid "Partition Sharing"
msgstr "Prisijungimo dalinimasis"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Jungimasis"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Prisijungimo dalinimasis"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "Pato/SMS perspjim konfigravimas"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Saugumo lygis"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Ugniasiens"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Meniu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Tarnybos"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "riftai"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data & Laikas"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logai"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Automatinis diegimas"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Programins rangos tvarkykl"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "Serveriai"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr "Laiko juosta"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "krova"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Geleis"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Prijungimo takai"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr ""
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
#, fuzzy
msgid "Floppy"
msgstr "DrakFloppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Tinklas & nternetas"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Saugumas"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Programins rangos tvarkykl"
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr "Pato/SMS perspjim konfigravimas"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake valdymo centras %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Praome palaukti..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Nutraukti"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-13,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Sveiki atvyk Mandrake valdymo centr"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "negaliu atidaryti bylos skaitymui: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema: "
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Kompiuterio vardas:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kernelio versija:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Kompiuteris:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "negaliu akotis: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Gerai"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Udaryti"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Apie - Mandrake valdymo centras"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autorius: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "Autorius: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake valdymo centras %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "spjimas: nenurodyta jokia narykl"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Saugumo spjimas: man neleista prisijungti prie interneto kaip root "
"vartotoju"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Byla"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Byla"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/I_eiti"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/Nu_ostatos"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Nuostatos"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Rodyti _logus"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Nuostatos"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Pagalba"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Pagalba"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Raportuoti Klaid"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Apie..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Rodyti logus"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Laiko juosta"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Laiko juosta - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Kokia tavo laiko juosta?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Ar tavo rangos laikrodis nustatytas GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Atstatyti"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Meniu konfigravimo centras"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -515,31 +500,48 @@ msgstr ""
"\n"
"Pasirink, kur meniu nori konfigruoti"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistemos meniu"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfigruoti..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Vartotojo Meniu"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Atlikta"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
#, fuzzy
msgid "Printing configuration"
msgstr "Pato/SMS perspjim konfigravimas"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: klaida"
+
+#~ msgid "Quit"
+#~ msgstr "Ieiti"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Klaida nagrinjant\n"
+#~ "konfigracijos byl."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Negaliu rasti jokios programos\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/lv.po b/po/lv.po
index 39100c43..c6337292 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-11 22:08+0200\n"
"Last-Translator: Vitauts Stoka <vit@dau.lv>\n"
"Language-Team: Latvian <cooker-i18n@linux-mandrake.com>\n"
@@ -14,421 +14,434 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: kda"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Iziet"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Laika josla"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Kda analizjot\n"
-"konfigurcijas failu."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Laika josla - DrakConf"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nevar atrast nevienu programmu\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Kda ir jsu laika josla?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakConf"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Vai dzelu pulksten uzstdts GMT laiks?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Labi"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Atcelt"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Atgriezt"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake vadbas centrs"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Ieldju... Ldzu, uzgaidiet"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Sknanas disks"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Sknanas konfigurcija"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automtiska instalana"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Pardt"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Dzelu saraksts"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Pele"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Printeris"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skaneris"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Lietotji"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastatra"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Cietie diski"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS montanas punkti"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba montanas punkti"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV montanas punkti"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Sadau koplietoana"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Pieslgums"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Pieslguma koplietoana"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy konfigurcija"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Drobas lmenis"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Izvlnes"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servisi"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fonti"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datums & laiks"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "urnli"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsole"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Automtisk uzstdana"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/Mandrake_Expert"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Programmatras vadba"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS klients"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Jaunumi"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Serveris"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Laiks"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "WWW"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Sknana"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Dzeli"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Montanas punkti"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD raksttjs"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Diskete"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Tkls & Internets"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Droba"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistma"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Programmatras vadba"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Servera konfigurcija"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake vadbas centrs %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "aj modul veikts izmains netiks saglabtas."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Ldzu, uzgaidiet..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Atcelt"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Laipni ldzam Mandrake vadbas centr"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "nevar atvrt lasanai o failu: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistma:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Resursa vrds:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kodola versija:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Dators:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "nevar sadalt: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Labi"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Aizvrt"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Vl vairk tmu"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Jaunu tmu saemana"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Papildus tmas"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Saemt papildus tmas no www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Par - Mandrake vadbas centrs"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autors: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Mkslinieks: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake vadbas centrs %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Autortiesbas (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Brdinjums: Nav nordts prlks"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Drobas brdinjums: Nav atauts pieslgties internetam k root lietotjam"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fails"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fails"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Iziet"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opcijas"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opcijas"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Rdt _urnlus"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opcijas"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Iekautais rems"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Tmas"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Tmas"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -436,67 +449,39 @@ msgstr ""
" darbba prstarts vadbas centru.\n"
"Jebkuras nepielietots izmaias tiks pazaudtas."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Papildus tmas"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Paldzba"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Paldzba"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Ziot kdu"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Par..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Rdt urnlus"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Iekautais rems"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Laika josla"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Laika josla - DrakConf"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Kda ir jsu laika josla?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakConf"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Vai dzelu pulksten uzstdts GMT laiks?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Atgriezt"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Izvlu konfiguranas centrs"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -506,30 +491,47 @@ msgstr ""
"\n"
"Izvlieties, kuru izvlni konfigurt"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistmas izvlne"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfigurt..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Lietotja izvlne"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Gatavs"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Drukas konfigurcija"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Uzklikiniet eit, lai konfigurtu drukas sistmu"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: kda"
+
+#~ msgid "Quit"
+#~ msgstr "Iziet"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Kda analizjot\n"
+#~ "konfigurcijas failu."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nevar atrast nevienu programmu\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/ms.po b/po/ms.po
index 6a727c18..7eb81e48 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.90\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-03-06 09:51+0800\n"
"Last-Translator: Yuzz <yuzz@emasonline.com>\n"
"Language-Team: Malaysia <yuzz@emasonline.com>\n"
@@ -14,421 +14,436 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: ralat"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
+
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Zona Masa"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Keluar"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Zona masa - DrakClock"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr "Ralat semasa analisa fail konfigurasi."
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Pilih zona masa Anda"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Apakah jam perkakasan Anda merujuk GMT?"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Program tidak dijmpai\n"
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Batal"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reset"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Pusat Kawalan Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Tunggu..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Cakera Boot"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Konfigurasi Boot"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Instal automatik"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Paparan"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Senarai Perkakasan"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Tetikus"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Pencetak"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Pengimbas"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "User"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Papan Kekunci"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Cakera Keras"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Titik mount NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Titik Mount Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Titik Mount WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Pembahagian Bersama"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Perhubungan"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Perhubungan Bersama"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "Konfigurasi Server"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Level Keselamatan"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Tembok api"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servis"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Font"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Tarikh & Waktu"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Log"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Instal automatik"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
#, fuzzy
msgid "Remove Software"
msgstr "Tambah / Hapus Perisian"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Pengurus Software"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Pelanggan DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Berita"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proksi"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Masa"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Perkakasan"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Titik Mount"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD Burner"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Pemacu"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rangkaian & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Keselamatan"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistem"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Pengurus Software"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Konfigurasi Server"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Pusat Kawalan Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Modifikasi yang berlaku pada modul semasa tidak akan disimpan"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Tunggu..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Batal"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Selamat Datang ke Pusat Kawalan Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "fail tidak boleh dibuka utk dibaca: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nama hos:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Versi Kernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Mesin:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "gagal mencabang: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Tutup"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Keterangan - Pusat Kawalan Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Pengarang: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "Pengarang: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Pusat Kawalan Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Hak Cipta (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Peringatan: pelayar tidak dispesifikasikan"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "Peringatan Keselamatan: Perhubungan internet sbg root tidak dibenarkan"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fail"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fail"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Keluar"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Pilihan"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Pilihan"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Paparan _Log"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Pilihan"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Mod Cangkok"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Tema"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Tema"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -436,68 +451,40 @@ msgstr ""
"Aksi ini akan mula semula kawalan pusat.\n"
"Sebarang perubahan yang tidak diaplikasikan akan hilang."
-#: control-center:813
+#: ../control-center_.c:816
#, fuzzy
msgid "/_More themes"
msgstr "/_Tema"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Bantuan"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Bantuan"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Keterangan"
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Paparan Log"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Mod Cangkok"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Zona Masa"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Zona masa - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Pilih zona masa Anda"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Apakah jam perkakasan Anda merujuk GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reset"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Pusat Konfigurasi Menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -507,30 +494,45 @@ msgstr ""
"\n"
"Pilih menu yg hendak dikonfigurasi"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu Sistem"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfigurasikan ..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu user"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Selesai"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Konfigurasi pencetak"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klik di sini utk konfigurasi sistem pencetak"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: ralat"
+
+#~ msgid "Quit"
+#~ msgstr "Keluar"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr "Ralat semasa analisa fail konfigurasi."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Program tidak dijmpai\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/mt.po b/po/mt.po
index f5eb797c..cc7725f5 100644
--- a/po/mt.po
+++ b/po/mt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-17 18:21+0200\n"
"Last-Translator: Ramon Casha <ramon.casha@linux.org.mt>\n"
"Language-Team: Maltese <mt@li.org>\n"
@@ -14,421 +14,434 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: problema"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Oħroġ"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Żona orarja"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Problema waqt l-analiżi\n"
-"tal-fajl \"config\"."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Żona orarja - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ma stajt insib ebda programm\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Liem hi ż-żona orarja tiegħek?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "L-arloġġ fiżiku tas-sistema huwa ssettjat GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Ikkanċella"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Irrisettja"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Ċentru tal-Kontroll Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Tiela'... stenna ftit"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Diska \"boot\""
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Konfurazzjoni tal-bidu"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Awto-installazzjoni"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitur"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Reżoluzzjoni"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Skrin"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Lista ta' apparat"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Maws"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Printer"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skaner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Users"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastiera"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Diski interni"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Punti ta' mmuntar NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Punti ta' mmuntar Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Punti ta' mmuntar WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Qsim ta' partizzjonijiet"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Konnessjoni"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Qsim ta' konnessjoni"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Konfigurazzjoni proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Livell ta' sigurtà"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Firewall"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menus"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servizzi"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fonts"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data u ħin"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logs"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Installa softwer"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Neħħi softwer"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Aġġornament Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Maniġġjar ta' sorsi ta' softwer"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "Kards TV"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Klijent DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Newsgroups"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Ħin"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Apparat"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Punti ta' mmuntar"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Kittieb tas-CDs"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Żip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Network u Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sigurtà"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Maniġġjar ta' softwer"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Konfigurazzjoni tas-server"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Ċentru tal-Kontroll Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Il-bidliet li għamilt fil-modulu attwali mhux se jinkitbu."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Jekk jogħġbok stenna ftit..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Ikkanċella"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
"-*-arial-medium-r-normal-*-20-*-*-*-p-*-iso8859-3,-*-lucidux sans-medium-r-"
"normal-*-20-*-*-*-p-*-iso8859-3,-mdk-helvetica-medium-r-normal-*-*-*-*-*-p-*-"
"iso8859-3,*-r-*-iso8859-3,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Merħba għaċ-Ċentru tal-Kontroll Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "dan il-fajl ma jistax jinfetaħ għall-qari: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Isem tal-kompjuter:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Verżjoni kernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Magna:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ma setax jinħoloq proċess: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Agħlaq"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Iżjed temi"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Biex tikseb temi ġodda"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Temi oħra"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Ikseb temi oħra minn www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Dwar - Ċentru tal-Kontroll Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Awtur: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Xogħol artistiku: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Ċentru tal-Kontroll Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Twissija: Ebda browser speċifikat"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Twissija tas-sigurtà: M'inix permess naqbad mal-internet bħala user root."
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fajl"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fajl"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Oħroġ"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/Għa_żliet"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Għażliet"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Uri _logs"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Għażliet"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Modalità _integrata"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temi"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temi"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -436,67 +449,39 @@ msgstr ""
"Din l-azzjoni se tirristartja ċ-ċentru tal-kontroll.\n"
"Il-bidliet li ma ġewx applikati jintilfu."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Iżjed Temi"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Għajnuna"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Għajnuna"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/I_rrapporta bug"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Dwar..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Uri logs"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Modalità integrata"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Żona orarja"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Żona orarja - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Liem hi ż-żona orarja tiegħek?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "L-arloġġ fiżiku tas-sistema huwa ssettjat GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Irrisettja"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Ċentru tal-konfigurazzjoni tal-menus"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -506,30 +491,47 @@ msgstr ""
"\n"
"Agħżel liema menu trid tissettja"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu tas-sistema"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Ikkonfigura..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu tal-user"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Lest"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Konfigurazzjoni tal-ipprintjar"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Ikklikkja hawn biex tikkonfigura s-sistema tal-ipprintjar"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: problema"
+
+#~ msgid "Quit"
+#~ msgstr "Oħroġ"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Problema waqt l-analiżi\n"
+#~ "tal-fajl \"config\"."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ma stajt insib ebda programm\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -696,9 +698,6 @@ msgstr "Ikklikkja hawn biex tikkonfigura s-sistema tal-ipprintjar"
#~ msgid "Save as.."
#~ msgstr "Ikteb b'isem ġdid..."
-#~ msgid "TV Cards"
-#~ msgstr "Kards TV"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Klikkja hawn biex tinstalla temi standard:"
diff --git a/po/nl.po b/po/nl.po
index a67bdd64..906393c0 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-12 16:56+0200\n"
"Last-Translator: Jeroen ten Berge <j.ten.berge@twinbit.nl>\n"
"Language-Team: (nl) Dutch team\n"
@@ -17,420 +17,433 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: fout"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Beindigen"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Tijdzone"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Fout bij het inlezen\n"
-"van het configuratiebestand."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Tijdzone - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Kan geen enkel programma vinden\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Wat is uw tijdzone?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Is uw hardware-klok ingesteld op GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Annuleren"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Herstellen"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Configuratiecentrum"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Bezig met laden... even geduld"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Opstartdiskette"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Opstartconfiguratie"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto-installatie"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Resolutie"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Beeldscherm"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Hardwarelijst"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Muis"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Printer"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Gebruikers"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Toetsenbord"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Harde schijven"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS koppelpunten"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba koppelpunten"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV koppelpunten"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partities delen"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Verbinding"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Verbinding delen"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy-configuratie"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Veiligheidsniveau"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menu's"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Diensten"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Lettertypes"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datum & Tijd"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logs"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Console"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Installeren Software"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Verwijderen Software"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Vernieuwen"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Software Bron Beheer"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "TV-kaarten"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS Clint"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Nieuws"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Tijd"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Opstarten"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Koppelpunten"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD-brander"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Diskette"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Netwerk & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Veiligheid"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Systeem"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Software Beheer"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Serverconfiguratie"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake Configuratiecentrum %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
"De wijzigingen aangebracht in de huidige module zullen niet opgeslagen "
"worden."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Even geduld..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Annuleren"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Welkom bij het Mandrake Configuratiecentrum"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "kan dit bestand niet inlezen: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Systeem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Hostnaam:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kernel-versie:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Computer:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "kon geen nieuw proces beginnen: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Sluiten"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Meer thema's"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Bezig met ophalen van nieuwe thema's"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Aanvullende thema's"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Haal extra thema's van www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Info - Mandrake Configuratiecentrum"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Auteur: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Grafisch werk: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Configuratiecentrum %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Waarschuwing: geen browser opgegeven"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Veiligheidswaarschuwing: het is niet toegestaan verbinding te maken met het "
"internet als root-gebruiker"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Bestand"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Bestand"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Beindigen"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opties"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opties"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Toon _Logs"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opties"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Ingebedde modus"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Thema's"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Thema's"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -438,67 +451,39 @@ msgstr ""
"Dit zal het configuratiecentrum opnieuw starten.\n"
"Alle wijzigen die niet zijn opgeslagen gaan verloren."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Meer thema's"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Help"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Help"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Rapporteer Bug"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Info..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Toon Logs"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Ingebedde modus"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Tijdzone"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Tijdzone - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Wat is uw tijdzone?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Is uw hardware-klok ingesteld op GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Herstellen"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menu-configuratiecentrum"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -508,30 +493,47 @@ msgstr ""
"\n"
"Kies welk menu u wenst te configureren"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Systeemmenu"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Configureren..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Gebruikersmenu"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Klaar"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Printerconfiguratie"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klik hier om het printsysteem te configureren"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: fout"
+
+#~ msgid "Quit"
+#~ msgstr "Beindigen"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Fout bij het inlezen\n"
+#~ "van het configuratiebestand."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Kan geen enkel programma vinden\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -701,8 +703,5 @@ msgstr "Klik hier om het printsysteem te configureren"
#~ msgid "Save as.."
#~ msgstr "Opslaan als..."
-#~ msgid "TV Cards"
-#~ msgstr "TV-kaarten"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Klik hier om de standaard-thema's te installeren:"
diff --git a/po/no.po b/po/no.po
index fe7a17f1..3e9aeb42 100644
--- a/po/no.po
+++ b/po/no.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-03-09 14:22GMT\n"
"Last-Translator: Terje Bjerkelia <terje@bjerkelia.com>\n"
"Language-Team: Norsk\n"
@@ -15,416 +15,429 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: feil"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Avslutt"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Tidssone"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Feil ved spalting av\n"
-"config fil."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Tidssone - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Kan ikke finne noen program\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Hva er din tidssone?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Er maskinvareklokken din satt til GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Avbryt"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Start p nytt"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake kontrollsenter"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Laster... Vennligst vent"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Oppstartsdiskett"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Oppstartskonfigurasjon"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automatisk installasjon"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Opplsning"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Visning"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Maskinvareliste"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mus"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Skriver"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Brukere"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastatur"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Harddisker"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS-monteringspunkter"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba-monteringspunkter"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV-monteringspunkter"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Deling partisjon"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Tilkobling"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Deling tilkobling"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy-konfigurasjon"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Sikkerhetsniv"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Brannmur"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menyer"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Tjenester"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fonter"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Dato og tid"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logger"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsoll"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Installer programvare"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Fjern programvare"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Programvare kildehndterer"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "TV-kort"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS-klient"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Nyheter"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Tjener"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Tid"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Oppstart"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Maskinvare"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Monteringspunkter"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD-brenner"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Diskett"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Nettverk & Internett"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sikkerhet"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "System"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Programvarehndtering"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Konfigurasjon tjener"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake kontrollsenter %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Modifiseringene som blir gjort i nvrende modul vil ikke bli lagret."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Vennligst vent..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Velkommen til Mandrake kontrollsenter"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "kan ikke pne denne filen for lesing: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "System:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Vertsnavn:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kjerneversjon:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Maskin:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "kan ikke dele: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Lukk"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Flere temaer"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "F tak i nye temaer"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Flere temaer"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "F tak i flere temaer p www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Om - Mandrake kontrollsenter"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Opphavsperson: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Artwork: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake kontrollsenter %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Advarsel: Ingen leser er spesifisert"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "Sikkerhetsadvarsel: Jeg kan ikke koble til Internett som bruker root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fil"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fil"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Avslutt"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>A"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Valg"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Valg"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Vis _logger"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Valg"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Embedded Mode"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temaer"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temaer"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -432,67 +445,39 @@ msgstr ""
"Denne handlingen vil starte kontrollsenteret p nytt.\n"
"Endringer som ikke er lagret vil g tapt."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Flere temaer"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Hjelp"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Hjelp"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Rapporter feil"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Om..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Vis logger"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Embedded Mode"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Tidssone"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Tidssone - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Hva er din tidssone?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Er maskinvareklokken din satt til GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Start p nytt"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menykonfigurasjon"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -502,30 +487,47 @@ msgstr ""
"\n"
"Velg hvilken meny du nsker konfigurere"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Systemmeny"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfigurer..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Brukermeny"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Ferdig"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Utskriftskonfigurasjon"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klikk her for konfigurere utskriftssystemet"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: feil"
+
+#~ msgid "Quit"
+#~ msgstr "Avslutt"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Feil ved spalting av\n"
+#~ "config fil."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Kan ikke finne noen program\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -688,9 +690,6 @@ msgstr "Klikk her for konfigurere utskriftssystemet"
#~ msgid "Save as.."
#~ msgstr "Lagre Som..."
-#~ msgid "TV Cards"
-#~ msgstr "TV-kort"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Klikk her for installere standardtemaer:"
diff --git a/po/pl.po b/po/pl.po
index 2fe09dd0..835d0a1b 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: control-center\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2001-08-06 15:43+0100\n"
"Last-Translator: Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
@@ -15,417 +15,430 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: bd"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Zakocz"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Strefa czasowa"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Bd podczas przeszukiwania\n"
-"pliku konfiguracyjnego."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Strefa czasowa - DrakClock"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Wybierz swoj stref czasow."
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Czy ustawi zegar sprztowy na czas GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nie mona znale adnego programu\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Anuluj"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reset"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Centrum Sterowania Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "adowanie...Prosz czeka"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Dysk startowy"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Konfiguracja uruchamiania"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automatyczna instalacja"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Rozdzielczo"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Ekran"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Lista sprztowa"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mysz"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Drukarka"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skaner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Uytkownicy"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Klawiatura"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Twarde dyski"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Punkty montowania NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Punkty montowania Samby"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Punkty montowania WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Wspdzielenie partycji"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Poczenie"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Wspdzielenie poczenia"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Poczenie poredniczce (proxy)"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Poziom bezpieczestwa"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr "Harmonogram programw"
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Zapora ogniowa"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr "Archiwa"
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Usugi"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Czcionki"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data i czas"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logi"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Instalacja oprogramowania"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Usuwanie oprogramowania"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Aktualizacja Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Meneder rde oprogramowania"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Klient DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Grupy dyskusyjne"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Porednik"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Serwer"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Czas"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Sie"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Uruchamianie"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Sprzt"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Punkty montowania"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Nagrywarka CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Stacja dyskietek"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Sie i Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Bezpieczestwo"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "System"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Zarzdzanie oprogramowaniem"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Konfiguracja serwera"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centrum Sterowania Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Modyfikacje dokonane w aktualnym module nie zostan zapisane."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Prosz czeka..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Anuluj"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Witaj w Centrum Sterowania Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "nie mona otworzy tego pliku do odczytu: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "System:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nazwa komputera:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Wersja jdra:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Komputer:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "nie mona rozwidli procesu: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Zamknij"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Wicej tematw"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Pobieranie nowych tematw"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Dodatkowe tematy"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Pobieranie dodatkowych tematw z www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "O programie - Centrum Sterowania Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Projekt: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Dursini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centrum Sterowania Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Ostrzeenie: nie okrelono przegldarki"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Ostrzeenie bezpieczestwa: Nie naley czy si z Internetem jako root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Plik"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Plik"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/Za_kocz"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opcje"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opcje"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Wywietl _logi"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opcje"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Tryb zagniedony"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Tematy"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Tematy"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -433,67 +446,39 @@ msgstr ""
"Ta akcja spowoduje ponowne uruchomienie centrum sterowania.\n"
"Niezastosowane zmiany zostan utracone."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Wicej tematw"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/Pomo_c"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Pomoc"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Zgo bd"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_O programie.."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Wywietl logi"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Tryb zagniedony"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Strefa czasowa"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Strefa czasowa - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Wybierz swoj stref czasow."
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Czy ustawi zegar sprztowy na czas GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reset"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centrum konfiguracji menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -503,26 +488,43 @@ msgstr ""
"\n"
"Wybierz menu do konfiguracji"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu systemowe"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfiguracja..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu uytkownika"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Gotowe"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Konfiguracja drukowania"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Kliknij tutaj aby skonfigurowa system drukowania"
+
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: bd"
+
+#~ msgid "Quit"
+#~ msgstr "Zakocz"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Bd podczas przeszukiwania\n"
+#~ "pliku konfiguracyjnego."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nie mona znale adnego programu\n"
diff --git a/po/pt.po b/po/pt.po
index 15036261..c18959c0 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-07 11:15+0200\n"
"Last-Translator: Jos JORGE <jose.jorge@oreka.com>\n"
"Language-Team: Portugus\n"
@@ -15,418 +15,431 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: erro"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Sair"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Fuso Horrio"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Erro ao analisar\n"
-"Ficheiro de Configurao."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Fuso Horrio - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "No foram encontrados programas\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Qual o seu fuso horrio?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "O seu relgio de hardware est definido GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Inicializar"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Centro de Controle do Mandrake %s"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Carregando... Por favor aguarde"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disco de Arranque"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Configurao de Arranque"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto Instalao"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Ecr"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Definio"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Mostrar"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Lista do Material"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Rato"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Impressora"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Digitalizador"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Utilizadores"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Teclado"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Discos Duros"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Pontos de Montagem NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Pontos de Montagem Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Pontos de Montagem WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partilha de partio"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Ligao"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Partilha da Ligao"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Configurao do Proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Nvel de Segurana"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Firewalling"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menus"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servios"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Tipos de Letra"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data e Hora"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Registos"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Consola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Instalar Programas"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Apagar Programas"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Actualizao"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Gesto de Fontes de Programas"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Cliente DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Servidores"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Fuso Horrio"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Arranque"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Material"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Pontos de Montagem"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Gravador de CDs"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disquete"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rede e Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Segurana"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Gesto de Programas"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Configurao do servidor"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centro de Controle do Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "As modificaes feitas no mdulo actual no vo ser gravadas."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Por favor aguarde..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Bemvindo ao Centro de Controle do Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "No possvel abrir o ficheiro %s para leitura"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nome da mquina:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Verso do ncleo:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Mquina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "no possvel bifurcar (fork): %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Fechar"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Mais temas"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Obter mais temas"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Temas suplementares"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Obter mais temas em www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Sobre - Centro de Controle do Mandrake %s"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Arte: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centro de Controle do Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Aviso: Nenhum navegador especificado"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Aviso de segurana: No tenho permisses para me ligar Internet como root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Ficheiro"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Ficheiro"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Sair"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opes"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opes"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Mostrar _Registos"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opes"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Modo _Embebido"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temas"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temas"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -434,67 +447,39 @@ msgstr ""
"Esta aco vai relanar o centro de controlo.\n"
"Todas as modificaes no aplicadas vo ser perdidas."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Mais temas"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ajuda"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ajuda"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Comunicar Erro"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Acerca..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Mostrar Registos"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Modo Embebido"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Fuso Horrio"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Fuso Horrio - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Qual o seu fuso horrio?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "O seu relgio de hardware est definido GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Inicializar"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centro de Configurao do Menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -504,30 +489,47 @@ msgstr ""
"\n"
"Escolha o menu que deseja configurar"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu de Sistema"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Configurar..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu de Utilizador"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Finalizado"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Configurao da Impressora"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Clique aqui para configurar o sistema de impresso"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: erro"
+
+#~ msgid "Quit"
+#~ msgstr "Sair"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Erro ao analisar\n"
+#~ "Ficheiro de Configurao."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "No foram encontrados programas\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 56490d7c..6772a5c9 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-02-21 18:45GMT -2\n"
"Last-Translator: Bruno Dorfman Buys <brunobuys@zipmail.com.br>\n"
"Language-Team: Portugus\n"
@@ -15,431 +15,444 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: erro"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Sair"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Fuso Horrio"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Erro enquanto criava\n"
-"arquivo de configurao."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Fuso horrio - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nenhum programa encontrado\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Qual o seu fuso horrio?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Seu relgio est configurado como GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reset"
+
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Centro de Controle Mandrake %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Abrindo... Por favor aguarde"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disco de Inicializao"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Configurao da Inicializao"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto instalao"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Vdeo"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Hardware"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mouse"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Impressora"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "Usurio:"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Teclado"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Discos rgidos"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Pontos de montagem NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Pontos de montagem SAMBA"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Pontos de montagem WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Compartilhamento de partio"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Conexo"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Compartilhamento da Internet"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "Configurao de Proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Nvel de Segurana"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Firewall"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menus"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servios"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fontes"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data & Hora"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logs"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Console"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Auto instalao"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Gerenciador de Software"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Cliente DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Notcias"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "Servidores"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr "Fuso Horrio"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Inicializao"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Pontos de montagem"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Gravador de CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rede & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Segurana"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistema"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Gerenciador de Software"
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr "Configurao do servidor"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centro de Controle Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Por favor aguarde..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Benvindo ao Centro de Controle Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "no foi possvel abrir esse arquivo para leitura: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistema:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nome do host:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Verso do Kernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Mquina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "no foi possvel dividir: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Fechar"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Mais Temas"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Pegando novos temas"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Temas adicionais"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Pegar temas adicionais em www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Sobre - Centro de Controle Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor:"
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "Trabalho artstico: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centro de Controle Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Ateno: Nenhum browser especificado"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Aviso de segurana: Eu no tenho permisso para conectar internet como "
"usurio root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Arquivo"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Arquivo"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Sair"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>R"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opes"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opes"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Display _Logs"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opes"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Modo _embutido"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temas"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temas"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -447,68 +460,40 @@ msgstr ""
"Esta ao poder reiniciar o centro de controle.\n"
"Qualquer modificao no aplicada poder ser perdida."
-#: control-center:813
+#: ../control-center_.c:816
#, fuzzy
msgid "/_More themes"
msgstr "/_Mais Temas"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ajuda"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ajuda"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Sobre..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Exibir Logs"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Modo embutido"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Fuso Horrio"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Fuso horrio - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Qual o seu fuso horrio?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Seu relgio est configurado como GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reset"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centro de Configurao do Menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -518,30 +503,47 @@ msgstr ""
"\n"
"Escolha qual menu voc deseja configurar"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu do sistema"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Configurar..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu do usurio"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Feito"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Configurao da impresso"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Clique aqui para configurar o sistema de impresso"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: erro"
+
+#~ msgid "Quit"
+#~ msgstr "Sair"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Erro enquanto criava\n"
+#~ "arquivo de configurao."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nenhum programa encontrado\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/ro.po b/po/ro.po
index 77098570..b391ef8f 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,12 +1,13 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# DrakConf Romanian Translation.
+# Copyright (C) 2002 Free Software Foundation, Inc.
+# Harald Ersch <hersch@romatsa.ro>, 2002
+# Ovidiu Constantin <ovidiu.soft@xnet.ro>, 2002
#
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
-"PO-Revision-Date: 2002-08-07 12:41GMT+2\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
+"PO-Revision-Date: 2002-08-26 08:54GMT+2\n"
"Last-Translator: Harald Ersch <hersch@romatsa.ro>\n"
"Language-Team: romanian <ro@li.org>\n"
"MIME-Version: 1.0\n"
@@ -14,486 +15,471 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: eroare"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Ieire"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Zona de timp"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Eroare la parsarea\n"
-"fiierului de configurare."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Zona de timp - DrakClock"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Care este zona dvs. de timp?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Sistemul dvs. are ceasul hardware configurat pe GMT?"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nu gsesc nici un program\n"
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Renun"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reseteaz"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
-msgstr "Mandrake Control Center (Centrul de control Mandrake)"
+msgstr "Centrul de control Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
-msgstr "ncarc, ateptai v rog!"
+msgstr "ncarc... V rog ateptai!"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Disc de pornire"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Configurare pornire"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto-instalare"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Rezoluie"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Ecran"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "List echipamente"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
-msgstr "oricel (Mouse)"
+msgstr "Mouse"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Imprimant"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Scanner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Utilizatori"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastatur"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
-msgstr "Discuri dure"
+msgstr "Discuri fixe"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Puncte de montare NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Puncte de montare Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Puncte de montare WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partajare partiii"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
-msgstr "Conexiuni"
+msgstr "Conexiune"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
-msgstr "Partajare conexiuni"
+msgstr "Partajare conexiune"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
-msgstr "Configurare Proxy"
+msgstr "Configurare proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
-msgstr "Nivel de securizare"
+msgstr "Nivel de securitate"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
-msgstr ""
+msgstr "Planificare programe"
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
-msgstr ""
+msgstr "Firewall"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
-msgstr ""
+msgstr "Cpii de siguran"
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Meniuri"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servicii"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fonturi"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Dat i or"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
-msgstr "Loguri"
+msgstr "Jurnale"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Consol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Instalare programe"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "tergere programe"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Actualizare Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Administrator surse de programe"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Client DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
-msgstr "tiri (News)"
+msgstr "tiri"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Or"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Pornire"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
-msgstr "Echipamente"
+msgstr "Dispozitive"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Puncte de montare"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Inscriptor CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Reea i Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Securitate"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistem"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Administrare programe"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Configurare server"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Centrul de control Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Modificrile fcute n modulul curent NU vor fi salvate!"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Ateptai v rog..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Renun"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
+msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-2,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
-msgstr "Bun venit la centrul de control Mandrake"
+msgstr "Bun venit la Centrul de control Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "Nu pot citi din fiierul: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nume gazd:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
-msgstr "Versiune Kernel:"
+msgstr "Versiune nucleu:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Main:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "Nu pot executa fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "nchide"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Mai multe teme"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Preiau noile teme"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Teme suplimentare"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Preluai teme suplimantare de la http://www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Despre - Centrul de control Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Grafic: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Centrul de control Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
-msgstr "Atenie: Browser nespecificat"
+msgstr "Atenie: Navigator nespecificat"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
-"Atenionare de securitate: Nu este permisa conectarea la Internet ca user "
-"root"
+"Atenionare de securitate: Nu este permis conectarea la Internet ca super-"
+"utilizator"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fiier"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fiier"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Ieire"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opiuni"
-#: control-center:791 control-center:796 control-center:825 control-center:826
+#: ../control-center_.c:794
+msgid "/Display _Logs"
+msgstr "/Afieaz _jurnale"
+
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
msgid "/Options"
msgstr "/Opiuni"
-#: control-center:791
-msgid "/Display _Logs"
-msgstr "/Afieaz _Loguri"
-
-#: control-center:796
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Mod ncapsulat"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Teme"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Teme"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
"Aceast aciune va reporni centrul de control.\n"
-"Toate modificrile ce nu au fost aplicate se vor pierde!"
+"Toate modificrile ce nu au fost aplicate se vor pierde."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Mai multe teme"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ajutor"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ajutor"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
-msgstr "/_Raportare eroare (Bug)"
+msgstr "/_Raportare eroare"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/Despre..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
-msgstr "/Afieaz Loguri"
+msgstr "/Afieaz jurnale"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Mod ncapsulat"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Zona de timp"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Zona de timp - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Care este zona dvs. de timp?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Sistemul dvs are ceasul hardware setat pe GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reseteaz"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centrul de configurare meniuri"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -501,28 +487,45 @@ msgid ""
msgstr ""
"\n"
"\n"
-"Selectai meniul de configurat"
+"Selectai meniul pe care dorii s-l configurai"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Meniu sistem"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Configureaz..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Meniu utilizator"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Gata"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Configurare imprimare"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
-msgstr "Click aici pentru configurarea sistemului de imprimare"
+msgstr "Clic aici pentru configurarea sistemului de imprimare"
+
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: eroare"
+
+#~ msgid "Quit"
+#~ msgstr "Ieire"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Eroare la parcurgerea\n"
+#~ "fiierului de configurare."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nu pot gsi nici un program\n"
diff --git a/po/ru.po b/po/ru.po
index 613fe3ab..63a8d63d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2000-08-01 16:24+0200\n"
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
"Language-Team: Russian\n"
@@ -17,418 +17,431 @@ msgstr ""
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: "
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr ""
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr " "
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-" \n"
-" ."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr " - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr " - \n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr " ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr " GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr ""
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr " Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr " ... , "
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr " "
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr " "
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr " "
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr " "
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr ""
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr ""
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr " "
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr " NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr " Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr " WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr " "
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr " "
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr " "
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr " "
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr " & "
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr ""
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr " "
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr " "
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr " "
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS-"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr ""
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr ""
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr " "
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr " CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr " & "
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr ""
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr " "
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr " "
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr " Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ", , ."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr ", ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-cronyx-helvetica-medium-r-normal-*-20-*-100-100-p-*-koi8-r,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr " Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr " : %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ":"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr " :"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr " :"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ":"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr " : %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr ""
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr " "
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr " "
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr " "
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr " www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " - Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr " Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ": "
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
" : "
" root'"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/ _"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "_ "
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "_"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -436,67 +449,39 @@ msgstr ""
" .\n"
" ."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_ "
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_ "
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_ ..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/ "
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/ "
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr " "
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr " - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr " ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr " GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr " "
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -506,30 +491,47 @@ msgstr ""
"\n"
" , "
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr " "
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr " "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr " "
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr " , "
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: "
+
+#~ msgid "Quit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ " \n"
+#~ " ."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr " - \n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/sk.po b/po/sk.po
index 0bdc329e..ead823b4 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.90\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-07 08:36+0100\n"
"Last-Translator: Pavol Cvengros <orpheus@hq.alert.sk>\n"
"Language-Team: sk <i18n@hq.alert.sk>\n"
@@ -14,417 +14,430 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: chyba"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Koniec"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "asov zna"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Chyba poas parsovania\n"
-"konfiguranho sboru."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "asov zna - DrakClock"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Ktor je vae asov psmo?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "S vae hardvrov hodiny nastaven na GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nemem njs iaden program\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Zru"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Reset"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Kontroln centrum Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Nahrvam... Prosm akajte"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "tartovac disk"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Nastavenie tartu"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automatick intalcia"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Rozlenie"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Obrazovka"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Zoznam hardvru"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "My"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Tlaiare"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skaner"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Uvatelia"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Klvesnica"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Pevn disky"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Body pripojenia NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Body pripojenia SAMBA"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Body pripojenia WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Zdieanie oddielu"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Pripojenie"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Zdieanie pripojenia"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Nastavenie proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "rove bezpenosti"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Sluby"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Psma"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Dtum a as"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logy"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konzola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Intalova softvr"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Odstrni softvr"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Aktualizcia Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Manar zdrojov softvru"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS klient"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "as"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "tart"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardvr"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Body pripojenia"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Napaovaka CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Prun disk"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Sie & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Bezpenos"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Systm"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Manament softvru"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Nastavenie servera"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Kontroln centrum Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Modifikcie uroben v tomto module nebud uloen."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Prosm akajte..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Zru"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-2,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Vtajte v kontrolnom centre Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "nemem otvori tento sbor na tanie: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Systm:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Nzov potaa:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Verzia kernelu:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Pota:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "nemem vykona fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Zatvor"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "alie tmy"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Preberanie novch tm"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Dodatkov tmy"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "alie tmy njdete na www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "O Kontrolnom centre Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Artwork: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Kontroln centrum Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Upozornenie: nie je pecifikovan prehliada"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Bezpenostn varovanie: nemm povolen pripoji sa k internetu ako root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Sbor"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Sbor"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Koniec"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Nastavenia"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Nastavenia"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Zobrazi _Logy"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Nastavenia"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Embedded Md"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Tmy"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Tmy"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -432,67 +445,39 @@ msgstr ""
"Tto akcia retartuje kontroln centrum.\n"
"Vetky neaplikovan zmeny bud straten."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_alie tmy"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Pomoc"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Pomoc"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Ohlsi chybu"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_O aplikcii..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Zobrazi Logy"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Embedded Md"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "asov zna"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "asov zna - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Ktor je vae asov psmo?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "S vae hardvrov hodiny nastaven na GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Reset"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Konfiguran centrum menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -502,26 +487,43 @@ msgstr ""
"\n"
"Zvote si menu ktor chcete nastavi"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Systmov menu"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfigurcia..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Uvatesk menu"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Hotovo"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Nastavenia tlae"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Pre konfigurciu systmu tlae kliknite tu"
+
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: chyba"
+
+#~ msgid "Quit"
+#~ msgstr "Koniec"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Chyba poas parsovania\n"
+#~ "konfiguranho sboru."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nemem njs iaden program\n"
diff --git a/po/sl.po b/po/sl.po
index 040fe64a..205756c1 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-05 13:45+0200\n"
"Last-Translator: Gregor Pirnaver <gregor.pirnaver@email.si>\n"
"Language-Team: Slovenina <lugos-slo@lugos.si>\n"
@@ -16,421 +16,434 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: napaka"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Konaj"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "asovna cona"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Napaka pri procesiranju\n"
-"konfiguracijske datoteke"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "asovna cona - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nobenega programa ni mogoe najti\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Katere ja vaa asovna cona?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Je ura v raunalniku nastavljana na GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "V redu"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Preklii"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Resetiraj"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake nadzorno sredie"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Nalagam... Prosim poakajte"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Zagonska disketa"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Nastavitve zagona"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Samodejna namestitev"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Ekran"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Loljivost"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Zaslon"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr " Strojna oprema"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mika"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Tiskalnik"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Optini italec (skener)"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Uporabniki"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tipkovnica"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Trdi diski"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS priklopne toke"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba priklopne toke"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV priklopne toke"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Deljenje partiticije"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Povezava"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Deljenje povezave"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Nastavitve proksijev"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Varnostni nivo"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menuji"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Storitve"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Pisave"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datum & as"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logi"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konzola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Nemesti"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Upravljalnik paketov"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "TV kartice"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS Odjemalec"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News (Noviarske skupine - usenet)"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proksi"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Strenik"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "as"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Splet"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Zagon"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Strojna oprema"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Mount direktoriji"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD-R (\"Burner\")"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disketnik"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Mrea & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Varnost"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistem"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Upravljalnik paketov"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Nastavitve strenikov"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake nadzorno sredie %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Sprememebe narejene v trenutnem nainu ne bodo shranjene"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Prosim poakajte..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Preklii"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-2,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Dobrodoli v Mandrake nadzorno sredie"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "ne morem odpreti datotek %s za branje"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Ime gostitelja (hostname):"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Razliica jedra:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Raunalnik:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ne morem ustvariti novega procesa: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "V redu"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Zapri"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Ve tem"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Pridobivanje novih tem"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Dodatne teme"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Dodatne teme dobite na www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "O - Mandrake nadzornem srediu"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Avtor "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Oblikovanje: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake nadzorno sredie %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Opozorilo: Brskalnik ni doloen"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Varnostno opozorilo: Ni mi dovoljeno, da se poveem na Internet kot root "
"uporabnik"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Datoteka"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Datoteka"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Konaj"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Monosti"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Monosti"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Display _\"Logi\""
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Monosti"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Nain vstavka"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Teme"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Teme"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -438,67 +451,39 @@ msgstr ""
"To bo ponovno zagnalo Nadzorno sredie\n"
"Vse nepotrjene spremembe bodo izgubljene."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Ve tem"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Pomo"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Pomo"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_O..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Zaslon \"Logi\""
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/_Nain vstavka"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "asovna cona"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "asovna cona - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Katere ja vaa asovna cona?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Je ura v raunalniku nastavljana na GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Resetiraj"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menu - Nastavitveno sredie"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -508,30 +493,47 @@ msgstr ""
"\n"
"Izberi kateri menu eli urediti"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistemski menu"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Uredi..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Uporabniki menu"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Storjeno"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Nastavitve tiskanja"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Nastavljanje sistema za tiskanje"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: napaka"
+
+#~ msgid "Quit"
+#~ msgstr "Konaj"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Napaka pri procesiranju\n"
+#~ "konfiguracijske datoteke"
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nobenega programa ni mogoe najti\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -696,8 +698,5 @@ msgstr "Nastavljanje sistema za tiskanje"
#~ msgid "Save as.."
#~ msgstr "Shrani kot..."
-#~ msgid "TV Cards"
-#~ msgstr "TV kartice"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Za namestitev standardnih tem kliknite sem:"
diff --git a/po/sp.po b/po/sp.po
index c7218981..f74c8e23 100644
--- a/po/sp.po
+++ b/po/sp.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-12 18:06GMT+1\n"
"Last-Translator: Toma Jankovic <tomaja@net.yu>\n"
"Language-Team: Serbian <i18n@mandrake.co.yu>\n"
@@ -15,419 +15,432 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: ea"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr " "
-#: placeholder.h:8
-msgid "Quit"
-msgstr ""
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr " a"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"e a\n"
-"e e."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr " - "
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "j j a a ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - "
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr " (BIOS) GMT ?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr " "
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr " a je \n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "ae"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake "
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "... aj "
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Boot "
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Boot ja"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr " "
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "j"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr " "
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "a"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "a"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr " "
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS "
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba "
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV "
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr " "
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "ja"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "ee je"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr " "
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr " "
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "j"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr " e"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr " "
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr ""
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr " "
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr " "
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr " "
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS "
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr ""
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr " "
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD "
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "e & "
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr ""
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr " "
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr " "
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr " ."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "aj ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
# control-center:335n
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr " andrake "
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr " j j ae: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ":"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr " :"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "j a:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "a:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr " fork-j: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr " "
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr " "
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr " "
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr " "
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr " www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " - Mandrake "
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft S"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "ee: aa j "
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
" ee: j j "
"root "
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_j"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_je"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/je"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/ _"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/je"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Embedded "
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -435,67 +448,39 @@ msgstr ""
" T .\n"
" ."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_ "
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_ "
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/ "
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Embedded "
-#: clock.pl:47
-msgid "DrakClock"
-msgstr " "
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr " a"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr " - "
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "j j a a ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - "
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr " (BIOS) GMT ?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "ae"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr " ea ja"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -505,26 +490,43 @@ msgstr ""
"\n"
" j ee"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr " "
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Kj..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr " "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr " "
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr " "
+
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: ea"
+
+#~ msgid "Quit"
+#~ msgstr ""
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "e a\n"
+#~ "e e."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr " a je \n"
diff --git a/po/sq.po b/po/sq.po
index 1d8d0d44..e2ac3ff0 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-02-25 08:02GMT\n"
"Last-Translator: Laurent Dhima <laurent.dhima@albalinuxs.f2s.com>\n"
"Language-Team: albanian <sq@li.org>\n"
@@ -14,497 +14,482 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: gabim"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Dil"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Ora Lokale"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Gabim duke parsing\n"
-"config file."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Ora Lokale - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Nuk arrij t gjej asnj program\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Kush sht ora juaj lokale?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "sht setuar koha e hardware tuaj me GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Elemino"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Rikthe"
+
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Qndra e Kontrollit t Mandrake %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Ju lutem prisni..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Boot Disk"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Boot Konfig"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto Instal"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Display"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Hardware"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mouse"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Stampante"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "prdorues"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastiera"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Disqet fiks"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Pikat e montimit NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Pikat e montimit t Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Pikat e montimit t WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Particione t Prbashkt"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Lidhja"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Ndarja e lidhjes"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "Mail/SMS kujdes konfigurimi"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Niveli i Sigurimit"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Firewalling"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Shrbime"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Grma"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Data & Ora"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logs"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
#, fuzzy
msgid "Install Software"
msgstr "Auto Instal"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Kontrolluesi i Software"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "Server-t"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr "Ora Lokale"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Pikat e Montimit"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD Krijues"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Floppy"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Network & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sigurimi"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistemi"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Kontrolluesi i Software"
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr "Mail/SMS kujdes konfigurimi"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Qndra e Kontrollit t Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Ju lutem prisni..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Elemino"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Mirsevini n Qendrn e Kontrollit t Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "nuk mund t hap kt file pr lexim: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistemi:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Emri i Host:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Versioni i Kernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Makina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "nuk mund t fork-oj: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Mbylle"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Mbi - Qendra e Kontrollit Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autori: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "Autori: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Qndra e Kontrollit t Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Kujdes: Asnj browser i zgjedhur"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Paralajmrim Sigurie: Nuk duhet t lidhem n internet si prdorues root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_File"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/File"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Dil"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opcione"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opcione"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Display _Logs"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opcione"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Embedded Mnyr"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temat"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temat"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
#, fuzzy
msgid "/_More themes"
msgstr "/_Temat"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ndihm"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ndihm"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Mbi..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Display Logs"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Embedded Mnyr"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Ora Lokale"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Ora Lokale - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Kush sht ora juaj lokale?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "sht setuar koha e hardware tuaj me GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Rikthe"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Qendra e Konfigurimit t Menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -514,30 +499,47 @@ msgstr ""
"\n"
"Zgjidhni k menu doni t konfiguroni"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu e Sistemit"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfiguroje..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu e Prdoruesit"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Fund"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Kunfigurimi i Stamps"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Kliko ktu pr t konfiguruar sistemin e stamps"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: gabim"
+
+#~ msgid "Quit"
+#~ msgstr "Dil"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Gabim duke parsing\n"
+#~ "config file."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Nuk arrij t gjej asnj program\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/sr.po b/po/sr.po
index d5790ecc..2981fb3d 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-12 18:06GMT+1\n"
"Last-Translator: Toma Jankovic_<tomaja@net.yu>\n"
"Language-Team: Serbian <i18n@mandrake.co.yu>\n"
@@ -15,419 +15,432 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: greka"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "Drak asovnik"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Zavri"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Vremenska Zona"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Greka pri rastavljanju\n"
-"konfiguracione datoteke."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Vremenska zona - Drak asovnik"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Koja je vaa vremenska zona ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - Drak asovnik"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Da li je va sistemski (BIOS) asovnik podeen na GMT ?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "U redu"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ne mogu da pronaem ni jedan program\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Poniti"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Resetovanje"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrolni Centar"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Uitavam... Saekajte momenat"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Boot disk"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Boot konfiguracija"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Auto Instalacija"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Rezolucija"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Displej"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Lista Hardvera"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mi"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "tampa"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Skener"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Korisnici"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tastatura"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Hard diskovi"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS take montiranja"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba take montiranja"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV take montiranja"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Zajedniko korienje particija"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Konekcija"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Deljenje konekcije"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Podeavanje proksija"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Nivo sigurnosti"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Meniji"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Servisi"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fontovi"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datum i vreme"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Log zapisi"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konzola"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Instaliraj Softver"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Ukloni Softver"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Update"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Menader za softver"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS Klijent"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Vesti"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proksi"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Vreme"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardver"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Take montiranja"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD Reza"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Flopi"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Mrea & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Sigurnost"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistem"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Podeavanje Softvera"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Podeavanje Servera"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake Kontrolni Centar %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Izmena koja je napravljena u trenutnom modulu ne moe biti sauvana."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Saekajte momenat..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Poniti"
-
# control-center:335n
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Dobrodoli u Mandrake Kontrolni Centar"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "Ne mogu da otvorim ovaj fajl za itanje: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Ime hosta:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Verzija kernela:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Maina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ne mogu da fork-ujem: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "U redu"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Zatvori"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Jo tema"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Skinite nove teme"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Dodatne teme"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Skinite nove teme sa www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "O - Mandrake Kontrolnom Centru"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Autor: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Dizajn: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Kontrolni Centar %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Upozorenje: Pretraiva nije odregjen"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Sigurnosno Upozorenje: Nije mi dozvoljeno da se konektujem na internet kao "
"root korisnik"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fajl"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fajl"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Kraj"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Opcije"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Opcije"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Prikai _Logove"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Opcije"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Embedded Mod"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Teme"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Teme"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -435,67 +448,39 @@ msgstr ""
"Ova akcija e restartovatiT Kontrolni centar.\n"
"Sve izmene koje nisu primenjene e biti izgubljene."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Jo tema"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Pomo"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Pomo"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Prijavite Bag"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_O..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Prikai Logove"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Embedded mod"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "Drak asovnik"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Vremenska Zona"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Vremenska zona - Drak asovnik"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Koja je vaa vremenska zona ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - Drak asovnik"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Da li je va sistemski (BIOS) asovnik podeen na GMT ?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Resetovanje"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Centar za podeavanje menija"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -505,26 +490,43 @@ msgstr ""
"\n"
"Izaberite meni koji elite da podesite"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistemski meni"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Konfiguracija..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Korisniki meni"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Zavreno"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "tampanje konfiguracije"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klikni ovde za konfigurisanje sistema za tampanje"
+
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: greka"
+
+#~ msgid "Quit"
+#~ msgstr "Zavri"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Greka pri rastavljanju\n"
+#~ "konfiguracione datoteke."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ne mogu da pronaem ni jedan program\n"
diff --git a/po/sv.po b/po/sv.po
index 12b76261..7c3813ae 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-24 10:11+0100\n"
"Last-Translator: Mattias Dahlberg <voz@home.se>\n"
"Language-Team: <sv@li.org>\n"
@@ -17,418 +17,431 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "Drakconf: fel"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "Drakclock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Avsluta"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Tidszon"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Fel vid bearbetning av\n"
-"konfigurationsfil."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Tidszon - Drakclock"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Vilken r din tidszon?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - Drakclock"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "r hrdvaruklockan stlld till GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Kan inte hitta ngra program\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Avbryt"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "terstll"
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrakes kontrollcentral"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Laddar... Vnta"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Startdiskett"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Startkonfiguration"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Automatisk installation"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Skrm"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Upplsning"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Bild"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Hrdvarulista"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mus"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Skrivare"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Bildlsare"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Anvndare"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Tangentbord"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Hrddiskar"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS-monteringspunkter"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba-monteringspunkter"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV-monteringspunkter"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Partitionsdelning"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Anslutning"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Internetdelning"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Proxy-konfiguration"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Skerhetsniv"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr "Programschema"
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Brandvgg"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr "Skerhetskopior"
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menyer"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Tjnster"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Teckensnitt"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Datum & tid"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Loggar"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsoll"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Installera program"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Ta bort program"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Uppdatera Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Programhanterare fr kllor"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS-klient"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Diskussionsgrupper"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Tid"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Webb"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Start"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hrdvara"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Monteringspunkter"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "Cd-rom"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Cd-brnnare"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Diskett"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Ntverk & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Skerhet"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "System"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Programhantering"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Serverkonfiguration"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrakes kontrollcentral %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "ndringar gjorda i den aktuella modulen kommer inte att sparas."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Vnta..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Vlkommen till Mandrakes kontrollcentral"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "kan inte ppna den hr filen fr lsning: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "System:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Vrddatornamn:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Krnversion:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Maskin:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "kan inte dela: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Stng"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Fler teman"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Hmta nya teman"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Ytterligare teman"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Fler teman finns p www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Om - Mandrakes kontrollcentral"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Upphovsman: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Bilder: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Control Center %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Varning: Ingen webblsare angiven"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Skerhetsvarning: Har inte behrighet att ansluta till Internet som root-"
"anvndare"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/A_rkiv"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Arkiv"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/A_vsluta"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Alternativ"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Alternativ"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Visa _loggar"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Alternativ"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Inbddat lge"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Teman"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Teman"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -436,67 +449,39 @@ msgstr ""
"Denna tgrd kommer att starta om kontrollcentralen.\n"
"Alla ndringar som inte sparats gr frlorade."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/Fler te_man"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Hjlp"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Hjlp"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Rapportera fel"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Om..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Visa loggar"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Inbddat lge"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "Drakclock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Tidszon"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Tidszon - Drakclock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Vilken r din tidszon?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - Drakclock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "r hrdvaruklockan stlld till GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "terstll"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menyanpassning"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -506,26 +491,43 @@ msgstr ""
"\n"
"Vlj vilken meny du vill anpassa"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Systemmeny"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Anpassa..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Anvndarmeny"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Frdig"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Konfiguration av utskrift"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Klicka hr fr att konfigurera utskriftssystemet"
+
+#~ msgid "DrakConf: error"
+#~ msgstr "Drakconf: fel"
+
+#~ msgid "Quit"
+#~ msgstr "Avsluta"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Fel vid bearbetning av\n"
+#~ "konfigurationsfil."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Kan inte hitta ngra program\n"
diff --git a/po/ta.po b/po/ta.po
index c2a02f2d..63182da2 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 1.0\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-23 19:47-0400\n"
"Last-Translator: prabu <prabu_anand2000@yahoo.com>\n"
"Language-Team: <en@li.org>\n"
@@ -14,416 +14,429 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "ʧŨ;"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "ʧʸ"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Ǣ"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr " "
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Ũ째 ĸ \n"
-" "
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr " -ʧʸ"
+
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr " ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - ʧʸ"
+
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr " Ǣ ʸ GMT Ǿ?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "â"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr " è Ţ\n"
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr " "
-#: control-center:60
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "ʧ "
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "θ....צ ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr " "
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr " Ũ"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr ""
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "¸"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "â"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Ǣ "
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Ģ"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Ȣ"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "ŢĨ"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr " "
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS Ǣ"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr " Ǣ"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV Ǣ"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Ÿ "
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr ""
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "ɡ Ũ"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "и "
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "ʸ"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Ÿ"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "ħ"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "׸"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Ө"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Ţ"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Ţ츢"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "ʧ "
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr " ġ"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS "
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr " Ȣ"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix- ¸"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "ɡ"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "¸"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr ""
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Ũ"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "̾"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr ""
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Ǣ"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "¸"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "Ţ"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "ʱâ"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr " "
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "츢"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Ũ¨ "
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "и"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr " "
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr " ġ"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "¸ Ũ"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "ʧ %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr " Ȣ "
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "צ ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-Tsc_Avarangal-medium-r-normal--20-*-100-100-p-*-tscii-0,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "ʧ ո"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr " %s Ţ"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ""
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr ""
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Ţ Ǣ£"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ""
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "%s Ţ"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "â"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr " "
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Ҿ θ"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr " "
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr " www.damz.net "
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "ʧ -Ȣ"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Ȣ: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr " Чáɢ"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "ʧ %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "; ʧ "
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "â쨸; ġ Ţ"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "и â쨸; š¡ ܼ"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Ǣ"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Ţ"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Ţ"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/׸ "
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Ţ"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/ ӨȨ"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -431,67 +444,39 @@ msgstr ""
" ڦ .\n"
" Ţţ"
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_ "
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ţ"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ţ"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Ƹ ȢŢ"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Ȣ"
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/׸ "
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/ ӨȨ"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "ʧʸ"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr " "
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr " -ʧʸ"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr " ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - ʧʸ"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr " Ǣ ʸ GMT Ǿ?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr " "
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr " Ũ "
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -501,26 +486,43 @@ msgstr ""
"\n"
" ʨ Ũ ŢҸȢ"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr " "
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Ũ..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr " "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr " Ũ"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "  Ũġ"
+
+#~ msgid "DrakConf: error"
+#~ msgstr "ʧŨ;"
+
+#~ msgid "Quit"
+#~ msgstr "Ǣ"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Ũ째 ĸ \n"
+#~ " "
+
+#~ msgid "Can't find any program\n"
+#~ msgstr " è Ţ\n"
diff --git a/po/tg.po b/po/tg.po
index f8a39446..cbb34be9 100644
--- a/po/tg.po
+++ b/po/tg.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2000-08-01 16:24+0200\n"
"Last-Translator: Dilshod Marupov <abdula@khujandcomptech.dyn.tj>\n"
"Language-Team: Tajik\n"
@@ -18,508 +18,493 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: хатогӣ"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr ""
+
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Соати Минтақа"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Баромадан"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr ""
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Соатиминтақаи шумо кадом?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
msgstr ""
-"Хатогӣ ҳангоми таҷзияи\n"
-"файли танзимдарорӣ."
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Ягон барнома ёфта намешавад\n"
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Соати сахтафзори шумо ба GMT гузошта шудааст?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Бекор кардан"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Бознишондан"
-#: control-center:60
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Маркази Идоракунии Mandrake %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "Илтимос поида истед. Корандозӣ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Диски Пурборкунӣ"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Танзимдарории Пурборкунӣ"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr ""
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Намоиш"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Сахтафзор"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Муш"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Чопгар"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr "Муш"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Забонак"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
#, fuzzy
msgid "Hard Drives"
msgstr "Сахтафзор"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr ""
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr ""
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr ""
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
#, fuzzy
msgid "Partition Sharing"
msgstr "Тақсимкунии Пайвасткунӣ"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Пайвасткунӣ"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Тақсимкунии Пайвасткунӣ"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "Маркази Танзимдарории Меню"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Савияи Бехатарӣ"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Девориоташӣ"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Менюҳо"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Хизматҳо"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Ҳуруфҳо"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Соат ва Сана"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
#, fuzzy
msgid "Console"
msgstr "Пӯшидан"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/Mandrake_Expert"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Мудири Нармафзор"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr "Хизматҳо"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr "Соати Минтақа"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Пурборкунӣ"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Сахтафзор"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr ""
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
#, fuzzy
msgid "Network & Internet"
msgstr "Шабака ва Интернет"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Бехатарӣ"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Систем"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Мудири Нармафзор"
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr "Маркази Танзимдарории Меню"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Маркази Идоракунии Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
#, fuzzy
msgid "Please wait..."
msgstr "Илтимос поида истед. Корандозӣ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Бекор кардан"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
"-monotype-arial-medium-r-normal-*-20-*-*-*-p-*-iso10646-1,-*-clearlyu-medium-"
"r-normal--17-*-100-100-p-*-iso10646-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
#, fuzzy
msgid "Welcome to the Mandrake Control Center"
msgstr "Дар бораи - Маркази Идоракунии Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "ин файлро барои хондан кушода намешавад: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Систем:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Номи Компютор:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Ривояти Асосӣ:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Мошина:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "fork намешавад: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Пӯшидан"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Дар бораи - Маркази Идоракунии Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
#, fuzzy
msgid "Author: "
msgstr "Муаллифҳо: "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr "Муаллифҳо: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Маркази Идоракунии Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Ҳуқуқи муаллифӣ (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Огоҳӣ: Браузер муаян нашудааст"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Огоҳи Бехатарӣ: Ман рухсати ба интернет ҳамчун корванди root пайваст шудан "
"надорам"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Файл"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Файл"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Баромадан"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr ""
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr ""
-
-#: control-center:791
+#: ../control-center_.c:794
#, fuzzy
msgid "/Display _Logs"
msgstr "Намоиш"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr ""
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr ""
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr ""
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr ""
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr ""
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Ёрӣ"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Ёрӣ"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Маърӯзаи Ғалат"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Дар бораи..."
-#: control-center:825
+#: ../control-center_.c:828
#, fuzzy
msgid "/Display Logs"
msgstr "Намоиш"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr ""
-#: clock.pl:47
-msgid "DrakClock"
-msgstr ""
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Соати Минтақа"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr ""
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Соатиминтақаи шумо кадом?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr ""
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Соати сахтафзори шумо ба GMT гузошта шудааст?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Бознишондан"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Маркази Танзимдарории Меню"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -529,30 +514,47 @@ msgstr ""
"\n"
"Менюи хостатонро интихоб кунед барои танзимдарорӣ"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Менюи Системӣ"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Танзимдарорӣ..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Менюи корванд"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr ""
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr ""
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: хатогӣ"
+
+#~ msgid "Quit"
+#~ msgstr "Баромадан"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Хатогӣ ҳангоми таҷзияи\n"
+#~ "файли танзимдарорӣ."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Ягон барнома ёфта намешавад\n"
+
#, fuzzy
#~ msgid "/File/_New"
#~ msgstr "/Файл"
diff --git a/po/th.po b/po/th.po
index 30e18d5e..5430af18 100644
--- a/po/th.po
+++ b/po/th.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.90\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-04-20 23:53GMT\n"
"Last-Translator: Wachara Chinsettawong <wachara@yahoo.com>\n"
"Language-Team: Thai <wachara@yahoo.com>\n"
@@ -15,496 +15,481 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: ԴͼԴҴ"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "ԡ"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "ǧ"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"ԴüԴҴ¹\n"
-" config"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "ǧ-DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "ö\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "سǧ? "
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT-DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "سͧ絹ԡ GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "¡ԡ"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake ҹǺ"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr "ôѡ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Boot Disk"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Boot Config"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Դѵѵ"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Display"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "Hardware"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Mouse"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "ͧ"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr ""
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr ""
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "شҷͧ NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "شҷͧ Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "شҷͧ WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Ԫ"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Connection"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Connection Sharing"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr "˹þ"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "дѺʹ"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "Firewalling"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menus"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Services"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "͹"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "ѹ"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logs"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Console"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr ""
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr "Software Manager"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
#, fuzzy
msgid "DNS Client"
msgstr "client"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
#, fuzzy
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr "ǧ"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Boot"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Hardware"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Mount Points"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr ""
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr ""
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr ""
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr ""
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "줡ѺԹ"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "ʹ"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "System"
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr "Software Manager"
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr "á˹ͤ͹ Mail/SMS"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake ҹǺ %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "ôѡ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "¡ԡ"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-Norasi-medium-r-normal--20-*-*-*-p-*-tis620-0,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Թյ͹ѺҹǺͧ Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "öҹ: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "System:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Hostname:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Kernel Version:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Machine:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "ö fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Դ"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "ǡѺ - Mandrake ҹǺ"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake ҹǺ %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "ͤѧ:͡ browser"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "ͤʹ: ö internet root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_ԡ"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Options"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Options"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/͡Ѻʴź˹Ҩ"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Options"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_ѧ"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
#, fuzzy
msgid "/_More themes"
msgstr "/_"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr ""
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_ǡѺ..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/͡Ѻʴź˹Ҩ"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/ѧ"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "ǧ"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "ǧ-DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "سǧ? "
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT-DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "سͧ絹ԡ GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menu Configuration Center"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -514,30 +499,47 @@ msgstr ""
"\n"
"͡¡÷سͧ÷ӡûѺ"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "System menu"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "ӡûѺ.."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "˹þ"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "꡷͡˹кþ"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: ԴͼԴҴ"
+
+#~ msgid "Quit"
+#~ msgstr "ԡ"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "ԴüԴҴ¹\n"
+#~ " config"
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "ö\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/tr.po b/po/tr.po
index 9e38b078..b3ac99a6 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-11 02:23+0300\n"
"Last-Translator: Ömer Fadıl USTA <omer_fad@hotmail.com>\n"
"Language-Team: Turkish <tr@li.org>\n"
@@ -16,417 +16,430 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: hata"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Çık"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Zaman Dilimi"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Yapılandırma dosyası\n"
-"ayrıştırılırken hata."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Zaman Dilimi - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Hiçbir uygulama bulunamıyor\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Bulunduğunuz zaman dilimi hangisi?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Donanım saatiniz GMT'ye göre mi ayarlı?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Tamam"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "İptal"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Sıfırla"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake Denetim Merkezi"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Yükleniyor... Lütfen Bekleyiniz"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Açılış Disketi"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Önyükleme Yapılandırması"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Otomatik Kurulum"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Ekran"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Çözünürlük"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Ekran Kartı"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Donanım Listesi"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Fare"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Yazıcı"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Tarayıcı"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Kullanıcılar"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Klavye"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Sabit Sürücüler"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS bağlantı noktaları"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba bağlantı noktaları"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV bağlantı noktaları"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Disk Bölümü Paylaşımı"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Bağlantı"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Bağlantı Paylaşımı"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Vekil Sunucu Yapılandırması"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Güvenlik Düzeyi"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menüler"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Hizmetler"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Yazı Tipleri"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Tarih ve Zaman"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Günlük Kayıtları"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Konsol"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Yazılımı Yükle"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Yazılımı Kaldır"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake Güncellemesi"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Yazılım Kaynak Yöneticisi"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS İstemci (client)"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy (Vekil Sunucu)"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Sunucu"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Zaman"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Önyükleme"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Donanım"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Bağlantı Noktaları"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD Yazıcı"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Disket"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Ağ & İnternet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Güvenlik"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistem"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Yazılım Yöneticisi"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Sunucu Yapılandırması"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake Denetim Merkezi %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Geçerli modulde yapılan düzenlemeler kaydedilmeyecek."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Lütfen bekleyiniz..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "İptal"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-9,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Mandrake Denetim Merkezine Hoşgeldiniz"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "okumak için şu dosya açılamıyor: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistem:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Makina Adı:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Çekirdek Sürümü:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Makina:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "%s başlatılamadı (fork)"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Tamam"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Kapat"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Daha çok tema"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Yeni temalar alınıyor"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Ek Temalar"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Ek temaları www.damz.net'ten alabilirsiniz"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Hakkında - Mandrake Kontrol Merkezi"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Yazar: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Sanat Çalışmaları: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake Denetim Merkezi %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Tel'if Hakkı (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Uyarı : Tarayıcı belirtilmedi"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Güvenlik Uyarısı: İnternet'e root kullanıcı olarak bağlanmaya izin verilmiyor"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Dosya"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Dosya"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/Çı_k"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Seçenekler"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Seçenekler"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/_Kayıtları Göster"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Seçenekler"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Gömülü Kip"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Temalar"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Temalar"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -434,67 +447,39 @@ msgstr ""
"Bu eylem denetim merkezini yeniden başlatacaktır.\n"
"Kaydedilmemiş değişiklikler yitirilecek (eski durumuna gelecek)."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Daha çok tema"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Yardım"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Yardım"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Hata raporla"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/Hakkın_da..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Kayıtları Göster"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Gömülü Kip"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Zaman Dilimi"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Zaman Dilimi - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Bulunduğunuz zaman dilimi hangisi?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Donanım saatiniz GMT'ye göre mi ayarlı?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Sıfırla"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Menü Yapılandırma Merkezi"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -504,30 +489,47 @@ msgstr ""
"\n"
"Hangi menüyü düzenleyeceğinizi seçiniz"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Sistem menüsü"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Yapılandır..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Kullanıcı menüsü"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Tamamlandı"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Yazdırma yapılandırması"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Yazıdırma sistemini yapılandırmak için buraya tıktayın"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: hata"
+
+#~ msgid "Quit"
+#~ msgstr "Çık"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Yapılandırma dosyası\n"
+#~ "ayrıştırılırken hata."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Hiçbir uygulama bulunamıyor\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/uk.po b/po/uk.po
index 0594da88..f6fd15b9 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.90\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-02-25 17:02+0200\n"
"Last-Translator: Sergey Ribalchenko <fisher@obu.ck.ua>\n"
"Language-Team: Ukrainian <linux@linux.org.ua>\n"
@@ -15,499 +15,484 @@ msgstr ""
"Content-Type: text/plain; charset=koi8-u\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: "
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Ȧ"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr " "
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-" ڦ\n"
-" Ʀæ."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr " - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr " \n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr " ˦ צ ڦ ?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr " GMT ( Ҧצ)?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr ""
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr ""
+
+#: ../control-center_.c:64
#, fuzzy
msgid "Mandrake Control Center"
msgstr " Mandrake %s"
-#: control-center:65
+#: ../control-center_.c:69
#, fuzzy
msgid "Loading... Please wait"
msgstr ", ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr ". "
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr " "
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "-"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr ""
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr ""
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr ""
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
#, fuzzy
msgid "Hardware List"
msgstr "̦"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr ""
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr ""
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
#, fuzzy
msgid "Users"
msgstr ""
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "צ"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "˦ "
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr " NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr " Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr " WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Ħ Ħ̦"
# !!! sharing -- Ӧ "Ħ", Ҧ "ͦ " IMO
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "'"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Ħ '"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
#, fuzzy
msgid "Proxy Configuration"
msgstr " "
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr " "
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
#, fuzzy
msgid "Firewall"
msgstr "̦έ"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "צ"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr " "
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr ""
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr ""
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr ""
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr ""
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
#, fuzzy
msgid "Mandrake Update"
msgstr "/Mandrake_Expert"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
#, fuzzy
msgid "Software Sources Manager"
msgstr " "
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr ""
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr ""
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr ""
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr ""
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr ""
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Ӧ"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr ""
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
#, fuzzy
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
#, fuzzy
msgid "Time"
msgstr " "
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr ""
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "̦"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr " "
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD-"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr " "
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr ""
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr ""
-#: control-center:235
+#: ../control-center_.c:239
#, fuzzy
msgid "Software Management"
msgstr " "
-#: control-center:244
+#: ../control-center_.c:248
#, fuzzy
msgid "Server Configuration"
msgstr " /SMS"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr " Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr ""
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr ", ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-koi8-u,*-r-*"
# !!! , CP1251, Φ Цդ.
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr " Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr " צ : %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr ":"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "' :"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Ӧ "
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ":"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr " : %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr ""
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr ""
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr ""
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " ͦ - Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
#, fuzzy
msgid "Artwork: "
msgstr ": "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr ""
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr " Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr " Φ (c) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr ": "
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
" : Φ ' צ Φ root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_F "
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/F "
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Q Ȧ"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_O æ"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/O æ"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/_L ̦"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/O æ"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_E "
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_T "
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/T "
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
-#: control-center:813
+#: ../control-center_.c:816
#, fuzzy
msgid "/_More themes"
msgstr "/_T "
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_H "
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/H "
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_R צ "
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_A ͦ..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/L ̦"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/E "
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr " "
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr " - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr " ˦ צ ڦ ?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr " GMT ( Ҧצ)?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr ""
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr " Ʀ "
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -517,30 +502,47 @@ msgstr ""
"\n"
"Ҧ, "
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr " "
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr " "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr " "
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Φ , "
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: "
+
+#~ msgid "Quit"
+#~ msgstr "Ȧ"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ " ڦ\n"
+#~ " Ʀæ."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr " \n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/vi.po b/po/vi.po
index 1a179bdf..34a7d0ee 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-24 12:54+0700\n"
"Last-Translator: Trinh Minh Thanh <tmthanh@linuxmail.org>\n"
"Language-Team: Gnome-Vi Team <Gnomevi-list@lists.sourceforge.net>\n"
@@ -13,417 +13,430 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: Lỗi"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Thoát"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Múi Giờ"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"Lỗi khi phân tích\n"
-"tập tin cấu hình."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Múi giờ - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Không tìm thấy chương trình nào\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Múi giờ của bạn là gì?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Có phải đồng hồ của máy đặt theo GMT?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "OK"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Bỏ qua"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Thiết lập lại"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Trung Tâm Điều Khiển Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Đang nạp... Hãy chờ"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Đĩa Khởi Động"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Cấu hình Khởi động"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Tự động Cài đặt"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Monitor"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Độ Phân Giải"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Hiển thị"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Danh sách Phần cứng"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Chuột"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Máy in"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Máy quét"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Người Dùng"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Bàn phím"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Các ổ đĩa cứng"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Các điểm gắn kết NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Các điểm gắn kết Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Các điểm gắn kết WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Chia Sẻ Phân Vùng"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Kết nối"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Chia sẻ Kết nối"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Cấu hình Proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Mức độ Bảo mật"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr "Lập kế hoạch các Chương trình"
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Tường lửa"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr "Sao Lưu"
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Các Menu"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Các Dịch vụ"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Phông chữ"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Ngày& Giờ"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Bản ghi (log)"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Console"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Cài Đặt Phần Mềm"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Gỡ Bỏ Phần Mềm"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Cập Nhật Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Trình Quản lý Các Nguồn Phần mềm"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "Card TV"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Máy khách DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "Tin tức"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Máy chủ"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Thời gian"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Khởi động"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Phần cứng"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Điểm Gắn kết"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Ghi CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Đĩa mềm"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Mạng & Internet"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Bảo mật"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Hệ thống"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Quản Lý Phần Mềm"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Cấu hình Máy chủ"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Trung Tâm Điều Khiển Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Sẽ không lưu lại những thay đổi thực hiện trong mô-đun hiện thời."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Hãy chờ ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Bỏ qua"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso10646-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Chào mừng Trung Tâm Điều Khiển Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "không thể mở tập tin này để đọc: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Hệ thống:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "Tên chủ (hostname):"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Phiên bản Kernel:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "Máy tính:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "không thể phân nhánh (fork): %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "OK"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Đóng"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Thêm Theme"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Lấy các theme mới"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Các theme bổ sung"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Lấy thêm các theme tại www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr "Nói về - Trung Tâm Điều Khiển Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Tác giả: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Artwork: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Trung Tâm Điều Khiển Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Bản quyền (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Cảnh báo: chưa chỉ định trình duyệt"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Cảnh báo bảo mật: không được phép kết nối với Internet bằng người dùng root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Tệp"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Tệp"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/_Thoát"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Tùy chọn"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Tùy chọn"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Hiển thị _Bản ghi (log)"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Tùy chọn"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/_Chế độ Nhúng"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Themes"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Themes"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -431,67 +444,39 @@ msgstr ""
"Việc này sẽ khởi động lại trung tâm điều khiển.\n"
"Mọi thay đổi chưa được áp dụng sẽ mất."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Thêm theme"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Giúp"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Giúp"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Báo cáo lỗi"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/_Giới thiệu..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Hiển thị Bản ghi (log)"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Chế độ Nhúng"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Múi Giờ"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Múi giờ - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Múi giờ của bạn là gì?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Có phải đồng hồ của máy đặt theo GMT?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Thiết lập lại"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Trung Tâm Cấu Hình Menu"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -501,30 +486,47 @@ msgstr ""
"\n"
"Hãy chọn menu bạn muốn cấu hình"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu hệ thống"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Cấu hình..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu người dùng"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Hoàn thành"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Cấu hình việc in ấn"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Nhấn vào đây để cấu hình hệ thống in ấn"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: Lỗi"
+
+#~ msgid "Quit"
+#~ msgstr "Thoát"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "Lỗi khi phân tích\n"
+#~ "tập tin cấu hình."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Không tìm thấy chương trình nào\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -690,9 +692,6 @@ msgstr "Nhấn vào đây để cấu hình hệ thống in ấn"
#~ msgid "Save as.."
#~ msgstr "Lưu là..."
-#~ msgid "TV Cards"
-#~ msgstr "Card TV"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Nhấn vào đây để cài đặt các theme chuẩn:"
diff --git a/po/wa.po b/po/wa.po
index 70e43323..53e88d6a 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2000-05-16 16:24+0200\n"
"Last-Translator: Pablo Saratxaga <pablo@mandrakesoft.com>\n"
"Language-Team: Walon <linux-wa@chanae.alphanet.ch>\n"
@@ -15,417 +15,430 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf: aroke"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "Cwiter"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "Coisse d'eureye"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"k n'a nn st come dji\n"
-"lijheve li fitch d'apontiaedje."
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "Coisse d'eureye - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "Dji n'pou trover nou programe\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "Dins kne coisse d'eureye vikez?"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "Coisse GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "Vosse ndjole e-st ele metowe e tins universel (GMT)?"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "'l est bon"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "Rinonc"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "Rimete a zero"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Cinte di contrle di Mandrake"
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "Trdjz on p s'i vs plait... dji tchedje"
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "Plakete d'enondaedje"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "Apontiaedje di l'enondaedje"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Otoastalaedje"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "Waitrole"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "Fint"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "Hynaedje"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Djivye del ndjolreye"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "Sori"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "Sicrirece"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "Sicanrece"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "Uzeus"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "Taprece"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Deurs plakes"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "Ponts di montaedje NFS"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Ponts di montaedje Samba"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "Ponts di montaedje WebDAV"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "Prtaedje di prticions"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "Raloyaedje"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "Prtaedje do raloyaedje"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "Apontiaedje do proxy"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "Livea di svrit"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "Cpe feu"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr "Copeyes di svrit"
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "Menus"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "Siervices"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "Fontes"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "Date & eure"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "Logs"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "Conzle"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "Astaler des programes"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "Oister des programes"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Metaedjes a djo di Mandrake"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Manaedjeu des sourdants des programes"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr "Ctes tv"
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "Cliyant DNS"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Sierveu"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Eure"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Waibe"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "Enondaedje"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "ndjolreye"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "Ponts di montaedje"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "Plake lazer"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "Broleu di CD"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Plakete"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Plakete ZIP"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "Rantoele & Daegntoele"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "Svrit"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "Sistinme"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "Manaedjeu di programes"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "Apontiaedje do sierveu"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Cinte di contrle di Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Les candjmints k'ont st fwaits el module ni sront nn schaps."
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Trdjz on p s'i vs plait..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "Rinonc"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-*-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "Wilicome cinte di contrle di Mandrake"
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "dji n'sai drovi ci fitch chal po-z lere: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "Sistinme:"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "No do lodjoe:"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "Modye do nawea:"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "ndjole:"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "dji n'sai f on fork: %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "'l est bon"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "Clre"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "Co des tes tinmes"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "Aberweter des noveas tinmes"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "Tinmes di rawete"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "Aberweter des noveas tinmes di www.damz.net"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " dfait - Cinte di contrle di Mandrake"
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "Oteur: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "Dessinaedjes: "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Hlne Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Cinte di contrle di Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Copyright 2001 MandrakeSoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "Adviertixhmint: nou betchteu di dn"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr ""
"Adviertixhmint di svrit: dji n'pou m'raloy al daegntoele come root"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/_Fitch"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/Fitch"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/Mouss _fo"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/_Tchuzes"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/Tchuzes"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/Hynaedje des _djourns"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/Tchuzes"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Mde _ravalyes"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/_Tinmes"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/Tinmes"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -433,67 +446,39 @@ msgstr ""
"Ciste accion chal va rinonder li cinte di contrle.\n"
"Tot candjmint ki n'areut nn st metou en alaedje sr pierdou."
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/_Co des tes tinmes"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/_Aidance"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/Aidance"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/_Rapoirter on bug"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/ _dfait..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/Hynaedje des djourns"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Mde ravalyes"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "Coisse d'eureye"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "Coisse d'eureye - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "Dins kne coisse d'eureye vikez?"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "Coisse GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "Vosse ndjole e-st ele metowe e tins universel (GMT)?"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "Rimete a zero"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "Cinte d'apontiaedje des menus"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -503,30 +488,47 @@ msgstr ""
"\n"
"Tchoezixhoz k menu ki vos vloz aponty"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "Menu do sistinme"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "Aponty..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "Menu di l'uzeu"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr "Fwait"
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "Apontiaedje di l'eprimaedje"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Clitchz chal po-z aponty li sistinme d'eprimaedje"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf: aroke"
+
+#~ msgid "Quit"
+#~ msgstr "Cwiter"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "k n'a nn st come dji\n"
+#~ "lijheve li fitch d'apontiaedje."
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "Dji n'pou trover nou programe\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
@@ -694,9 +696,6 @@ msgstr "Clitchz chal po-z aponty li sistinme d'eprimaedje"
#~ msgid "Save as.."
#~ msgstr "Schaper eyet rlomer..."
-#~ msgid "TV Cards"
-#~ msgstr "Ctes tv"
-
#~ msgid "Click here to install standard themes:"
#~ msgstr "Clitchz chal po-z astaler les tinmes sitandrd:"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 7b91dc53..5bd6620b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-12 21:25+0800\n"
"Last-Translator: ʫ <shiyutang@netscape.net>\n"
"Language-Team: <future-cjk@mandrakesoft.com>\n"
@@ -18,416 +18,429 @@ msgstr ""
"Content-Type: text/plain; charset=gb2312\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConf"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "˳"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "ʱ"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"ļʱ\n"
-""
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "ʱ - DrakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "޷ҵκγ\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "һʱ"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "ϵͳʱǷ趨Ϊ GMT"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "ȷ"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr "ȡ"
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "λ"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake "
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "ȴװ..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr ""
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr ""
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "Զװ"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "ʾ"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "ֱ"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "ʾ"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "Ӳ"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr ""
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "ӡ"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "ɨ"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "û"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr ""
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "Ӳ"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "ļϵͳ"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba "
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV "
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr ""
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr ""
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "ӹ"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr ""
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "ȫ"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr "ǽ"
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr "˵"
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr ""
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr ""
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "ںʱ"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "־"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "̨"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "װ"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "ж"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "Mandrake "
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "Դ"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS ͻ"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "̬Э"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "ϵͳ"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "ļЭ"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr ""
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "׺"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr ""
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr ""
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "ʱ"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr ""
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr ""
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "Ӳ"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr ""
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "CD-ROM"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD ¼"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr ""
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "缰"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "ȫ"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "ϵͳ"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr ""
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "˵"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "Ŀǰģʽ޸Ľᱻ档"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "Ժ..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr "ȡ"
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "ӭ Mandrake "
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "޷򿪲ȡ %s ļ"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "ϵͳ"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr ""
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "İ汾"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr ""
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "޷ӽ̣ %s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "ȷ"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr "ر"
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr ""
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "ȡµ"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr ""
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr " www.damz.net ø"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " - Mandrake "
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "ߣ"
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr ""
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "Mandrakesoft SA Ȩ (C) 2001"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "棺ûָ"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "ȫ棺rootûӵ"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/ļ(_F)"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/ļ(F)"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/˳(_Q)"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/ѡ(_O)"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/ѡ(O)"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/ʾ־(_L)"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/ѡ(O)"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/Ƕģʽ(_E)"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/(_T)"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/(T)"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -435,67 +448,39 @@ msgstr ""
"ЩΪʹġ\n"
"ûӦõĸı䶼ᶪʧ"
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/(_M)"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/(_H)"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/(H)"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/ϱ(_R)"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/(_A)..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/ʾ־(D)"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/Ƕģʽ(E)"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "ʱ"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "ʱ - DrakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "һʱ"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "ϵͳʱǷ趨Ϊ GMT"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "λ"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "˵"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -505,30 +490,47 @@ msgstr ""
"\n"
"ѡҪõIJ˵"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "ϵͳ˵"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "û˵ "
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "ӡ"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "ôӡϵͳ"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConf"
+
+#~ msgid "Quit"
+#~ msgstr "˳"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "ļʱ\n"
+#~ ""
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "޷ҵκγ\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 31e44162..690a7c8e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.90\n"
-"POT-Creation-Date: 2002-08-23 21:14+0200\n"
+"POT-Creation-Date: 2002-08-26 11:13+0200\n"
"PO-Revision-Date: 2002-08-13 00:00--800\n"
"Last-Translator: Kenduest Lee <kenduest@i18n.linux.org.tw>\n"
"Language-Team: Chinese <zh-l10n@linux.org.tw>\n"
@@ -13,416 +13,429 @@ msgstr ""
"Content-Type: text/plain; charset=Big5\n"
"Content-Transfer-Encoding: 8bit\n"
-#: placeholder.h:7
-msgid "DrakConf: error"
-msgstr "DrakConfG~"
+#: ../clock.pl_.c:47
+msgid "DrakClock"
+msgstr "DrakClock"
-#: placeholder.h:8
-msgid "Quit"
-msgstr "}"
+#: ../clock.pl_.c:59
+msgid "Time Zone"
+msgstr "ɰ"
-#: placeholder.h:9
-msgid ""
-"Error while parsing\n"
-"config file."
-msgstr ""
-"ѪR]w\n"
-"ɵoͿ~"
+#: ../clock.pl_.c:66
+msgid "Timezone - DrakClock"
+msgstr "ɰ - DakClock"
-#: placeholder.h:10
-msgid "Can't find any program\n"
-msgstr "䤣{\n"
+#: ../clock.pl_.c:66
+msgid "Which is your timezone?"
+msgstr "zݮɰϡH"
+
+#: ../clock.pl_.c:68
+msgid "GMT - DrakClock"
+msgstr "GMT - DrakClock"
-#: control-center:60
+#: ../clock.pl_.c:68
+msgid "Is your hardware clock set to GMT?"
+msgstr "O_nNw] GMTH"
+
+#: ../clock.pl_.c:113 ../control-center_.c:686
+msgid "OK"
+msgstr "Tw"
+
+#: ../clock.pl_.c:130 ../control-center_.c:378 ../control-center_.c:687
+msgid "Cancel"
+msgstr ""
+
+#: ../clock.pl_.c:131
+msgid "Reset"
+msgstr "]"
+
+#: ../control-center_.c:64
msgid "Mandrake Control Center"
msgstr "Mandrake "
-#: control-center:65
+#: ../control-center_.c:69
msgid "Loading... Please wait"
msgstr "dzƤ... еy..."
-#: control-center:85 control-center:159
+#: ../control-center_.c:89 ../control-center_.c:163
msgid "Boot Disk"
msgstr "}Ϥ"
-#: control-center:86 control-center:160
+#: ../control-center_.c:90 ../control-center_.c:164
msgid "Boot Config"
msgstr "}]w"
-#: control-center:87 control-center:161
+#: ../control-center_.c:91 ../control-center_.c:165
msgid "Auto Install"
msgstr "۰ʦw"
-#: control-center:88 control-center:167
+#: ../control-center_.c:92 ../control-center_.c:171
msgid "Monitor"
msgstr "ù"
-#: control-center:89 control-center:168
+#: ../control-center_.c:93 ../control-center_.c:172
msgid "Resolution"
msgstr "ѪR"
-#: control-center:90 control-center:169
+#: ../control-center_.c:94 ../control-center_.c:173
msgid "Display"
msgstr "ܳ]w"
-#: control-center:91 control-center:166
+#: ../control-center_.c:95 ../control-center_.c:170
msgid "Hardware List"
msgstr "wM"
-#: control-center:92 control-center:171
+#: ../control-center_.c:96 ../control-center_.c:176
msgid "Mouse"
msgstr "ƹ"
-#: control-center:93 control-center:172
+#: ../control-center_.c:97 ../control-center_.c:177
msgid "Printer"
msgstr "L"
-#: control-center:94 control-center:173
+#: ../control-center_.c:98 ../control-center_.c:178
msgid "Scanner"
msgstr "y"
-#: control-center:95 control-center:228
+#: ../control-center_.c:99 ../control-center_.c:232
msgid "Users"
msgstr "ϥΪ"
-#: control-center:96 control-center:170
+#: ../control-center_.c:100 ../control-center_.c:175
msgid "Keyboard"
msgstr "L"
-#: control-center:97 control-center:179
+#: ../control-center_.c:101 ../control-center_.c:183
msgid "Hard Drives"
msgstr "w"
-#: control-center:98 control-center:201
+#: ../control-center_.c:102 ../control-center_.c:205
msgid "NFS mount points"
msgstr "NFS I"
-#: control-center:99 control-center:202
+#: ../control-center_.c:103 ../control-center_.c:206
msgid "Samba mount points"
msgstr "Samba I"
-#: control-center:100 control-center:203
+#: ../control-center_.c:104 ../control-center_.c:207
msgid "WebDAV mount points"
msgstr "WebDAV I"
-#: control-center:101 control-center:204
+#: ../control-center_.c:105 ../control-center_.c:208
msgid "Partition Sharing"
msgstr "ϺФ"
-#: control-center:102 control-center:209
+#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection"
msgstr "su"
-#: control-center:103 control-center:211
+#: ../control-center_.c:107 ../control-center_.c:215
msgid "Connection Sharing"
msgstr "su"
-#: control-center:104 control-center:210
+#: ../control-center_.c:108 ../control-center_.c:214
msgid "Proxy Configuration"
msgstr "NzպA]w"
-#: control-center:105 control-center:216
+#: ../control-center_.c:109 ../control-center_.c:220
msgid "Security Level"
msgstr "w"
-#: control-center:106 control-center:229
+#: ../control-center_.c:110 ../control-center_.c:233
msgid "Programs scheduling"
msgstr ""
-#: control-center:107 control-center:217
+#: ../control-center_.c:111 ../control-center_.c:221
msgid "Firewall"
msgstr ""
-#: control-center:108 control-center:230
+#: ../control-center_.c:112 ../control-center_.c:234
msgid "Backups"
msgstr ""
-#: control-center:109 control-center:222
+#: ../control-center_.c:113 ../control-center_.c:226
msgid "Menus"
msgstr ""
-#: control-center:110 control-center:223
+#: ../control-center_.c:114 ../control-center_.c:227
msgid "Services"
msgstr "A"
-#: control-center:111 control-center:224
+#: ../control-center_.c:115 ../control-center_.c:228
msgid "Fonts"
msgstr "r"
-#: control-center:112 control-center:225
+#: ../control-center_.c:116 ../control-center_.c:229
msgid "Date & Time"
msgstr "ɶ"
-#: control-center:113 control-center:226 control-center:386
+#: ../control-center_.c:117 ../control-center_.c:230 ../control-center_.c:393
msgid "Logs"
msgstr "O"
-#: control-center:116 control-center:227
+#: ../control-center_.c:120 ../control-center_.c:231
msgid "Console"
msgstr "׺ݾ"
-#: control-center:117 control-center:237
+#: ../control-center_.c:121 ../control-center_.c:241
msgid "Install Software"
msgstr "wˮM"
-#: control-center:118 control-center:238
+#: ../control-center_.c:122 ../control-center_.c:242
msgid "Remove Software"
msgstr "M"
-#: control-center:119 control-center:239
+#: ../control-center_.c:123 ../control-center_.c:243
msgid "Mandrake Update"
msgstr "sM"
-#: control-center:120 control-center:240
+#: ../control-center_.c:124 ../control-center_.c:244
msgid "Software Sources Manager"
msgstr "sMsӷ"
-#: control-center:125 control-center:139
+#: ../control-center_.c:127 ../control-center_.c:174
+msgid "TV Cards"
+msgstr ""
+
+#: ../control-center_.c:129 ../control-center_.c:143
msgid "DNS Client"
msgstr "DNS Τ"
-#: control-center:126 control-center:140
+#: ../control-center_.c:130 ../control-center_.c:144
msgid "DHCP"
msgstr "DHCP"
-#: control-center:127 control-center:141
+#: ../control-center_.c:131 ../control-center_.c:145
msgid "DNS"
msgstr "DNS"
-#: control-center:128 control-center:142
+#: ../control-center_.c:132 ../control-center_.c:146
msgid "FTP"
msgstr "FTP"
-#: control-center:129 control-center:143
+#: ../control-center_.c:133 ../control-center_.c:147
msgid "News"
msgstr "News"
-#: control-center:130 control-center:144
+#: ../control-center_.c:134 ../control-center_.c:148
msgid "Postfix"
msgstr "Postfix"
-#: control-center:131 control-center:145
+#: ../control-center_.c:135 ../control-center_.c:149
msgid "Proxy"
msgstr "Proxy"
-#: control-center:132 control-center:146
+#: ../control-center_.c:136 ../control-center_.c:150
msgid "Samba"
msgstr "Samba"
-#: control-center:133 control-center:147
+#: ../control-center_.c:137 ../control-center_.c:151
msgid "Server"
msgstr "Server"
-#: control-center:134 control-center:148
+#: ../control-center_.c:138 ../control-center_.c:152
msgid "Time"
msgstr "Time"
-#: control-center:135 control-center:149
+#: ../control-center_.c:139 ../control-center_.c:153
msgid "Web"
msgstr "Web"
-#: control-center:157
+#: ../control-center_.c:161
msgid "Boot"
msgstr "}"
-#: control-center:164
+#: ../control-center_.c:168
msgid "Hardware"
msgstr "wM"
-#: control-center:177
+#: ../control-center_.c:181
msgid "Mount Points"
msgstr "I"
-#: control-center:194
+#: ../control-center_.c:198
msgid "CD-ROM"
msgstr "Ūо"
-#: control-center:195
+#: ../control-center_.c:199
msgid "DVD"
msgstr "DVD о"
-#: control-center:196
+#: ../control-center_.c:200
msgid "CD Burner"
msgstr "CD N"
-#: control-center:197
+#: ../control-center_.c:201
msgid "Floppy"
msgstr "Ϻо"
-#: control-center:198
+#: ../control-center_.c:202
msgid "Zip"
msgstr "Zip ˸m"
-#: control-center:207
+#: ../control-center_.c:211
msgid "Network & Internet"
msgstr "A"
-#: control-center:214
+#: ../control-center_.c:218
msgid "Security"
msgstr "w"
-#: control-center:220
+#: ../control-center_.c:224
msgid "System"
msgstr "t"
-#: control-center:235
+#: ../control-center_.c:239
msgid "Software Management"
msgstr "M޲z"
-#: control-center:244
+#: ../control-center_.c:248
msgid "Server Configuration"
msgstr "A]w"
-#: control-center:258
+#: ../control-center_.c:262
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake  %s"
-#: control-center:319
+#: ../control-center_.c:323
msgid "The modifications done in the current module won't be saved."
msgstr "ܧ|xsAzTwn}ܡH"
-#: control-center:368
+#: ../control-center_.c:375
msgid "Please wait..."
msgstr "еy..."
-#: clock.pl:130 control-center:371 control-center:684
-msgid "Cancel"
-msgstr ""
-
-#: control-center:460 control-center:706 control-center:730
+#: ../control-center_.c:465 ../control-center_.c:709 ../control-center_.c:733
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-c-*"
-#: control-center:461
+#: ../control-center_.c:466
msgid "Welcome to the Mandrake Control Center"
msgstr "wӨ Mandrake "
-#: control-center:462
+#: ../control-center_.c:467
#, c-format
msgid "cannot open this file for read: %s"
msgstr "Lk}ɮ׶iŪ: %s"
-#: control-center:466
+#: ../control-center_.c:471
msgid "System:"
msgstr "tΡG"
-#: control-center:467
+#: ../control-center_.c:472
msgid "Hostname:"
msgstr "DW١G"
-#: control-center:468
+#: ../control-center_.c:473
msgid "Kernel Version:"
msgstr "֤ߪG"
-#: control-center:469
+#: ../control-center_.c:474
msgid "Machine:"
msgstr "G"
-#: control-center:580 control-center:607 control-center:621
+#: ../control-center_.c:585 ../control-center_.c:614 ../control-center_.c:628
#, c-format
msgid "cannot fork: %s"
msgstr "LkҰʥt@Ӧ{G%s"
-#: clock.pl:113 control-center:683
-msgid "OK"
-msgstr "Tw"
-
-#: control-center:683 control-center:704 control-center:726
+#: ../control-center_.c:686 ../control-center_.c:707 ../control-center_.c:729
msgid "Close"
msgstr ""
-#: control-center:702
+#: ../control-center_.c:705
msgid "More themes"
msgstr "hGDD"
-#: control-center:708
+#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "ohGDD"
-#: control-center:709
+#: ../control-center_.c:712
msgid "Additional themes"
msgstr "B~GDD"
-#: control-center:711
+#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr " www.damz.net UhGDD"
-#: control-center:724
+#: ../control-center_.c:727
msgid "About - Mandrake Control Center"
msgstr " - Mandrake "
-#: control-center:733
+#: ../control-center_.c:736
msgid "Author: "
msgstr "@̡G "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Artwork: "
msgstr "u]pG "
-#: control-center:736
+#: ../control-center_.c:739
msgid "Helene Durosini"
msgstr "Helene Durosini"
-#: control-center:747
+#: ../control-center_.c:750
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake  %s\n"
-#: control-center:749
+#: ../control-center_.c:752
msgid "Copyright (C) 2001 Mandrakesoft SA"
msgstr "vҦ (C) 2001 Mandrakesoft SA"
-#: control-center:764
+#: ../control-center_.c:767
msgid "Warning: No browser specified"
msgstr "ĵiGSws{"
-#: control-center:772
+#: ../control-center_.c:775
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "wĵiGH root su Internet"
-#: control-center:784
+#: ../control-center_.c:787
msgid "/_File"
msgstr "/ɮ (_F)"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/File"
msgstr "/ɮ (F)"
-#: control-center:786
+#: ../control-center_.c:789
msgid "/_Quit"
msgstr "/} (_Q)"
-#: control-center:787
+#: ../control-center_.c:790
msgid "<control>Q"
msgstr "<control>Q"
-#: control-center:789
+#: ../control-center_.c:792
msgid "/_Options"
msgstr "/ﶵ (_O)"
-#: control-center:791 control-center:796 control-center:825 control-center:826
-msgid "/Options"
-msgstr "/ﶵ (O)"
-
-#: control-center:791
+#: ../control-center_.c:794
msgid "/Display _Logs"
msgstr "/ܬ (_L)"
-#: control-center:796
+#: ../control-center_.c:794 ../control-center_.c:799 ../control-center_.c:828
+#: ../control-center_.c:829
+msgid "/Options"
+msgstr "/ﶵ (O)"
+
+#: ../control-center_.c:799
msgid "/_Embedded Mode"
msgstr "/OJҦ (_E)"
-#: control-center:800 control-center:813
+#: ../control-center_.c:803 ../control-center_.c:816
msgid "/_Themes"
msgstr "/GDD (_T)"
-#: control-center:804
+#: ../control-center_.c:807
msgid "/Themes"
msgstr "/GDD (_T)"
-#: control-center:808
+#: ../control-center_.c:811
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
@@ -430,67 +443,39 @@ msgstr ""
"ϥθӶرN|sҰʱx{C\n"
"|xsܧN|򥢡C"
-#: control-center:813
+#: ../control-center_.c:816
msgid "/_More themes"
msgstr "/GDD (_T)"
-#: control-center:816
+#: ../control-center_.c:819
msgid "/_Help"
msgstr "/ (_H)"
-#: control-center:818 control-center:820
+#: ../control-center_.c:821 ../control-center_.c:823
msgid "/Help"
msgstr "/ (H)"
-#: control-center:818
+#: ../control-center_.c:821
msgid "/_Report Bug"
msgstr "/i~ (_R)"
-#: control-center:820
+#: ../control-center_.c:823
msgid "/_About..."
msgstr "/ (_A)..."
-#: control-center:825
+#: ../control-center_.c:828
msgid "/Display Logs"
msgstr "/ܬ (L)"
-#: control-center:826
+#: ../control-center_.c:829
msgid "/Embedded Mode"
msgstr "/OJҦ (E)"
-#: clock.pl:47
-msgid "DrakClock"
-msgstr "DrakClock"
-
-#: clock.pl:59
-msgid "Time Zone"
-msgstr "ɰ"
-
-#: clock.pl:66
-msgid "Timezone - DrakClock"
-msgstr "ɰ - DakClock"
-
-#: clock.pl:66
-msgid "Which is your timezone?"
-msgstr "zݮɰϡH"
-
-#: clock.pl:68
-msgid "GMT - DrakClock"
-msgstr "GMT - DrakClock"
-
-#: clock.pl:68
-msgid "Is your hardware clock set to GMT?"
-msgstr "O_nNw] GMTH"
-
-#: clock.pl:131
-msgid "Reset"
-msgstr "]"
-
-#: menus_launcher.pl:33 menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:33 ../menus_launcher.pl_.c:35
msgid "Menu Configuration Center"
msgstr "s褤"
-#: menus_launcher.pl:35
+#: ../menus_launcher.pl_.c:35
msgid ""
"\n"
"\n"
@@ -500,30 +485,47 @@ msgstr ""
"\n"
"ns誺"
-#: menus_launcher.pl:44
+#: ../menus_launcher.pl_.c:44
msgid "System menu"
msgstr "tο"
-#: menus_launcher.pl:45 menus_launcher.pl:58 print_launcher.pl:45
+#: ../menus_launcher.pl_.c:45 ../menus_launcher.pl_.c:58
+#: ../print_launcher.pl_.c:45
msgid "Configure..."
msgstr "]w..."
-#: menus_launcher.pl:48
+#: ../menus_launcher.pl_.c:48
msgid "User menu"
msgstr "ϥΪ̿"
-#: menus_launcher.pl:69 print_launcher.pl:52
+#: ../menus_launcher.pl_.c:69 ../print_launcher.pl_.c:52
msgid "Done"
msgstr ""
-#: print_launcher.pl:33 print_launcher.pl:35
+#: ../print_launcher.pl_.c:33 ../print_launcher.pl_.c:35
msgid "Printing configuration"
msgstr "CL]w"
-#: print_launcher.pl:44
+#: ../print_launcher.pl_.c:44
msgid "Click here to configure the printing system"
msgstr "Ioӳ]wCL"
+#~ msgid "DrakConf: error"
+#~ msgstr "DrakConfG~"
+
+#~ msgid "Quit"
+#~ msgstr "}"
+
+#~ msgid ""
+#~ "Error while parsing\n"
+#~ "config file."
+#~ msgstr ""
+#~ "ѪR]w\n"
+#~ "ɵoͿ~"
+
+#~ msgid "Can't find any program\n"
+#~ msgstr "䤣{\n"
+
#~ msgid "logdrake"
#~ msgstr "logdrake"