summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/po/bg.po
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-07 16:56:01 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-07 16:56:01 +0000
commit52d99bdc74f4c82acc6957a73ed9f0c68640241b (patch)
tree717e87aa6bcf5cdcc66b834b61e85e6847044b08 /perl-install/standalone/po/bg.po
parent92f46bcf01f5c3946deffc63564598a6c226272a (diff)
downloaddrakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.tar
drakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.tar.gz
drakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.tar.bz2
drakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.tar.xz
drakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.zip
- s/can not/cannot/ manually in the po/pot files so as not the make the strings
unnecessarily fuzzy (from Thierry Vignaud)
Diffstat (limited to 'perl-install/standalone/po/bg.po')
-rw-r--r--perl-install/standalone/po/bg.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/po/bg.po b/perl-install/standalone/po/bg.po
index ca072e7a7..76c310138 100644
--- a/perl-install/standalone/po/bg.po
+++ b/perl-install/standalone/po/bg.po
@@ -2658,7 +2658,7 @@ msgstr "Запази като..."
#: notify-x11-free-driver-switch:20
#, c-format
msgid ""
-"The proprietary driver for your graphic card can not be found, the system is "
+"The proprietary driver for your graphic card cannot be found, the system is "
"now using the free software driver (%s)."
msgstr ""
@@ -3383,7 +3383,7 @@ msgstr "Настройки"
#~ msgid "Error!"
#~ msgstr "Грешка !"
-#~ msgid "I can not find needed image file `%s'."
+#~ msgid "I cannot find needed image file `%s'."
#~ msgstr "Не мога да намеря нужна картинка `%s'."
#~ msgid "Auto Install Configurator"
n>ROOTDEST) endif make -C perl-install full_stage2 make -C perl-install/share/advertising install make -C rescue install clean: rm -rf images all.modules all.modules64 for i in $(DIRS); do make -C $$i clean; done find . -name "*~" -o -name ".#*" | xargs rm -f check: @badrights=`find $(ROOTDEST)/Mandrake/mdkinst | perl -lne 'print if !((stat)[2] & 4)'`; [ -z "$$badrights" ] || { echo "bad rights for files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$badrights" ; echo "bad rights for files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } @missing_kb=`find -name "Entries" | xargs perl -F/ -alne 'print $$ARGV =~ m|(.*)/CVS|, "/$$F[1]" if $$F[1] =~ /\.(png|gif|bmp|xcf|gz|bz2|tar|rdz|so|a|o|mar|img|exe)$$/ && $$F[4] ne "-kb"'` ; [ -z "$$missing_kb" ] || { echo "missing -kb in CVS for files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$missing_kb" ; echo "missing -kb in CVS for files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } $(MAKE) -C perl-install check upload: $(MAKE) clean # # done before make install to increment ChangeLog version tools/addchangelog.pl tools/cvslog2changelog.pl | tools/mailchangelog.pl & $(MAKE) install $(MAKE) check $(MAKE) upload_only upload_only: function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@ken:/c/cooker/$$1; } ;\ upload Mandrake/mdkinst '' ;\ upload Mandrake/base compssUsers* ;\ upload Mandrake/base rpmsrate ;\ upload Mandrake/base *_stage2.bz2 ;\ upload Mandrake/share/advertising '' ;\ upload misc gendistrib ;\ upload misc make_mdkinst_stage2 ;\ upload misc packdrake ;\ upload misc packdrake.pm ;\ upload misc auto ;\ upload images MD5SUM ;\ upload images *.img* ;\ upload images *.iso* ;\ upload images/alternatives '' ;\ upload isolinux '' ;\ echo