diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:59:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:45:30 +0200 |
commit | f1d570183a654b6dba86f463d96931399757e11e (patch) | |
tree | bee0cf53d8ce4a4bb0394b1daf3a210aa342ea6d /tde-i18n-bn | |
parent | 4b6e7a349ae63502f0b50c9be255ec4356bec1f4 (diff) | |
download | tde-i18n-f1d570183a654b6dba86f463d96931399757e11e.tar.gz tde-i18n-f1d570183a654b6dba86f463d96931399757e11e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tde-i18n-bn')
50 files changed, 2522 insertions, 2522 deletions
diff --git a/tde-i18n-bn/acinclude.m4 b/tde-i18n-bn/acinclude.m4 index 0d1ecb5ac3c..d16ff72c577 100644 --- a/tde-i18n-bn/acinclude.m4 +++ b/tde-i18n-bn/acinclude.m4 @@ -602,11 +602,11 @@ AC_DEFUN([KDE_SUBST_PROGRAMS], fi if test -n "$kde32ornewer"; then - KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)]) + KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)]) KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) fi if test -n "$kde33ornewer"; then - KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)]) + KDE_FIND_PATH(maketdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(maketdewidgets)]) AC_SUBST(MAKEKDEWIDGETS) fi KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) @@ -1812,7 +1812,7 @@ if test "$kde_qtver" = 1; then kde_check_lib="libtdecore.la" else kde_check_header="ksharedptr.h" - kde_check_lib="libkio.la" + kde_check_lib="libtdeio.la" fi if test -z "$1"; then @@ -2094,41 +2094,41 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KDED, $lib_kded) AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDEUI, "-ltdeui") - AC_SUBST(LIB_KIO, "-ltdeio") + AC_SUBST(LIB_TDEIO, "-ltdeio") AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KABC, "-lkabc") - AC_SUBST(LIB_KHTML, "-lkhtml") - AC_SUBST(LIB_KSPELL, "-lkspell") - AC_SUBST(LIB_KPARTS, "-lkparts") + AC_SUBST(LIB_KABC, "-ltdeabc") + AC_SUBST(LIB_TDEHTML, "-ltdehtml") + AC_SUBST(LIB_TDESPELL, "-ltdespell") + AC_SUBST(LIB_TDEPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") - AC_SUBST(LIB_KUTILS, "-lkutils") + AC_SUBST(LIB_TDEUTILS, "-ltdeutils") AC_SUBST(LIB_TDEPIM, "-ltdepim") - AC_SUBST(LIB_KIMPROXY, "-lkimproxy") + AC_SUBST(LIB_TDEIMPROXY, "-ltdeimproxy") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") - AC_SUBST(LIB_KDNSSD, "-lkdnssd") - AC_SUBST(LIB_KUNITTEST, "-lkunittest") + AC_SUBST(LIB_TDEDNSSD, "-ltdednssd") + AC_SUBST(LIB_TDEUNITTEST, "-ltdeunittest") # these are for backward compatibility - AC_SUBST(LIB_KSYCOCA, "-ltdeio") + AC_SUBST(LIB_TDESYCOCA, "-ltdeio") AC_SUBST(LIB_KFILE, "-ltdeio") elif test $kde_qtver = 2; then AC_SUBST(LIB_TDECORE, "-ltdecore") AC_SUBST(LIB_TDEUI, "-ltdeui") - AC_SUBST(LIB_KIO, "-ltdeio") - AC_SUBST(LIB_KSYCOCA, "-lksycoca") + AC_SUBST(LIB_TDEIO, "-ltdeio") + AC_SUBST(LIB_TDESYCOCA, "-ltdesycoca") AC_SUBST(LIB_SMB, "-lsmb") - AC_SUBST(LIB_KFILE, "-lkfile") + AC_SUBST(LIB_KFILE, "-ltdefile") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KHTML, "-lkhtml") - AC_SUBST(LIB_KSPELL, "-lkspell") - AC_SUBST(LIB_KPARTS, "-lkparts") + AC_SUBST(LIB_TDEHTML, "-ltdehtml") + AC_SUBST(LIB_TDESPELL, "-ltdespell") + AC_SUBST(LIB_TDEPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") else AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)") AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)") - AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)") + AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)") AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)") fi ]) @@ -2571,7 +2571,7 @@ AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir) test "x$jpeg_incdir" = xNO && jpeg_incdir= dnl if headers _and_ libraries are missing, this is no error, and we -dnl continue with a warning (the user will get no jpeg support in khtml) +dnl continue with a warning (the user will get no jpeg support in tdehtml) dnl if only one is missing, it means a configuration error, but we still dnl only warn if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then @@ -3514,7 +3514,7 @@ LIBTOOL_SHELL="/bin/sh ./libtool" KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)" AC_SUBST(KDE_PLUGIN) -# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs. +# This hack ensures that libtool creates shared libs for tdeunittest plugins. By default check_LTLIBRARIES makes static libs. KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)" AC_SUBST(KDE_CHECK_PLUGIN) diff --git a/tde-i18n-bn/messages/tdeadmin/kpackage.po b/tde-i18n-bn/messages/tdeadmin/kpackage.po index d34699a191c..8edd0cde5d7 100644 --- a/tde-i18n-bn/messages/tdeadmin/kpackage.po +++ b/tde-i18n-bn/messages/tdeadmin/kpackage.po @@ -471,15 +471,15 @@ msgid "File not found: %1" msgstr "ফাইল পাওয়া যায়নি: %1" #: kpackage.cpp:646 -msgid "Starting KIO" +msgid "Starting TDEIO" msgstr "কে-আই-ও শুরু করা হচ্ছে" #: kpackage.cpp:651 -msgid "KIO finished" +msgid "TDEIO finished" msgstr "কে-আই-ও শেষ হল" #: kpackage.cpp:663 -msgid "KIO failed" +msgid "TDEIO failed" msgstr "কে-আই-ও ব্যর্থ হল" #: kpackage.cpp:676 diff --git a/tde-i18n-bn/messages/tdeadmin/tdefile_deb.po b/tde-i18n-bn/messages/tdeadmin/tdefile_deb.po index 48b114459f2..f30b4dd74ec 100644 --- a/tde-i18n-bn/messages/tdeadmin/tdefile_deb.po +++ b/tde-i18n-bn/messages/tdeadmin/tdefile_deb.po @@ -4,13 +4,13 @@ # A Free (as in Freedom) machine translator for Bengali (Bangla). # ______________________________________________________________ # -# Bangla translation of kfile_deb. +# Bangla translation of tdefile_deb. # Copyright (C) 2006, Free Software Foundation, Inc. # Golam Mortuza Hossain <gmhossain@gmail.com>, 2006. # msgid "" msgstr "" -"Project-Id-Version: kfile_deb\n" +"Project-Id-Version: tdefile_deb\n" "POT-Creation-Date: 2004-10-12 01:17+0200\n" "PO-Revision-Date: 2006-04-28 23:47+0530\n" "Last-Translator: Golam Mortuza Hossain <gmhossain@gmail.com>\n" @@ -19,22 +19,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: kfile_deb.cpp:53 +#: tdefile_deb.cpp:53 msgid "General" msgstr "সাধারণ" -#: kfile_deb.cpp:56 +#: tdefile_deb.cpp:56 msgid "Name" msgstr "নাম" -#: kfile_deb.cpp:57 +#: tdefile_deb.cpp:57 msgid "Version" msgstr "সংস্করণ" -#: kfile_deb.cpp:58 +#: tdefile_deb.cpp:58 msgid "Summary" msgstr "সারসংক্ষেপ" -#: kfile_deb.cpp:59 +#: tdefile_deb.cpp:59 msgid "Size" msgstr "আকার" diff --git a/tde-i18n-bn/messages/tdeadmin/tdefile_rpm.po b/tde-i18n-bn/messages/tdeadmin/tdefile_rpm.po index 37ee658cc15..0a09b7db5d4 100644 --- a/tde-i18n-bn/messages/tdeadmin/tdefile_rpm.po +++ b/tde-i18n-bn/messages/tdeadmin/tdefile_rpm.po @@ -4,13 +4,13 @@ # A Free (as in Freedom) machine translator for Bengali (Bangla). # ______________________________________________________________ # -# Bangla translation of kfile_rpm. +# Bangla translation of tdefile_rpm. # Copyright (C) 2006, Free Software Foundation, Inc. # Golam Mortuza Hossain <gmhossain@gmail.com>, 2006. # msgid "" msgstr "" -"Project-Id-Version: kfile_rpm\n" +"Project-Id-Version: tdefile_rpm\n" "POT-Creation-Date: 2004-10-12 01:17+0200\n" "PO-Revision-Date: 2006-04-28 23:48+0530\n" "Last-Translator: Golam Mortuza Hossain <gmhossain@gmail.com>\n" @@ -19,50 +19,50 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: kfile_rpm.cpp:46 +#: tdefile_rpm.cpp:46 msgid "General" msgstr "সাধারণ" -#: kfile_rpm.cpp:49 +#: tdefile_rpm.cpp:49 msgid "Name" msgstr "নাম" -#: kfile_rpm.cpp:50 +#: tdefile_rpm.cpp:50 msgid "Version" msgstr "সংস্করণ" -#: kfile_rpm.cpp:51 +#: tdefile_rpm.cpp:51 msgid "Release" msgstr "মুক্তি" -#: kfile_rpm.cpp:52 +#: tdefile_rpm.cpp:52 msgid "Summary" msgstr "সারসংক্ষেপ" -#: kfile_rpm.cpp:54 +#: tdefile_rpm.cpp:54 msgid "Group" msgstr "গ্রুপ" -#: kfile_rpm.cpp:55 +#: tdefile_rpm.cpp:55 msgid "Size" msgstr "আকার" -#: kfile_rpm.cpp:57 +#: tdefile_rpm.cpp:57 msgid "Vendor" msgstr "বিক্রেতা" -#: kfile_rpm.cpp:58 +#: tdefile_rpm.cpp:58 msgid "Packager" msgstr "প্যাকেজকারী" -#: kfile_rpm.cpp:59 +#: tdefile_rpm.cpp:59 msgid "Archive Offset" msgstr "আর্কাইভ অফসেট" -#: kfile_rpm.cpp:60 +#: tdefile_rpm.cpp:60 msgid "Comment" msgstr "মন্তব্য" -#: kfile_rpm.cpp:63 +#: tdefile_rpm.cpp:63 msgid "All tags" msgstr "সমস্ত ট্যাগ" diff --git a/tde-i18n-bn/messages/tdebase/kcmcgi.po b/tde-i18n-bn/messages/tdebase/kcmcgi.po index fee35f9862f..1a4bd5063a5 100644 --- a/tde-i18n-bn/messages/tdebase/kcmcgi.po +++ b/tde-i18n-bn/messages/tdebase/kcmcgi.po @@ -37,7 +37,7 @@ msgid "kcmcgi" msgstr "kcmcgi" #: kcmcgi.cpp:72 -msgid "CGI KIO Slave Control Module" +msgid "CGI TDEIO Slave Control Module" msgstr "সি-জি-আই কে-আই/ও স্লেভ নিয়ন্ত্রণ মডিউল" #: kcmcgi.cpp:74 @@ -46,10 +46,10 @@ msgstr "(c) ২০০২ কর্নেলিয়াস শুমাকর" #: kcmcgi.cpp:147 msgid "" -"<h1>CGI Scripts</h1> The CGI KIO slave lets you execute local CGI programs " +"<h1>CGI Scripts</h1> The CGI TDEIO slave lets you execute local CGI programs " "without the need to run a web server. In this control module you can configure " "the paths that are searched for CGI scripts." msgstr "" -"<h1>CGI স্ক্রিপ্টসমূহ</h1> CGI KIO slave ওয়েব সার্ভার ছাড়াই আপনাকে স্থানীয়ভাবে " +"<h1>CGI স্ক্রিপ্টসমূহ</h1> CGI TDEIO slave ওয়েব সার্ভার ছাড়াই আপনাকে স্থানীয়ভাবে " "সিজিআই প্রোগ্রামসমূহ চালানোর সুযোগ দিবে। এই নিয়ন্ত্রণ মডিউলে যেসমস্ত পাথে " "সিজিআই স্ক্রিপ্টসমূহ খুঁজতে হবে তা নির্ধারন করে দিতে পারবেন।" diff --git a/tde-i18n-bn/messages/tdebase/kcmkonqhtml.po b/tde-i18n-bn/messages/tdebase/kcmkonqhtml.po index 06f9a1129ec..bb81f0238b8 100644 --- a/tde-i18n-bn/messages/tdebase/kcmkonqhtml.po +++ b/tde-i18n-bn/messages/tdebase/kcmkonqhtml.po @@ -541,8 +541,8 @@ msgid "&Use security manager" msgstr "নিরাপত্তা ম্যানেজার ব্য&বহার করো" #: javaopts.cpp:89 -msgid "Use &KIO" -msgstr "KIO ব্যবহা&র করো" +msgid "Use &TDEIO" +msgstr "TDEIO ব্যবহা&র করো" #: javaopts.cpp:93 msgid "Shu&tdown applet server when inactive" @@ -619,7 +619,7 @@ msgid "" msgstr "" #: javaopts.cpp:161 -msgid "Enabling this will cause the jvm to use KIO for network transport " +msgid "Enabling this will cause the jvm to use TDEIO for network transport " msgstr "ার্ক " #: javaopts.cpp:163 diff --git a/tde-i18n-bn/messages/tdebase/kcmkio.po b/tde-i18n-bn/messages/tdebase/kcmtdeio.po index c39b2470c83..f30d3a9d250 100644 --- a/tde-i18n-bn/messages/tdebase/kcmkio.po +++ b/tde-i18n-bn/messages/tdebase/kcmtdeio.po @@ -1739,13 +1739,13 @@ msgstr "নির্বাচিত পরিচায়কটি মুছে ফ msgid "Delete all identifiers." msgstr "সবকটি পরিচায়ক মুছে ফেলো।" -#. i18n: file kio_ftprc.kcfg line 10 +#. i18n: file tdeio_ftprc.kcfg line 10 #: rc.cpp:692 #, no-c-format msgid "Disable Passive FTP" msgstr "Passive এফ-টি-পি নিষ্ক্রিয় করো" -#. i18n: file kio_ftprc.kcfg line 11 +#. i18n: file tdeio_ftprc.kcfg line 11 #: rc.cpp:695 #, no-c-format msgid "" @@ -1754,13 +1754,13 @@ msgid "" "may not support Passive FTP though." msgstr "" -#. i18n: file kio_ftprc.kcfg line 16 +#. i18n: file tdeio_ftprc.kcfg line 16 #: rc.cpp:698 #, no-c-format msgid "Mark partially uploaded files" msgstr "অসম্পূর্ণ আপলোড করা ফাইল চিহ্নিত করো" -#. i18n: file kio_ftprc.kcfg line 17 +#. i18n: file tdeio_ftprc.kcfg line 17 #: rc.cpp:701 #, no-c-format msgid "" diff --git a/tde-i18n-bn/messages/tdebase/kdebugdialog.po b/tde-i18n-bn/messages/tdebase/kdebugdialog.po index 0f9bebb5119..c7f7cbbbb27 100644 --- a/tde-i18n-bn/messages/tdebase/kdebugdialog.po +++ b/tde-i18n-bn/messages/tdebase/kdebugdialog.po @@ -27,7 +27,7 @@ msgid "" "Your emails" msgstr "taneem@bengalinux.org" -#: kdebugdialog.cpp:46 klistdebugdialog.cpp:37 +#: kdebugdialog.cpp:46 tdelistdebugdialog.cpp:37 msgid "Debug Settings" msgstr "ডিবাগ সেটিংস" @@ -70,11 +70,11 @@ msgstr "মারাত্মক সমস্যা" msgid "Abort on fatal errors" msgstr "মারাত্মক সমস্যা হলে বের হয়ে যাবে" -#: klistdebugdialog.cpp:56 +#: tdelistdebugdialog.cpp:56 msgid "&Select All" msgstr "সকল নির্বাচ&ন করো" -#: klistdebugdialog.cpp:57 +#: tdelistdebugdialog.cpp:57 msgid "&Deselect All" msgstr "সকল &অনির্বাচিত করো" diff --git a/tde-i18n-bn/messages/tdebase/ktip.po b/tde-i18n-bn/messages/tdebase/ktip.po index 53bf1b99c22..659cb01ebba 100644 --- a/tde-i18n-bn/messages/tdebase/ktip.po +++ b/tde-i18n-bn/messages/tdebase/ktip.po @@ -49,7 +49,7 @@ msgid "" "also useful sites for major applications like\n" "<A HREF=\"http://www.konqueror.org/\">Konqueror</A>,\n" "<A HREF=\"http://www.koffice.org/\">KOffice</A> and\n" -"<A HREF=\"http://www.tdevelop.org/\">KDevelop</A>, or important\n" +"<A HREF=\"http://www.kdevelop.org/\">KDevelop</A>, or important\n" "TDE utilities like\n" "<A HREF=\"http://printing.kde.org/\">TDEPrint</A>,\n" "which can be put to its full usage even outside TDE...\n" @@ -65,7 +65,7 @@ msgstr "" "এছাড়াও এই সাইটে রয়েছে প্রধান প্রধান অ্যাপলিকেশন, যেমন -\n" "<A HREF=\"http://www.konqueror.org/\"> কনকরার</A>\n" "<A HREF=\"http://www.koffice.org/\">কে-অফিস</A> এবং\n" -"<A HREF=\"http://www.tdevelop.org/\">কে-ডেভেলপ</A>\n" +"<A HREF=\"http://www.kdevelop.org/\">কে-ডেভেলপ</A>\n" " - এদের সম্পর্কে নানা প্রয়োজনীয় তথ্য। পাশাপাশি রয়েছে বিভিন্ন গুরুত্বপূর্ণ " "ইউটিলিটি, যেমন -\n" "<A HREF=\"http://printing.kde.org/\">কে.ডি.ই.-প্রিন্ট</A>,\n" diff --git a/tde-i18n-bn/messages/tdebase/tdefontinst.po b/tde-i18n-bn/messages/tdebase/tdefontinst.po index 6f8167b8233..fbe3568aed2 100644 --- a/tde-i18n-bn/messages/tdebase/tdefontinst.po +++ b/tde-i18n-bn/messages/tdebase/tdefontinst.po @@ -1,8 +1,8 @@ -# translation of kfontinst.po to Bengali +# translation of tdefontinst.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: kfontinst\n" +"Project-Id-Version: tdefontinst\n" "POT-Creation-Date: 2008-06-16 02:37+0200\n" "PO-Revision-Date: 2006-01-04 12:36-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -300,76 +300,76 @@ msgstr "আপডেট করো" msgid "Do Not Update" msgstr "আপডেট কোর না" -#: kfile-plugin/KFileFont.cpp:287 +#: tdefile-plugin/KFileFont.cpp:287 msgid "General" msgstr "সাধারণ" -#: kfile-plugin/KFileFont.cpp:289 +#: tdefile-plugin/KFileFont.cpp:289 msgid "Full Name" msgstr "পুরো নাম" -#: kfile-plugin/KFileFont.cpp:290 +#: tdefile-plugin/KFileFont.cpp:290 msgid "Family" msgstr "ফ্যামিলি" -#: kfile-plugin/KFileFont.cpp:291 +#: tdefile-plugin/KFileFont.cpp:291 msgid "Foundry" msgstr "ফাউণ্ড্রি" -#: kfile-plugin/KFileFont.cpp:292 +#: tdefile-plugin/KFileFont.cpp:292 msgid "Weight" msgstr "ওয়েট" -#: kfile-plugin/KFileFont.cpp:297 +#: tdefile-plugin/KFileFont.cpp:297 msgid "Slant" msgstr "স্লান্ট" -#: kio/KioFonts.cpp:905 kio/KioFonts.cpp:2371 +#: tdeio/KioFonts.cpp:905 tdeio/KioFonts.cpp:2371 msgid "Please specify \"%1\" or \"%2\"." msgstr "অনুগ্রহ করে \"%1\" ও \"%2\"-র মধ্যে একটি বেছে নিন" -#: kio/KioFonts.cpp:1101 kio/KioFonts.cpp:1153 kio/KioFonts.cpp:1168 -#: kio/KioFonts.cpp:1393 kio/KioFonts.cpp:1598 kio/KioFonts.cpp:1659 +#: tdeio/KioFonts.cpp:1101 tdeio/KioFonts.cpp:1153 tdeio/KioFonts.cpp:1168 +#: tdeio/KioFonts.cpp:1393 tdeio/KioFonts.cpp:1598 tdeio/KioFonts.cpp:1659 msgid "Could not access \"%1\" folder." msgstr "ফোল্ডার \"%1\" পড়া যাচ্ছে না" -#: kio/KioFonts.cpp:1515 +#: tdeio/KioFonts.cpp:1515 msgid "Sorry, fonts cannot be renamed." msgstr "দুঃখিত, ফন্ট-এর নাম বদলানো যায় না।" -#: kio/KioFonts.cpp:1920 +#: tdeio/KioFonts.cpp:1920 msgid "" "Incorrect password.\n" msgstr "" "ভুল পাসওয়ার্ড\n" -#: kio/KioFonts.cpp:1963 +#: tdeio/KioFonts.cpp:1963 msgid "" "Do you wish to install the font into \"%1\" (in which case the font will only " "be usable by you), or \"%2\" (the font will be usable by all users - but you " "will need to know the administrator's password)?" msgstr "" -#: kio/KioFonts.cpp:1968 +#: tdeio/KioFonts.cpp:1968 msgid "Where to Install" msgstr "কোথায় ইনস্টল করা হবে" -#: kio/KioFonts.cpp:2067 +#: tdeio/KioFonts.cpp:2067 msgid "Internal fontconfig error." msgstr "অভ্যান্তরীণ ফন্টকনফিগ সমস্যা।" -#: kio/KioFonts.cpp:2102 +#: tdeio/KioFonts.cpp:2102 msgid "Could not access \"%1\"." msgstr "\"%1\" পড়া যাচ্ছে না।" -#: kio/KioFonts.cpp:2146 +#: tdeio/KioFonts.cpp:2146 msgid "" "<p>Only fonts may be installed.</p>" "<p>If installing a fonts package (*%1), then extract the components, and " "install individually.</p>" msgstr "" -#: kio/KioFonts.cpp:2309 +#: tdeio/KioFonts.cpp:2309 msgid "" "<p>This font is located in a file alongside other fonts; in order to proceed " "with the moving they will all have to be moved. The other affected fonts " @@ -379,7 +379,7 @@ msgid "" " Do you wish to move all of these?</p>" msgstr "" -#: kio/KioFonts.cpp:2314 +#: tdeio/KioFonts.cpp:2314 msgid "" "<p>This font is located in a file alongside other fonts; in order to proceed " "with the copying they will all have to be copied. The other affected fonts " @@ -389,7 +389,7 @@ msgid "" " Do you wish to copy all of these?</p>" msgstr "" -#: kio/KioFonts.cpp:2318 +#: tdeio/KioFonts.cpp:2318 msgid "" "<p>This font is located in a file alongside other fonts; in order to proceed " "with the deleting they will all have to be deleted. The other affected fonts " @@ -399,7 +399,7 @@ msgid "" " Do you wish to delete all of these?</p>" msgstr "" -#: kio/KioFonts.cpp:2391 +#: tdeio/KioFonts.cpp:2391 msgid "" "Sorry, you cannot rename, move, copy, or delete either \"%1\" or \"%2\"." msgstr "" diff --git a/tde-i18n-bn/messages/tdebase/tdeio_finger.po b/tde-i18n-bn/messages/tdebase/tdeio_finger.po index a07d2e87bc2..6a591497de1 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_finger.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_finger.po @@ -1,12 +1,12 @@ -# translation of kio_finger.po to Bengali -# Translation of kio_finger to Bangla. +# translation of tdeio_finger.po to Bengali +# Translation of tdeio_finger to Bangla. # Copyright (C) 2003, 2004 Free Software Foundation, Inc. # Khandakar Mujahidul Islam <suzan229@yahoo.com> # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. # msgid "" msgstr "" -"Project-Id-Version: kio_finger\n" +"Project-Id-Version: tdeio_finger\n" "POT-Creation-Date: 2005-05-18 21:24+0200\n" "PO-Revision-Date: 2004-07-30 13:03-0500\n" "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n" @@ -16,22 +16,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: kio_finger.cpp:180 +#: tdeio_finger.cpp:180 msgid "Could not find the Perl program on your system, please install." msgstr "" "আপনার সিস্টেমে কোন পার্ল প্রোগ্রাম খুঁজে পাওয়া যায়নি, অনুগ্রহ করে ইনস্টল করুন।" -#: kio_finger.cpp:193 +#: tdeio_finger.cpp:193 msgid "Could not find the Finger program on your system, please install." msgstr "" "আপনার সিস্টেমে কোন ফিংগার (Finger) প্রোগ্রাম খুঁজে পাওয়া যায়নি, অনুগ্রহ করে " "ইনস্টল করুন।" -#: kio_finger.cpp:206 -msgid "kio_finger Perl script not found." -msgstr "kio_finger পার্ল স্ক্রিপ্ট পাওয়া যায়নি।" +#: tdeio_finger.cpp:206 +msgid "tdeio_finger Perl script not found." +msgstr "tdeio_finger পার্ল স্ক্রিপ্ট পাওয়া যায়নি।" -#: kio_finger.cpp:218 -msgid "kio_finger CSS script not found. Output will look ugly." +#: tdeio_finger.cpp:218 +msgid "tdeio_finger CSS script not found. Output will look ugly." msgstr "" -"kio_finger সি.এস.এস (CSS) স্ক্রিপ্ট পাওয়া যায়নি। আউটপুট কুত্সিত দেখাবে।" +"tdeio_finger সি.এস.এস (CSS) স্ক্রিপ্ট পাওয়া যায়নি। আউটপুট কুত্সিত দেখাবে।" diff --git a/tde-i18n-bn/messages/tdebase/tdeio_fish.po b/tde-i18n-bn/messages/tdebase/tdeio_fish.po index 4821238fd1f..a3871392ed3 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_fish.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_fish.po @@ -1,12 +1,12 @@ -# translation of kio_fish.po to Bengali -# Translation of kio_fish to Bangla. +# translation of tdeio_fish.po to Bengali +# Translation of tdeio_fish to Bangla. # Copyright (C) 2003, 2004 Free Software Foundation, Inc. # Khandakar Mujahidul Islam <suzan229@yahoo.com> # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. # msgid "" msgstr "" -"Project-Id-Version: kio_fish\n" +"Project-Id-Version: tdeio_fish\n" "POT-Creation-Date: 2006-11-05 02:34+0100\n" "PO-Revision-Date: 2004-07-30 13:04-0500\n" "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n" diff --git a/tde-i18n-bn/messages/tdebase/tdeio_floppy.po b/tde-i18n-bn/messages/tdebase/tdeio_floppy.po index 48f1f025b8a..faebeea5933 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_floppy.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_floppy.po @@ -1,12 +1,12 @@ -# translation of kio_floppy.po to Bengali -# Translation of kio_floopy to Bangla. +# translation of tdeio_floppy.po to Bengali +# Translation of tdeio_floopy to Bangla. # Copyright (C) 2003, 2004 Free Software Foundation, Inc. # Khandakar Mujahidul Islam <suzan229@yahoo.com> # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. # msgid "" msgstr "" -"Project-Id-Version: kio_floppy\n" +"Project-Id-Version: tdeio_floppy\n" "POT-Creation-Date: 2005-09-21 02:57+0200\n" "PO-Revision-Date: 2004-07-11 19:59-0500\n" "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: kio_floppy.cpp:200 +#: tdeio_floppy.cpp:200 msgid "" "Could not access drive %1.\n" "The drive is still busy.\n" @@ -26,7 +26,7 @@ msgstr "" "ড্রাইভটি এখনও ব্যস্ত আছে।\n" "এটি নিষ্ক্রিয় হওয়ার আগ পর্যন্ত অপেক্ষা করুন এবং তারপর আবার চেষ্টা করুন।" -#: kio_floppy.cpp:204 kio_floppy.cpp:1144 +#: tdeio_floppy.cpp:204 tdeio_floppy.cpp:1144 msgid "" "Could not write to file %1.\n" "The disk in drive %2 is probably full." @@ -34,7 +34,7 @@ msgstr "" "%1 ফাইলটিতে লেখা যাচ্ছে না।\n" "%2 ড্রাইভে থাকা ডিস্কটি সম্ভবত ভরে গেছে।" -#: kio_floppy.cpp:214 +#: tdeio_floppy.cpp:214 msgid "" "Could not access %1.\n" "There is probably no disk in the drive %2" @@ -42,7 +42,7 @@ msgstr "" "%1 এ প্রবেশ করা যাচ্ছে না।\n" "বোধহয় %2 ড্রাইভে কোন ডিস্ক নেই।" -#: kio_floppy.cpp:218 +#: tdeio_floppy.cpp:218 msgid "" "Could not access %1.\n" "There is probably no disk in the drive %2 or you do not have enough permissions " @@ -52,7 +52,7 @@ msgstr "" "বোধহয় %2 ড্রাইভে কোন ডিস্ক নেই অথবা ড্রাইভে প্রবেশ করার জন্য আপনার উপযুক্ত " "অনুমতি নেই।" -#: kio_floppy.cpp:222 +#: tdeio_floppy.cpp:222 msgid "" "Could not access %1.\n" "The drive %2 is not supported." @@ -60,7 +60,7 @@ msgstr "" "%1 এ প্রবেশ করা যাচ্ছে না।\n" "%2 ড্রাইভ সহায়ক নয়।" -#: kio_floppy.cpp:227 +#: tdeio_floppy.cpp:227 msgid "" "Could not access %1.\n" "Make sure the floppy in drive %2 is a DOS-formatted floppy disk \n" @@ -72,7 +72,7 @@ msgstr "" "এবং ডিভাইস ফাইলের (যেমন /dev/fd0) অনুমতি সঠিকভাবে (যেমন rwxrwxrwx) নির্দিষ্ট " "করা আছে।" -#: kio_floppy.cpp:231 +#: tdeio_floppy.cpp:231 msgid "" "Could not access %1.\n" "The disk in drive %2 is probably not a DOS-formatted floppy disk." @@ -80,7 +80,7 @@ msgstr "" "%1 এ প্রবেশ করা যাচ্ছে না।\n" "%2 ড্রাইভে থাকা ডিস্কটি সম্ভবত ডস কর্তৃক ফরম্যাট করা ফ্লপি ডিস্ক নয়।" -#: kio_floppy.cpp:235 +#: tdeio_floppy.cpp:235 msgid "" "Access denied.\n" "Could not write to %1.\n" @@ -90,7 +90,7 @@ msgstr "" "%1 তে লেখা যাচ্ছে না।\n" "%2 ড্রাইভের ডিস্কটিতে সম্ভবত লেখার অনুমতি নেই।" -#: kio_floppy.cpp:244 +#: tdeio_floppy.cpp:244 msgid "" "Could not read boot sector for %1.\n" "There is probably not any disk in drive %2." @@ -98,7 +98,7 @@ msgstr "" "%1 এর বুট সেক্টর পড়া যাচ্ছে না।\n" "%2 তে সম্ভবত কোন ডিস্ক নেই।" -#: kio_floppy.cpp:368 +#: tdeio_floppy.cpp:368 msgid "" "Could not start program \"%1\".\n" "Ensure that the mtools package is installed correctly on your system." diff --git a/tde-i18n-bn/messages/tdebase/tdeio_ldap.po b/tde-i18n-bn/messages/tdebase/tdeio_ldap.po index d9274f19b9e..2d82ed1a241 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_ldap.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_ldap.po @@ -1,8 +1,8 @@ -# translation of kio_ldap.po to Bengali +# translation of tdeio_ldap.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kio_ldap\n" +"Project-Id-Version: tdeio_ldap\n" "POT-Creation-Date: 2007-11-01 01:14+0100\n" "PO-Revision-Date: 2004-07-30 12:25-0500\n" "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n" @@ -12,55 +12,55 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: kio_ldap.cpp:86 +#: tdeio_ldap.cpp:86 msgid "" "\n" "Additional info: " msgstr "" -#: kio_ldap.cpp:159 +#: tdeio_ldap.cpp:159 #, fuzzy msgid "" "LDAP server returned the error: %1 %2\n" "The LDAP URL was: %3" msgstr "LDAP সার্ভার নিম্নলিখিত ভুল ফেরত পাঠাচ্ছে: %1" -#: kio_ldap.cpp:521 +#: tdeio_ldap.cpp:521 msgid "LDAP Login" msgstr "LDAP লগ-ইন" -#: kio_ldap.cpp:524 +#: tdeio_ldap.cpp:524 msgid "site:" msgstr "সাইট:" -#: kio_ldap.cpp:551 kio_ldap.cpp:686 +#: tdeio_ldap.cpp:551 tdeio_ldap.cpp:686 #, fuzzy msgid "Invalid authorization information." msgstr "অবৈধ প্রাপ্তাধিকার তথ্য।" -#: kio_ldap.cpp:629 +#: tdeio_ldap.cpp:629 #, c-format msgid "Cannot set LDAP protocol version %1" msgstr "LDAP প্রোটোকল সংস্করণ %1 এর মান নির্ধারণ করতে পারছে না" -#: kio_ldap.cpp:646 +#: tdeio_ldap.cpp:646 msgid "Cannot set size limit." msgstr "আকৃতি সীমা নির্ধারণ করতে পারছে না।" -#: kio_ldap.cpp:656 +#: tdeio_ldap.cpp:656 msgid "Cannot set time limit." msgstr "সময়সীমা নির্ধারণ করতে পারছে না।" -#: kio_ldap.cpp:665 +#: tdeio_ldap.cpp:665 #, fuzzy msgid "SASL authentication not compiled into the ldap ioslave." msgstr "SASL এর পরিচয় প্রমাণ প্রক্রিয়া ldap ioslave এর ভেতর কম্পাইলকৃত নয়।" -#: kio_ldap.cpp:942 kio_ldap.cpp:1023 +#: tdeio_ldap.cpp:942 tdeio_ldap.cpp:1023 msgid "The LDIF parser failed." msgstr "LDIF পার্সার ব্যর্থ।" -#: kio_ldap.cpp:1033 +#: tdeio_ldap.cpp:1033 #, c-format msgid "Invalid LDIF file in line %1." msgstr "%1 লাইনে অবৈধ LDIF ফাইল।" diff --git a/tde-i18n-bn/messages/tdebase/tdeio_mac.po b/tde-i18n-bn/messages/tdebase/tdeio_mac.po index 7203afd2d76..5a8ad46d902 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_mac.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_mac.po @@ -1,8 +1,8 @@ -# translation of kio_mac.po to Bengali +# translation of tdeio_mac.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kio_mac\n" +"Project-Id-Version: tdeio_mac\n" "POT-Creation-Date: 2005-09-21 02:57+0200\n" "PO-Revision-Date: 2004-07-30 12:23-0500\n" "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n" @@ -12,29 +12,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: kio_mac.cpp:94 +#: tdeio_mac.cpp:94 msgid "Unknown mode" msgstr "অপরিচিত মোড" -#: kio_mac.cpp:115 +#: tdeio_mac.cpp:115 msgid "There was an error with hpcopy - please ensure it is installed" msgstr "" "hpcopy এর সঙ্গে কোন একটি ভুল ছিল - অনুগ্রহ করে এটি ইনস্টলকৃত কিনা নিশ্চিত করুন" -#: kio_mac.cpp:131 +#: tdeio_mac.cpp:131 msgid "No filename was found" msgstr "কোন ফাইলের নাম পাওয়া যায়নি" -#: kio_mac.cpp:144 +#: tdeio_mac.cpp:144 msgid "There was an error with hpls - please ensure it is installed" msgstr "" "hpls এর সঙ্গে কোন একটি ভুল ছিল - অনুগ্রহ করে এটি ইনস্টলকৃত কিনা নিশ্চিত করুন" -#: kio_mac.cpp:187 +#: tdeio_mac.cpp:187 msgid "No filename was found in the URL" msgstr "ইউ-আর-এল এ কোন ফাইলের নাম পাওয়া যায়নি" -#: kio_mac.cpp:201 +#: tdeio_mac.cpp:201 #, fuzzy msgid "" "hpls did not exit normally - please ensure you have installed the hfsplus tools" @@ -42,7 +42,7 @@ msgstr "" "hpls স্বাভাবিক ভাবে বের হয়নি - অনুগ্রহ করে hfsplus সরঞ্জাম ইনস্টল করা আছে কিনা " "নিশ্চিত হোন" -#: kio_mac.cpp:288 +#: tdeio_mac.cpp:288 #, fuzzy msgid "" "hpmount did not exit normally - please ensure that hfsplus utils are " @@ -57,19 +57,19 @@ msgstr "" "এবং আপনাকে সঠিক পার্টিশন নির্বাচিত করতে দেয়।\n" "আপনি ইউ-আর-এল এর মাধ্যমে ?/dev/hda2 পার্টিশন নির্বাচিত করতে পারেন।" -#: kio_mac.cpp:320 +#: tdeio_mac.cpp:320 msgid "hpcd did not exit normally - please ensure it is installed" msgstr "" "hpcd স্বাভাবিক ভাবে বের হয়নি - অনুগ্রহ করে এটি ইনস্টলকৃত কিনা নিশ্চিত করুন" -#: kio_mac.cpp:407 +#: tdeio_mac.cpp:407 msgid "hpls output was not matched" msgstr "" -#: kio_mac.cpp:450 +#: tdeio_mac.cpp:450 msgid "Month output from hpls -l not matched" msgstr "" -#: kio_mac.cpp:479 +#: tdeio_mac.cpp:479 msgid "Could not parse a valid date from hpls" msgstr "" diff --git a/tde-i18n-bn/messages/tdebase/tdeio_man.po b/tde-i18n-bn/messages/tdebase/tdeio_man.po index 240362a2798..a799c7dadc5 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_man.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_man.po @@ -1,8 +1,8 @@ -# translation of kio_man.po to Bengali +# translation of tdeio_man.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kio_man\n" +"Project-Id-Version: tdeio_man\n" "POT-Creation-Date: 2007-05-29 02:15+0200\n" "PO-Revision-Date: 2004-07-30 12:32-0500\n" "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n" @@ -24,7 +24,7 @@ msgid "" "Your emails" msgstr "suzan@bengalinux.org" -#: kio_man.cpp:465 +#: tdeio_man.cpp:465 msgid "" "No man page matching to %1 found." "<br>" @@ -35,97 +35,97 @@ msgid "" "file in the directory /etc ." msgstr "" -#: kio_man.cpp:496 +#: tdeio_man.cpp:496 msgid "Open of %1 failed." msgstr "%1 খুলতে অক্ষম।" -#: kio_man.cpp:600 kio_man.cpp:618 +#: tdeio_man.cpp:600 tdeio_man.cpp:618 msgid "Man output" msgstr "ম্যান আউটপুট" -#: kio_man.cpp:604 +#: tdeio_man.cpp:604 #, fuzzy msgid "<body><h1>TDE Man Viewer Error</h1>" msgstr "<body bgcolor=#ffffff><h1> কে-ডি-ই Man প্রদর্শক সমস্যা</h1>" -#: kio_man.cpp:622 +#: tdeio_man.cpp:622 msgid "There is more than one matching man page." msgstr "একাধিক ম্যান পেজ-এ মিল পাওয়া গেছে।" -#: kio_man.cpp:633 +#: tdeio_man.cpp:633 msgid "" "Note: if you read a man page in your language, be aware it can contain some " "mistakes or be obsolete. In case of doubt, you should have a look at the " "English version." msgstr "" -#: kio_man.cpp:723 +#: tdeio_man.cpp:723 msgid "User Commands" msgstr "ব্যবহারকারীর কমান্ড" -#: kio_man.cpp:725 +#: tdeio_man.cpp:725 msgid "System Calls" msgstr "সিস্টেম কল" -#: kio_man.cpp:727 +#: tdeio_man.cpp:727 msgid "Subroutines" msgstr "সাব-রুটিন" -#: kio_man.cpp:729 +#: tdeio_man.cpp:729 msgid "Perl Modules" msgstr "পার্ল মডিউল" -#: kio_man.cpp:731 +#: tdeio_man.cpp:731 msgid "Network Functions" msgstr "নেটওয়ার্ক ফাংশন" -#: kio_man.cpp:733 +#: tdeio_man.cpp:733 msgid "Devices" msgstr "ডিভাইস" -#: kio_man.cpp:735 +#: tdeio_man.cpp:735 msgid "File Formats" msgstr "ফাইলের ফর্ম্যাট" -#: kio_man.cpp:737 +#: tdeio_man.cpp:737 msgid "Games" msgstr "খেলাধুলা" -#: kio_man.cpp:741 +#: tdeio_man.cpp:741 msgid "System Administration" msgstr "সিস্টেম অ্যাডমিনিস্ট্রেশন" -#: kio_man.cpp:743 +#: tdeio_man.cpp:743 msgid "Kernel" msgstr "কার্ণেল" -#: kio_man.cpp:745 +#: tdeio_man.cpp:745 msgid "Local Documentation" msgstr "স্থানীয় ডকুমেন্টেশন" -#: kio_man.cpp:747 +#: tdeio_man.cpp:747 msgid "New" msgstr "নতুন" -#: kio_man.cpp:782 kio_man.cpp:786 kio_man.cpp:1209 +#: tdeio_man.cpp:782 tdeio_man.cpp:786 tdeio_man.cpp:1209 #, fuzzy msgid "UNIX Manual Index" msgstr "UNIX এর ম্যানুয়াল সূচী" -#: kio_man.cpp:801 +#: tdeio_man.cpp:801 msgid "Section " msgstr "অংশন" -#: kio_man.cpp:1214 +#: tdeio_man.cpp:1214 #, fuzzy msgid "Index for Section %1: %2" msgstr "<body bgcolor=#ffffff><h1>%1 অংশের সূচী: %2</h1>" -#: kio_man.cpp:1219 +#: tdeio_man.cpp:1219 msgid "Generating Index" msgstr "সূচী উত্পাদন করা হচ্ছে" -#: kio_man.cpp:1529 +#: tdeio_man.cpp:1529 msgid "" "Could not find the sgml2roff program on your system. Please install it, if " "necessary, and extend the search path by adjusting the environment variable " diff --git a/tde-i18n-bn/messages/tdebase/tdeio_media.po b/tde-i18n-bn/messages/tdebase/tdeio_media.po index 021e7a586c8..415af845903 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_media.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_media.po @@ -1,13 +1,13 @@ -# translation of kio_media.po to Bengali -# translation of kio_devices.po to Bengali -# Translation of kio_devices to Bangla. +# translation of tdeio_media.po to Bengali +# translation of tdeio_devices.po to Bengali +# Translation of tdeio_devices to Bangla. # Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. # Khandakar Mujahidul Islam <suzan229@yahoo.com> # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. # msgid "" msgstr "" -"Project-Id-Version: kio_media\n" +"Project-Id-Version: tdeio_media\n" "POT-Creation-Date: 2008-07-08 01:18+0200\n" "PO-Revision-Date: 2006-01-04 14:16-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -29,17 +29,17 @@ msgid "" "Your emails" msgstr "suzan@bengalinux.org, deepayan@bengalinux.org" -#: kio_media.cpp:35 +#: tdeio_media.cpp:35 msgid "Protocol name" msgstr "প্রোটোকল-এর নাম" -#: kio_media.cpp:36 kio_media.cpp:37 +#: tdeio_media.cpp:36 tdeio_media.cpp:37 msgid "Socket name" msgstr "সকেট-এর নাম" #: mediaimpl.cpp:86 mediaimpl.cpp:113 mediaimpl.cpp:139 mediaimpl.cpp:173 #: mediaimpl.cpp:193 mediaimpl.cpp:214 -#: mounthelper/kio_media_mounthelper.cpp:45 +#: mounthelper/tdeio_media_mounthelper.cpp:45 msgid "The TDE mediamanager is not running." msgstr "কে.ডি.ই. মিডিয়া-ম্যানেজার চালু নেই।" @@ -53,7 +53,7 @@ msgstr "" #: mediaimpl.cpp:259 mediamanager/halbackend.cpp:972 #: mediamanager/halbackend.cpp:981 mediamanager/halbackend.cpp:1285 -#: mediamanager/halbackend.cpp:1296 mounthelper/kio_media_mounthelper.cpp:53 +#: mediamanager/halbackend.cpp:1296 mounthelper/tdeio_media_mounthelper.cpp:53 msgid "Internal Error" msgstr "" @@ -294,43 +294,43 @@ msgstr "" msgid "Filesystem: iso9660" msgstr "" -#: kfile-plugin/kfilemediaplugin.cpp:173 +#: tdefile-plugin/tdefilemediaplugin.cpp:173 msgid "Medium Information" msgstr "মিডিয়াম তথ্য" -#: kfile-plugin/kfilemediaplugin.cpp:176 +#: tdefile-plugin/tdefilemediaplugin.cpp:176 msgid "Free" msgstr "ফাঁকা" -#: kfile-plugin/kfilemediaplugin.cpp:179 +#: tdefile-plugin/tdefilemediaplugin.cpp:179 msgid "Used" msgstr "ব্যবহৃত" -#: kfile-plugin/kfilemediaplugin.cpp:182 +#: tdefile-plugin/tdefilemediaplugin.cpp:182 msgid "Total" msgstr "মোট" -#: kfile-plugin/kfilemediaplugin.cpp:185 +#: tdefile-plugin/tdefilemediaplugin.cpp:185 msgid "Base URL" msgstr "বেস ইউ-আর-এল" -#: kfile-plugin/kfilemediaplugin.cpp:186 +#: tdefile-plugin/tdefilemediaplugin.cpp:186 msgid "Mount Point" msgstr "মাউন্ট পয়েন্ট" -#: kfile-plugin/kfilemediaplugin.cpp:187 +#: tdefile-plugin/tdefilemediaplugin.cpp:187 msgid "Device Node" msgstr "ডিভাইস নোড" -#: kfile-plugin/kfilemediaplugin.cpp:189 +#: tdefile-plugin/tdefilemediaplugin.cpp:189 msgid "Medium Summary" msgstr "মিডিয়াম সারাংশ" -#: kfile-plugin/kfilemediaplugin.cpp:191 +#: tdefile-plugin/tdefilemediaplugin.cpp:191 msgid "Usage" msgstr "ব্যবহার" -#: kfile-plugin/kfilemediaplugin.cpp:193 +#: tdefile-plugin/tdefilemediaplugin.cpp:193 msgid "Bar Graph" msgstr "বার গ্রাফ" @@ -450,41 +450,41 @@ msgstr "" msgid "Feature only available with HAL" msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:74 +#: mounthelper/tdeio_media_mounthelper.cpp:74 msgid "%1 cannot be found." msgstr "%1 পাওয়া যায়নি।" -#: mounthelper/kio_media_mounthelper.cpp:81 +#: mounthelper/tdeio_media_mounthelper.cpp:81 msgid "%1 is not a mountable media." msgstr "%1 মিডিয়া মাউন্ট করা যায় না।" -#: mounthelper/kio_media_mounthelper.cpp:166 +#: mounthelper/tdeio_media_mounthelper.cpp:166 msgid "The device was successfully unmounted, but the tray could not be opened" msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:168 +#: mounthelper/tdeio_media_mounthelper.cpp:168 msgid "The device was successfully unmounted, but could not be ejected" msgstr "" -#: mounthelper/kio_media_mounthelper.cpp:182 +#: mounthelper/tdeio_media_mounthelper.cpp:182 msgid "Unmount given URL" msgstr "প্রদত্ত ইউ-আর-এল আনমাউন্ট করুন" -#: mounthelper/kio_media_mounthelper.cpp:183 +#: mounthelper/tdeio_media_mounthelper.cpp:183 msgid "Mount given URL (default)" msgstr "প্রদত্ত ইউ-আর-এল মাউন্ট করুন" -#: mounthelper/kio_media_mounthelper.cpp:184 +#: mounthelper/tdeio_media_mounthelper.cpp:184 msgid "Eject given URL via kdeeject" msgstr "প্রদত্ত ইউ-আর-এল kdeeject ব্যবহার করে বের করে দিন" -#: mounthelper/kio_media_mounthelper.cpp:185 +#: mounthelper/tdeio_media_mounthelper.cpp:185 msgid "Unmount and Eject given URL (necessary for some USB devices)" msgstr "" "প্রদত্ত ইউ-আর-এল আনমাউন্ট এবং এজেক্ট করো (কিছু ইউ-এস-বি ডিভাইস-এর জন্য " "প্রয়োজনীয়)" -#: mounthelper/kio_media_mounthelper.cpp:186 +#: mounthelper/tdeio_media_mounthelper.cpp:186 msgid "media:/ URL to mount/unmount/eject/remove" msgstr "media:/ মাউন্ট/আনমাউন্ট/বের করার ইউ-আর-এল(URL)" diff --git a/tde-i18n-bn/messages/tdebase/tdeio_nfs.po b/tde-i18n-bn/messages/tdebase/tdeio_nfs.po index 19d23e4f2b1..b4efcce9ede 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_nfs.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_nfs.po @@ -1,12 +1,12 @@ -# translation of kio_nfs.po to Bengali -# Translation of kio_nfs to Bangla. +# translation of tdeio_nfs.po to Bengali +# Translation of tdeio_nfs to Bangla. # Copyright (C) 2003, 2004 Free Software Foundation, Inc. # Khandakar Mujahidul Islam <suzan229@yahoo.com> # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. # msgid "" msgstr "" -"Project-Id-Version: kio_nfs\n" +"Project-Id-Version: tdeio_nfs\n" "POT-Creation-Date: 2005-06-10 01:24+0200\n" "PO-Revision-Date: 2004-07-30 13:05-0500\n" "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n" @@ -16,22 +16,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: kio_nfs.cpp:1020 +#: tdeio_nfs.cpp:1020 msgid "An RPC error occurred." msgstr "আর-পি-সি (RPC) সমস্যা সংঘটিত হয়েছে।" -#: kio_nfs.cpp:1064 +#: tdeio_nfs.cpp:1064 msgid "No space left on device" msgstr "ডিভাইসে কোন জায়গা খালি নেই" -#: kio_nfs.cpp:1067 +#: tdeio_nfs.cpp:1067 msgid "Read only file system" msgstr "শুধুমাত্র পড়ার উপযোগী ফাইল সিস্টেম" -#: kio_nfs.cpp:1070 +#: tdeio_nfs.cpp:1070 msgid "Filename too long" msgstr "ফাইলের নামটি বড্ড বড়" -#: kio_nfs.cpp:1077 +#: tdeio_nfs.cpp:1077 msgid "Disk quota exceeded" msgstr "ডিস্কের কোটা পেরিয়ে গেছে" diff --git a/tde-i18n-bn/messages/tdebase/tdeio_print.po b/tde-i18n-bn/messages/tdebase/tdeio_print.po index ec8bde09d81..b5c3e0be5bb 100644 --- a/tde-i18n-bn/messages/tdebase/tdeio_print.po +++ b/tde-i18n-bn/messages/tdebase/tdeio_print.po @@ -1,8 +1,8 @@ -# translation of kio_print.po to Bengali +# translation of tdeio_print.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: kio_print\n" +"Project-Id-Version: tdeio_print\n" "POT-Creation-Date: 2005-05-18 21:24+0200\n" "PO-Revision-Date: 2006-01-04 13:28-0600\n" "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n" @@ -24,205 +24,205 @@ msgid "" "Your emails" msgstr "suzan@bengalinux.org" -#: kio_print.cpp:243 kio_print.cpp:399 +#: tdeio_print.cpp:243 tdeio_print.cpp:399 msgid "Classes" msgstr "শ্রেণী" -#: kio_print.cpp:247 kio_print.cpp:401 +#: tdeio_print.cpp:247 tdeio_print.cpp:401 msgid "Printers" msgstr "মুদ্রণযন্ত্র" -#: kio_print.cpp:251 kio_print.cpp:403 +#: tdeio_print.cpp:251 tdeio_print.cpp:403 msgid "Specials" msgstr "বিশেষ" -#: kio_print.cpp:256 kio_print.cpp:405 +#: tdeio_print.cpp:256 tdeio_print.cpp:405 msgid "Manager" msgstr "ম্যানেজার" -#: kio_print.cpp:260 kio_print.cpp:407 +#: tdeio_print.cpp:260 tdeio_print.cpp:407 msgid "Jobs" msgstr "কাজ" -#: kio_print.cpp:365 +#: tdeio_print.cpp:365 #, fuzzy msgid "Empty data received (%1)." msgstr "ফাঁকা তথ্য গৃহীত (%1)।" -#: kio_print.cpp:367 +#: tdeio_print.cpp:367 msgid "Corrupted/incomplete data or server error (%1)." msgstr "ত্রুটিপূর্ণ/অসম্পূর্ণ তথ্য অথবা সার্ভার সমস্যা (%1)।" -#: kio_print.cpp:395 +#: tdeio_print.cpp:395 msgid "Print System" msgstr "মুদ্রণ ব্যবস্থা" -#: kio_print.cpp:439 +#: tdeio_print.cpp:439 msgid "Printer driver" msgstr "প্রিন্টার ড্রাইভার" -#: kio_print.cpp:441 +#: tdeio_print.cpp:441 msgid "On-line printer driver database" msgstr "অনলাইন প্রিন্টার ড্রাইভার ডেটাবেস" -#: kio_print.cpp:621 +#: tdeio_print.cpp:621 #, c-format msgid "Unable to determine object type for %1." msgstr "%1 এর জন্য নির্ধারিত বস্তুর ধরন নির্ণয়ে অক্ষম।" -#: kio_print.cpp:626 +#: tdeio_print.cpp:626 #, c-format msgid "Unable to determine source type for %1." msgstr "%1 এর জন্য নির্ধারিত বস্তুর উত্স নির্ণয়ে অক্ষম।" -#: kio_print.cpp:632 +#: tdeio_print.cpp:632 #, c-format msgid "Unable to retrieve printer information for %1." msgstr "%1 এর জন্য মুদ্রনযন্ত্রের তথ্য পুনরুদ্ধারে অক্ষম।" -#: kio_print.cpp:640 kio_print.cpp:681 kio_print.cpp:724 kio_print.cpp:825 -#: kio_print.cpp:896 +#: tdeio_print.cpp:640 tdeio_print.cpp:681 tdeio_print.cpp:724 tdeio_print.cpp:825 +#: tdeio_print.cpp:896 #, c-format msgid "Unable to load template %1" msgstr "টেমপ্লেট %1 লোড করতে অক্ষম" -#: kio_print.cpp:645 kio_print.cpp:646 kio_print.cpp:696 kio_print.cpp:697 -#: kio_print.cpp:735 kio_print.cpp:736 +#: tdeio_print.cpp:645 tdeio_print.cpp:646 tdeio_print.cpp:696 tdeio_print.cpp:697 +#: tdeio_print.cpp:735 tdeio_print.cpp:736 #, c-format msgid "Properties of %1" msgstr "%1-র বৈশিষ্ট্যাবলী" -#: kio_print.cpp:647 kio_print.cpp:838 kio_print.cpp:904 +#: tdeio_print.cpp:647 tdeio_print.cpp:838 tdeio_print.cpp:904 msgid "General|Driver|Active jobs|Completed jobs" msgstr "সাধারণ|ড্রাইভার|সক্রিয় কাজ|সম্পন্ন কাজ" -#: kio_print.cpp:653 kio_print.cpp:704 kio_print.cpp:743 +#: tdeio_print.cpp:653 tdeio_print.cpp:704 tdeio_print.cpp:743 msgid "General Properties" msgstr "সাধারণ বৈশিষ্ট্যাবলী" -#: kio_print.cpp:654 kio_print.cpp:705 +#: tdeio_print.cpp:654 tdeio_print.cpp:705 msgid "Type" msgstr "ধরন" -#: kio_print.cpp:654 kio_print.cpp:693 +#: tdeio_print.cpp:654 tdeio_print.cpp:693 msgid "Remote" msgstr "দূরবর্তী" -#: kio_print.cpp:654 kio_print.cpp:693 +#: tdeio_print.cpp:654 tdeio_print.cpp:693 msgid "Local" msgstr "স্থানীয়" -#: kio_print.cpp:655 kio_print.cpp:706 kio_print.cpp:855 +#: tdeio_print.cpp:655 tdeio_print.cpp:706 tdeio_print.cpp:855 msgid "State" msgstr "অবস্থা" -#: kio_print.cpp:656 kio_print.cpp:707 kio_print.cpp:744 +#: tdeio_print.cpp:656 tdeio_print.cpp:707 tdeio_print.cpp:744 msgid "Location" msgstr "অবস্থান" -#: kio_print.cpp:657 kio_print.cpp:708 kio_print.cpp:745 +#: tdeio_print.cpp:657 tdeio_print.cpp:708 tdeio_print.cpp:745 msgid "Description" msgstr "বর্ণনা" -#: kio_print.cpp:658 kio_print.cpp:709 +#: tdeio_print.cpp:658 tdeio_print.cpp:709 msgid "URI" msgstr "ইউ-আর-আই" -#: kio_print.cpp:659 +#: tdeio_print.cpp:659 msgid "Interface (Backend)" msgstr "ইন্টারফেস (ব্যাক-এন্ড)" -#: kio_print.cpp:660 +#: tdeio_print.cpp:660 msgid "Driver" msgstr "ড্রাইভার" -#: kio_print.cpp:661 +#: tdeio_print.cpp:661 msgid "Manufacturer" msgstr "প্রস্তুতকারক" -#: kio_print.cpp:662 +#: tdeio_print.cpp:662 msgid "Model" msgstr "মডেল" -#: kio_print.cpp:663 +#: tdeio_print.cpp:663 msgid "Driver Information" msgstr "ড্রাইভার সংক্রান্ত তথ্য" -#: kio_print.cpp:673 +#: tdeio_print.cpp:673 #, c-format msgid "Unable to retrieve class information for %1." msgstr "%1 এর জন্য শ্রেণী তথ্য পুনরুদ্ধারে অক্ষম।" -#: kio_print.cpp:693 +#: tdeio_print.cpp:693 msgid "Implicit" msgstr "পরোক্ষ" -#: kio_print.cpp:698 kio_print.cpp:835 +#: tdeio_print.cpp:698 tdeio_print.cpp:835 msgid "General|Active jobs|Completed jobs" msgstr "সাধারণ|সক্রিয় কাজ|সম্পন্ন কাজ" -#: kio_print.cpp:710 +#: tdeio_print.cpp:710 msgid "Members" msgstr "সদস্যবৃন্দ" -#: kio_print.cpp:737 +#: tdeio_print.cpp:737 msgid "General" msgstr "সাধারণ" -#: kio_print.cpp:746 +#: tdeio_print.cpp:746 msgid "Requirements" msgstr "আবশ্যকতা" -#: kio_print.cpp:747 +#: tdeio_print.cpp:747 msgid "Command Properties" msgstr "কমান্ড বৈশিষ্ট্যাবলী" -#: kio_print.cpp:748 +#: tdeio_print.cpp:748 msgid "Command" msgstr "কমান্ড" -#: kio_print.cpp:749 +#: tdeio_print.cpp:749 msgid "Use Output File" msgstr "আউটপুট ফাইল ব্যবহার করো" -#: kio_print.cpp:750 +#: tdeio_print.cpp:750 msgid "Default Extension" msgstr "ডিফল্ট এক্সটেনশন" -#: kio_print.cpp:832 kio_print.cpp:833 +#: tdeio_print.cpp:832 tdeio_print.cpp:833 #, c-format msgid "Jobs of %1" msgstr "%1-র কাজ" -#: kio_print.cpp:848 kio_print.cpp:853 +#: tdeio_print.cpp:848 tdeio_print.cpp:853 msgid "All jobs" msgstr "সব কাজ" -#: kio_print.cpp:849 +#: tdeio_print.cpp:849 msgid "Active jobs|Completed jobs" msgstr "সক্রিয় কাজ|সম্পন্ন কাজ" -#: kio_print.cpp:855 +#: tdeio_print.cpp:855 msgid "ID" msgstr "আই-ডি" -#: kio_print.cpp:855 +#: tdeio_print.cpp:855 msgid "Owner" msgstr "মালিক" -#: kio_print.cpp:855 +#: tdeio_print.cpp:855 msgid "Printer" msgstr "প্রিন্টার" -#: kio_print.cpp:855 +#: tdeio_print.cpp:855 msgid "Name" msgstr "নাম" -#: kio_print.cpp:902 kio_print.cpp:903 +#: tdeio_print.cpp:902 tdeio_print.cpp:903 #, c-format msgid "Driver of %1" msgstr "%1-র ড্রাইভার" -#: kio_print.cpp:909 +#: tdeio_print.cpp:909 msgid "No driver found" msgstr "কোন ড্রাইভার পাওয়া যায়নি" diff --git a/tde-i18n-bn/messages/tdebase/tdescreensaver.po b/tde-i18n-bn/messages/tdebase/tdescreensaver.po index 61867549ccb..7e440e18d85 100644 --- a/tde-i18n-bn/messages/tdebase/tdescreensaver.po +++ b/tde-i18n-bn/messages/tdebase/tdescreensaver.po @@ -1,8 +1,8 @@ -# translation of kscreensaver.po to Bengali +# translation of tdescreensaver.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kscreensaver\n" +"Project-Id-Version: tdescreensaver\n" "POT-Creation-Date: 2007-01-26 02:37+0100\n" "PO-Revision-Date: 2004-07-31 10:53-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" diff --git a/tde-i18n-bn/messages/tdeedu/tdefile_drgeo.po b/tde-i18n-bn/messages/tdeedu/tdefile_drgeo.po index 637d9805839..2d645669b45 100644 --- a/tde-i18n-bn/messages/tdeedu/tdefile_drgeo.po +++ b/tde-i18n-bn/messages/tdeedu/tdefile_drgeo.po @@ -1,11 +1,11 @@ -# Bangla translation of kfile_drgeo +# Bangla translation of tdefile_drgeo # Copyright (C) 2004, 2005 TDE Foundation. # This file is distributed under the same license as the Kfile_drgeo package. # Progga <progga@BengaLinux.Org>, 2004, 2005. # msgid "" msgstr "" -"Project-Id-Version: kfile_drgeo \n" +"Project-Id-Version: tdefile_drgeo \n" "POT-Creation-Date: 2005-05-08 12:46+0200\n" "PO-Revision-Date: 2005-06-14 11:00+0600\n" "Last-Translator: Progga <progga@BengaLinux.Org>\n" @@ -14,37 +14,37 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: kfile/kfile_drgeo.cpp:37 +#: tdefile/tdefile_drgeo.cpp:37 msgid "Summary" msgstr "সারসংক্ষেপ" -#: kfile/kfile_drgeo.cpp:39 +#: tdefile/tdefile_drgeo.cpp:39 msgid "Figures" msgstr "চিত্র" -#: kfile/kfile_drgeo.cpp:40 +#: tdefile/tdefile_drgeo.cpp:40 msgid "Texts" msgstr "টেক্সট" -#: kfile/kfile_drgeo.cpp:41 +#: tdefile/tdefile_drgeo.cpp:41 msgid "Macros" msgstr "ম্যাক্রো" -#: kfile/kfile_drgeo.cpp:44 +#: tdefile/tdefile_drgeo.cpp:44 msgid "" "_: Translators: what this drgeo file contains\n" "Contents" msgstr "অভ্যন্তরস্থ বস্তু" -#: kfile/kfile_drgeo.cpp:71 +#: tdefile/tdefile_drgeo.cpp:71 msgid "Figure" msgstr "চিত্র" -#: kfile/kfile_drgeo.cpp:78 +#: tdefile/tdefile_drgeo.cpp:78 msgid "Text" msgstr "টেক্সট" -#: kfile/kfile_drgeo.cpp:85 +#: tdefile/tdefile_drgeo.cpp:85 msgid "Macro" msgstr "ম্যাক্রো" diff --git a/tde-i18n-bn/messages/tdeedu/tdefile_kig.po b/tde-i18n-bn/messages/tdeedu/tdefile_kig.po index ff4e5c4fe90..4d8b09bc2c1 100644 --- a/tde-i18n-bn/messages/tdeedu/tdefile_kig.po +++ b/tde-i18n-bn/messages/tdeedu/tdefile_kig.po @@ -1,4 +1,4 @@ -# Bangla translation of kfile_kig. +# Bangla translation of tdefile_kig. # Copyright (C) 2004-2006 TDE Foundation. # This file is distributed under the same license as the Kfile_kig package. # Progga <progga@BengaLinux.Org>, 2004-2006. @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: kfile_kig (TDE 3.5)\n" +"Project-Id-Version: tdefile_kig (TDE 3.5)\n" "POT-Creation-Date: 2005-05-25 08:18+0200\n" "PO-Revision-Date: 2006-03-29 08:45+0600\n" "Last-Translator: Progga <progga@BengaLinux.Org>\n" @@ -15,41 +15,41 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: kfile/kfile_kig.cpp:45 +#: tdefile/tdefile_kig.cpp:45 msgid "Summary" msgstr "সারসংক্ষেপ" -#: kfile/kfile_kig.cpp:46 +#: tdefile/tdefile_kig.cpp:46 msgid "Version" msgstr "সংস্করণ" -#: kfile/kfile_kig.cpp:47 +#: tdefile/tdefile_kig.cpp:47 msgid "Compatibility Version" msgstr "সুসংগতিপূর্ণ সংস্করণ" -#: kfile/kfile_kig.cpp:48 +#: tdefile/tdefile_kig.cpp:48 msgid "Coordinate System" msgstr "স্থানাংক পদ্ধতি" -#: kfile/kfile_kig.cpp:49 +#: tdefile/tdefile_kig.cpp:49 msgid "Grid" msgstr "গ্রিড/ছক" -#: kfile/kfile_kig.cpp:50 +#: tdefile/tdefile_kig.cpp:50 msgid "Axes" msgstr "অক্ষ" -#: kfile/kfile_kig.cpp:51 +#: tdefile/tdefile_kig.cpp:51 msgid "Compressed" msgstr "কম্প্রেসকৃত" -#: kfile/kfile_kig.cpp:110 +#: tdefile/tdefile_kig.cpp:110 msgid "" "_: Translators: Not Available\n" "n/a" msgstr "প্রযোজ্য নয়" -#: kfile/kfile_kig.cpp:117 +#: tdefile/tdefile_kig.cpp:117 msgid "" "_: %1 represents Kig version\n" "%1 (as the version)" diff --git a/tde-i18n-bn/messages/tdelibs/kabc_dir.po b/tde-i18n-bn/messages/tdelibs/tdeabc_dir.po index 7d6ba08aee2..56967643472 100644 --- a/tde-i18n-bn/messages/tdelibs/kabc_dir.po +++ b/tde-i18n-bn/messages/tdelibs/tdeabc_dir.po @@ -1,8 +1,8 @@ -# translation of kabc_dir.po to Bengali +# translation of tdeabc_dir.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kabc_dir\n" +"Project-Id-Version: tdeabc_dir\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2004-06-26 21:44-0500\n" "Last-Translator: Ashabul Yeameen <ayeameen@yahoo.com>\n" diff --git a/tde-i18n-bn/messages/tdelibs/kabc_file.po b/tde-i18n-bn/messages/tdelibs/tdeabc_file.po index 279ad8635f7..98a26d31848 100644 --- a/tde-i18n-bn/messages/tdelibs/kabc_file.po +++ b/tde-i18n-bn/messages/tdelibs/tdeabc_file.po @@ -1,8 +1,8 @@ -# translation of kabc_file.po to Bengali +# translation of tdeabc_file.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kabc_file\n" +"Project-Id-Version: tdeabc_file\n" "POT-Creation-Date: 2006-06-20 03:54+0200\n" "PO-Revision-Date: 2004-06-26 21:45-0500\n" "Last-Translator: Ashabul Yeameen <ayeameen@yahoo.com>\n" diff --git a/tde-i18n-bn/messages/tdelibs/kabc_ldapkio.po b/tde-i18n-bn/messages/tdelibs/tdeabc_ldaptdeio.po index 966dc718dd8..51153053bab 100644 --- a/tde-i18n-bn/messages/tdelibs/kabc_ldapkio.po +++ b/tde-i18n-bn/messages/tdelibs/tdeabc_ldaptdeio.po @@ -1,8 +1,8 @@ -# translation of kabc_ldapkio.po to Bengali +# translation of tdeabc_ldapkio.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kabc_ldapkio\n" +"Project-Id-Version: tdeabc_ldapkio\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2004-07-25 12:30-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" diff --git a/tde-i18n-bn/messages/tdelibs/kabc_net.po b/tde-i18n-bn/messages/tdelibs/tdeabc_net.po index 6475cdcae36..133855a5735 100644 --- a/tde-i18n-bn/messages/tdelibs/kabc_net.po +++ b/tde-i18n-bn/messages/tdelibs/tdeabc_net.po @@ -1,8 +1,8 @@ -# translation of kabc_net.po to Bengali +# translation of tdeabc_net.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kabc_net\n" +"Project-Id-Version: tdeabc_net\n" "POT-Creation-Date: 2007-03-05 02:37+0100\n" "PO-Revision-Date: 2004-06-26 21:53-0500\n" "Last-Translator: Ashabul Yeameen <ayeameen@yahoo.com>\n" diff --git a/tde-i18n-bn/messages/tdelibs/kabc_sql.po b/tde-i18n-bn/messages/tdelibs/tdeabc_sql.po index 2f61269089c..19f3b70b611 100644 --- a/tde-i18n-bn/messages/tdelibs/kabc_sql.po +++ b/tde-i18n-bn/messages/tdelibs/tdeabc_sql.po @@ -1,8 +1,8 @@ -# translation of kabc_sql.po to Bengali +# translation of tdeabc_sql.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kabc_sql\n" +"Project-Id-Version: tdeabc_sql\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2004-07-25 10:47-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" diff --git a/tde-i18n-bn/messages/tdelibs/kabcformat_binary.po b/tde-i18n-bn/messages/tdelibs/tdeabcformat_binary.po index 155a4370dee..27fd360b649 100644 --- a/tde-i18n-bn/messages/tdelibs/kabcformat_binary.po +++ b/tde-i18n-bn/messages/tdelibs/tdeabcformat_binary.po @@ -1,8 +1,8 @@ -# translation of kabcformat_binary.po to Bengali +# translation of tdeabcformat_binary.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kabcformat_binary\n" +"Project-Id-Version: tdeabcformat_binary\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2004-06-26 21:52-0500\n" "Last-Translator: Ashabul Yeameen <ayeameen@yahoo.com>\n" diff --git a/tde-i18n-bn/messages/tdelibs/tdefileaudiopreview.po b/tde-i18n-bn/messages/tdelibs/tdefileaudiopreview.po index 6b8d02c1c4f..10139daa7a4 100644 --- a/tde-i18n-bn/messages/tdelibs/tdefileaudiopreview.po +++ b/tde-i18n-bn/messages/tdelibs/tdefileaudiopreview.po @@ -1,8 +1,8 @@ -# translation of kfileaudiopreview.po to Bengali +# translation of tdefileaudiopreview.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kfileaudiopreview\n" +"Project-Id-Version: tdefileaudiopreview\n" "POT-Creation-Date: 2006-10-03 02:33+0200\n" "PO-Revision-Date: 2004-07-24 18:47-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -12,10 +12,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: kfileaudiopreview.cpp:67 +#: tdefileaudiopreview.cpp:67 msgid "Media Player" msgstr "মিডিয়া প্লেয়ার" -#: kfileaudiopreview.cpp:93 +#: tdefileaudiopreview.cpp:93 msgid "Play &automatically" msgstr "নিজে থেকে চালা&ও" diff --git a/tde-i18n-bn/messages/tdelibs/kio.po b/tde-i18n-bn/messages/tdelibs/tdeio.po index e32a3cd61d3..afe53d53bea 100644 --- a/tde-i18n-bn/messages/tdelibs/kio.po +++ b/tde-i18n-bn/messages/tdelibs/tdeio.po @@ -1,11 +1,11 @@ -# translation of kio.po to Bengali +# translation of tdeio.po to Bengali # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # # Deepayan Sarkar <deepayan@bengalinux.org>, 2003, 2004, 2005, 2006. # Deepayan Sarkar <deepayan.sarkar@gmail.com>, 2007. msgid "" msgstr "" -"Project-Id-Version: kio\n" +"Project-Id-Version: tdeio\n" "POT-Creation-Date: 2008-07-08 01:16+0200\n" "PO-Revision-Date: 2007-05-11 19:28-0700\n" "Last-Translator: Deepayan Sarkar <deepayan.sarkar@gmail.com>\n" @@ -15,68 +15,68 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: kio/netaccess.cpp:67 +#: tdeio/netaccess.cpp:67 msgid "File '%1' is not readable" msgstr "ফাইল '%1' পড়া যাচ্ছে না" -#: kio/netaccess.cpp:438 +#: tdeio/netaccess.cpp:438 msgid "ERROR: Unknown protocol '%1'" msgstr "সমস্যা: অজ্ঞাত প্রোটোকল '%1'" -#: kio/global.cpp:729 kio/job.cpp:1761 kio/job.cpp:3228 kio/job.cpp:3745 -#: kio/paste.cpp:65 +#: tdeio/global.cpp:729 tdeio/job.cpp:1761 tdeio/job.cpp:3228 tdeio/job.cpp:3745 +#: tdeio/paste.cpp:65 msgid "File Already Exists" msgstr "ফাইল আগে থেকেই আছে" -#: kio/global.cpp:739 kio/job.cpp:2938 +#: tdeio/global.cpp:739 tdeio/job.cpp:2938 msgid "Folder Already Exists" msgstr "ফোল্ডার আগে থেকেই আছে" -#: kio/job.cpp:3228 kio/job.cpp:3745 +#: tdeio/job.cpp:3228 tdeio/job.cpp:3745 msgid "Already Exists as Folder" msgstr "ফোল্ডার হিসেবে আগে থেকেই আছে" -#: kio/kimageio.cpp:231 +#: tdeio/kimageio.cpp:231 msgid "All Pictures" msgstr "সব ছবি" -#: kio/pastedialog.cpp:49 +#: tdeio/pastedialog.cpp:49 msgid "Data format:" msgstr "তথ্য ফরম্যাট" -#: kio/renamedlg.cpp:119 +#: tdeio/renamedlg.cpp:119 msgid "&Rename" msgstr "না&ম পরিবর্তন করো" -#: kio/renamedlg.cpp:121 +#: tdeio/renamedlg.cpp:121 msgid "Suggest New &Name" msgstr "&নতুন নাম প্রস্তাব করুন" -#: kio/renamedlg.cpp:127 +#: tdeio/renamedlg.cpp:127 msgid "&Skip" msgstr "ছেড়ে যা&ও" -#: kio/renamedlg.cpp:130 +#: tdeio/renamedlg.cpp:130 msgid "&Auto Skip" msgstr "" -#: kio/renamedlg.cpp:135 +#: tdeio/renamedlg.cpp:135 msgid "&Overwrite" msgstr "মুছে লেখো (&ম)" -#: kio/renamedlg.cpp:139 +#: tdeio/renamedlg.cpp:139 msgid "O&verwrite All" msgstr "স&ব মুছে লেখো" -#: kio/renamedlg.cpp:145 +#: tdeio/renamedlg.cpp:145 msgid "&Resume" msgstr "আবা&র চালু করো" -#: kio/renamedlg.cpp:150 +#: tdeio/renamedlg.cpp:150 msgid "R&esume All" msgstr "&সব আবার চালু করো" -#: kio/renamedlg.cpp:161 +#: tdeio/renamedlg.cpp:161 msgid "" "This action would overwrite '%1' with itself.\n" "Please enter a new file name:" @@ -84,43 +84,43 @@ msgstr "" "এই ক্রিয়াটি '%1' ফাইলটিকে মুছে নিজেকেই আবার লিখবে.\n" "অনুগ্রহ করে নতুন একটি নাম সরবরাহ করুন:" -#: kio/renamedlg.cpp:163 +#: tdeio/renamedlg.cpp:163 msgid "C&ontinue" msgstr "চালিয়ে যা&ও" -#: kio/renamedlg.cpp:232 kio/renamedlg.cpp:311 +#: tdeio/renamedlg.cpp:232 tdeio/renamedlg.cpp:311 msgid "An older item named '%1' already exists." msgstr "'%1' নামের একটি পুরনো বস্তু আগে থেকেই আছে।" -#: kio/renamedlg.cpp:234 kio/renamedlg.cpp:313 +#: tdeio/renamedlg.cpp:234 tdeio/renamedlg.cpp:313 msgid "A similar file named '%1' already exists." msgstr "'%1' নামের একই রকম একটি ফাইল আগে থেকেই আছে।" -#: kio/renamedlg.cpp:236 kio/renamedlg.cpp:315 +#: tdeio/renamedlg.cpp:236 tdeio/renamedlg.cpp:315 msgid "A newer item named '%1' already exists." msgstr "'%1' নামের আরো নতুন একটি বস্তু আগে থেকেই আছে।" -#: kio/renamedlg.cpp:248 kio/renamedlg.cpp:284 +#: tdeio/renamedlg.cpp:248 tdeio/renamedlg.cpp:284 #, c-format msgid "size %1" msgstr "মাপ %1 " -#: kio/renamedlg.cpp:256 kio/renamedlg.cpp:291 +#: tdeio/renamedlg.cpp:256 tdeio/renamedlg.cpp:291 #, c-format msgid "created on %1" msgstr "%1-এ তৈরি" -#: kio/renamedlg.cpp:263 kio/renamedlg.cpp:298 +#: tdeio/renamedlg.cpp:263 tdeio/renamedlg.cpp:298 #, c-format msgid "modified on %1" msgstr "%1-এ পরিবর্তিত" -#: kio/renamedlg.cpp:273 +#: tdeio/renamedlg.cpp:273 msgid "The source file is '%1'" msgstr "সোর্স (source) ফাইলের নাম '%1'" -#: kio/kdirlister.cpp:282 kio/kdirlister.cpp:293 kio/krun.cpp:864 -#: kio/paste.cpp:213 kio/renamedlg.cpp:431 +#: tdeio/kdirlister.cpp:282 tdeio/kdirlister.cpp:293 tdeio/krun.cpp:864 +#: tdeio/paste.cpp:213 tdeio/renamedlg.cpp:431 #, c-format msgid "" "Malformed URL\n" @@ -129,51 +129,51 @@ msgstr "" "ত্রুটিপূর্ণ ইউ-আর-এল\n" "%1" -#: kio/paste.cpp:49 kio/paste.cpp:115 +#: tdeio/paste.cpp:49 tdeio/paste.cpp:115 msgid "Filename for clipboard content:" msgstr "ক্লিপবোর্ডের বিষয়বস্তুর জন্য ফাইলের নাম:" -#: kio/paste.cpp:108 +#: tdeio/paste.cpp:108 msgid "%1 (%2)" msgstr "%1 (%2)" -#: kio/paste.cpp:123 +#: tdeio/paste.cpp:123 msgid "" "The clipboard has changed since you used 'paste': the chosen data format is no " "longer applicable. Please copy again what you wanted to paste." msgstr "" -#: kio/paste.cpp:201 kio/paste.cpp:224 kio/paste.cpp:251 +#: tdeio/paste.cpp:201 tdeio/paste.cpp:224 tdeio/paste.cpp:251 msgid "The clipboard is empty" msgstr "ক্লিপবোর্ড ফাঁকা" -#: kio/paste.cpp:299 +#: tdeio/paste.cpp:299 #, c-format msgid "" "_n: &Paste File\n" "&Paste %n Files" msgstr "" -#: kio/paste.cpp:301 +#: tdeio/paste.cpp:301 #, c-format msgid "" "_n: &Paste URL\n" "&Paste %n URLs" msgstr "" -#: kio/paste.cpp:303 +#: tdeio/paste.cpp:303 msgid "&Paste Clipboard Contents" msgstr "ক্লিপবোর্ড-এর বিষয়&বস্তু পেস্ট করো" -#: kio/observer.cpp:332 misc/uiserver.cpp:1218 +#: tdeio/observer.cpp:332 misc/uiserver.cpp:1218 msgid "The peer SSL certificate appears to be corrupt." msgstr "" -#: kio/observer.cpp:332 kio/tcpslavebase.cpp:706 misc/uiserver.cpp:1218 +#: tdeio/observer.cpp:332 tdeio/tcpslavebase.cpp:706 misc/uiserver.cpp:1218 msgid "SSL" msgstr "এস-এস-এল" -#: kio/chmodjob.cpp:173 +#: tdeio/chmodjob.cpp:173 msgid "" "<qt>Could not modify the ownership of file <b>%1</b>" ". You have insufficient access to the file to perform the change.</qt>" @@ -181,67 +181,67 @@ msgstr "" "<qt><b>%1</b> ফাইলটির মালিকানা পাল্টানো যায়নি, কারণ তার জন্য প্রয়োজনীয় অনুমতি " "আপনার নেই।</qt>" -#: kio/chmodjob.cpp:173 +#: tdeio/chmodjob.cpp:173 msgid "&Skip File" msgstr "ফাই&ল ছেড়ে যাও" -#: kio/kfilemetainfo.cpp:844 +#: tdeio/tdefilemetainfo.cpp:844 msgid "s" msgstr "s" -#: kio/kfilemetainfo.cpp:847 +#: tdeio/tdefilemetainfo.cpp:847 msgid "ms" msgstr "ms" -#: kio/kfilemetainfo.cpp:850 +#: tdeio/tdefilemetainfo.cpp:850 msgid "bps" msgstr "bps" -#: kio/kfilemetainfo.cpp:853 +#: tdeio/tdefilemetainfo.cpp:853 msgid "pixels" msgstr "পিক্সেল" -#: kio/kfilemetainfo.cpp:856 +#: tdeio/tdefilemetainfo.cpp:856 msgid "in" msgstr "ইঞ্চি" -#: kio/kfilemetainfo.cpp:859 +#: tdeio/tdefilemetainfo.cpp:859 msgid "cm" msgstr "সেঃ মিঃ" -#: kio/kfilemetainfo.cpp:862 +#: tdeio/tdefilemetainfo.cpp:862 msgid "B" msgstr "B" -#: kio/kfilemetainfo.cpp:865 +#: tdeio/tdefilemetainfo.cpp:865 msgid "KB" msgstr "KB" -#: kio/kfilemetainfo.cpp:868 +#: tdeio/tdefilemetainfo.cpp:868 msgid "fps" msgstr "fps" -#: kio/kfilemetainfo.cpp:871 +#: tdeio/tdefilemetainfo.cpp:871 msgid "dpi" msgstr "dpi" -#: kio/kfilemetainfo.cpp:874 +#: tdeio/tdefilemetainfo.cpp:874 msgid "bpp" msgstr "bpp" -#: kio/kfilemetainfo.cpp:877 +#: tdeio/tdefilemetainfo.cpp:877 msgid "Hz" msgstr "Hz" -#: kio/kfilemetainfo.cpp:880 +#: tdeio/tdefilemetainfo.cpp:880 msgid "mm" msgstr "mm" -#: kio/kmimetype.cpp:110 +#: tdeio/kmimetype.cpp:110 msgid "No mime types installed." msgstr "কোনো মাইম টাইপ ইনস্টল করা নেই।" -#: kio/kmimetype.cpp:136 +#: tdeio/kmimetype.cpp:136 #, c-format msgid "" "Could not find mime type\n" @@ -250,11 +250,11 @@ msgstr "" "মাইম টাইপ পাওয়া যায়নি\n" "%1" -#: kio/kmimetype.cpp:796 +#: tdeio/kmimetype.cpp:796 msgid "The desktop entry file %1 has no Type=... entry." msgstr "%1 ডেস্কটপ এন্ট্রি ফাইলে কোনো Type=... এন্ট্রি নেই।" -#: kio/kmimetype.cpp:817 +#: tdeio/kmimetype.cpp:817 msgid "" "The desktop entry of type\n" "%1\n" @@ -263,7 +263,7 @@ msgstr "" "%1\n" "ধরনের ডেস্কটপ এন্ট্রিটি অজানা।" -#: kio/kmimetype.cpp:831 kio/kmimetype.cpp:933 kio/kmimetype.cpp:1115 +#: tdeio/kmimetype.cpp:831 tdeio/kmimetype.cpp:933 tdeio/kmimetype.cpp:1115 msgid "" "The desktop entry file\n" "%1\n" @@ -273,7 +273,7 @@ msgstr "" "%1\n" "-এর ধরন এফ-এস-ডিভাইস (FSDevice) কিন্তু তাতে কোনো Dev=... এন্ট্রি নেই।" -#: kio/kmimetype.cpp:877 +#: tdeio/kmimetype.cpp:877 msgid "" "The desktop entry file\n" "%1\n" @@ -283,19 +283,19 @@ msgstr "" "%1\n" "-এর ধরন লিঙ্ক (Link) কিন্তু তাতে কোনো URL=... এন্ট্রি নেই।" -#: kio/kmimetype.cpp:943 +#: tdeio/kmimetype.cpp:943 msgid "Mount" msgstr "মাউন্ট" -#: kio/kmimetype.cpp:954 +#: tdeio/kmimetype.cpp:954 msgid "Eject" msgstr "ইজেক্ট" -#: kio/kmimetype.cpp:956 +#: tdeio/kmimetype.cpp:956 msgid "Unmount" msgstr "আনমাউন্ট" -#: kio/kmimetype.cpp:1073 +#: tdeio/kmimetype.cpp:1073 msgid "" "The desktop entry file\n" "%1\n" @@ -307,7 +307,7 @@ msgstr "" "একটি অবৈধ মেনু এন্ট্রি\n" "%2আছে।" -#: kio/tcpslavebase.cpp:319 +#: tdeio/tcpslavebase.cpp:319 msgid "" "You are about to leave secure mode. Transmissions will no longer be encrypted.\n" "This means that a third party could observe your data in transit." @@ -316,31 +316,31 @@ msgstr "" "না।\n" "এর ফলে কোনো তৃতীয় ব্যক্তির পক্ষে ঐ ট্রান্সমিশন পড়া সম্ভব হতে পারে।" -#: kio/tcpslavebase.cpp:325 kio/tcpslavebase.cpp:1087 +#: tdeio/tcpslavebase.cpp:325 tdeio/tcpslavebase.cpp:1087 msgid "Security Information" msgstr "নিরাপত্তা তথ্য" -#: kio/tcpslavebase.cpp:326 +#: tdeio/tcpslavebase.cpp:326 msgid "C&ontinue Loading" msgstr "লো&ড করা চালিয়ে যাও" -#: kio/tcpslavebase.cpp:677 +#: tdeio/tcpslavebase.cpp:677 msgid "Enter the certificate password:" msgstr "সার্টিফিকেটের পাসওয়ার্ড লিখুন:" -#: kio/tcpslavebase.cpp:678 +#: tdeio/tcpslavebase.cpp:678 msgid "SSL Certificate Password" msgstr "এস-এস-এল সার্টিফিকেটের পাসওয়ার্ড" -#: kio/tcpslavebase.cpp:691 +#: tdeio/tcpslavebase.cpp:691 msgid "Unable to open the certificate. Try a new password?" msgstr "সার্টিফিকেটটি খোলা যায়নি। নতুন পাসওয়ার্ড চেষ্টা করতে চান?" -#: kio/tcpslavebase.cpp:704 +#: tdeio/tcpslavebase.cpp:704 msgid "The procedure to set the client certificate for the session failed." msgstr "" -#: kio/tcpslavebase.cpp:875 +#: tdeio/tcpslavebase.cpp:875 msgid "" "The IP address of the host %1 does not match the one the certificate was issued " "to." @@ -348,40 +348,40 @@ msgstr "" "সার্টিফিকেটটি যে আই-পি অ্যাড্রেসকে দেওয়া হয়েছিল, %1 হোস্টটির অ্যাড্রেস তার সাথে " "মিলছে না।" -#: kio/tcpslavebase.cpp:880 kio/tcpslavebase.cpp:888 kio/tcpslavebase.cpp:923 -#: kio/tcpslavebase.cpp:997 kio/tcpslavebase.cpp:1009 -#: kio/tcpslavebase.cpp:1018 kio/tcpslavebase.cpp:1049 +#: tdeio/tcpslavebase.cpp:880 tdeio/tcpslavebase.cpp:888 tdeio/tcpslavebase.cpp:923 +#: tdeio/tcpslavebase.cpp:997 tdeio/tcpslavebase.cpp:1009 +#: tdeio/tcpslavebase.cpp:1018 tdeio/tcpslavebase.cpp:1049 msgid "Server Authentication" msgstr "সার্ভারের সত্যতা প্রমাণ (Authentication)" -#: kio/tcpslavebase.cpp:881 kio/tcpslavebase.cpp:889 kio/tcpslavebase.cpp:1019 +#: tdeio/tcpslavebase.cpp:881 tdeio/tcpslavebase.cpp:889 tdeio/tcpslavebase.cpp:1019 msgid "&Details" msgstr "বিস্তারি&ত" -#: kio/tcpslavebase.cpp:882 kio/tcpslavebase.cpp:890 +#: tdeio/tcpslavebase.cpp:882 tdeio/tcpslavebase.cpp:890 msgid "Co&ntinue" msgstr "চালিয়ে যা&ও" -#: kio/tcpslavebase.cpp:884 kio/tcpslavebase.cpp:1014 +#: tdeio/tcpslavebase.cpp:884 tdeio/tcpslavebase.cpp:1014 msgid "The server certificate failed the authenticity test (%1)." msgstr "সার্ভার সার্টিফিকেট সত্যতা পরীক্ষায় বিফল (%1)।" -#: kio/tcpslavebase.cpp:920 kio/tcpslavebase.cpp:1046 +#: tdeio/tcpslavebase.cpp:920 tdeio/tcpslavebase.cpp:1046 msgid "" "Would you like to accept this certificate forever without being prompted?" msgstr "" "আপনি কি আর কোনো প্রশ্ন ছাড়াই এই সার্টিফিকেটটি চিরকালের জন্য স্বীকার করে নিতে " "চান?" -#: kio/tcpslavebase.cpp:924 kio/tcpslavebase.cpp:1050 +#: tdeio/tcpslavebase.cpp:924 tdeio/tcpslavebase.cpp:1050 msgid "&Forever" msgstr "চিরকালে&র জন্য" -#: kio/tcpslavebase.cpp:925 kio/tcpslavebase.cpp:1051 +#: tdeio/tcpslavebase.cpp:925 tdeio/tcpslavebase.cpp:1051 msgid "&Current Sessions Only" msgstr "শুধু &এই সেশনের জন্য" -#: kio/tcpslavebase.cpp:996 +#: tdeio/tcpslavebase.cpp:996 msgid "" "You have indicated that you wish to accept this certificate, but it is not " "issued to the server who is presenting it. Do you wish to continue loading?" @@ -389,7 +389,7 @@ msgstr "" "আপনি এই সার্টিফিকেটটি স্বীকার করে নিতে চাইছেন, কিন্তু যে সার্ভারটি এটি উপস্থাপন " "করছে, এটি তাকে দেওয়া হয়নি। আপনি কি তা সত্বেও সার্টিফিকেটটি লোড করতে চান?" -#: kio/tcpslavebase.cpp:1008 +#: tdeio/tcpslavebase.cpp:1008 msgid "" "SSL certificate is being rejected as requested. You can disable this in the TDE " "Control Center." @@ -397,11 +397,11 @@ msgstr "" "আপনার নির্দেশ অনুযায়ী এস-এস-এল সার্টিফিকেটটি অস্বীকার করা হচ্ছে। কে.ডি.ই " "নিয়ন্ত্রণ কেন্দ্রে আপনি একে নিষ্ক্রিয় করতে পারেন।" -#: kio/tcpslavebase.cpp:1020 +#: tdeio/tcpslavebase.cpp:1020 msgid "Co&nnect" msgstr "যোগাযোগ স্থা&পন করো" -#: kio/tcpslavebase.cpp:1076 +#: tdeio/tcpslavebase.cpp:1076 msgid "" "You are about to enter secure mode. All transmissions will be encrypted unless " "otherwise noted.\n" @@ -409,52 +409,52 @@ msgid "" "transit." msgstr "" -#: kio/tcpslavebase.cpp:1088 +#: tdeio/tcpslavebase.cpp:1088 msgid "Display SSL &Information" msgstr "এস-এস-এল &তথ্য দেখাও" -#: kio/tcpslavebase.cpp:1090 +#: tdeio/tcpslavebase.cpp:1090 msgid "C&onnect" msgstr "যোগাযোগ স্থাপ&ন করো" -#: kio/kdcopservicestarter.cpp:64 +#: tdeio/kdcopservicestarter.cpp:64 #, c-format msgid "No service implementing %1" msgstr "" -#: kio/kscan.cpp:52 +#: tdeio/kscan.cpp:52 msgid "Acquire Image" msgstr "চিত্র অর্জন করো" -#: kio/kscan.cpp:95 +#: tdeio/kscan.cpp:95 msgid "OCR Image" msgstr "চিত্র ও-সি-আর (OCR) করো" -#: kio/defaultprogress.cpp:104 +#: tdeio/defaultprogress.cpp:104 msgid "Source:" msgstr "উত্স:" -#: kio/defaultprogress.cpp:111 kio/defaultprogress.cpp:433 +#: tdeio/defaultprogress.cpp:111 tdeio/defaultprogress.cpp:433 msgid "Destination:" msgstr "গন্তব্য:" -#: kio/defaultprogress.cpp:149 +#: tdeio/defaultprogress.cpp:149 msgid "&Keep this window open after transfer is complete" msgstr "ট্রান্সফার শেষ &হবার পরেও এই উইণ্ডোটি খোলা রাখো " -#: kio/defaultprogress.cpp:157 +#: tdeio/defaultprogress.cpp:157 msgid "Open &File" msgstr "ফাই&ল খোলো " -#: kio/defaultprogress.cpp:163 +#: tdeio/defaultprogress.cpp:163 msgid "Open &Destination" msgstr "&গন্তব্য খোলো" -#: kio/defaultprogress.cpp:179 misc/uiserver.cpp:632 +#: tdeio/defaultprogress.cpp:179 misc/uiserver.cpp:632 msgid "Progress Dialog" msgstr "অগ্রগতি ডায়ালগ" -#: kio/defaultprogress.cpp:226 +#: tdeio/defaultprogress.cpp:226 #, no-c-format msgid "" "_n: %n folder\n" @@ -463,7 +463,7 @@ msgstr "" "%n-টি ফোল্ডার\n" "%n-টি ফোল্ডার" -#: kio/defaultprogress.cpp:228 +#: tdeio/defaultprogress.cpp:228 #, no-c-format msgid "" "_n: %n file\n" @@ -472,11 +472,11 @@ msgstr "" "%n-টি ফাইল\n" "%n-টি ফাইল" -#: kio/defaultprogress.cpp:239 +#: tdeio/defaultprogress.cpp:239 msgid "%1 % of %2 " msgstr "%1 % (%2-র মধ্যে)" -#: kio/defaultprogress.cpp:241 +#: tdeio/defaultprogress.cpp:241 msgid "" "_n: %1 % of 1 file\n" "%1 % of %n files" @@ -484,35 +484,35 @@ msgstr "" "%1 / 1 ফাইল\n" "%1 / %n ফাইল" -#: kio/defaultprogress.cpp:243 +#: tdeio/defaultprogress.cpp:243 msgid "%1 %" msgstr "%1 %" -#: kio/defaultprogress.cpp:252 +#: tdeio/defaultprogress.cpp:252 msgid " (Copying)" msgstr "(কপি করা হচ্ছে)" -#: kio/defaultprogress.cpp:255 +#: tdeio/defaultprogress.cpp:255 msgid " (Moving)" msgstr "(স্থানান্তর করা হচ্ছে)" -#: kio/defaultprogress.cpp:258 +#: tdeio/defaultprogress.cpp:258 msgid " (Deleting)" msgstr "(মুছে ফেলা হচ্ছে)" -#: kio/defaultprogress.cpp:261 +#: tdeio/defaultprogress.cpp:261 msgid " (Creating)" msgstr "(তৈরি করা ফেলা হচ্ছে)" -#: kio/defaultprogress.cpp:264 +#: tdeio/defaultprogress.cpp:264 msgid " (Done)" msgstr " (হয়ে গেছে)" -#: kio/defaultprogress.cpp:285 +#: tdeio/defaultprogress.cpp:285 msgid "%1 of %2 complete" msgstr "%2-র মধ্যে %1 সম্পূর্ণ" -#: kio/defaultprogress.cpp:299 kio/defaultprogress.cpp:314 +#: tdeio/defaultprogress.cpp:299 tdeio/defaultprogress.cpp:314 msgid "" "_n: %1 / %n folder\n" "%1 / %n folders" @@ -520,7 +520,7 @@ msgstr "" "%1 / %n ফোল্ডার\n" "%1 / %n ফোল্ডার" -#: kio/defaultprogress.cpp:301 kio/defaultprogress.cpp:317 +#: tdeio/defaultprogress.cpp:301 tdeio/defaultprogress.cpp:317 msgid "" "_n: %1 / %n file\n" "%1 / %n files" @@ -528,93 +528,93 @@ msgstr "" "%1 / %n ফাইল\n" "%1 / %n ফাইল" -#: kio/defaultprogress.cpp:325 misc/uiserver.cpp:288 +#: tdeio/defaultprogress.cpp:325 misc/uiserver.cpp:288 msgid "Stalled" msgstr "স্থগিত" -#: kio/defaultprogress.cpp:327 +#: tdeio/defaultprogress.cpp:327 msgid "%1/s ( %2 remaining )" msgstr "প্রতি সেকেণ্ডে %1 (%2 বাকি)" -#: kio/defaultprogress.cpp:336 +#: tdeio/defaultprogress.cpp:336 msgid "Copy File(s) Progress" msgstr "ফাইল কপি চলছে" -#: kio/defaultprogress.cpp:350 +#: tdeio/defaultprogress.cpp:350 msgid "Move File(s) Progress" msgstr "ফাইল সরানো চলছে" -#: kio/defaultprogress.cpp:364 +#: tdeio/defaultprogress.cpp:364 msgid "Creating Folder" msgstr "ফোল্ডার তৈরি হচ্ছে" -#: kio/defaultprogress.cpp:376 +#: tdeio/defaultprogress.cpp:376 msgid "Delete File(s) Progress" msgstr "ফাইল মোছা চলছে" -#: kio/defaultprogress.cpp:387 +#: tdeio/defaultprogress.cpp:387 msgid "Loading Progress" msgstr "লোড করা চলছে" -#: kio/defaultprogress.cpp:396 +#: tdeio/defaultprogress.cpp:396 msgid "Examining File Progress" msgstr "ফাইল পরীক্ষা চলছে" -#: kio/defaultprogress.cpp:403 +#: tdeio/defaultprogress.cpp:403 #, c-format msgid "Mounting %1" msgstr "%1 মাউন্ট করা হচ্ছে" -#: kio/defaultprogress.cpp:410 misc/uiserver.cpp:378 +#: tdeio/defaultprogress.cpp:410 misc/uiserver.cpp:378 msgid "Unmounting" msgstr "আনমাউন্ট করা হচ্ছে" -#: kio/defaultprogress.cpp:418 +#: tdeio/defaultprogress.cpp:418 #, c-format msgid "Resuming from %1" msgstr "%1 থেকে আবার শুরু করা হচ্ছে" -#: kio/defaultprogress.cpp:420 +#: tdeio/defaultprogress.cpp:420 msgid "Not resumable" msgstr "আবার শুরু করা যাচ্ছে না" -#: kio/defaultprogress.cpp:456 +#: tdeio/defaultprogress.cpp:456 msgid "%1/s (done)" msgstr "প্রতি সেকেণ্ডে %1 (হয়ে গেছে)" -#: kio/kservice.cpp:837 +#: tdeio/kservice.cpp:837 msgid "Updating System Configuration" msgstr "সিস্টেম কনফিগারেশন আপডেট করা হচ্ছে" -#: kio/kservice.cpp:838 +#: tdeio/kservice.cpp:838 msgid "Updating system configuration." msgstr "সিস্টেম কনফিগারেশন আপডেট করা হচ্ছে।" -#: kio/global.cpp:48 kio/global.cpp:81 +#: tdeio/global.cpp:48 tdeio/global.cpp:81 msgid "%1 B" msgstr "%1 বাইট" -#: kio/global.cpp:62 +#: tdeio/global.cpp:62 msgid "%1 TB" msgstr "%1 টেরাবাইট" -#: kio/global.cpp:64 +#: tdeio/global.cpp:64 msgid "%1 GB" msgstr "%1 গিগাবাইট" -#: kio/global.cpp:70 +#: tdeio/global.cpp:70 msgid "%1 MB" msgstr "%1 মেগাবাইট" -#: kio/global.cpp:76 +#: tdeio/global.cpp:76 msgid "%1 KB" msgstr "%1 কিলোবাইট" -#: kio/global.cpp:86 +#: tdeio/global.cpp:86 msgid "0 B" msgstr "0 বাইট" -#: kio/global.cpp:122 +#: tdeio/global.cpp:122 msgid "" "_n: 1 day %1\n" "%n days %1" @@ -622,11 +622,11 @@ msgstr "" "1 দিন %1\n" "%n দিন %1" -#: kio/global.cpp:152 +#: tdeio/global.cpp:152 msgid "No Items" msgstr "কোন বস্তু নেই" -#: kio/global.cpp:152 +#: tdeio/global.cpp:152 #, c-format msgid "" "_n: One Item\n" @@ -635,11 +635,11 @@ msgstr "" "একটি বস্তু\n" "%n-টি বস্তু" -#: kio/global.cpp:154 +#: tdeio/global.cpp:154 msgid "No Files" msgstr "কোন ফাইল নেই" -#: kio/global.cpp:154 +#: tdeio/global.cpp:154 #, c-format msgid "" "_n: One File\n" @@ -648,15 +648,15 @@ msgstr "" "একটি ফাইল\n" "%n-টি ফাইল " -#: kio/global.cpp:158 +#: tdeio/global.cpp:158 msgid "(%1 Total)" msgstr "(মোট %1)" -#: kio/global.cpp:161 +#: tdeio/global.cpp:161 msgid "No Folders" msgstr "কোন ফোল্ডার নেই" -#: kio/global.cpp:161 +#: tdeio/global.cpp:161 #, c-format msgid "" "_n: One Folder\n" @@ -665,22 +665,22 @@ msgstr "" "একটি ফোল্ডার\n" "%n-টি ফোল্ডার" -#: kio/global.cpp:220 +#: tdeio/global.cpp:220 #, c-format msgid "Could not read %1." msgstr "%1 পড়া যায়নি।" -#: kio/global.cpp:223 +#: tdeio/global.cpp:223 #, c-format msgid "Could not write to %1." msgstr "%1-তে লেখো যায়নি।" -#: kio/global.cpp:226 +#: tdeio/global.cpp:226 #, c-format msgid "Could not start process %1." msgstr "%1 ক্রিয়া (process) শুরু করা যায়নি।" -#: kio/global.cpp:229 +#: tdeio/global.cpp:229 #, c-format msgid "" "Internal Error\n" @@ -691,54 +691,54 @@ msgstr "" "অনুগ্রহ করে http://bugs.kde.org-এএকটি সম্পূর্ণ বাগ রিপোর্ট পাঠান\n" "%1" -#: kio/global.cpp:232 +#: tdeio/global.cpp:232 #, c-format msgid "Malformed URL %1." msgstr "বিকৃত ইউ-আর-এল %1।" -#: kio/global.cpp:235 +#: tdeio/global.cpp:235 msgid "The protocol %1 is not supported." msgstr "প্রোটোকল %1 সমর্থিত নয়।" -#: kio/global.cpp:238 +#: tdeio/global.cpp:238 msgid "The protocol %1 is only a filter protocol." msgstr "প্রোটোকল %1 শুধুমাত্র একটি ফিল্টার প্রোটোকল।" -#: kio/global.cpp:245 +#: tdeio/global.cpp:245 msgid "%1 is a folder, but a file was expected." msgstr "%1 একটি ফোল্ডার, কিন্তু একটি ফাইল প্রত্যাশিত ছিল।" -#: kio/global.cpp:248 +#: tdeio/global.cpp:248 msgid "%1 is a file, but a folder was expected." msgstr "%1 একটি ফাইল, কিন্তু একটি ফোল্ডার প্রত্যাশিত ছিল।" -#: kio/global.cpp:251 +#: tdeio/global.cpp:251 msgid "The file or folder %1 does not exist." msgstr "%1 নামক ফাইল বা ফোল্ডারের কোনো অস্তিত্ব নেই।" -#: kio/global.cpp:254 +#: tdeio/global.cpp:254 msgid "A file named %1 already exists." msgstr "%1 ফাইলটি আগে থেকেই আছে।" -#: kio/global.cpp:257 +#: tdeio/global.cpp:257 msgid "A folder named %1 already exists." msgstr "%1 ফোল্ডারটি আগে থেকেই আছে।" -#: kio/global.cpp:260 +#: tdeio/global.cpp:260 msgid "No hostname specified." msgstr "কোনো হোস্টনেম নির্দেশ করা হয়নি।" -#: kio/global.cpp:260 +#: tdeio/global.cpp:260 #, c-format msgid "Unknown host %1" msgstr "অজ্ঞাত হোস্ট %1" -#: kio/global.cpp:263 +#: tdeio/global.cpp:263 #, c-format msgid "Access denied to %1." msgstr "%1-এ অধিকার প্রত্যাখ্যান করা হয়েছে।" -#: kio/global.cpp:266 +#: tdeio/global.cpp:266 #, c-format msgid "" "Access denied.\n" @@ -747,44 +747,44 @@ msgstr "" "অধিকার নাকচ\n" "%1-এ লেখা যায়নি।" -#: kio/global.cpp:269 +#: tdeio/global.cpp:269 #, c-format msgid "Could not enter folder %1." msgstr "%1 ফোল্ডারে ঢোকা যায়নি।" -#: kio/global.cpp:272 +#: tdeio/global.cpp:272 msgid "The protocol %1 does not implement a folder service." msgstr "" -#: kio/global.cpp:275 +#: tdeio/global.cpp:275 #, c-format msgid "Found a cyclic link in %1." msgstr "%1-এ একটি চক্রাকার লিঙ্ক পাওয়া গেছে।" -#: kio/global.cpp:281 +#: tdeio/global.cpp:281 #, c-format msgid "Found a cyclic link while copying %1." msgstr "%1 কপি করাকালীন একটি চক্রাকার লিঙ্ক পাওয়া গেছে।" -#: kio/global.cpp:284 +#: tdeio/global.cpp:284 #, c-format msgid "Could not create socket for accessing %1." msgstr "" -#: kio/global.cpp:287 +#: tdeio/global.cpp:287 #, c-format msgid "Could not connect to host %1." msgstr "%1 হোস্টের সঙ্গে যোগাযোগ স্থাপন করা যায়নি।" -#: kio/global.cpp:290 +#: tdeio/global.cpp:290 msgid "Connection to host %1 is broken." msgstr "%1 হোস্টের সঙ্গে যোগাযোগ নষ্ট হয়ে গেছে।" -#: kio/global.cpp:293 +#: tdeio/global.cpp:293 msgid "The protocol %1 is not a filter protocol." msgstr "" -#: kio/global.cpp:296 +#: tdeio/global.cpp:296 #, c-format msgid "" "Could not mount device.\n" @@ -792,7 +792,7 @@ msgid "" "%1" msgstr "" -#: kio/global.cpp:299 +#: tdeio/global.cpp:299 #, c-format msgid "" "Could not unmount device.\n" @@ -800,76 +800,76 @@ msgid "" "%1" msgstr "" -#: kio/global.cpp:302 +#: tdeio/global.cpp:302 #, c-format msgid "Could not read file %1." msgstr "" -#: kio/global.cpp:305 +#: tdeio/global.cpp:305 #, c-format msgid "Could not write to file %1." msgstr "" -#: kio/global.cpp:308 +#: tdeio/global.cpp:308 #, c-format msgid "Could not bind %1." msgstr "" -#: kio/global.cpp:311 +#: tdeio/global.cpp:311 #, c-format msgid "Could not listen %1." msgstr "" -#: kio/global.cpp:314 +#: tdeio/global.cpp:314 #, c-format msgid "Could not accept %1." msgstr "" -#: kio/global.cpp:320 +#: tdeio/global.cpp:320 #, c-format msgid "Could not access %1." msgstr "" -#: kio/global.cpp:323 +#: tdeio/global.cpp:323 #, c-format msgid "Could not terminate listing %1." msgstr "" -#: kio/global.cpp:326 +#: tdeio/global.cpp:326 #, c-format msgid "Could not make folder %1." msgstr "ফোল্ডার %1 তৈরি করা যায়নি।" -#: kio/global.cpp:329 +#: tdeio/global.cpp:329 #, c-format msgid "Could not remove folder %1." msgstr "ফোল্ডার %1 মুছে ফেলা যায়নি।" -#: kio/global.cpp:332 +#: tdeio/global.cpp:332 #, c-format msgid "Could not resume file %1." msgstr "ফাইল %1 আবার শুরু করা যায়নি।" -#: kio/global.cpp:335 +#: tdeio/global.cpp:335 #, c-format msgid "Could not rename file %1." msgstr "ফাইল %1-এর নাম বদলানো যায়নি।" -#: kio/global.cpp:338 +#: tdeio/global.cpp:338 #, c-format msgid "Could not change permissions for %1." msgstr "%1-এর অনুমতি বদলানো যায়নি।" -#: kio/global.cpp:341 +#: tdeio/global.cpp:341 #, c-format msgid "Could not delete file %1." msgstr "%1 ফাইলটি মোছা যায়নি।" -#: kio/global.cpp:344 +#: tdeio/global.cpp:344 msgid "The process for the %1 protocol died unexpectedly." msgstr "%1 প্রোটোকল-এর প্রসেসটি অপ্রত্যাশিতভাবে বন্ধ হয়ে গেছে" -#: kio/global.cpp:347 +#: tdeio/global.cpp:347 #, c-format msgid "" "Error. Out of memory.\n" @@ -878,7 +878,7 @@ msgstr "" "সমস্যা। যথেষ্ট মেমরি নেই।\n" "%1" -#: kio/global.cpp:350 +#: tdeio/global.cpp:350 #, c-format msgid "" "Unknown proxy host\n" @@ -887,11 +887,11 @@ msgstr "" "অজ্ঞাত প্রক্সি হোস্ট\n" "%1" -#: kio/global.cpp:353 +#: tdeio/global.cpp:353 msgid "Authorization failed, %1 authentication not supported" msgstr "অনুমোদন ব্যর্থ, %1 সত্যতা যাচাই সমর্থিত নয়" -#: kio/global.cpp:356 +#: tdeio/global.cpp:356 #, c-format msgid "" "User canceled action\n" @@ -900,7 +900,7 @@ msgstr "" "ব্যবহারকারী কাজটি বাতিল করেছে\n" "%1" -#: kio/global.cpp:359 +#: tdeio/global.cpp:359 #, c-format msgid "" "Internal error in server\n" @@ -909,7 +909,7 @@ msgstr "" "সার্ভার-এ অভ্যন্তরীণ সমস্যা\n" "%1" -#: kio/global.cpp:362 +#: tdeio/global.cpp:362 #, c-format msgid "" "Timeout on server\n" @@ -918,7 +918,7 @@ msgstr "" "সার্ভার-এ টাইম-আউট\n" "%1" -#: kio/global.cpp:365 +#: tdeio/global.cpp:365 #, c-format msgid "" "Unknown error\n" @@ -927,14 +927,14 @@ msgstr "" "অজানা সমস্যা\n" "%1" -#: kio/global.cpp:368 +#: tdeio/global.cpp:368 #, c-format msgid "" "Unknown interrupt\n" "%1" msgstr "" -#: kio/global.cpp:379 +#: tdeio/global.cpp:379 msgid "" "Could not delete original file %1.\n" "Please check permissions." @@ -942,7 +942,7 @@ msgstr "" "মূল ফাইল %1 মোছা যায়নি।\n" "অনুগ্রহ করে অনুমতি পরীক্ষা করুন।" -#: kio/global.cpp:382 +#: tdeio/global.cpp:382 msgid "" "Could not delete partial file %1.\n" "Please check permissions." @@ -950,7 +950,7 @@ msgstr "" "আংশিক ফাইল %1 মোছা যায়নি।\n" "অনুগ্রহ করে অনুমতি পরীক্ষা করুন।" -#: kio/global.cpp:385 +#: tdeio/global.cpp:385 msgid "" "Could not rename original file %1.\n" "Please check permissions." @@ -958,7 +958,7 @@ msgstr "" "মূল ফাইল %1-এর নাম বদলানো যায়নি।\n" "অনুগ্রহ করে অনুমতি পরীক্ষা করুন।" -#: kio/global.cpp:388 +#: tdeio/global.cpp:388 msgid "" "Could not rename partial file %1.\n" "Please check permissions." @@ -966,7 +966,7 @@ msgstr "" "আংশিক ফাইল %1-এর নাম বদলানো যায়নি।\n" "অনুগ্রহ করে অনুমতি পরীক্ষা করুন।" -#: kio/global.cpp:391 +#: tdeio/global.cpp:391 msgid "" "Could not create symlink %1.\n" "Please check permissions." @@ -974,7 +974,7 @@ msgstr "" "সিমবলিক লিঙ্ক %1 তৈরি করা যায়নি।\n" "অনুগ্রহ করে অনুমতি পরীক্ষা করুন।" -#: kio/global.cpp:397 +#: tdeio/global.cpp:397 msgid "" "Could not write file %1.\n" "Disk full." @@ -982,7 +982,7 @@ msgstr "" "ফাইল %1 লোখা যায়নি।\n" "ডিস্কে আর জায়গা নেই।" -#: kio/global.cpp:400 +#: tdeio/global.cpp:400 #, c-format msgid "" "The source and destination are the same file.\n" @@ -991,15 +991,15 @@ msgstr "" "উত্স এবং গন্তব্য একই ফাইল।\n" "%1" -#: kio/global.cpp:406 +#: tdeio/global.cpp:406 msgid "%1 is required by the server, but is not available." msgstr "সার্ভার-এর %1 প্রয়োজন, কিন্তু পাওয়া যাচ্ছে না" -#: kio/global.cpp:409 +#: tdeio/global.cpp:409 msgid "Access to restricted port in POST denied." msgstr "" -#: kio/global.cpp:412 +#: tdeio/global.cpp:412 msgid "" "Unknown error code %1\n" "%2\n" @@ -1009,171 +1009,171 @@ msgstr "" "%2\n" "অনুগ্রহ করে http://bugs.kde.org-এ বাগ-রিপোর্ট পাঠান।" -#: kio/global.cpp:422 +#: tdeio/global.cpp:422 #, c-format msgid "Opening connections is not supported with the protocol %1." msgstr "প্রোটোকল %1 কানেকশন খোলা সমর্থন করে না।" -#: kio/global.cpp:424 +#: tdeio/global.cpp:424 #, c-format msgid "Closing connections is not supported with the protocol %1." msgstr "প্রোটোকল %1 কানেকশন বন্ধ করা সমর্থন করে না।" -#: kio/global.cpp:426 +#: tdeio/global.cpp:426 #, c-format msgid "Accessing files is not supported with the protocol %1." msgstr "" -#: kio/global.cpp:428 +#: tdeio/global.cpp:428 msgid "Writing to %1 is not supported." msgstr "%1-তে লেখা সমর্থিত নয়।" -#: kio/global.cpp:430 +#: tdeio/global.cpp:430 #, c-format msgid "There are no special actions available for protocol %1." msgstr "প্রোটোকল %1-এ কোন বিশেষ ক্রিয়া (special actions) নেই।" -#: kio/global.cpp:432 +#: tdeio/global.cpp:432 #, c-format msgid "Listing folders is not supported for protocol %1." msgstr "" -#: kio/global.cpp:434 +#: tdeio/global.cpp:434 msgid "Retrieving data from %1 is not supported." msgstr "" -#: kio/global.cpp:436 +#: tdeio/global.cpp:436 msgid "Retrieving mime type information from %1 is not supported." msgstr "" -#: kio/global.cpp:438 +#: tdeio/global.cpp:438 msgid "Renaming or moving files within %1 is not supported." msgstr "" -#: kio/global.cpp:440 +#: tdeio/global.cpp:440 #, c-format msgid "Creating symlinks is not supported with protocol %1." msgstr "প্রোটোকল %1 সিমলিঙ্ক তৈরি করা সমর্থন করে না।" -#: kio/global.cpp:442 +#: tdeio/global.cpp:442 msgid "Copying files within %1 is not supported." msgstr "%1-এর মধ্যে ফাইল কপি করা সমর্থিত নয়।" -#: kio/global.cpp:444 +#: tdeio/global.cpp:444 msgid "Deleting files from %1 is not supported." msgstr "%1 থেকে ফাইল মুছে ফেলা সমর্থিত নয়।" -#: kio/global.cpp:446 +#: tdeio/global.cpp:446 #, c-format msgid "Creating folders is not supported with protocol %1." msgstr "প্রোটোকল %1 ফোল্ডার তৈরি করা সমর্থন করে না।" -#: kio/global.cpp:448 +#: tdeio/global.cpp:448 #, c-format msgid "Changing the attributes of files is not supported with protocol %1." msgstr "প্রোটোকল %1 ফাইলের অ্যাট্রিবিউট পরিবর্তন করা সমর্থন করে না।" -#: kio/global.cpp:450 +#: tdeio/global.cpp:450 msgid "Using sub-URLs with %1 is not supported." msgstr "" -#: kio/global.cpp:452 +#: tdeio/global.cpp:452 #, c-format msgid "Multiple get is not supported with protocol %1." msgstr "" -#: kio/global.cpp:454 +#: tdeio/global.cpp:454 msgid "Protocol %1 does not support action %2." msgstr "প্রোটোকল %1 ক্রিয়া %2 সমর্থন করে না।" -#: kio/global.cpp:474 kio/global.cpp:556 +#: tdeio/global.cpp:474 tdeio/global.cpp:556 msgid "(unknown)" msgstr "(অজানা)" -#: kio/global.cpp:486 +#: tdeio/global.cpp:486 msgid "<b>Technical reason</b>: " msgstr "<b>টেকনিকাল কারণ</b>:" -#: kio/global.cpp:487 +#: tdeio/global.cpp:487 msgid "</p><p><b>Details of the request</b>:" msgstr "</p><p><b>অনুরোধটির বিস্তারিত বিবরণ</b>:" -#: kio/global.cpp:488 +#: tdeio/global.cpp:488 msgid "</p><ul><li>URL: %1</li>" msgstr "</p><ul><li>ইউ-আর-এল: %1</li>" -#: kio/global.cpp:490 +#: tdeio/global.cpp:490 msgid "<li>Protocol: %1</li>" msgstr "<li>প্রোটোকল: %1</li>" -#: kio/global.cpp:492 +#: tdeio/global.cpp:492 msgid "<li>Date and time: %1</li>" msgstr "<li>তারিখ এবং সময়: %1</li>" -#: kio/global.cpp:493 +#: tdeio/global.cpp:493 msgid "<li>Additional information: %1</li></ul>" msgstr "<li>আরো তথ্য: %1</li></ul>" -#: kio/global.cpp:495 +#: tdeio/global.cpp:495 msgid "<p><b>Possible causes</b>:</p><ul><li>" msgstr "<p><b>সম্ভাব্য কারণ</b>:</p><ul><li>" -#: kio/global.cpp:500 +#: tdeio/global.cpp:500 msgid "<p><b>Possible solutions</b>:</p><ul><li>" msgstr "<p><b>সম্ভাব্য সমাধান</b>:</p><ul><li>" -#: kio/global.cpp:566 +#: tdeio/global.cpp:566 msgid "" "Contact your appropriate computer support system, whether the system " "administrator, or technical support group for further assistance." msgstr "" -#: kio/global.cpp:569 +#: tdeio/global.cpp:569 msgid "Contact the administrator of the server for further assistance." msgstr "" -#: kio/global.cpp:572 +#: tdeio/global.cpp:572 msgid "Check your access permissions on this resource." msgstr "" -#: kio/global.cpp:573 +#: tdeio/global.cpp:573 msgid "" "Your access permissions may be inadequate to perform the requested operation on " "this resource." msgstr "" -#: kio/global.cpp:575 +#: tdeio/global.cpp:575 msgid "" "The file may be in use (and thus locked) by another user or application." msgstr "" -#: kio/global.cpp:577 +#: tdeio/global.cpp:577 msgid "" "Check to make sure that no other application or user is using the file or has " "locked the file." msgstr "" -#: kio/global.cpp:579 +#: tdeio/global.cpp:579 msgid "Although unlikely, a hardware error may have occurred." msgstr "যদিও তার সম্ভাবনা কম, হয়তো হার্ডওয়ারে কোন সমস্যা হয়ে থাকতে পারে।" -#: kio/global.cpp:581 +#: tdeio/global.cpp:581 msgid "You may have encountered a bug in the program." msgstr "আপনি হয়তো প্রোগ্রামে একটি বাগ-এর সম্মুখীন হয়েছেন।" -#: kio/global.cpp:582 +#: tdeio/global.cpp:582 msgid "" "This is most likely to be caused by a bug in the program. Please consider " "submitting a full bug report as detailed below." msgstr "" -#: kio/global.cpp:584 +#: tdeio/global.cpp:584 msgid "" "Update your software to the latest version. Your distribution should provide " "tools to update your software." msgstr "" -#: kio/global.cpp:586 +#: tdeio/global.cpp:586 msgid "" "When all else fails, please consider helping the TDE team or the third party " "maintainer of this software by submitting a high quality bug report. If the " @@ -1184,110 +1184,110 @@ msgid "" "report, along with as many other details as you think might help." msgstr "" -#: kio/global.cpp:594 +#: tdeio/global.cpp:594 msgid "There may have been a problem with your network connection." msgstr "আপনার নেটওয়ার্ক যোগাযোগ ব্যবস্থায় কিছু সমস্যা হয়ে থাকতে পারে।" -#: kio/global.cpp:597 +#: tdeio/global.cpp:597 msgid "" "There may have been a problem with your network configuration. If you have been " "accessing the Internet with no problems recently, this is unlikely." msgstr "" -#: kio/global.cpp:600 +#: tdeio/global.cpp:600 msgid "" "There may have been a problem at some point along the network path between the " "server and this computer." msgstr "" -#: kio/global.cpp:602 +#: tdeio/global.cpp:602 msgid "Try again, either now or at a later time." msgstr "আবার চেষ্টা করুন, এখন বা পরে কোন সময়।" -#: kio/global.cpp:603 +#: tdeio/global.cpp:603 msgid "A protocol error or incompatibility may have occurred." msgstr "" -#: kio/global.cpp:604 +#: tdeio/global.cpp:604 msgid "Ensure that the resource exists, and try again." msgstr "" -#: kio/global.cpp:605 +#: tdeio/global.cpp:605 msgid "The specified resource may not exist." msgstr "নির্বাচিত রিসোর্সটি না থাকতে পারে।" -#: kio/global.cpp:606 +#: tdeio/global.cpp:606 msgid "You may have incorrectly typed the location." msgstr "আপনি হয়তো অবস্থানটি লিখতে ভুল করেছেন।" -#: kio/global.cpp:607 +#: tdeio/global.cpp:607 msgid "Double-check that you have entered the correct location and try again." msgstr "অবস্থানটি সঠিক লিখেছেন কিনা পরীক্ষা করে আবার চেষ্টা করুন।" -#: kio/global.cpp:609 +#: tdeio/global.cpp:609 msgid "Check your network connection status." msgstr "আপনার নেটওয়ার্ক যোগাযোগ ব্যবস্থা পরীক্ষা করুন।" -#: kio/global.cpp:613 +#: tdeio/global.cpp:613 msgid "Cannot Open Resource For Reading" msgstr "" -#: kio/global.cpp:614 +#: tdeio/global.cpp:614 msgid "" "This means that the contents of the requested file or folder <strong>%1</strong> " "could not be retrieved, as read access could not be obtained." msgstr "" -#: kio/global.cpp:617 +#: tdeio/global.cpp:617 msgid "You may not have permissions to read the file or open the folder." msgstr "" -#: kio/global.cpp:623 +#: tdeio/global.cpp:623 msgid "Cannot Open Resource For Writing" msgstr "" -#: kio/global.cpp:624 +#: tdeio/global.cpp:624 msgid "" "This means that the file, <strong>%1</strong>, could not be written to as " "requested, because access with permission to write could not be obtained." msgstr "" -#: kio/global.cpp:632 +#: tdeio/global.cpp:632 msgid "Cannot Initiate the %1 Protocol" msgstr "%1 প্রোটোকলটি চালু করা যাচ্ছে না" -#: kio/global.cpp:633 +#: tdeio/global.cpp:633 msgid "Unable to Launch Process" msgstr "প্রসেস চালু করতে অক্ষম" -#: kio/global.cpp:634 +#: tdeio/global.cpp:634 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol could not be started. This is usually due to technical reasons." msgstr "" -#: kio/global.cpp:637 +#: tdeio/global.cpp:637 msgid "" "The program which provides compatibility with this protocol may not have been " "updated with your last update of TDE. This can cause the program to be " "incompatible with the current version and thus not start." msgstr "" -#: kio/global.cpp:645 +#: tdeio/global.cpp:645 msgid "Internal Error" msgstr "অভ্যন্তরীণ সমস্যা" -#: kio/global.cpp:646 +#: tdeio/global.cpp:646 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol has reported an internal error." msgstr "" -#: kio/global.cpp:654 +#: tdeio/global.cpp:654 msgid "Improperly Formatted URL" msgstr "" -#: kio/global.cpp:655 +#: tdeio/global.cpp:655 msgid "" "The <strong>U</strong>niform <strong>R</strong>esource <strong>L</strong>" "ocator (URL) that you entered was not properly formatted. The format of a URL " @@ -1296,28 +1296,28 @@ msgid "" "e.extension?query=value</strong></blockquote>" msgstr "" -#: kio/global.cpp:664 +#: tdeio/global.cpp:664 #, c-format msgid "Unsupported Protocol %1" msgstr "অসমর্থিত প্রোটোকল %1" -#: kio/global.cpp:665 +#: tdeio/global.cpp:665 msgid "" "The protocol <strong>%1</strong> is not supported by the TDE programs currently " "installed on this computer." msgstr "" -#: kio/global.cpp:668 +#: tdeio/global.cpp:668 msgid "The requested protocol may not be supported." msgstr "পছন্দ করা প্রোটোকলটি সমর্থিত না হতে পারে।" -#: kio/global.cpp:669 +#: tdeio/global.cpp:669 msgid "" "The versions of the %1 protocol supported by this computer and the server may " "be incompatible." msgstr "" -#: kio/global.cpp:671 +#: tdeio/global.cpp:671 msgid "" "You may perform a search on the Internet for a TDE program (called a tdeioslave " "or ioslave) which supports this protocol. Places to search include <a " @@ -1325,21 +1325,21 @@ msgid "" "and <a href=\"http://freshmeat.net/\">http://freshmeat.net/</a>." msgstr "" -#: kio/global.cpp:680 +#: tdeio/global.cpp:680 msgid "URL Does Not Refer to a Resource." msgstr "" -#: kio/global.cpp:681 +#: tdeio/global.cpp:681 msgid "Protocol is a Filter Protocol" msgstr "প্রোটোকলটি একটি ফিল্টার প্রোটোকল" -#: kio/global.cpp:682 +#: tdeio/global.cpp:682 msgid "" "The <strong>U</strong>niform <strong>R</strong>esource <strong>L</strong>" "ocator (URL) that you entered did not refer to a specific resource." msgstr "" -#: kio/global.cpp:685 +#: tdeio/global.cpp:685 msgid "" "TDE is able to communicate through a protocol within a protocol; the protocol " "specified is only for use in such situations, however this is not one of these " @@ -1347,171 +1347,171 @@ msgid "" "error." msgstr "" -#: kio/global.cpp:693 +#: tdeio/global.cpp:693 #, c-format msgid "Unsupported Action: %1" msgstr "" -#: kio/global.cpp:694 +#: tdeio/global.cpp:694 msgid "" "The requested action is not supported by the TDE program which is implementing " "the <strong>%1</strong> protocol." msgstr "" -#: kio/global.cpp:697 +#: tdeio/global.cpp:697 msgid "" "This error is very much dependent on the TDE program. The additional " "information should give you more information than is available to the TDE " "input/output architecture." msgstr "" -#: kio/global.cpp:700 +#: tdeio/global.cpp:700 msgid "Attempt to find another way to accomplish the same outcome." msgstr "একই কাজ করার অন্য একটি উপায় খুঁজুন।" -#: kio/global.cpp:705 +#: tdeio/global.cpp:705 msgid "File Expected" msgstr "ফাইল প্রত্যাশিত ছিল" -#: kio/global.cpp:706 +#: tdeio/global.cpp:706 msgid "" "The request expected a file, however the folder <strong>%1</strong> " "was found instead." msgstr "" -#: kio/global.cpp:708 +#: tdeio/global.cpp:708 msgid "This may be an error on the server side." msgstr "সমস্যাটি সার্ভার-এর দিকে হয়ে থাকতে পারে।" -#: kio/global.cpp:713 +#: tdeio/global.cpp:713 msgid "Folder Expected" msgstr "ফোল্ডার প্রত্যাশিত ছিল" -#: kio/global.cpp:714 +#: tdeio/global.cpp:714 msgid "" "The request expected a folder, however the file <strong>%1</strong> " "was found instead." msgstr "" -#: kio/global.cpp:721 +#: tdeio/global.cpp:721 msgid "File or Folder Does Not Exist" msgstr "ফাইল বা ফোল্ডার নেই" -#: kio/global.cpp:722 +#: tdeio/global.cpp:722 msgid "The specified file or folder <strong>%1</strong> does not exist." msgstr "<strong>%1</strong> নামের কোনো ফাইল অথবা ফোল্ডার নেই।" -#: kio/global.cpp:730 +#: tdeio/global.cpp:730 msgid "" "The requested file could not be created because a file with the same name " "already exists." msgstr "" -#: kio/global.cpp:732 +#: tdeio/global.cpp:732 msgid "Try moving the current file out of the way first, and then try again." msgstr "" -#: kio/global.cpp:734 +#: tdeio/global.cpp:734 msgid "Delete the current file and try again." msgstr "" -#: kio/global.cpp:735 +#: tdeio/global.cpp:735 msgid "Choose an alternate filename for the new file." msgstr "নতুন ফাইলটির জন্য অন্য একটি নাম বাছুন।" -#: kio/global.cpp:740 +#: tdeio/global.cpp:740 msgid "" "The requested folder could not be created because a folder with the same name " "already exists." msgstr "" -#: kio/global.cpp:742 +#: tdeio/global.cpp:742 msgid "Try moving the current folder out of the way first, and then try again." msgstr "" -#: kio/global.cpp:744 +#: tdeio/global.cpp:744 msgid "Delete the current folder and try again." msgstr "" -#: kio/global.cpp:745 +#: tdeio/global.cpp:745 msgid "Choose an alternate name for the new folder." msgstr "নতুন ফোল্ডারটির জন্য অন্য একটি নাম বাছুন।" -#: kio/global.cpp:749 +#: tdeio/global.cpp:749 msgid "Unknown Host" msgstr "অজানা হোস্ট" -#: kio/global.cpp:750 +#: tdeio/global.cpp:750 msgid "" "An unknown host error indicates that the server with the requested name, " "<strong>%1</strong>, could not be located on the Internet." msgstr "" -#: kio/global.cpp:753 +#: tdeio/global.cpp:753 msgid "" "The name that you typed, %1, may not exist: it may be incorrectly typed." msgstr "" -#: kio/global.cpp:760 +#: tdeio/global.cpp:760 msgid "Access Denied" msgstr "" -#: kio/global.cpp:761 +#: tdeio/global.cpp:761 msgid "Access was denied to the specified resource, <strong>%1</strong>." msgstr "" -#: kio/global.cpp:763 kio/global.cpp:979 +#: tdeio/global.cpp:763 tdeio/global.cpp:979 msgid "You may have supplied incorrect authentication details or none at all." msgstr "" -#: kio/global.cpp:765 kio/global.cpp:981 +#: tdeio/global.cpp:765 tdeio/global.cpp:981 msgid "Your account may not have permission to access the specified resource." msgstr "" -#: kio/global.cpp:767 kio/global.cpp:983 kio/global.cpp:995 +#: tdeio/global.cpp:767 tdeio/global.cpp:983 tdeio/global.cpp:995 msgid "" "Retry the request and ensure your authentication details are entered correctly." msgstr "" -#: kio/global.cpp:773 +#: tdeio/global.cpp:773 msgid "Write Access Denied" msgstr "" -#: kio/global.cpp:774 +#: tdeio/global.cpp:774 msgid "" "This means that an attempt to write to the file <strong>%1</strong> " "was rejected." msgstr "" -#: kio/global.cpp:781 +#: tdeio/global.cpp:781 msgid "Unable to Enter Folder" msgstr "ফোল্ডারে ঢোকা যায়নি" -#: kio/global.cpp:782 +#: tdeio/global.cpp:782 msgid "" "This means that an attempt to enter (in other words, to open) the requested " "folder <strong>%1</strong> was rejected." msgstr "" -#: kio/global.cpp:790 +#: tdeio/global.cpp:790 msgid "Folder Listing Unavailable" msgstr "" -#: kio/global.cpp:791 +#: tdeio/global.cpp:791 msgid "Protocol %1 is not a Filesystem" msgstr "" -#: kio/global.cpp:792 +#: tdeio/global.cpp:792 msgid "" "This means that a request was made which requires determining the contents of " "the folder, and the TDE program supporting this protocol is unable to do so." msgstr "" -#: kio/global.cpp:800 +#: tdeio/global.cpp:800 msgid "Cyclic Link Detected" msgstr "" -#: kio/global.cpp:801 +#: tdeio/global.cpp:801 msgid "" "UNIX environments are commonly able to link a file or folder to a separate name " "and/or location. TDE detected a link or series of links that results in an " @@ -1519,29 +1519,29 @@ msgid "" "itself." msgstr "" -#: kio/global.cpp:805 kio/global.cpp:827 +#: tdeio/global.cpp:805 tdeio/global.cpp:827 msgid "" "Delete one part of the loop in order that it does not cause an infinite loop, " "and try again." msgstr "" -#: kio/global.cpp:814 +#: tdeio/global.cpp:814 msgid "Request Aborted By User" msgstr "" -#: kio/global.cpp:815 kio/global.cpp:1108 +#: tdeio/global.cpp:815 tdeio/global.cpp:1108 msgid "The request was not completed because it was aborted." msgstr "" -#: kio/global.cpp:817 kio/global.cpp:1011 kio/global.cpp:1110 +#: tdeio/global.cpp:817 tdeio/global.cpp:1011 tdeio/global.cpp:1110 msgid "Retry the request." msgstr "" -#: kio/global.cpp:821 +#: tdeio/global.cpp:821 msgid "Cyclic Link Detected During Copy" msgstr "" -#: kio/global.cpp:822 +#: tdeio/global.cpp:822 msgid "" "UNIX environments are commonly able to link a file or folder to a separate name " "and/or location. During the requested copy operation, TDE detected a link or " @@ -1549,87 +1549,87 @@ msgid "" "in a roundabout way) linked to itself." msgstr "" -#: kio/global.cpp:832 +#: tdeio/global.cpp:832 msgid "Could Not Create Network Connection" msgstr "" -#: kio/global.cpp:833 +#: tdeio/global.cpp:833 msgid "Could Not Create Socket" msgstr "সকেট তৈরি করা যায়নি" -#: kio/global.cpp:834 +#: tdeio/global.cpp:834 msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be created." msgstr "" -#: kio/global.cpp:836 kio/global.cpp:949 kio/global.cpp:960 kio/global.cpp:969 +#: tdeio/global.cpp:836 tdeio/global.cpp:949 tdeio/global.cpp:960 tdeio/global.cpp:969 msgid "" "The network connection may be incorrectly configured, or the network interface " "may not be enabled." msgstr "" -#: kio/global.cpp:842 +#: tdeio/global.cpp:842 msgid "Connection to Server Refused" msgstr "" -#: kio/global.cpp:843 +#: tdeio/global.cpp:843 msgid "" "The server <strong>%1</strong> refused to allow this computer to make a " "connection." msgstr "" -#: kio/global.cpp:845 +#: tdeio/global.cpp:845 msgid "" "The server, while currently connected to the Internet, may not be configured to " "allow requests." msgstr "" -#: kio/global.cpp:847 +#: tdeio/global.cpp:847 msgid "" "The server, while currently connected to the Internet, may not be running the " "requested service (%1)." msgstr "" -#: kio/global.cpp:849 +#: tdeio/global.cpp:849 msgid "" "A network firewall (a device which restricts Internet requests), either " "protecting your network or the network of the server, may have intervened, " "preventing this request." msgstr "" -#: kio/global.cpp:856 +#: tdeio/global.cpp:856 msgid "Connection to Server Closed Unexpectedly" msgstr "" -#: kio/global.cpp:857 +#: tdeio/global.cpp:857 msgid "" "Although a connection was established to <strong>%1</strong>" ", the connection was closed at an unexpected point in the communication." msgstr "" -#: kio/global.cpp:860 +#: tdeio/global.cpp:860 msgid "" "A protocol error may have occurred, causing the server to close the connection " "as a response to the error." msgstr "" -#: kio/global.cpp:866 +#: tdeio/global.cpp:866 msgid "URL Resource Invalid" msgstr "" -#: kio/global.cpp:867 +#: tdeio/global.cpp:867 msgid "Protocol %1 is not a Filter Protocol" msgstr "" -#: kio/global.cpp:868 +#: tdeio/global.cpp:868 msgid "" "The <strong>U</strong>niform <strong>R</strong>esource <strong>L</strong>" "ocator (URL) that you entered did not refer to a valid mechanism of accessing " "the specific resource, <strong>%1%2</strong>." msgstr "" -#: kio/global.cpp:873 +#: tdeio/global.cpp:873 msgid "" "TDE is able to communicate through a protocol within a protocol. This request " "specified a protocol be used as such, however this protocol is not capable of " @@ -1637,294 +1637,294 @@ msgid "" "error." msgstr "" -#: kio/global.cpp:881 +#: tdeio/global.cpp:881 msgid "Unable to Initialize Input/Output Device" msgstr "" -#: kio/global.cpp:882 +#: tdeio/global.cpp:882 msgid "Could Not Mount Device" msgstr "" -#: kio/global.cpp:883 +#: tdeio/global.cpp:883 msgid "" "The requested device could not be initialized (\"mounted\"). The reported error " "was: <strong>%1</strong>" msgstr "" -#: kio/global.cpp:886 +#: tdeio/global.cpp:886 msgid "" "The device may not be ready, for example there may be no media in a removable " "media device (i.e. no CD-ROM in a CD drive), or in the case of a " "peripheral/portable device, the device may not be correctly connected." msgstr "" -#: kio/global.cpp:890 +#: tdeio/global.cpp:890 msgid "" "You may not have permissions to initialize (\"mount\") the device. On UNIX " "systems, often system administrator privileges are required to initialize a " "device." msgstr "" -#: kio/global.cpp:894 +#: tdeio/global.cpp:894 msgid "" "Check that the device is ready; removable drives must contain media, and " "portable devices must be connected and powered on.; and try again." msgstr "" -#: kio/global.cpp:900 +#: tdeio/global.cpp:900 msgid "Unable to Uninitialize Input/Output Device" msgstr "" -#: kio/global.cpp:901 +#: tdeio/global.cpp:901 msgid "Could Not Unmount Device" msgstr "" -#: kio/global.cpp:902 +#: tdeio/global.cpp:902 msgid "" "The requested device could not be uninitialized (\"unmounted\"). The reported " "error was: <strong>%1</strong>" msgstr "" -#: kio/global.cpp:905 +#: tdeio/global.cpp:905 msgid "" "The device may be busy, that is, still in use by another application or user. " "Even such things as having an open browser window on a location on this device " "may cause the device to remain in use." msgstr "" -#: kio/global.cpp:909 +#: tdeio/global.cpp:909 msgid "" "You may not have permissions to uninitialize (\"unmount\") the device. On UNIX " "systems, system administrator privileges are often required to uninitialize a " "device." msgstr "" -#: kio/global.cpp:913 +#: tdeio/global.cpp:913 msgid "Check that no applications are accessing the device, and try again." msgstr "" -#: kio/global.cpp:918 +#: tdeio/global.cpp:918 msgid "Cannot Read From Resource" msgstr "" -#: kio/global.cpp:919 +#: tdeio/global.cpp:919 msgid "" "This means that although the resource, <strong>%1</strong>" ", was able to be opened, an error occurred while reading the contents of the " "resource." msgstr "" -#: kio/global.cpp:922 +#: tdeio/global.cpp:922 msgid "You may not have permissions to read from the resource." msgstr "" -#: kio/global.cpp:931 +#: tdeio/global.cpp:931 msgid "Cannot Write to Resource" msgstr "" -#: kio/global.cpp:932 +#: tdeio/global.cpp:932 msgid "" "This means that although the resource, <strong>%1</strong>" ", was able to be opened, an error occurred while writing to the resource." msgstr "" -#: kio/global.cpp:935 +#: tdeio/global.cpp:935 msgid "You may not have permissions to write to the resource." msgstr "" -#: kio/global.cpp:944 kio/global.cpp:955 +#: tdeio/global.cpp:944 tdeio/global.cpp:955 msgid "Could Not Listen for Network Connections" msgstr "" -#: kio/global.cpp:945 +#: tdeio/global.cpp:945 msgid "Could Not Bind" msgstr "" -#: kio/global.cpp:946 kio/global.cpp:957 +#: tdeio/global.cpp:946 tdeio/global.cpp:957 msgid "" "This is a fairly technical error in which a required device for network " "communications (a socket) could not be established to listen for incoming " "network connections." msgstr "" -#: kio/global.cpp:956 +#: tdeio/global.cpp:956 msgid "Could Not Listen" msgstr "" -#: kio/global.cpp:966 +#: tdeio/global.cpp:966 msgid "Could Not Accept Network Connection" msgstr "" -#: kio/global.cpp:967 +#: tdeio/global.cpp:967 msgid "" "This is a fairly technical error in which an error occurred while attempting to " "accept an incoming network connection." msgstr "" -#: kio/global.cpp:971 +#: tdeio/global.cpp:971 msgid "You may not have permissions to accept the connection." msgstr "" -#: kio/global.cpp:976 +#: tdeio/global.cpp:976 #, c-format msgid "Could Not Login: %1" msgstr "" -#: kio/global.cpp:977 +#: tdeio/global.cpp:977 msgid "" "An attempt to login to perform the requested operation was unsuccessful." msgstr "" -#: kio/global.cpp:988 +#: tdeio/global.cpp:988 msgid "Could Not Determine Resource Status" msgstr "" -#: kio/global.cpp:989 +#: tdeio/global.cpp:989 msgid "Could Not Stat Resource" msgstr "" -#: kio/global.cpp:990 +#: tdeio/global.cpp:990 msgid "" "An attempt to determine information about the status of the resource <strong>" "%1</strong>, such as the resource name, type, size, etc., was unsuccessful." msgstr "" -#: kio/global.cpp:993 +#: tdeio/global.cpp:993 msgid "The specified resource may not have existed or may not be accessible." msgstr "" -#: kio/global.cpp:1001 +#: tdeio/global.cpp:1001 msgid "Could Not Cancel Listing" msgstr "" -#: kio/global.cpp:1002 +#: tdeio/global.cpp:1002 msgid "FIXME: Document this" msgstr "" -#: kio/global.cpp:1006 +#: tdeio/global.cpp:1006 msgid "Could Not Create Folder" msgstr "ফোল্ডার তৈরি করা যায়নি" -#: kio/global.cpp:1007 +#: tdeio/global.cpp:1007 msgid "An attempt to create the requested folder failed." msgstr "ফোল্ডারটি তৈরি করার প্রচেষ্টা ব্যর্থ হয়েছে।" -#: kio/global.cpp:1008 +#: tdeio/global.cpp:1008 msgid "The location where the folder was to be created may not exist." msgstr "যেখানে ফোল্ডারটি তৈরি হওয়ার কথা, সেই জায়গাটি হয়ত নেই।" -#: kio/global.cpp:1015 +#: tdeio/global.cpp:1015 msgid "Could Not Remove Folder" msgstr "ফোল্ডার মুছে ফেলা যায়নি" -#: kio/global.cpp:1016 +#: tdeio/global.cpp:1016 msgid "An attempt to remove the specified folder, <strong>%1</strong>, failed." msgstr "<strong>%1</strong> ফোল্ডারটি মুছে ফেলার প্রচেষ্টা ব্যর্থ হয়েছে।" -#: kio/global.cpp:1018 +#: tdeio/global.cpp:1018 msgid "The specified folder may not exist." msgstr "হয়ত ঐ নামে কোন ফোল্ডার নেই।" -#: kio/global.cpp:1019 +#: tdeio/global.cpp:1019 msgid "The specified folder may not be empty." msgstr "হয়ত ঐ ফোল্ডারটি ফাঁকা নয়।" -#: kio/global.cpp:1022 +#: tdeio/global.cpp:1022 msgid "Ensure that the folder exists and is empty, and try again." msgstr "" "ঐ নামে একটি ফোল্ডার আছে কিনা এবং সেটি ফাঁকা কিনা পরীক্ষা করে আবার চেষ্টা করুন।" -#: kio/global.cpp:1027 +#: tdeio/global.cpp:1027 msgid "Could Not Resume File Transfer" msgstr "" -#: kio/global.cpp:1028 +#: tdeio/global.cpp:1028 msgid "" "The specified request asked that the transfer of file <strong>%1</strong> " "be resumed at a certain point of the transfer. This was not possible." msgstr "" -#: kio/global.cpp:1031 +#: tdeio/global.cpp:1031 msgid "The protocol, or the server, may not support file resuming." msgstr "" -#: kio/global.cpp:1033 +#: tdeio/global.cpp:1033 msgid "Retry the request without attempting to resume transfer." msgstr "" -#: kio/global.cpp:1038 +#: tdeio/global.cpp:1038 msgid "Could Not Rename Resource" msgstr "" -#: kio/global.cpp:1039 +#: tdeio/global.cpp:1039 msgid "An attempt to rename the specified resource <strong>%1</strong> failed." msgstr "" -#: kio/global.cpp:1047 +#: tdeio/global.cpp:1047 msgid "Could Not Alter Permissions of Resource" msgstr "" -#: kio/global.cpp:1048 +#: tdeio/global.cpp:1048 msgid "" "An attempt to alter the permissions on the specified resource <strong>" "%1</strong> failed." msgstr "" -#: kio/global.cpp:1055 +#: tdeio/global.cpp:1055 msgid "Could Not Delete Resource" msgstr "" -#: kio/global.cpp:1056 +#: tdeio/global.cpp:1056 msgid "An attempt to delete the specified resource <strong>%1</strong> failed." msgstr "" -#: kio/global.cpp:1063 +#: tdeio/global.cpp:1063 msgid "Unexpected Program Termination" msgstr "প্রোগ্রামের অপ্রত্যাশিত সমাপ্তি" -#: kio/global.cpp:1064 +#: tdeio/global.cpp:1064 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol has unexpectedly terminated." msgstr "" -#: kio/global.cpp:1072 +#: tdeio/global.cpp:1072 msgid "Out of Memory" msgstr "মেমরি ফুরিয়ে গেছে" -#: kio/global.cpp:1073 +#: tdeio/global.cpp:1073 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol could not obtain the memory required to continue." msgstr "" -#: kio/global.cpp:1081 +#: tdeio/global.cpp:1081 msgid "Unknown Proxy Host" msgstr "অজ্ঞাত প্রক্সি হোস্ট" -#: kio/global.cpp:1082 +#: tdeio/global.cpp:1082 msgid "" "While retrieving information about the specified proxy host, <strong>%1</strong>" ", an Unknown Host error was encountered. An unknown host error indicates that " "the requested name could not be located on the Internet." msgstr "" -#: kio/global.cpp:1086 +#: tdeio/global.cpp:1086 msgid "" "There may have been a problem with your network configuration, specifically " "your proxy's hostname. If you have been accessing the Internet with no problems " "recently, this is unlikely." msgstr "" -#: kio/global.cpp:1090 +#: tdeio/global.cpp:1090 msgid "Double-check your proxy settings and try again." msgstr "আপনার প্রক্সি সেটিংস পরীক্ষা করে আবার চেষ্টা করুন।" -#: kio/global.cpp:1095 +#: tdeio/global.cpp:1095 msgid "Authentication Failed: Method %1 Not Supported" msgstr "" -#: kio/global.cpp:1097 +#: tdeio/global.cpp:1097 #, c-format msgid "" "Although you may have supplied the correct authentication details, the " @@ -1932,47 +1932,47 @@ msgid "" "supported by the TDE program implementing the protocol %1." msgstr "" -#: kio/global.cpp:1101 +#: tdeio/global.cpp:1101 msgid "" "Please file a bug at <a href=\"http://bugs.kde.org/\">http://bugs.kde.org/</a> " "to inform the TDE team of the unsupported authentication method." msgstr "" -#: kio/global.cpp:1107 +#: tdeio/global.cpp:1107 msgid "Request Aborted" msgstr "" -#: kio/global.cpp:1114 +#: tdeio/global.cpp:1114 msgid "Internal Error in Server" msgstr "সার্ভার-এ অভ্যন্তরীণ সমস্যা" -#: kio/global.cpp:1115 +#: tdeio/global.cpp:1115 msgid "" "The program on the server which provides access to the <strong>%1</strong> " "protocol has reported an internal error: %0." msgstr "" -#: kio/global.cpp:1118 +#: tdeio/global.cpp:1118 msgid "" "This is most likely to be caused by a bug in the server program. Please " "consider submitting a full bug report as detailed below." msgstr "" -#: kio/global.cpp:1121 +#: tdeio/global.cpp:1121 msgid "Contact the administrator of the server to advise them of the problem." msgstr "" -#: kio/global.cpp:1123 +#: tdeio/global.cpp:1123 msgid "" "If you know who the authors of the server software are, submit the bug report " "directly to them." msgstr "" -#: kio/global.cpp:1128 +#: tdeio/global.cpp:1128 msgid "Timeout Error" msgstr "" -#: kio/global.cpp:1129 +#: tdeio/global.cpp:1129 msgid "" "Although contact was made with the server, a response was not received within " "the amount of time allocated for the request as follows:" @@ -1984,295 +1984,295 @@ msgid "" "Center, by selecting Network -> Preferences." msgstr "" -#: kio/global.cpp:1140 +#: tdeio/global.cpp:1140 msgid "The server was too busy responding to other requests to respond." msgstr "" -#: kio/global.cpp:1146 +#: tdeio/global.cpp:1146 msgid "Unknown Error" msgstr "অনির্দিষ্ট সমস্যা" -#: kio/global.cpp:1147 +#: tdeio/global.cpp:1147 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol has reported an unknown error: %2." msgstr "" -#: kio/global.cpp:1155 +#: tdeio/global.cpp:1155 msgid "Unknown Interruption" msgstr "" -#: kio/global.cpp:1156 +#: tdeio/global.cpp:1156 msgid "" "The program on your computer which provides access to the <strong>%1</strong> " "protocol has reported an interruption of an unknown type: %2." msgstr "" -#: kio/global.cpp:1164 +#: tdeio/global.cpp:1164 msgid "Could Not Delete Original File" msgstr "" -#: kio/global.cpp:1165 +#: tdeio/global.cpp:1165 msgid "" "The requested operation required the deleting of the original file, most likely " "at the end of a file move operation. The original file <strong>%1</strong> " "could not be deleted." msgstr "" -#: kio/global.cpp:1174 +#: tdeio/global.cpp:1174 msgid "Could Not Delete Temporary File" msgstr "অস্থায়ী ফাইল মোছা যায়নি" -#: kio/global.cpp:1175 +#: tdeio/global.cpp:1175 msgid "" "The requested operation required the creation of a temporary file in which to " "save the new file while being downloaded. This temporary file <strong>" "%1</strong> could not be deleted." msgstr "" -#: kio/global.cpp:1184 +#: tdeio/global.cpp:1184 msgid "Could Not Rename Original File" msgstr "" -#: kio/global.cpp:1185 +#: tdeio/global.cpp:1185 msgid "" "The requested operation required the renaming of the original file <strong>" "%1</strong>, however it could not be renamed." msgstr "" -#: kio/global.cpp:1193 +#: tdeio/global.cpp:1193 msgid "Could Not Rename Temporary File" msgstr "" -#: kio/global.cpp:1194 +#: tdeio/global.cpp:1194 msgid "" "The requested operation required the creation of a temporary file <strong>" "%1</strong>, however it could not be created." msgstr "" -#: kio/global.cpp:1202 +#: tdeio/global.cpp:1202 msgid "Could Not Create Link" msgstr "" -#: kio/global.cpp:1203 +#: tdeio/global.cpp:1203 msgid "Could Not Create Symbolic Link" msgstr "" -#: kio/global.cpp:1204 +#: tdeio/global.cpp:1204 msgid "The requested symbolic link %1 could not be created." msgstr "" -#: kio/global.cpp:1211 +#: tdeio/global.cpp:1211 msgid "No Content" msgstr "" -#: kio/global.cpp:1216 +#: tdeio/global.cpp:1216 msgid "Disk Full" msgstr "ডিস্ক ভর্তি" -#: kio/global.cpp:1217 +#: tdeio/global.cpp:1217 msgid "" "The requested file <strong>%1</strong> could not be written to as there is " "inadequate disk space." msgstr "" -#: kio/global.cpp:1219 +#: tdeio/global.cpp:1219 msgid "" "Free up enough disk space by 1) deleting unwanted and temporary files; 2) " "archiving files to removable media storage such as CD-Recordable discs; or 3) " "obtain more storage capacity." msgstr "" -#: kio/global.cpp:1226 +#: tdeio/global.cpp:1226 msgid "Source and Destination Files Identical" msgstr "" -#: kio/global.cpp:1227 +#: tdeio/global.cpp:1227 msgid "" "The operation could not be completed because the source and destination files " "are the same file." msgstr "অপারেশন পারে নয় সম্পন্ন কারণ টি উত্স এবং গন্তব্য টি একই ফাইল." -#: kio/global.cpp:1229 +#: tdeio/global.cpp:1229 msgid "Choose a different filename for the destination file." msgstr "" -#: kio/global.cpp:1240 +#: tdeio/global.cpp:1240 msgid "Undocumented Error" msgstr "" -#: kio/statusbarprogress.cpp:132 +#: tdeio/statusbarprogress.cpp:132 msgid " Stalled " msgstr "স্থগিত " -#: kio/statusbarprogress.cpp:134 misc/uiserver.cpp:1102 +#: tdeio/statusbarprogress.cpp:134 misc/uiserver.cpp:1102 msgid " %1/s " msgstr " %1/সেঃ" -#: kio/passdlg.cpp:57 +#: tdeio/passdlg.cpp:57 msgid "Password" msgstr "পাসওয়ার্ড" -#: kio/passdlg.cpp:98 +#: tdeio/passdlg.cpp:98 msgid "You need to supply a username and a password" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 134 -#: kfile/kpropertiesdialog.cpp:3699 kio/passdlg.cpp:108 rc.cpp:105 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 134 +#: tdefile/kpropertiesdialog.cpp:3699 tdeio/passdlg.cpp:108 rc.cpp:105 #, no-c-format msgid "&Username:" msgstr "" -#: kio/passdlg.cpp:125 +#: tdeio/passdlg.cpp:125 msgid "&Password:" msgstr "পা&সওয়ার্ড:" -#: kio/passdlg.cpp:147 +#: tdeio/passdlg.cpp:147 msgid "&Keep password" msgstr "পাসওয়ার্ড রেখে দাও (&দ)" -#: kio/passdlg.cpp:345 kpasswdserver/kpasswdserver.cpp:371 +#: tdeio/passdlg.cpp:345 kpasswdserver/kpasswdserver.cpp:371 msgid "Authorization Dialog" msgstr "" -#: kio/krun.cpp:120 +#: tdeio/krun.cpp:120 msgid "" "<qt>Unable to enter <b>%1</b>.\n" "You do not have access rights to this location.</qt>" msgstr "" -#: kio/krun.cpp:159 +#: tdeio/krun.cpp:159 msgid "" "<qt>The file <b>%1</b> is an executable program. For safety it will not be " "started.</qt>" msgstr "" -#: kio/krun.cpp:166 +#: tdeio/krun.cpp:166 msgid "<qt>You do not have permission to run <b>%1</b>.</qt>" msgstr "" -#: kio/krun.cpp:203 +#: tdeio/krun.cpp:203 msgid "You are not authorized to open this file." msgstr "" -#: kfile/kopenwith.cpp:835 kio/krun.cpp:207 +#: tdefile/kopenwith.cpp:835 tdeio/krun.cpp:207 msgid "Open with:" msgstr "খুলতে ব্যবহার করো:" -#: kio/krun.cpp:545 +#: tdeio/krun.cpp:545 msgid "You are not authorized to execute this file." msgstr "আপনার এই ফাইলটি চালাবার অনুমতি নেই।" -#: kio/krun.cpp:565 +#: tdeio/krun.cpp:565 #, c-format msgid "Launching %1" msgstr "%1 চালানো হচ্ছে" -#: kio/krun.cpp:746 +#: tdeio/krun.cpp:746 msgid "You are not authorized to execute this service." msgstr "" -#: kio/krun.cpp:900 +#: tdeio/krun.cpp:900 msgid "" "<qt>Unable to run the command specified. The file or folder <b>%1</b> " "does not exist.</qt>" msgstr "" -#: kio/krun.cpp:1400 +#: tdeio/krun.cpp:1400 msgid "Could not find the program '%1'" msgstr "'%1' প্রোগ্রামটি পাওয়া যায়নি" -#: kio/kfileitem.cpp:730 +#: tdeio/tdefileitem.cpp:730 msgid "Symbolic Link" msgstr "" -#: kio/kfileitem.cpp:732 +#: tdeio/tdefileitem.cpp:732 msgid "%1 (Link)" msgstr "%1 (লিঙ্ক)" #: ../tdeioslave/http/kcookiejar/kcookiewin.cpp:270 -#: bookmarks/kbookmarkmenu.cc:791 kfile/kpropertiesdialog.cpp:3930 -#: kio/kfileitem.cpp:774 +#: bookmarks/kbookmarkmenu.cc:791 tdefile/kpropertiesdialog.cpp:3930 +#: tdeio/tdefileitem.cpp:774 msgid "Name:" msgstr "নাম:" -#: kfile/kpropertiesdialog.cpp:927 kio/kfileitem.cpp:775 +#: tdefile/kpropertiesdialog.cpp:927 tdeio/tdefileitem.cpp:775 msgid "Type:" msgstr "ধরন:" -#: kio/kfileitem.cpp:779 +#: tdeio/tdefileitem.cpp:779 msgid "Link to %1 (%2)" msgstr "%1-এ লিঙ্ক (%2)" -#: kfile/kpropertiesdialog.cpp:977 kio/kfileitem.cpp:787 +#: tdefile/kpropertiesdialog.cpp:977 tdeio/tdefileitem.cpp:787 msgid "Size:" msgstr "মাপ:" -#: kfile/kpropertiesdialog.cpp:1045 kio/kfileitem.cpp:792 +#: tdefile/kpropertiesdialog.cpp:1045 tdeio/tdefileitem.cpp:792 msgid "Modified:" msgstr "পরিবর্তিত:" -#: kio/kfileitem.cpp:798 +#: tdeio/tdefileitem.cpp:798 msgid "Owner:" msgstr "মালিক:" -#: kio/kfileitem.cpp:799 +#: tdeio/tdefileitem.cpp:799 msgid "Permissions:" msgstr "ব্যবহারের অনুমতি:" -#: kio/skipdlg.cpp:63 +#: tdeio/skipdlg.cpp:63 msgid "Skip" msgstr "এড়িয়ে যাও" -#: kio/skipdlg.cpp:66 +#: tdeio/skipdlg.cpp:66 msgid "Auto Skip" msgstr "" -#: kio/kshred.cpp:212 +#: tdeio/kshred.cpp:212 msgid "Shredding: pass %1 of 35" msgstr "" -#: kio/slave.cpp:370 +#: tdeio/slave.cpp:370 #, c-format msgid "Unable to create io-slave: %1" msgstr "" -#: kio/slave.cpp:401 +#: tdeio/slave.cpp:401 msgid "Unknown protocol '%1'." msgstr "অজ্ঞাত প্রোটোকল '%1'।" -#: kio/slave.cpp:409 +#: tdeio/slave.cpp:409 msgid "Can not find io-slave for protocol '%1'." msgstr "" -#: kio/slave.cpp:437 -msgid "Cannot talk to klauncher" +#: tdeio/slave.cpp:437 +msgid "Cannot talk to tdelauncher" msgstr "" -#: kio/slave.cpp:448 +#: tdeio/slave.cpp:448 #, c-format msgid "" "Unable to create io-slave:\n" -"klauncher said: %1" +"tdelauncher said: %1" msgstr "" -#: kfile/kpropertiesdialog.cpp:2686 kio/kmimetypechooser.cpp:75 +#: tdefile/kpropertiesdialog.cpp:2686 tdeio/kmimetypechooser.cpp:75 msgid "Mime Type" msgstr "মাইম টাইপ" -#: kfile/kpropertiesdialog.cpp:2697 kio/kmimetypechooser.cpp:80 +#: tdefile/kpropertiesdialog.cpp:2697 tdeio/kmimetypechooser.cpp:80 msgid "Comment" msgstr "মন্তব্য" -#: kio/kmimetypechooser.cpp:84 +#: tdeio/kmimetypechooser.cpp:84 msgid "Patterns" msgstr "" -#: kio/kmimetypechooser.cpp:94 +#: tdeio/kmimetypechooser.cpp:94 msgid "&Edit..." msgstr "&সম্পাদন করো..." -#: kio/kmimetypechooser.cpp:104 +#: tdeio/kmimetypechooser.cpp:104 msgid "Click this button to display the familiar TDE mime type editor." msgstr "" @@ -2515,7 +2515,7 @@ msgstr "" msgid "IP address:" msgstr "" -#: kfile/kpropertiesdialog.cpp:2565 kssl/ksslinfodlg.cc:227 +#: tdefile/kpropertiesdialog.cpp:2565 kssl/ksslinfodlg.cc:227 msgid "URL:" msgstr "ইউ-আর-এল:" @@ -2618,91 +2618,91 @@ msgstr "" msgid "Could not find a usable proxy configuration script" msgstr "" -#: misc/kfile/fileprops.cpp:200 +#: misc/tdefile/fileprops.cpp:200 msgid "Do not print the mimetype of the given file(s)" msgstr "" -#: misc/kfile/fileprops.cpp:204 +#: misc/tdefile/fileprops.cpp:204 msgid "" "List all supported metadata keys of the given file(s). If mimetype is not " "specified, the mimetype of the given files is used." msgstr "" -#: misc/kfile/fileprops.cpp:210 +#: misc/tdefile/fileprops.cpp:210 msgid "" "List all preferred metadata keys of the given file(s). If mimetype is not " "specified, the mimetype of the given files is used." msgstr "" -#: misc/kfile/fileprops.cpp:216 +#: misc/tdefile/fileprops.cpp:216 msgid "List all metadata keys which have a value in the given file(s)." msgstr "" -#: misc/kfile/fileprops.cpp:221 +#: misc/tdefile/fileprops.cpp:221 msgid "Prints all mimetypes for which metadata support is available." msgstr "" -#: misc/kfile/fileprops.cpp:226 +#: misc/tdefile/fileprops.cpp:226 msgid "" "Do not print a warning when more than one file was given and they do not all " "have the same mimetype." msgstr "" -#: misc/kfile/fileprops.cpp:231 +#: misc/tdefile/fileprops.cpp:231 msgid "Prints all metadata values, available in the given file(s)." msgstr "" -#: misc/kfile/fileprops.cpp:236 +#: misc/tdefile/fileprops.cpp:236 msgid "Prints the preferred metadata values, available in the given file(s)." msgstr "" -#: misc/kfile/fileprops.cpp:240 +#: misc/tdefile/fileprops.cpp:240 msgid "" "Opens a TDE properties dialog to allow viewing and modifying of metadata of the " "given file(s)" msgstr "" -#: misc/kfile/fileprops.cpp:244 +#: misc/tdefile/fileprops.cpp:244 msgid "" "Prints the value for 'key' of the given file(s). 'key' may also be a " "comma-separated list of keys" msgstr "" -#: misc/kfile/fileprops.cpp:248 +#: misc/tdefile/fileprops.cpp:248 msgid "" "Attempts to set the value 'value' for the metadata key 'key' for the given " "file(s)" msgstr "" -#: misc/kfile/fileprops.cpp:251 +#: misc/tdefile/fileprops.cpp:251 msgid "The group to get values from or set values to" msgstr "" -#: misc/kfile/fileprops.cpp:255 +#: misc/tdefile/fileprops.cpp:255 msgid "The file (or a number of files) to operate on." msgstr "" -#: misc/kfile/fileprops.cpp:270 +#: misc/tdefile/fileprops.cpp:270 msgid "No support for metadata extraction found." msgstr "" -#: misc/kfile/fileprops.cpp:275 +#: misc/tdefile/fileprops.cpp:275 msgid "Supported MimeTypes:" msgstr "সমর্থিত মাইম-টাইপ:" -#: misc/kfile/fileprops.cpp:410 -msgid "kfile" -msgstr "kfile" +#: misc/tdefile/fileprops.cpp:410 +msgid "tdefile" +msgstr "tdefile" -#: misc/kfile/fileprops.cpp:411 +#: misc/tdefile/fileprops.cpp:411 msgid "A commandline tool to read and modify metadata of files." msgstr "" -#: misc/kfile/fileprops.cpp:438 +#: misc/tdefile/fileprops.cpp:438 msgid "No files specified" msgstr "কোন ফাইল উল্লেখ করা হয়নি" -#: misc/kfile/fileprops.cpp:467 +#: misc/tdefile/fileprops.cpp:467 msgid "Cannot determine metadata" msgstr "" @@ -2718,7 +2718,7 @@ msgid "" "'. Please enter the password for this wallet below." msgstr "" -#: kfile/kfiledialog.cpp:1833 misc/tdewalletd/tdewalletd.cpp:405 +#: tdefile/tdefiledialog.cpp:1833 misc/tdewalletd/tdewalletd.cpp:405 #: misc/tdewalletd/tdewalletd.cpp:419 msgid "&Open" msgstr "খোলো (&খ)" @@ -2814,15 +2814,15 @@ msgstr "পাসওয়ার্ড মিলছে।" msgid "Passwords do not match." msgstr "পাসওয়ার্ড মিলছে না।" -#: misc/ktelnetservice.cpp:41 +#: misc/tdetelnetservice.cpp:41 msgid "telnet service" msgstr "টেলনেট সার্ভিস" -#: misc/ktelnetservice.cpp:42 +#: misc/tdetelnetservice.cpp:42 msgid "telnet protocol handler" msgstr "" -#: misc/ktelnetservice.cpp:76 +#: misc/tdetelnetservice.cpp:76 msgid "You do not have permission to access the %1 protocol." msgstr "" @@ -2876,7 +2876,7 @@ msgstr "" msgid "Speed" msgstr "গতি" -#: kfile/kfiledetailview.cpp:67 misc/uiserver.cpp:146 misc/uiserver.cpp:471 +#: tdefile/tdefiledetailview.cpp:67 misc/uiserver.cpp:146 misc/uiserver.cpp:471 msgid "Size" msgstr "মাপ" @@ -2983,93 +2983,93 @@ msgstr "" msgid "Developer" msgstr "ডেভেলপার" -#: misc/ksendbugmail/main.cpp:22 +#: misc/tdesendbugmail/main.cpp:22 msgid "Subject line" msgstr "বিষয়" -#: misc/ksendbugmail/main.cpp:23 +#: misc/tdesendbugmail/main.cpp:23 msgid "Recipient" msgstr "" -#: misc/ksendbugmail/main.cpp:33 +#: misc/tdesendbugmail/main.cpp:33 msgid "Error connecting to server." msgstr "সার্ভারের সঙ্গে যোগাযোগ করতে সমস্যা হয়েছে।" -#: misc/ksendbugmail/main.cpp:36 +#: misc/tdesendbugmail/main.cpp:36 msgid "Not connected." msgstr "যোগাযোগ স্থাপিত হয়নি।" -#: misc/ksendbugmail/main.cpp:39 +#: misc/tdesendbugmail/main.cpp:39 msgid "Connection timed out." msgstr "" -#: misc/ksendbugmail/main.cpp:42 +#: misc/tdesendbugmail/main.cpp:42 msgid "Time out waiting for server interaction." msgstr "" -#: misc/ksendbugmail/main.cpp:46 +#: misc/tdesendbugmail/main.cpp:46 msgid "Server said: \"%1\"" msgstr "সার্ভার জানিয়েছে: \"%1\"" -#: misc/ksendbugmail/main.cpp:62 +#: misc/tdesendbugmail/main.cpp:62 msgid "KSendBugMail" msgstr "KSendBugMail" -#: misc/ksendbugmail/main.cpp:63 +#: misc/tdesendbugmail/main.cpp:63 msgid "Sends a short bug report to submit@bugs.kde.org" msgstr "submit@bugs.kde.org-এ একটি সংক্ষিপ্ত বাগ রিপোর্ট পাঠায়" -#: misc/ksendbugmail/main.cpp:65 +#: misc/tdesendbugmail/main.cpp:65 msgid "Author" msgstr "লেখক" -#: misc/kmailservice.cpp:32 +#: misc/tdemailservice.cpp:32 msgid "KMailService" msgstr "KMailService" -#: misc/kmailservice.cpp:32 +#: misc/tdemailservice.cpp:32 msgid "Mail service" msgstr "মেইল সার্ভিস" -#: kioexec/main.cpp:50 -msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +#: tdeioexec/main.cpp:50 +msgid "TDEIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -#: kioexec/main.cpp:54 +#: tdeioexec/main.cpp:54 msgid "Treat URLs as local files and delete them afterwards" msgstr "" -#: kioexec/main.cpp:55 +#: tdeioexec/main.cpp:55 msgid "Suggested file name for the downloaded file" msgstr "ডাউনলোড করা ফাইলটির জন্য প্রস্তাবিত নাম " -#: kioexec/main.cpp:56 +#: tdeioexec/main.cpp:56 msgid "Command to execute" msgstr "যে কমান্ড চালানো হবে" -#: kioexec/main.cpp:57 +#: tdeioexec/main.cpp:57 msgid "URL(s) or local file(s) used for 'command'" msgstr "" -#: kioexec/main.cpp:73 +#: tdeioexec/main.cpp:73 msgid "" "'command' expected.\n" msgstr "" "'command' প্রত্যাশিত।\n" -#: kioexec/main.cpp:102 +#: tdeioexec/main.cpp:102 msgid "" "The URL %1\n" "is malformed" msgstr "" -#: kioexec/main.cpp:104 +#: tdeioexec/main.cpp:104 msgid "" "Remote URL %1\n" "not allowed with --tempfiles switch" msgstr "" -#: kioexec/main.cpp:237 +#: tdeioexec/main.cpp:237 msgid "" "The supposedly temporary file\n" "%1\n" @@ -3077,15 +3077,15 @@ msgid "" "Do you still want to delete it?" msgstr "" -#: kioexec/main.cpp:238 kioexec/main.cpp:245 +#: tdeioexec/main.cpp:238 tdeioexec/main.cpp:245 msgid "File Changed" msgstr "ফাইল পরিবর্তিত" -#: kioexec/main.cpp:238 +#: tdeioexec/main.cpp:238 msgid "Do Not Delete" msgstr "" -#: kioexec/main.cpp:244 +#: tdeioexec/main.cpp:244 msgid "" "The file\n" "%1\n" @@ -3093,130 +3093,130 @@ msgid "" "Do you want to upload the changes?" msgstr "" -#: kioexec/main.cpp:245 +#: tdeioexec/main.cpp:245 msgid "Upload" msgstr "হ্যাঁ" -#: kioexec/main.cpp:245 +#: tdeioexec/main.cpp:245 msgid "Do Not Upload" msgstr "না" -#: kioexec/main.cpp:274 +#: tdeioexec/main.cpp:274 msgid "KIOExec" msgstr "KIOExec" -#: kfile/kimagefilepreview.cpp:53 +#: tdefile/kimagefilepreview.cpp:53 msgid "&Automatic preview" msgstr "স্বয়ংক্রীয় প্রাকদর্শ&ন" -#: kfile/kimagefilepreview.cpp:58 +#: tdefile/kimagefilepreview.cpp:58 msgid "&Preview" msgstr "প্রাক&দর্শন" -#: kfile/kfileview.cpp:77 +#: tdefile/tdefileview.cpp:77 msgid "Unknown View" msgstr "অজানা ভিউ" -#: kfile/kpreviewprops.cpp:49 +#: tdefile/kpreviewprops.cpp:49 msgid "P&review" msgstr "প্রাক&দর্শন" -#: kfile/kfilespeedbar.cpp:46 +#: tdefile/tdefilespeedbar.cpp:46 msgid "Desktop" msgstr "ডেস্কটপ" -#: kfile/kfilespeedbar.cpp:53 +#: tdefile/tdefilespeedbar.cpp:53 msgid "Documents" msgstr "নথী" -#: kfile/kdiroperator.cpp:1264 kfile/kfilespeedbar.cpp:57 +#: tdefile/tdediroperator.cpp:1264 tdefile/tdefilespeedbar.cpp:57 msgid "Home Folder" msgstr "ব্যক্তিগত ফোল্ডার" -#: kfile/kfilespeedbar.cpp:62 +#: tdefile/tdefilespeedbar.cpp:62 msgid "Storage Media" msgstr "" -#: kfile/kfilespeedbar.cpp:67 +#: tdefile/tdefilespeedbar.cpp:67 msgid "Network Folders" msgstr "" -#: kfile/kcustommenueditor.cpp:88 +#: tdefile/kcustommenueditor.cpp:88 msgid "Menu Editor" msgstr "মেনু সম্পাদক" -#: kfile/kcustommenueditor.cpp:94 kfile/kdiroperator.cpp:1258 +#: tdefile/kcustommenueditor.cpp:94 tdefile/tdediroperator.cpp:1258 msgid "Menu" msgstr "মেনু" -#: kfile/kcustommenueditor.cpp:98 +#: tdefile/kcustommenueditor.cpp:98 msgid "New..." msgstr "নতুন..." -#: kfile/kcustommenueditor.cpp:100 +#: tdefile/kcustommenueditor.cpp:100 msgid "Move Up" msgstr "উপরে ওঠাও" -#: kfile/kcustommenueditor.cpp:101 +#: tdefile/kcustommenueditor.cpp:101 msgid "Move Down" msgstr "নীচে নামাও" -#: kfile/kfiledialog.cpp:1676 kfile/kfilefiltercombo.cpp:32 +#: tdefile/tdefiledialog.cpp:1676 tdefile/tdefilefiltercombo.cpp:32 msgid "*|All Files" msgstr "*|সব ফাইল" -#: kfile/kfilefiltercombo.cpp:164 +#: tdefile/tdefilefiltercombo.cpp:164 msgid "All Supported Files" msgstr "সব সমর্থিত ফাইল" -#: kfile/kopenwith.cpp:150 +#: tdefile/kopenwith.cpp:150 msgid "Known Applications" msgstr "পরিচিত অ্যাপলিকেশন" -#: kfile/kicondialog.cpp:332 kfile/kopenwith.cpp:296 +#: tdefile/kicondialog.cpp:332 tdefile/kopenwith.cpp:296 msgid "Applications" msgstr "অ্যাপলিকেশন" -#: kfile/kopenwith.cpp:322 +#: tdefile/kopenwith.cpp:322 msgid "Open With" msgstr "খুলতে ব্যবহার করো" -#: kfile/kopenwith.cpp:326 +#: tdefile/kopenwith.cpp:326 msgid "" "<qt>Select the program that should be used to open <b>%1</b>" ". If the program is not listed, enter the name or click the browse button.</qt>" msgstr "" -#: kfile/kopenwith.cpp:332 +#: tdefile/kopenwith.cpp:332 msgid "Choose the name of the program with which to open the selected files." msgstr "" -#: kfile/kopenwith.cpp:353 +#: tdefile/kopenwith.cpp:353 #, c-format msgid "Choose Application for %1" msgstr "%1-র জন্য অ্যাপলিকেশন বেছে নিন" -#: kfile/kopenwith.cpp:354 +#: tdefile/kopenwith.cpp:354 msgid "" "<qt>Select the program for the file type: <b>%1</b>. If the program is not " "listed, enter the name or click the browse button.</qt>" msgstr "" -#: kfile/kopenwith.cpp:366 +#: tdefile/kopenwith.cpp:366 msgid "Choose Application" msgstr "অ্যাপলিকেশন বেছে নিন" -#: kfile/kopenwith.cpp:367 +#: tdefile/kopenwith.cpp:367 msgid "" "<qt>Select a program. If the program is not listed, enter the name or click the " "browse button.</qt>" msgstr "" -#: kfile/kopenwith.cpp:406 +#: tdefile/kopenwith.cpp:406 msgid "Clear input field" msgstr "ইনপুট ফিল্ড ফাঁকা করো" -#: kfile/kopenwith.cpp:436 +#: tdefile/kopenwith.cpp:436 msgid "" "Following the command, you can have several place holders which will be " "replaced with the actual values when the actual program is run:\n" @@ -3232,229 +3232,229 @@ msgid "" "%c - the comment" msgstr "" -#: kfile/kopenwith.cpp:469 +#: tdefile/kopenwith.cpp:469 msgid "Run in &terminal" msgstr "টার্মিনালে চালা&ও" -#: kfile/kopenwith.cpp:480 +#: tdefile/kopenwith.cpp:480 msgid "&Do not close when command exits" msgstr "" -#: kfile/kopenwith.cpp:497 +#: tdefile/kopenwith.cpp:497 msgid "&Remember application association for this type of file" msgstr "এই &ধরনের ফাইলের জন্য এই অ্যাপলিকেশনটির কথা মনে রাখো" -#: kfile/kicondialog.cpp:241 kfile/kicondialog.cpp:250 +#: tdefile/kicondialog.cpp:241 tdefile/kicondialog.cpp:250 msgid "Select Icon" msgstr "আইকন বেছে নাও" -#: kfile/kicondialog.cpp:270 +#: tdefile/kicondialog.cpp:270 msgid "Icon Source" msgstr "আইকন উত্স" -#: kfile/kicondialog.cpp:276 +#: tdefile/kicondialog.cpp:276 msgid "S&ystem icons:" msgstr "সিস্টেম &আইকন:" -#: kfile/kicondialog.cpp:281 +#: tdefile/kicondialog.cpp:281 msgid "O&ther icons:" msgstr "&অন্যান্য আইকন:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 213 -#: kfile/kicondialog.cpp:283 kfile/kpropertiesdialog.cpp:3615 rc.cpp:288 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 213 +#: tdefile/kicondialog.cpp:283 tdefile/kpropertiesdialog.cpp:3615 rc.cpp:288 #, no-c-format msgid "&Browse..." msgstr "ব্রাউ&জ..." -#: kfile/kicondialog.cpp:293 +#: tdefile/kicondialog.cpp:293 msgid "Clear Search" msgstr "" -#: kfile/kicondialog.cpp:297 +#: tdefile/kicondialog.cpp:297 msgid "&Search:" msgstr "" -#: kfile/kicondialog.cpp:308 +#: tdefile/kicondialog.cpp:308 msgid "Search interactively for icon names (e.g. folder)." msgstr "" -#. i18n: file ./kfile/knotifywidgetbase.ui line 204 -#: kfile/kicondialog.cpp:330 rc.cpp:165 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 204 +#: tdefile/kicondialog.cpp:330 rc.cpp:165 #, no-c-format msgid "Actions" msgstr "কাজ" -#: kfile/kicondialog.cpp:331 +#: tdefile/kicondialog.cpp:331 msgid "Animations" msgstr "অ্যানিমেশন" -#: kfile/kicondialog.cpp:333 +#: tdefile/kicondialog.cpp:333 msgid "Categories" msgstr "" -#: kfile/kicondialog.cpp:334 +#: tdefile/kicondialog.cpp:334 msgid "Devices" msgstr "ডিভাইস" -#: kfile/kicondialog.cpp:335 +#: tdefile/kicondialog.cpp:335 msgid "Emblems" msgstr "" -#: kfile/kicondialog.cpp:336 +#: tdefile/kicondialog.cpp:336 msgid "Emotes" msgstr "" -#: kfile/kicondialog.cpp:337 +#: tdefile/kicondialog.cpp:337 msgid "Filesystems" msgstr "ফাইল-সিস্টেম" -#: kfile/kicondialog.cpp:338 +#: tdefile/kicondialog.cpp:338 msgid "International" msgstr "আন্তর্জাতিক" -#: kfile/kicondialog.cpp:339 +#: tdefile/kicondialog.cpp:339 msgid "Mimetypes" msgstr "মাইম-টাইপ" -#: kfile/kicondialog.cpp:340 +#: tdefile/kicondialog.cpp:340 msgid "Places" msgstr "" -#: kfile/kicondialog.cpp:341 +#: tdefile/kicondialog.cpp:341 msgid "Status" msgstr "অবস্থা" -#: kfile/kicondialog.cpp:589 +#: tdefile/kicondialog.cpp:589 msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)" msgstr "*.png *.xpm *.svg *.svgz|আইকন ফাইল (*.png *.xpm *.svg *.svgz)" -#: kfile/kfilemetainfowidget.cpp:111 +#: tdefile/tdefilemetainfowidget.cpp:111 msgid "<Error>" msgstr "<ভুল>" -#: kfile/kfilepreview.cpp:63 +#: tdefile/tdefilepreview.cpp:63 msgid "Preview" msgstr "প্রাকদর্শন" -#: kfile/kfilepreview.cpp:69 +#: tdefile/tdefilepreview.cpp:69 msgid "No preview available." msgstr "কোন প্রাকদর্শন নেই।" -#: kfile/kacleditwidget.cpp:63 kfile/kacleditwidget.cpp:421 -#: kfile/kfiledetailview.cpp:70 +#: tdefile/kacleditwidget.cpp:63 tdefile/kacleditwidget.cpp:421 +#: tdefile/tdefiledetailview.cpp:70 msgid "Owner" msgstr "মালিক" -#: kfile/kacleditwidget.cpp:64 kfile/kacleditwidget.cpp:423 +#: tdefile/kacleditwidget.cpp:64 tdefile/kacleditwidget.cpp:423 msgid "Owning Group" msgstr "" -#: kfile/kacleditwidget.cpp:65 kfile/kacleditwidget.cpp:425 -#: kfile/kpropertiesdialog.cpp:1980 +#: tdefile/kacleditwidget.cpp:65 tdefile/kacleditwidget.cpp:425 +#: tdefile/kpropertiesdialog.cpp:1980 msgid "Others" msgstr "অন্যান্য" -#: kfile/kacleditwidget.cpp:66 kfile/kacleditwidget.cpp:427 +#: tdefile/kacleditwidget.cpp:66 tdefile/kacleditwidget.cpp:427 msgid "Mask" msgstr "" -#: kfile/kacleditwidget.cpp:67 kfile/kacleditwidget.cpp:429 +#: tdefile/kacleditwidget.cpp:67 tdefile/kacleditwidget.cpp:429 msgid "Named User" msgstr "" -#: kfile/kacleditwidget.cpp:68 kfile/kacleditwidget.cpp:431 +#: tdefile/kacleditwidget.cpp:68 tdefile/kacleditwidget.cpp:431 msgid "Named Group" msgstr "" -#: kfile/kacleditwidget.cpp:81 +#: tdefile/kacleditwidget.cpp:81 msgid "Add Entry..." msgstr "এন্ট্রি যোগ করো..." -#: kfile/kacleditwidget.cpp:83 +#: tdefile/kacleditwidget.cpp:83 msgid "Edit Entry..." msgstr "এন্ট্রি সম্পাদন করো..." -#: kfile/kacleditwidget.cpp:85 +#: tdefile/kacleditwidget.cpp:85 msgid "Delete Entry" msgstr "" -#: kfile/kacleditwidget.cpp:280 +#: tdefile/kacleditwidget.cpp:280 msgid " (Default)" msgstr "" -#: kfile/kacleditwidget.cpp:397 +#: tdefile/kacleditwidget.cpp:397 msgid "Edit ACL Entry" msgstr "" -#: kfile/kacleditwidget.cpp:407 +#: tdefile/kacleditwidget.cpp:407 msgid "Entry Type" msgstr "" -#: kfile/kacleditwidget.cpp:410 +#: tdefile/kacleditwidget.cpp:410 msgid "Default for new files in this folder" msgstr "" -#: kfile/kacleditwidget.cpp:446 +#: tdefile/kacleditwidget.cpp:446 msgid "User: " msgstr "ব্যবহারকারী:" -#: kfile/kacleditwidget.cpp:450 +#: tdefile/kacleditwidget.cpp:450 msgid "Group: " msgstr "গ্রুপ:" -#: kfile/kacleditwidget.cpp:563 +#: tdefile/kacleditwidget.cpp:563 msgid "Type" msgstr "ধরন" -#: kfile/kacleditwidget.cpp:564 kfile/kfiledetailview.cpp:66 +#: tdefile/kacleditwidget.cpp:564 tdefile/tdefiledetailview.cpp:66 msgid "Name" msgstr "নাম" -#: kfile/kacleditwidget.cpp:565 +#: tdefile/kacleditwidget.cpp:565 msgid "" "_: read permission\n" "r" msgstr "r" -#: kfile/kacleditwidget.cpp:566 +#: tdefile/kacleditwidget.cpp:566 msgid "" "_: write permission\n" "w" msgstr "w" -#: kfile/kacleditwidget.cpp:567 +#: tdefile/kacleditwidget.cpp:567 msgid "" "_: execute permission\n" "x" msgstr "x" -#: kfile/kacleditwidget.cpp:568 +#: tdefile/kacleditwidget.cpp:568 msgid "Effective" msgstr "" -#: kfile/kdirselectdialog.cpp:90 +#: tdefile/kdirselectdialog.cpp:90 msgid "Select Folder" msgstr "ফোল্ডার নির্বাচন করো" -#: kfile/kdiroperator.cpp:1269 kfile/kdirselectdialog.cpp:92 -#: kfile/kdirselectdialog.cpp:125 +#: tdefile/tdediroperator.cpp:1269 tdefile/kdirselectdialog.cpp:92 +#: tdefile/kdirselectdialog.cpp:125 msgid "New Folder..." msgstr "নতুন ফোল্ডার..." -#: kfile/kdirselectdialog.cpp:109 +#: tdefile/kdirselectdialog.cpp:109 msgid "Folders" msgstr "ফোল্ডার" -#: kfile/kdirselectdialog.cpp:128 +#: tdefile/kdirselectdialog.cpp:128 msgid "Show Hidden Folders" msgstr "গুপ্ত ফোল্ডার দেখাও" -#: kfile/kdiroperator.cpp:389 kfile/kdiroperator.cpp:393 -#: kfile/kdirselectdialog.cpp:407 kfile/kdirselectdialog.cpp:411 +#: tdefile/tdediroperator.cpp:389 tdefile/tdediroperator.cpp:393 +#: tdefile/kdirselectdialog.cpp:407 tdefile/kdirselectdialog.cpp:411 msgid "New Folder" msgstr "নতুন ফোল্ডার" -#: kfile/kdiroperator.cpp:394 kfile/kdirselectdialog.cpp:412 +#: tdefile/tdediroperator.cpp:394 tdefile/kdirselectdialog.cpp:412 #, c-format msgid "" "Create new folder in:\n" @@ -3463,76 +3463,76 @@ msgstr "" "%1-এ \n" "নতুন ফোল্ডার তৈরি করো" -#: kfile/kdiroperator.cpp:422 kfile/kdirselectdialog.cpp:435 +#: tdefile/tdediroperator.cpp:422 tdefile/kdirselectdialog.cpp:435 msgid "A file or folder named %1 already exists." msgstr "%1 নামে একটি ফাইল বা ফোল্ডার আগে থেকেই আছে।" -#: kfile/kdiroperator.cpp:426 kfile/kdirselectdialog.cpp:439 +#: tdefile/tdediroperator.cpp:426 tdefile/kdirselectdialog.cpp:439 msgid "You do not have permission to create that folder." msgstr "আপনার ঐ ফোল্ডারটি তৈরি করার অনুমতি নেই।" -#: bookmarks/kbookmarkmenu.cc:797 kfile/kpropertiesdialog.cpp:968 -#: kfile/kurlrequesterdlg.cpp:47 +#: bookmarks/kbookmarkmenu.cc:797 tdefile/kpropertiesdialog.cpp:968 +#: tdefile/kurlrequesterdlg.cpp:47 msgid "Location:" msgstr "অবস্থান:" -#: kfile/knotifydialog.cpp:81 +#: tdefile/knotifydialog.cpp:81 msgid "Sounds" msgstr "শব্দ" -#: kfile/knotifydialog.cpp:82 +#: tdefile/knotifydialog.cpp:82 msgid "Logging" msgstr "লগিং" -#: kfile/knotifydialog.cpp:83 +#: tdefile/knotifydialog.cpp:83 msgid "Program Execution" msgstr "প্রোগ্রাম চালনা" -#: kfile/knotifydialog.cpp:84 +#: tdefile/knotifydialog.cpp:84 msgid "Message Windows" msgstr "বার্তা উইণ্ডো" -#: kfile/knotifydialog.cpp:85 +#: tdefile/knotifydialog.cpp:85 msgid "Passive Windows" msgstr "" -#: kfile/knotifydialog.cpp:86 +#: tdefile/knotifydialog.cpp:86 msgid "Standard Error Output" msgstr "" -#: kfile/knotifydialog.cpp:87 +#: tdefile/knotifydialog.cpp:87 msgid "Taskbar" msgstr "টাস্কবার" -#: kfile/knotifydialog.cpp:121 +#: tdefile/knotifydialog.cpp:121 msgid "Execute a program" msgstr "একটি প্রোগ্রাম চালাও" -#: kfile/knotifydialog.cpp:122 +#: tdefile/knotifydialog.cpp:122 msgid "Print to Standard error output" msgstr "" -#: kfile/knotifydialog.cpp:123 +#: tdefile/knotifydialog.cpp:123 msgid "Display a messagebox" msgstr "একটি মেসেজবক্স দেখাও" -#: kfile/knotifydialog.cpp:124 +#: tdefile/knotifydialog.cpp:124 msgid "Log to a file" msgstr "একটি লগ ফাইলে লেখ" -#: kfile/knotifydialog.cpp:125 +#: tdefile/knotifydialog.cpp:125 msgid "Play a sound" msgstr "একটি আওয়াজ শোনাও" -#: kfile/knotifydialog.cpp:126 +#: tdefile/knotifydialog.cpp:126 msgid "Flash the taskbar entry" msgstr "টাস্কবার এন্ট্রি ফ্ল্যাশ করো" -#: kfile/knotifydialog.cpp:163 +#: tdefile/knotifydialog.cpp:163 msgid "Notification Settings" msgstr "বার্তাবলী সেটিংস" -#: kfile/knotifydialog.cpp:309 +#: tdefile/knotifydialog.cpp:309 msgid "" "<qt>You may use the following macros" "<br>in the commandline:" @@ -3543,73 +3543,73 @@ msgid "" "<br><b>%i</b>: for the numeric event ID." msgstr "" -#: kfile/knotifydialog.cpp:339 +#: tdefile/knotifydialog.cpp:339 msgid "Advanced <<" msgstr "অগ্রসর <<" -#: kfile/knotifydialog.cpp:340 +#: tdefile/knotifydialog.cpp:340 msgid "Hide advanced options" msgstr "অগ্রসর অপশন লুকোও" -#: kfile/knotifydialog.cpp:356 +#: tdefile/knotifydialog.cpp:356 msgid "Advanced >>" msgstr "অগ্রসর >>" -#: kfile/knotifydialog.cpp:357 +#: tdefile/knotifydialog.cpp:357 msgid "Show advanced options" msgstr "অগ্রসর অপশন দেখাও" -#: kfile/knotifydialog.cpp:782 +#: tdefile/knotifydialog.cpp:782 msgid "This will cause the notifications to be reset to their defaults." msgstr "" -#: kfile/knotifydialog.cpp:784 +#: tdefile/knotifydialog.cpp:784 msgid "Are You Sure?" msgstr "আপনি কি নিশ্চিত?" -#: kfile/knotifydialog.cpp:785 +#: tdefile/knotifydialog.cpp:785 msgid "&Reset" msgstr "" -#: kfile/knotifydialog.cpp:858 +#: tdefile/knotifydialog.cpp:858 msgid "Select Sound File" msgstr "সাউণ্ড ফাইল বেছে নিন" -#: kfile/knotifydialog.cpp:894 +#: tdefile/knotifydialog.cpp:894 msgid "Select Log File" msgstr "লগ ফাইল বেছে নিন " -#: kfile/knotifydialog.cpp:908 +#: tdefile/knotifydialog.cpp:908 msgid "Select File to Execute" msgstr "চালাবার জন্য ফাইল বেছে নিন" -#: kfile/knotifydialog.cpp:942 +#: tdefile/knotifydialog.cpp:942 msgid "The specified file does not exist." msgstr "ঐ নামে কোন ফাইল নেই।" -#: kfile/knotifydialog.cpp:1012 +#: tdefile/knotifydialog.cpp:1012 msgid "No description available" msgstr "কোনো বর্ণনা পাওয়া যাচ্ছে না" -#: kfile/kfiledialog.cpp:347 +#: tdefile/tdefiledialog.cpp:347 msgid "Please specify the filename to save to." msgstr "" -#: kfile/kfiledialog.cpp:349 +#: tdefile/tdefiledialog.cpp:349 msgid "Please select the file to open." msgstr "খোলার জন্য ফাইল নির্বাচন করুন।" -#: kfile/kfiledialog.cpp:410 kfile/kfiledialog.cpp:453 -#: kfile/kfiledialog.cpp:1550 +#: tdefile/tdefiledialog.cpp:410 tdefile/tdefiledialog.cpp:453 +#: tdefile/tdefiledialog.cpp:1550 msgid "You can only select local files." msgstr "শুধু স্থানীয় ফাইল নির্বাচন করতে পারেন।" -#: kfile/kfiledialog.cpp:411 kfile/kfiledialog.cpp:454 -#: kfile/kfiledialog.cpp:1551 +#: tdefile/tdefiledialog.cpp:411 tdefile/tdefiledialog.cpp:454 +#: tdefile/tdefiledialog.cpp:1551 msgid "Remote Files Not Accepted" msgstr "দূরবর্তী (রিমোট) ফাইল গ্রহণযোগ্য নয়" -#: kfile/kfiledialog.cpp:445 +#: tdefile/tdefiledialog.cpp:445 msgid "" "%1\n" "does not appear to be a valid URL.\n" @@ -3617,63 +3617,63 @@ msgstr "" "%1\n" "একটি বৈধ ইউ-আর-এল বলে মনে হচ্ছে না।\n" -#: kfile/kfiledialog.cpp:445 +#: tdefile/tdefiledialog.cpp:445 msgid "Invalid URL" msgstr "অবৈধ ইউ-আর-এল" -#: kfile/kfiledialog.cpp:782 +#: tdefile/tdefiledialog.cpp:782 msgid "" "<p>While typing in the text area, you may be presented with possible matches. " "This feature can be controlled by clicking with the right mouse button and " "selecting a preferred mode from the <b>Text Completion</b> menu." msgstr "" -#: kfile/kfiledialog.cpp:791 +#: tdefile/tdefiledialog.cpp:791 msgid "This is the name to save the file as." msgstr "" -#: kfile/kfiledialog.cpp:796 +#: tdefile/tdefiledialog.cpp:796 msgid "" "This is the list of files to open. More than one file can be specified by " "listing several files, separated by spaces." msgstr "" -#: kfile/kfiledialog.cpp:803 +#: tdefile/tdefiledialog.cpp:803 msgid "This is the name of the file to open." msgstr "যে ফাইলটি খোলা হবে তার নাম।" -#: kfile/kfiledialog.cpp:841 +#: tdefile/tdefiledialog.cpp:841 msgid "Current location" msgstr "বর্তমান অবস্থান" -#: kfile/kfiledialog.cpp:842 +#: tdefile/tdefiledialog.cpp:842 msgid "" "This is the currently listed location. The drop-down list also lists commonly " "used locations. This includes standard locations, such as your home folder, as " "well as locations that have been visited recently." msgstr "" -#: kfile/kfiledialog.cpp:849 +#: tdefile/tdefiledialog.cpp:849 #, c-format msgid "Root Folder: %1" msgstr "রুট ফোল্ডার: %1" -#: kfile/kfiledialog.cpp:855 +#: tdefile/tdefiledialog.cpp:855 #, c-format msgid "Home Folder: %1" msgstr "ব্যক্তিগত ফোল্ডার: %1" -#: kfile/kfiledialog.cpp:864 +#: tdefile/tdefiledialog.cpp:864 #, c-format msgid "Documents: %1" msgstr "নথী: %1" -#: kfile/kfiledialog.cpp:871 +#: tdefile/tdefiledialog.cpp:871 #, c-format msgid "Desktop: %1" msgstr "ডেস্কটপ: %1" -#: kfile/kfiledialog.cpp:912 +#: tdefile/tdefiledialog.cpp:912 msgid "" "<qt>Click this button to enter the parent folder." "<p>For instance, if the current location is file:/home/%1 clicking this button " @@ -3683,39 +3683,39 @@ msgstr "" "<p>উদাহরণস্বরূপ, যদি আপনার বর্তমান অবস্থান হয় file:/home/%1, এই বাটনটি ক্লিক " "করলে আপনি চলে যাবেন file:/home।</qt>" -#: kfile/kfiledialog.cpp:916 +#: tdefile/tdefiledialog.cpp:916 msgid "Click this button to move backwards one step in the browsing history." msgstr "পূর্বদৃষ্ট অবস্থানের তালিকায় এক ধাপ পিছিয়ে যেতে এই বাটনটি ক্লিক করুন।" -#: kfile/kfiledialog.cpp:918 +#: tdefile/tdefiledialog.cpp:918 msgid "Click this button to move forward one step in the browsing history." msgstr "পূর্বদৃষ্ট অবস্থানের তালিকায় এক ধাপ এগিয়ে যেতে এই বাটনটি ক্লিক করুন।" -#: kfile/kfiledialog.cpp:920 +#: tdefile/tdefiledialog.cpp:920 msgid "Click this button to reload the contents of the current location." msgstr "প্রদর্শিত অবস্থানটির বিষয়বস্তু নতুন করে লোড করতে এই বাটনটি ক্লিক করুন।" -#: kfile/kfiledialog.cpp:923 +#: tdefile/tdefiledialog.cpp:923 msgid "Click this button to create a new folder." msgstr "নতুন ফোল্ডার তৈরি করতে এই বাটনটি ক্লিক করুন।" -#: kfile/kfiledialog.cpp:926 +#: tdefile/tdefiledialog.cpp:926 msgid "Show Quick Access Navigation Panel" msgstr "" -#: kfile/kfiledialog.cpp:927 +#: tdefile/tdefiledialog.cpp:927 msgid "Hide Quick Access Navigation Panel" msgstr "" -#: kfile/kfiledialog.cpp:932 +#: tdefile/tdefiledialog.cpp:932 msgid "Show Bookmarks" msgstr "বুকমার্ক দেখাও" -#: kfile/kfiledialog.cpp:933 +#: tdefile/tdefiledialog.cpp:933 msgid "Hide Bookmarks" msgstr "বুকমার্ক লুকোও" -#: kfile/kfiledialog.cpp:938 +#: tdefile/tdefiledialog.cpp:938 msgid "" "<qt>This is the configuration menu for the file dialog. Various options can be " "accessed from this menu including: " @@ -3728,11 +3728,11 @@ msgid "" "<li>separating folders from files</li></ul></qt>" msgstr "" -#: kfile/kfiledialog.cpp:992 +#: tdefile/tdefiledialog.cpp:992 msgid "&Location:" msgstr "&অবস্থান:" -#: kfile/kfiledialog.cpp:1017 +#: tdefile/tdefiledialog.cpp:1017 msgid "" "<qt>This is the filter to apply to the file list. File names that do not match " "the filter will not be shown." @@ -3741,11 +3741,11 @@ msgid "" "<p>Wildcards such as * and ? are allowed.</qt>" msgstr "" -#: kfile/kfiledialog.cpp:1023 +#: tdefile/tdefiledialog.cpp:1023 msgid "&Filter:" msgstr "" -#: kfile/kfiledialog.cpp:1480 +#: tdefile/tdefiledialog.cpp:1480 msgid "" "The chosen filenames do not\n" "appear to be valid." @@ -3753,11 +3753,11 @@ msgstr "" "নির্বাচিত নামগুলি ফাইলের নাম\n" "হিসাবে অবৈধ বলে মনে হচ্ছে।" -#: kfile/kfiledialog.cpp:1482 +#: tdefile/tdefiledialog.cpp:1482 msgid "Invalid Filenames" msgstr "ফাইলের নাম অবৈধ " -#: kfile/kfiledialog.cpp:1512 +#: tdefile/tdefiledialog.cpp:1512 msgid "" "The requested filenames\n" "%1\n" @@ -3765,31 +3765,31 @@ msgid "" "make sure every filename is enclosed in double quotes." msgstr "" -#: kfile/kfiledialog.cpp:1516 +#: tdefile/tdefiledialog.cpp:1516 msgid "Filename Error" msgstr "ফাইলের নাম ভুল" -#: kfile/kfiledialog.cpp:1673 +#: tdefile/tdefiledialog.cpp:1673 msgid "*|All Folders" msgstr "*|সব ফোল্ডার" -#: kfile/kfiledialog.cpp:1973 +#: tdefile/tdefiledialog.cpp:1973 msgid "Automatically select filename e&xtension (%1)" msgstr "" -#: kfile/kfiledialog.cpp:1974 +#: tdefile/tdefiledialog.cpp:1974 msgid "the extension <b>%1</b>" msgstr "" -#: kfile/kfiledialog.cpp:1982 +#: tdefile/tdefiledialog.cpp:1982 msgid "Automatically select filename e&xtension" msgstr "" -#: kfile/kfiledialog.cpp:1983 +#: tdefile/tdefiledialog.cpp:1983 msgid "a suitable extension" msgstr "একটি উপযুক্ত এক্সটেনশন" -#: kfile/kfiledialog.cpp:1994 +#: tdefile/tdefiledialog.cpp:1994 msgid "" "This option enables some convenient features for saving files with extensions:" "<br>" @@ -3809,7 +3809,7 @@ msgid "" "If unsure, keep this option enabled as it makes your files more manageable." msgstr "" -#: kfile/kfiledialog.cpp:2268 +#: tdefile/tdefiledialog.cpp:2268 msgid "" "<qt>This button allows you to bookmark specific locations. Click on this button " "to open the bookmark menu where you may add, edit or select a bookmark." @@ -3817,35 +3817,35 @@ msgid "" "bookmarks elsewhere in TDE.</qt>" msgstr "" -#: kfile/kfileiconview.cpp:62 +#: tdefile/tdefileiconview.cpp:62 msgid "Small Icons" msgstr "ছোট আইকন" -#: kfile/kfileiconview.cpp:67 +#: tdefile/tdefileiconview.cpp:67 msgid "Large Icons" msgstr "বড় আইকন" -#: kfile/kfileiconview.cpp:75 +#: tdefile/tdefileiconview.cpp:75 msgid "Thumbnail Previews" msgstr "থাম্বনেইল প্রাকদর্শন" -#: kfile/kfileiconview.cpp:119 +#: tdefile/tdefileiconview.cpp:119 msgid "Icon View" msgstr "আইকন ভিউ" -#: kfile/kurlrequester.cpp:213 +#: tdefile/kurlrequester.cpp:213 msgid "Open file dialog" msgstr "ফাইল ডায়ালগ খোলো" -#: kfile/kdiroperator.cpp:448 +#: tdefile/tdediroperator.cpp:448 msgid "You did not select a file to delete." msgstr "আপনি মোছার জন্য কোন ফাইল বাছেননি।" -#: kfile/kdiroperator.cpp:449 +#: tdefile/tdediroperator.cpp:449 msgid "Nothing to Delete" msgstr "কিছু মোছার নেই" -#: kfile/kdiroperator.cpp:471 +#: tdefile/tdediroperator.cpp:471 msgid "" "<qt>Do you really want to delete\n" " <b>'%1'</b>?</qt>" @@ -3853,11 +3853,11 @@ msgstr "" "<qt>আপনি কি সত্যিই \n" " <b>'%1'</b> মুছতে চান?</qt>" -#: kfile/kdiroperator.cpp:473 +#: tdefile/tdediroperator.cpp:473 msgid "Delete File" msgstr "ফাইল মুছে ফেল" -#: kfile/kdiroperator.cpp:478 +#: tdefile/tdediroperator.cpp:478 #, c-format msgid "" "_n: Do you really want to delete this item?\n" @@ -3866,19 +3866,19 @@ msgstr "" "translators: not called for n == 1\n" "আপনি কি সত্যিই এই %n-টি জিনিস মুছে ফেলতে চান?" -#: kfile/kdiroperator.cpp:480 +#: tdefile/tdediroperator.cpp:480 msgid "Delete Files" msgstr "ফাইলগুলি মুছে ফেল" -#: kfile/kdiroperator.cpp:511 +#: tdefile/tdediroperator.cpp:511 msgid "You did not select a file to trash." msgstr "আপনি আবর্জনার বাক্সে পাঠাবার জন্য কোন ফাইল বাছেননি।" -#: kfile/kdiroperator.cpp:512 +#: tdefile/tdediroperator.cpp:512 msgid "Nothing to Trash" msgstr "আবর্জনার বাক্সে পাঠাবার মত কিছু নেই" -#: kfile/kdiroperator.cpp:534 +#: tdefile/tdediroperator.cpp:534 msgid "" "<qt>Do you really want to trash\n" " <b>'%1'</b>?</qt>" @@ -3886,17 +3886,17 @@ msgstr "" "<qt>আপনি কি সত্যিই\n" " <b>'%1'</b> আবর্জনার বাক্সে পাঠাতে চান?</qt>" -#: kfile/kdiroperator.cpp:536 +#: tdefile/tdediroperator.cpp:536 msgid "Trash File" msgstr "" -#: kfile/kdiroperator.cpp:537 kfile/kdiroperator.cpp:544 +#: tdefile/tdediroperator.cpp:537 tdefile/tdediroperator.cpp:544 msgid "" "_: to trash\n" "&Trash" msgstr "" -#: kfile/kdiroperator.cpp:541 +#: tdefile/tdediroperator.cpp:541 #, c-format msgid "" "_n: translators: not called for n == 1\n" @@ -3905,158 +3905,158 @@ msgstr "" "translators: not called for n == 1\n" "আপনি কি সত্যিই এই %n-টি জিনিস আবর্জনার বাক্সে পাঠাতে চান?" -#: kfile/kdiroperator.cpp:543 +#: tdefile/tdediroperator.cpp:543 msgid "Trash Files" msgstr "" -#: kfile/kdiroperator.cpp:658 kfile/kdiroperator.cpp:726 +#: tdefile/tdediroperator.cpp:658 tdefile/tdediroperator.cpp:726 msgid "The specified folder does not exist or was not readable." msgstr "" -#: kfile/kdiroperator.cpp:920 kfile/kdiroperator.cpp:1321 -#: kfile/kfiledetailview.cpp:64 +#: tdefile/tdediroperator.cpp:920 tdefile/tdediroperator.cpp:1321 +#: tdefile/tdefiledetailview.cpp:64 msgid "Detailed View" msgstr "বিস্তারিত ভিউ" -#: kfile/kdiroperator.cpp:925 kfile/kdiroperator.cpp:1319 +#: tdefile/tdediroperator.cpp:925 tdefile/tdediroperator.cpp:1319 msgid "Short View" msgstr "সংক্ষিপ্ত ভিউ" -#: kfile/kdiroperator.cpp:1260 +#: tdefile/tdediroperator.cpp:1260 msgid "Parent Folder" msgstr "উর্ধ্বস্থ ফোল্ডার" -#: kfile/kdiroperator.cpp:1271 +#: tdefile/tdediroperator.cpp:1271 msgid "Move to Trash" msgstr "" -#: kfile/kdiroperator.cpp:1282 +#: tdefile/tdediroperator.cpp:1282 msgid "Sorting" msgstr "ক্রমবিন্যাস" -#: kfile/kdiroperator.cpp:1283 +#: tdefile/tdediroperator.cpp:1283 msgid "By Name" msgstr "নাম অনুসারে" -#: kfile/kdiroperator.cpp:1286 +#: tdefile/tdediroperator.cpp:1286 msgid "By Date" msgstr "তারিখ অনুসারে" -#: kfile/kdiroperator.cpp:1289 +#: tdefile/tdediroperator.cpp:1289 msgid "By Size" msgstr "আয়তন অনুসারে" -#: kfile/kdiroperator.cpp:1292 +#: tdefile/tdediroperator.cpp:1292 msgid "Reverse" msgstr "বিপরীত" -#: kfile/kdiroperator.cpp:1302 +#: tdefile/tdediroperator.cpp:1302 msgid "Folders First" msgstr "প্রথমে ফোল্ডার" -#: kfile/kdiroperator.cpp:1304 +#: tdefile/tdediroperator.cpp:1304 msgid "Case Insensitive" msgstr "Case Insensitive" -#: kfile/kdiroperator.cpp:1324 +#: tdefile/tdediroperator.cpp:1324 msgid "Show Hidden Files" msgstr "গুপ্ত ফাইল দেখাও" -#: kfile/kdiroperator.cpp:1327 +#: tdefile/tdediroperator.cpp:1327 msgid "Separate Folders" msgstr "আলাদা ফোল্ডার" -#: kfile/kdiroperator.cpp:1331 +#: tdefile/tdediroperator.cpp:1331 msgid "Show Preview" msgstr "প্রাকদর্শন দেখাও" -#: kfile/kdiroperator.cpp:1335 +#: tdefile/tdediroperator.cpp:1335 msgid "Hide Preview" msgstr "" -#: kfile/kfiledetailview.cpp:68 +#: tdefile/tdefiledetailview.cpp:68 msgid "Date" msgstr "তারিখ" -#: kfile/kfiledetailview.cpp:69 +#: tdefile/tdefiledetailview.cpp:69 msgid "Permissions" msgstr "অনুমতি" -#: kfile/kfiledetailview.cpp:71 kfile/kpropertiesdialog.cpp:1976 +#: tdefile/tdefiledetailview.cpp:71 tdefile/kpropertiesdialog.cpp:1976 msgid "Group" msgstr "গ্রুপ" -#: kfile/kmetaprops.cpp:130 +#: tdefile/kmetaprops.cpp:130 msgid "&Meta Info" msgstr "মেটা &তথ্য" -#: kfile/kpropertiesdialog.cpp:177 kfile/kpropertiesdialog.cpp:193 -#: kfile/kpropertiesdialog.cpp:209 kfile/kpropertiesdialog.cpp:232 -#: kfile/kpropertiesdialog.cpp:252 kfile/kpropertiesdialog.cpp:272 +#: tdefile/kpropertiesdialog.cpp:177 tdefile/kpropertiesdialog.cpp:193 +#: tdefile/kpropertiesdialog.cpp:209 tdefile/kpropertiesdialog.cpp:232 +#: tdefile/kpropertiesdialog.cpp:252 tdefile/kpropertiesdialog.cpp:272 #, c-format msgid "Properties for %1" msgstr "" -#: kfile/kpropertiesdialog.cpp:208 +#: tdefile/kpropertiesdialog.cpp:208 #, c-format msgid "" "_n: <never used>\n" "Properties for %n Selected Items" msgstr "" -#: kfile/kpropertiesdialog.cpp:740 +#: tdefile/kpropertiesdialog.cpp:740 msgid "&General" msgstr "সাধা&রণ" -#: kfile/kpropertiesdialog.cpp:944 +#: tdefile/kpropertiesdialog.cpp:944 msgid "Create new file type" msgstr "" -#: kfile/kpropertiesdialog.cpp:946 +#: tdefile/kpropertiesdialog.cpp:946 msgid "Edit file type" msgstr "ফাইল টাইপ সম্পাদন করুন" -#: kfile/kpropertiesdialog.cpp:959 +#: tdefile/kpropertiesdialog.cpp:959 msgid "Contents:" msgstr "বিষয়বস্তু:" -#: kfile/kpropertiesdialog.cpp:1001 +#: tdefile/kpropertiesdialog.cpp:1001 msgid "Calculate" msgstr "গণনা করো" -#: kfile/kpropertiesdialog.cpp:1012 kfile/kpropertiesdialog.cpp:1239 +#: tdefile/kpropertiesdialog.cpp:1012 tdefile/kpropertiesdialog.cpp:1239 msgid "Refresh" msgstr "" -#: kfile/kpropertiesdialog.cpp:1020 +#: tdefile/kpropertiesdialog.cpp:1020 msgid "Points to:" msgstr "" -#: kfile/kpropertiesdialog.cpp:1034 +#: tdefile/kpropertiesdialog.cpp:1034 msgid "Created:" msgstr "তৈরি:" -#: kfile/kpropertiesdialog.cpp:1056 +#: tdefile/kpropertiesdialog.cpp:1056 msgid "Accessed:" msgstr "ব্যবহৃত:" -#: kfile/kpropertiesdialog.cpp:1075 +#: tdefile/kpropertiesdialog.cpp:1075 msgid "Mounted on:" msgstr "মাউন্ট করা:" -#: kfile/kpropertiesdialog.cpp:1082 kfile/kpropertiesdialog.cpp:2888 +#: tdefile/kpropertiesdialog.cpp:1082 tdefile/kpropertiesdialog.cpp:2888 msgid "Free disk space:" msgstr "ডিস্কে ফাঁকা জায়গা:" -#: kfile/kpropertiesdialog.cpp:1189 kfile/kpropertiesdialog.cpp:1204 -#: kfile/kpropertiesdialog.cpp:3031 +#: tdefile/kpropertiesdialog.cpp:1189 tdefile/kpropertiesdialog.cpp:1204 +#: tdefile/kpropertiesdialog.cpp:3031 #, no-c-format msgid "" "_: Available space out of total partition size (percent used)\n" "%1 out of %2 (%3% used)" msgstr "%2 -এর মধ্যে %1 (%3% ব্যবহৃত)" -#: kfile/kpropertiesdialog.cpp:1215 +#: tdefile/kpropertiesdialog.cpp:1215 msgid "" "Calculating... %1 (%2)\n" "%3, %4" @@ -4064,7 +4064,7 @@ msgstr "" "গণনা চলছে... %1 (%2)\n" "%3, %4" -#: kfile/kpropertiesdialog.cpp:1218 kfile/kpropertiesdialog.cpp:1234 +#: tdefile/kpropertiesdialog.cpp:1218 tdefile/kpropertiesdialog.cpp:1234 #, c-format msgid "" "_n: 1 file\n" @@ -4073,7 +4073,7 @@ msgstr "" "একটি ফাইল\n" "%n-টি ফাইল" -#: kfile/kpropertiesdialog.cpp:1219 kfile/kpropertiesdialog.cpp:1235 +#: tdefile/kpropertiesdialog.cpp:1219 tdefile/kpropertiesdialog.cpp:1235 #, c-format msgid "" "_n: 1 sub-folder\n" @@ -4082,361 +4082,361 @@ msgstr "" "একটি সাব-ফোল্ডার\n" "%n-টি সাব-ফোল্ডার" -#: kfile/kpropertiesdialog.cpp:1248 +#: tdefile/kpropertiesdialog.cpp:1248 msgid "Calculating..." msgstr "গণনা চলছে..." -#: kfile/kpropertiesdialog.cpp:1282 +#: tdefile/kpropertiesdialog.cpp:1282 msgid "Stopped" msgstr "বন্ধ" -#: kfile/kpropertiesdialog.cpp:1322 +#: tdefile/kpropertiesdialog.cpp:1322 msgid "The new file name is empty." msgstr "নতুন ফাইলের নাম ফাঁকা।" -#: kfile/kpropertiesdialog.cpp:1460 kfile/kpropertiesdialog.cpp:2621 -#: kfile/kpropertiesdialog.cpp:2778 kfile/kpropertiesdialog.cpp:3059 -#: kfile/kpropertiesdialog.cpp:3340 kfile/kpropertiesdialog.cpp:3836 -#: kfile/kpropertiesdialog.cpp:4079 +#: tdefile/kpropertiesdialog.cpp:1460 tdefile/kpropertiesdialog.cpp:2621 +#: tdefile/kpropertiesdialog.cpp:2778 tdefile/kpropertiesdialog.cpp:3059 +#: tdefile/kpropertiesdialog.cpp:3340 tdefile/kpropertiesdialog.cpp:3836 +#: tdefile/kpropertiesdialog.cpp:4079 msgid "" "<qt>Could not save properties. You do not have sufficient access to write to <b>" "%1</b>.</qt>" msgstr "" -#: kfile/kpropertiesdialog.cpp:1534 kfile/kpropertiesdialog.cpp:1538 -#: kfile/kpropertiesdialog.cpp:1543 +#: tdefile/kpropertiesdialog.cpp:1534 tdefile/kpropertiesdialog.cpp:1538 +#: tdefile/kpropertiesdialog.cpp:1543 msgid "Forbidden" msgstr "নিষিদ্ধ" -#: kfile/kpropertiesdialog.cpp:1535 +#: tdefile/kpropertiesdialog.cpp:1535 msgid "Can Read" msgstr "" -#: kfile/kpropertiesdialog.cpp:1536 +#: tdefile/kpropertiesdialog.cpp:1536 msgid "Can Read & Write" msgstr "" -#: kfile/kpropertiesdialog.cpp:1539 +#: tdefile/kpropertiesdialog.cpp:1539 msgid "Can View Content" msgstr "" -#: kfile/kpropertiesdialog.cpp:1540 +#: tdefile/kpropertiesdialog.cpp:1540 msgid "Can View & Modify Content" msgstr "" -#: kfile/kpropertiesdialog.cpp:1544 +#: tdefile/kpropertiesdialog.cpp:1544 msgid "Can View Content & Read" msgstr "" -#: kfile/kpropertiesdialog.cpp:1545 +#: tdefile/kpropertiesdialog.cpp:1545 msgid "Can View/Read & Modify/Write" msgstr "" -#: kfile/kpropertiesdialog.cpp:1639 +#: tdefile/kpropertiesdialog.cpp:1639 msgid "&Permissions" msgstr "&অনুমতি" -#: kfile/kpropertiesdialog.cpp:1650 kfile/kpropertiesdialog.cpp:1904 +#: tdefile/kpropertiesdialog.cpp:1650 tdefile/kpropertiesdialog.cpp:1904 msgid "Access Permissions" msgstr "ব্যবহারের অনুমতি" -#: kfile/kpropertiesdialog.cpp:1661 +#: tdefile/kpropertiesdialog.cpp:1661 msgid "" "_n: This file is a link and does not have permissions.\n" "All files are links and do not have permissions." msgstr "" -#: kfile/kpropertiesdialog.cpp:1664 +#: tdefile/kpropertiesdialog.cpp:1664 msgid "Only the owner can change permissions." msgstr "কেবল মালিক অনুমতি বদলাতে পারেন।" -#: kfile/kpropertiesdialog.cpp:1667 +#: tdefile/kpropertiesdialog.cpp:1667 msgid "O&wner:" msgstr "মালি&ক:" -#: kfile/kpropertiesdialog.cpp:1673 +#: tdefile/kpropertiesdialog.cpp:1673 msgid "Specifies the actions that the owner is allowed to do." msgstr "" -#: kfile/kpropertiesdialog.cpp:1675 +#: tdefile/kpropertiesdialog.cpp:1675 msgid "Gro&up:" msgstr "গ্রু&প:" -#: kfile/kpropertiesdialog.cpp:1681 +#: tdefile/kpropertiesdialog.cpp:1681 msgid "Specifies the actions that the members of the group are allowed to do." msgstr "" -#: kfile/kpropertiesdialog.cpp:1683 +#: tdefile/kpropertiesdialog.cpp:1683 msgid "O&thers:" msgstr "&অন্যান্য:" -#: kfile/kpropertiesdialog.cpp:1689 +#: tdefile/kpropertiesdialog.cpp:1689 msgid "" "Specifies the actions that all users, who are neither owner nor in the group, " "are allowed to do." msgstr "" -#: kfile/kpropertiesdialog.cpp:1694 +#: tdefile/kpropertiesdialog.cpp:1694 msgid "Only own&er can rename and delete folder content" msgstr "" -#: kfile/kpropertiesdialog.cpp:1695 +#: tdefile/kpropertiesdialog.cpp:1695 msgid "Is &executable" msgstr "" -#: kfile/kpropertiesdialog.cpp:1699 +#: tdefile/kpropertiesdialog.cpp:1699 msgid "" "Enable this option to allow only the folder's owner to delete or rename the " "contained files and folders. Other users can only add new files, which requires " "the 'Modify Content' permission." msgstr "" -#: kfile/kpropertiesdialog.cpp:1703 +#: tdefile/kpropertiesdialog.cpp:1703 msgid "" "Enable this option to mark the file as executable. This only makes sense for " "programs and scripts. It is required when you want to execute them." msgstr "" -#: kfile/kpropertiesdialog.cpp:1710 +#: tdefile/kpropertiesdialog.cpp:1710 msgid "A&dvanced Permissions" msgstr "" -#: kfile/kpropertiesdialog.cpp:1719 +#: tdefile/kpropertiesdialog.cpp:1719 msgid "Ownership" msgstr "মালিকানা" -#: kfile/kpropertiesdialog.cpp:1728 +#: tdefile/kpropertiesdialog.cpp:1728 msgid "User:" msgstr "ব্যবহারকারী:" -#: kfile/kpropertiesdialog.cpp:1814 +#: tdefile/kpropertiesdialog.cpp:1814 msgid "Group:" msgstr "গ্রুপ:" -#: kfile/kpropertiesdialog.cpp:1856 +#: tdefile/kpropertiesdialog.cpp:1856 msgid "Apply changes to all subfolders and their contents" msgstr "" -#: kfile/kpropertiesdialog.cpp:1894 +#: tdefile/kpropertiesdialog.cpp:1894 msgid "Advanced Permissions" msgstr "অগ্রসর অনুমতি" -#: kfile/kpropertiesdialog.cpp:1913 +#: tdefile/kpropertiesdialog.cpp:1913 msgid "Class" msgstr "" -#: kfile/kpropertiesdialog.cpp:1918 +#: tdefile/kpropertiesdialog.cpp:1918 msgid "" "Show\n" "Entries" msgstr "" -#: kfile/kpropertiesdialog.cpp:1920 +#: tdefile/kpropertiesdialog.cpp:1920 msgid "Read" msgstr "" -#: kfile/kpropertiesdialog.cpp:1925 +#: tdefile/kpropertiesdialog.cpp:1925 msgid "This flag allows viewing the content of the folder." msgstr "" -#: kfile/kpropertiesdialog.cpp:1927 +#: tdefile/kpropertiesdialog.cpp:1927 msgid "The Read flag allows viewing the content of the file." msgstr "" -#: kfile/kpropertiesdialog.cpp:1931 +#: tdefile/kpropertiesdialog.cpp:1931 msgid "" "Write\n" "Entries" msgstr "" -#: kfile/kpropertiesdialog.cpp:1933 +#: tdefile/kpropertiesdialog.cpp:1933 msgid "Write" msgstr "" -#: kfile/kpropertiesdialog.cpp:1938 +#: tdefile/kpropertiesdialog.cpp:1938 msgid "" "This flag allows adding, renaming and deleting of files. Note that deleting and " "renaming can be limited using the Sticky flag." msgstr "" -#: kfile/kpropertiesdialog.cpp:1941 +#: tdefile/kpropertiesdialog.cpp:1941 msgid "The Write flag allows modifying the content of the file." msgstr "" -#: kfile/kpropertiesdialog.cpp:1946 +#: tdefile/kpropertiesdialog.cpp:1946 msgid "" "_: Enter folder\n" "Enter" msgstr "ঢোকো" -#: kfile/kpropertiesdialog.cpp:1947 +#: tdefile/kpropertiesdialog.cpp:1947 msgid "Enable this flag to allow entering the folder." msgstr "" -#: kfile/kpropertiesdialog.cpp:1950 +#: tdefile/kpropertiesdialog.cpp:1950 msgid "Exec" msgstr "" -#: kfile/kpropertiesdialog.cpp:1951 +#: tdefile/kpropertiesdialog.cpp:1951 msgid "Enable this flag to allow executing the file as a program." msgstr "" -#: kfile/kpropertiesdialog.cpp:1961 +#: tdefile/kpropertiesdialog.cpp:1961 msgid "Special" msgstr "বিশেষ" -#: kfile/kpropertiesdialog.cpp:1965 +#: tdefile/kpropertiesdialog.cpp:1965 msgid "" "Special flag. Valid for the whole folder, the exact meaning of the flag can be " "seen in the right hand column." msgstr "" -#: kfile/kpropertiesdialog.cpp:1968 +#: tdefile/kpropertiesdialog.cpp:1968 msgid "" "Special flag. The exact meaning of the flag can be seen in the right hand " "column." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 95 -#: kfile/kpropertiesdialog.cpp:1972 rc.cpp:96 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 95 +#: tdefile/kpropertiesdialog.cpp:1972 rc.cpp:96 #, no-c-format msgid "User" msgstr "ব্যবহারকারী" -#: kfile/kpropertiesdialog.cpp:1984 +#: tdefile/kpropertiesdialog.cpp:1984 msgid "Set UID" msgstr "" -#: kfile/kpropertiesdialog.cpp:1988 +#: tdefile/kpropertiesdialog.cpp:1988 msgid "" "If this flag is set, the owner of this folder will be the owner of all new " "files." msgstr "" -#: kfile/kpropertiesdialog.cpp:1991 +#: tdefile/kpropertiesdialog.cpp:1991 msgid "" "If this file is an executable and the flag is set, it will be executed with the " "permissions of the owner." msgstr "" -#: kfile/kpropertiesdialog.cpp:1995 +#: tdefile/kpropertiesdialog.cpp:1995 msgid "Set GID" msgstr "" -#: kfile/kpropertiesdialog.cpp:1999 +#: tdefile/kpropertiesdialog.cpp:1999 msgid "" "If this flag is set, the group of this folder will be set for all new files." msgstr "" -#: kfile/kpropertiesdialog.cpp:2002 +#: tdefile/kpropertiesdialog.cpp:2002 msgid "" "If this file is an executable and the flag is set, it will be executed with the " "permissions of the group." msgstr "" -#: kfile/kpropertiesdialog.cpp:2006 +#: tdefile/kpropertiesdialog.cpp:2006 msgid "" "_: File permission\n" "Sticky" msgstr "" -#: kfile/kpropertiesdialog.cpp:2010 +#: tdefile/kpropertiesdialog.cpp:2010 msgid "" "If the Sticky flag is set on a folder, only the owner and root can delete or " "rename files. Otherwise everybody with write permissions can do this." msgstr "" -#: kfile/kpropertiesdialog.cpp:2014 +#: tdefile/kpropertiesdialog.cpp:2014 msgid "" "The Sticky flag on a file is ignored on Linux, but may be used on some systems" msgstr "" -#: kfile/kpropertiesdialog.cpp:2193 +#: tdefile/kpropertiesdialog.cpp:2193 msgid "Link" msgstr "লিঙ্ক" -#: kfile/kpropertiesdialog.cpp:2209 +#: tdefile/kpropertiesdialog.cpp:2209 msgid "Varying (No Change)" msgstr "" -#: kfile/kpropertiesdialog.cpp:2308 +#: tdefile/kpropertiesdialog.cpp:2308 msgid "" "_n: This file uses advanced permissions\n" "These files use advanced permissions." msgstr "" -#: kfile/kpropertiesdialog.cpp:2329 +#: tdefile/kpropertiesdialog.cpp:2329 msgid "" "_n: This folder uses advanced permissions.\n" "These folders use advanced permissions." msgstr "" -#: kfile/kpropertiesdialog.cpp:2344 +#: tdefile/kpropertiesdialog.cpp:2344 msgid "These files use advanced permissions." msgstr "" -#: kfile/kpropertiesdialog.cpp:2560 +#: tdefile/kpropertiesdialog.cpp:2560 msgid "U&RL" msgstr "ইউ-আ&র-এল" -#: kfile/kpropertiesdialog.cpp:2665 +#: tdefile/kpropertiesdialog.cpp:2665 msgid "A&ssociation" msgstr "" -#: kfile/kpropertiesdialog.cpp:2674 +#: tdefile/kpropertiesdialog.cpp:2674 msgid "Pattern ( example: *.html;*.htm )" msgstr "" -#: kfile/kpropertiesdialog.cpp:2707 +#: tdefile/kpropertiesdialog.cpp:2707 msgid "Left click previews" msgstr "" -#: kfile/kpropertiesdialog.cpp:2826 +#: tdefile/kpropertiesdialog.cpp:2826 msgid "De&vice" msgstr "ডিভাই&স" -#: kfile/kpropertiesdialog.cpp:2856 +#: tdefile/kpropertiesdialog.cpp:2856 msgid "Device (/dev/fd0):" msgstr "ডিভাইস (/dev/fd0):" -#: kfile/kpropertiesdialog.cpp:2857 +#: tdefile/kpropertiesdialog.cpp:2857 msgid "Device:" msgstr "ডিভাইস:" -#: kfile/kpropertiesdialog.cpp:2867 +#: tdefile/kpropertiesdialog.cpp:2867 msgid "Read only" msgstr "শুধু পড়া যায়" -#: kfile/kpropertiesdialog.cpp:2871 +#: tdefile/kpropertiesdialog.cpp:2871 msgid "File system:" msgstr "ফাইল সিস্টেম:" -#: kfile/kpropertiesdialog.cpp:2879 +#: tdefile/kpropertiesdialog.cpp:2879 msgid "Mount point (/mnt/floppy):" msgstr "মাউন্ট পয়েন্ট (/mnt/floppy):" -#: kfile/kpropertiesdialog.cpp:2880 +#: tdefile/kpropertiesdialog.cpp:2880 msgid "Mount point:" msgstr "মাউন্ট পয়েন্ট:" -#: kfile/kpropertiesdialog.cpp:2911 +#: tdefile/kpropertiesdialog.cpp:2911 msgid "Unmounted Icon" msgstr "আনমাউন্টেড আইকন" -#: kfile/kpropertiesdialog.cpp:3091 kfile/kpropertiesdialog.cpp:3896 +#: tdefile/kpropertiesdialog.cpp:3091 tdefile/kpropertiesdialog.cpp:3896 msgid "&Application" msgstr "অ্যা&পলিকেশন" -#: kfile/kpropertiesdialog.cpp:3213 +#: tdefile/kpropertiesdialog.cpp:3213 #, c-format msgid "Add File Type for %1" msgstr "%1-র জন্য ফাইল টাইপ যোগ করো" -#: bookmarks/kbookmarkmenu.cc:829 kfile/kpropertiesdialog.cpp:3216 +#: bookmarks/kbookmarkmenu.cc:829 tdefile/kpropertiesdialog.cpp:3216 msgid "&Add" msgstr "যো&গ" -#: kfile/kpropertiesdialog.cpp:3217 kfile/kpropertiesdialog.cpp:3218 +#: tdefile/kpropertiesdialog.cpp:3217 tdefile/kpropertiesdialog.cpp:3218 msgid "" "Add the selected file types to\n" "the list of supported file types." @@ -4444,24 +4444,24 @@ msgstr "" "নির্বাচিত ফাইল টাইপ গুলি সমর্থিত\n" "ফাইল টাইপের তালিকায় যোগ করো।" -#: kfile/kpropertiesdialog.cpp:3412 kfile/kpropertiesdialog.cpp:3868 +#: tdefile/kpropertiesdialog.cpp:3412 tdefile/kpropertiesdialog.cpp:3868 msgid "Only executables on local file systems are supported." msgstr "শুধুমাত্র স্থানীয় এক্সিকিউটেবল ফাইল সমর্থিত।" -#: kfile/kpropertiesdialog.cpp:3424 +#: tdefile/kpropertiesdialog.cpp:3424 #, c-format msgid "Advanced Options for %1" msgstr "%1-এর জন্য অগ্রসর অপশন" -#: kfile/kpropertiesdialog.cpp:3583 +#: tdefile/kpropertiesdialog.cpp:3583 msgid "E&xecute" msgstr "চালা&ও" -#: kfile/kpropertiesdialog.cpp:3590 +#: tdefile/kpropertiesdialog.cpp:3590 msgid "Comman&d:" msgstr "&কমাণ্ড:" -#: kfile/kpropertiesdialog.cpp:3599 +#: tdefile/kpropertiesdialog.cpp:3599 msgid "" "Following the command, you can have several place holders which will be " "replaced with the actual values when the actual program is run:\n" @@ -4477,118 +4477,118 @@ msgid "" "%c - the caption" msgstr "" -#: kfile/kpropertiesdialog.cpp:3620 +#: tdefile/kpropertiesdialog.cpp:3620 msgid "Panel Embedding" msgstr "প্যানেল এমবেডিং" -#: kfile/kpropertiesdialog.cpp:3629 +#: tdefile/kpropertiesdialog.cpp:3629 msgid "&Execute on click:" msgstr "ওপর ক ক&রলে চালাও্লিক:" -#: kfile/kpropertiesdialog.cpp:3637 +#: tdefile/kpropertiesdialog.cpp:3637 msgid "&Window title:" msgstr "&উইণ্ডো শিরোনাম:" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 55 -#: kfile/kpropertiesdialog.cpp:3657 rc.cpp:81 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 55 +#: tdefile/kpropertiesdialog.cpp:3657 rc.cpp:81 #, no-c-format msgid "&Run in terminal" msgstr "টা&রমিনালে চালাও " -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 77 -#: kfile/kpropertiesdialog.cpp:3672 rc.cpp:90 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 77 +#: tdefile/kpropertiesdialog.cpp:3672 rc.cpp:90 #, no-c-format msgid "Do not &close when command exits" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 66 -#: kfile/kpropertiesdialog.cpp:3676 rc.cpp:87 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 66 +#: tdefile/kpropertiesdialog.cpp:3676 rc.cpp:87 #, no-c-format msgid "&Terminal options:" msgstr "টার্মিনা&ল অপশন:" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 106 -#: kfile/kpropertiesdialog.cpp:3696 rc.cpp:99 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 106 +#: tdefile/kpropertiesdialog.cpp:3696 rc.cpp:99 #, no-c-format msgid "Ru&n as a different user" msgstr "" -#: kfile/kpropertiesdialog.cpp:3937 +#: tdefile/kpropertiesdialog.cpp:3937 msgid "Description:" msgstr "বর্ণনা:" -#: kfile/kpropertiesdialog.cpp:3943 +#: tdefile/kpropertiesdialog.cpp:3943 msgid "Comment:" msgstr "মন্তব্য:" -#: kfile/kpropertiesdialog.cpp:3949 +#: tdefile/kpropertiesdialog.cpp:3949 msgid "File types:" msgstr "ফাইল টাইপ:" -#: kfile/kfilesharedlg.cpp:56 +#: tdefile/tdefilesharedlg.cpp:56 msgid "&Share" msgstr "" -#: kfile/kfilesharedlg.cpp:128 +#: tdefile/tdefilesharedlg.cpp:128 msgid "Only folders in your home folder can be shared." msgstr "শুধুমাত্র আপনার ব্যক্তিগত ফোল্ডারের ফাইলগুলিই শেয়ার করা যেতে পারে।" -#: kfile/kfilesharedlg.cpp:139 +#: tdefile/tdefilesharedlg.cpp:139 msgid "Not shared" msgstr "শেয়ার্ড নয়" -#: kfile/kfilesharedlg.cpp:144 +#: tdefile/tdefilesharedlg.cpp:144 msgid "Shared" msgstr "শেয়ার্ড" -#: kfile/kfilesharedlg.cpp:156 +#: tdefile/tdefilesharedlg.cpp:156 msgid "" "Sharing this folder makes it available under Linux/UNIX (NFS) and Windows " "(Samba)." msgstr "" -#: kfile/kfilesharedlg.cpp:162 +#: tdefile/tdefilesharedlg.cpp:162 msgid "You can also reconfigure file sharing authorization." msgstr "" -#: kfile/kfilesharedlg.cpp:165 kfile/kfilesharedlg.cpp:189 +#: tdefile/tdefilesharedlg.cpp:165 tdefile/tdefilesharedlg.cpp:189 msgid "Configure File Sharing..." msgstr "ফাইল শেয়ারিং কনফিগার করো..." -#: kfile/kfilesharedlg.cpp:174 +#: tdefile/tdefilesharedlg.cpp:174 msgid "" "Error running 'filesharelist'. Check if installed and in $PATH or /usr/sbin." msgstr "" -#: kfile/kfilesharedlg.cpp:181 +#: tdefile/tdefilesharedlg.cpp:181 msgid "You need to be authorized to share folders." msgstr "" -#: kfile/kfilesharedlg.cpp:184 +#: tdefile/tdefilesharedlg.cpp:184 msgid "File sharing is disabled." msgstr "" -#: kfile/kfilesharedlg.cpp:249 +#: tdefile/tdefilesharedlg.cpp:249 msgid "Sharing folder '%1' failed." msgstr "" -#: kfile/kfilesharedlg.cpp:250 +#: tdefile/tdefilesharedlg.cpp:250 msgid "" "An error occurred while trying to share folder '%1'. Make sure that the Perl " "script 'fileshareset' is set suid root." msgstr "" -#: kfile/kfilesharedlg.cpp:255 +#: tdefile/tdefilesharedlg.cpp:255 msgid "Unsharing folder '%1' failed." msgstr "" -#: kfile/kfilesharedlg.cpp:256 +#: tdefile/tdefilesharedlg.cpp:256 msgid "" "An error occurred while trying to unshare folder '%1'. Make sure that the Perl " "script 'fileshareset' is set suid root." msgstr "" -#: kfile/kurlbar.cpp:348 +#: tdefile/kurlbar.cpp:348 msgid "" "<qt>The <b>Quick Access</b> panel provides easy access to commonly used file " "locations." @@ -4596,54 +4596,54 @@ msgid "" "<p>By right clicking on an entry you can add, edit and remove shortcuts.</qt>" msgstr "" -#: kfile/kurlbar.cpp:730 +#: tdefile/kurlbar.cpp:730 msgid "&Large Icons" msgstr "&বড় আইকন" -#: kfile/kurlbar.cpp:730 +#: tdefile/kurlbar.cpp:730 msgid "&Small Icons" msgstr "ছো&ট আইকন" -#: kfile/kurlbar.cpp:736 +#: tdefile/kurlbar.cpp:736 msgid "&Edit Entry..." msgstr "এন্ট্রি &সম্পাদন করো..." -#: kfile/kurlbar.cpp:740 +#: tdefile/kurlbar.cpp:740 msgid "&Add Entry..." msgstr "এন্ট্রি যো&গ করো..." -#: kfile/kurlbar.cpp:744 +#: tdefile/kurlbar.cpp:744 msgid "&Remove Entry" msgstr "&এন্ট্রি মুছে ফেলো" -#: kfile/kurlbar.cpp:776 +#: tdefile/kurlbar.cpp:776 msgid "Enter a description" msgstr "একটি বর্ণনা লিখুন" -#: kfile/kurlbar.cpp:922 +#: tdefile/kurlbar.cpp:922 msgid "Edit Quick Access Entry" msgstr "" -#: kfile/kurlbar.cpp:925 +#: tdefile/kurlbar.cpp:925 msgid "" "<qt><b>Please provide a description, URL and icon for this Quick Access " "entry.</b></br></qt>" msgstr "" -#: kfile/kurlbar.cpp:932 +#: tdefile/kurlbar.cpp:932 msgid "" "<qt>This is the text that will appear in the Quick Access panel." "<p>The description should consist of one or two words that will help you " "remember what this entry refers to.</qt>" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 125 -#: kfile/kurlbar.cpp:935 rc.cpp:239 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 125 +#: tdefile/kurlbar.cpp:935 rc.cpp:239 #, no-c-format msgid "&Description:" msgstr "&বর্ণনা:" -#: kfile/kurlbar.cpp:942 +#: tdefile/kurlbar.cpp:942 msgid "" "<qt>This is the location associated with the entry. Any valid URL may be used. " "For example:" @@ -4654,25 +4654,25 @@ msgid "" "appropriate URL.</qt>" msgstr "" -#: kfile/kurlbar.cpp:946 +#: tdefile/kurlbar.cpp:946 msgid "&URL:" msgstr "ই&উ-আর-এল:" -#: kfile/kurlbar.cpp:953 +#: tdefile/kurlbar.cpp:953 msgid "" "<qt>This is the icon that will appear in the Quick Access panel." "<p>Click on the button to select a different icon.</qt>" msgstr "" -#: kfile/kurlbar.cpp:955 +#: tdefile/kurlbar.cpp:955 msgid "Choose an &icon:" msgstr "একটি আ&ইকন বেছে নিন:" -#: kfile/kurlbar.cpp:971 +#: tdefile/kurlbar.cpp:971 msgid "&Only show when using this application (%1)" msgstr "শুধু &এই অ্যাপলিকেশনটি (%1) ব্যবহার করার সময় দেখাও" -#: kfile/kurlbar.cpp:974 +#: tdefile/kurlbar.cpp:974 msgid "" "<qt>Select this setting if you want this entry to show only when using the " "current application (%1)." @@ -4874,13 +4874,13 @@ msgstr "" msgid "Deny &Forever" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 27 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 27 #: rc.cpp:78 #, no-c-format msgid "Terminal" msgstr "টার্মিনাল" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 58 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 58 #: rc.cpp:84 #, no-c-format msgid "" @@ -4889,7 +4889,7 @@ msgid "" "window." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 80 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 80 #: rc.cpp:93 #, no-c-format msgid "" @@ -4898,7 +4898,7 @@ msgid "" "information." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 109 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 109 #: rc.cpp:102 #, no-c-format msgid "" @@ -4908,31 +4908,31 @@ msgid "" "required to use this option." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 140 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 140 #: rc.cpp:108 #, no-c-format msgid "Enter the user name you want to run the application as." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 148 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 148 #: rc.cpp:111 #, no-c-format msgid "Enter the user name you want to run the application as here." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 158 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 158 #: rc.cpp:114 #, no-c-format msgid "Startup" msgstr "আরম্ভ" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 169 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 169 #: rc.cpp:117 #, no-c-format msgid "Enable &launch feedback" msgstr "&লঞ্চ ফীডব্যাক সক্রিয় করো" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 172 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 172 #: rc.cpp:120 #, no-c-format msgid "" @@ -4940,13 +4940,13 @@ msgid "" "This visual feedback may appear as a busy cursor or in the taskbar." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 180 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 180 #: rc.cpp:123 #, no-c-format msgid "&Place in system tray" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 183 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 183 #: rc.cpp:126 #, no-c-format msgid "" @@ -4954,151 +4954,151 @@ msgid "" "application." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 191 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 191 #: rc.cpp:129 #, no-c-format msgid "&DCOP registration:" msgstr "ডি&কপ রেজিস্ট্রেশন:" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 200 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 200 #: rc.cpp:132 #, no-c-format msgid "None" msgstr "একটিও না" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 205 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 205 #: rc.cpp:135 #, no-c-format msgid "Multiple Instances" msgstr "একাধিক" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 210 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 210 #: rc.cpp:138 #, no-c-format msgid "Single Instance" msgstr "একটিমাত্র" -#. i18n: file ./kfile/kpropertiesdesktopadvbase.ui line 215 +#. i18n: file ./tdefile/kpropertiesdesktopadvbase.ui line 215 #: rc.cpp:141 #, no-c-format msgid "Run Until Finished" msgstr "শেষ হওয়া অবধি চালাও" -#. i18n: file ./kfile/knotifywidgetbase.ui line 91 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 91 #: rc.cpp:144 #, no-c-format msgid "Events" msgstr "ঘটনা" -#. i18n: file ./kfile/knotifywidgetbase.ui line 117 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 117 #: rc.cpp:147 #, no-c-format msgid "Quick Controls" msgstr "চটপট নিয়ন্ত্রণ" -#. i18n: file ./kfile/knotifywidgetbase.ui line 128 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 128 #: rc.cpp:150 #, no-c-format msgid "Apply to &all applications" msgstr "সব অ্যাপলিকেশনের উ&পর প্রয়োগ করো" -#. i18n: file ./kfile/knotifywidgetbase.ui line 170 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 170 #: rc.cpp:153 #, no-c-format msgid "Turn O&ff All" msgstr "&সব বন্ধ করো" -#. i18n: file ./kfile/knotifywidgetbase.ui line 173 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 173 #: rc.cpp:156 rc.cpp:162 #, no-c-format msgid "Allows you to change the behavior for all events at once" msgstr "" -#. i18n: file ./kfile/knotifywidgetbase.ui line 181 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 181 #: rc.cpp:159 #, no-c-format msgid "Turn O&n All" msgstr "স&ব চালু করো" -#. i18n: file ./kfile/knotifywidgetbase.ui line 215 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 215 #: rc.cpp:168 #, no-c-format msgid "Print a message to standard &error output" msgstr "" -#. i18n: file ./kfile/knotifywidgetbase.ui line 223 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 223 #: rc.cpp:171 #, no-c-format msgid "Show a &message in a pop-up window" msgstr "" -#. i18n: file ./kfile/knotifywidgetbase.ui line 231 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 231 #: rc.cpp:174 #, no-c-format msgid "E&xecute a program:" msgstr "এ&কটি প্রোগ্রাম চালাও:" -#. i18n: file ./kfile/knotifywidgetbase.ui line 247 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 247 #: rc.cpp:177 #, no-c-format msgid "Play a &sound:" msgstr "একটি &শব্দ শোনাও:" -#. i18n: file ./kfile/knotifywidgetbase.ui line 258 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 258 #: rc.cpp:180 #, no-c-format msgid "Test the Sound" msgstr "শব্দ পরীক্ষা করো" -#. i18n: file ./kfile/knotifywidgetbase.ui line 268 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 268 #: rc.cpp:183 #, no-c-format msgid "Mark &taskbar entry" msgstr "টাস্কবা&র এন্ট্রি চিহ্নিত করো" -#. i18n: file ./kfile/knotifywidgetbase.ui line 276 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 276 #: rc.cpp:186 #, no-c-format msgid "&Log to a file:" msgstr "ফাইলে &লগ লেখ:" -#. i18n: file ./kfile/knotifywidgetbase.ui line 352 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 352 #: rc.cpp:189 #, no-c-format msgid "&Use a passive window that does not interrupt other work" msgstr "পাসিভ &উইণ্ডো ব্যবহার করো যাতে অন্য কাজে ব্যাঘাত না ঘটে" -#. i18n: file ./kfile/knotifywidgetbase.ui line 378 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 378 #: rc.cpp:192 #, no-c-format msgid "Less Options" msgstr "কম অপশন" -#. i18n: file ./kfile/knotifywidgetbase.ui line 406 +#. i18n: file ./tdefile/knotifywidgetbase.ui line 406 #: rc.cpp:195 #, no-c-format msgid "Player Settings" msgstr "প্লেয়ার সেটিংস" -#. i18n: file ./kfile/kpropertiesmimetypebase.ui line 27 +#. i18n: file ./tdefile/kpropertiesmimetypebase.ui line 27 #: rc.cpp:198 #, no-c-format msgid "Select one or more file types to add:" msgstr "যোগ করার জন্য এক বা একাধিক ফাইল বেছে নিন:" -#. i18n: file ./kfile/kpropertiesmimetypebase.ui line 36 +#. i18n: file ./tdefile/kpropertiesmimetypebase.ui line 36 #: rc.cpp:201 rc.cpp:219 #, no-c-format msgid "Mimetype" msgstr "মাইমটাইপ" -#. i18n: file ./kfile/kpropertiesmimetypebase.ui line 47 +#. i18n: file ./tdefile/kpropertiesmimetypebase.ui line 47 #: rc.cpp:204 rc.cpp:222 #, no-c-format msgid "Description" msgstr "বর্ণনা" -#. i18n: file ./kfile/kpropertiesmimetypebase.ui line 61 +#. i18n: file ./tdefile/kpropertiesmimetypebase.ui line 61 #: rc.cpp:207 #, no-c-format msgid "" @@ -5114,13 +5114,13 @@ msgid "" "mimetypes.</p>" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 44 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 44 #: rc.cpp:211 #, no-c-format msgid "&Supported file types:" msgstr "&সমর্থিত ফাইল টাইপ:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 52 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 52 #: rc.cpp:214 rc.cpp:225 #, no-c-format msgid "" @@ -5141,13 +5141,13 @@ msgid "" "below.</p></qt>" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 103 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 103 #: rc.cpp:230 #, no-c-format msgid "&Name:" msgstr "নাম (&ন):" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 109 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 109 #: rc.cpp:233 rc.cpp:236 #, no-c-format msgid "" @@ -5155,7 +5155,7 @@ msgid "" "appear under this name in the applications menu and in the panel." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 131 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 131 #: rc.cpp:242 rc.cpp:245 #, no-c-format msgid "" @@ -5163,25 +5163,25 @@ msgid "" "dial up application (KPPP) would be \"Dial up tool\"." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 147 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 147 #: rc.cpp:248 #, no-c-format msgid "Comm&ent:" msgstr "&মন্তব্য:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 153 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 153 #: rc.cpp:251 rc.cpp:254 #, no-c-format msgid "Type any comment you think is useful here." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 169 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 169 #: rc.cpp:257 #, no-c-format msgid "Co&mmand:" msgstr "&কমান্ড:" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 186 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 186 #: rc.cpp:260 rc.cpp:274 #, no-c-format msgid "" @@ -5201,32 +5201,32 @@ msgid "" "%c - the caption" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 216 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 216 #: rc.cpp:291 #, no-c-format msgid "" "Click here to browse your file system in order to find the desired executable." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 224 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 224 #: rc.cpp:294 #, no-c-format msgid "&Work path:" msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 230 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 230 #: rc.cpp:297 rc.cpp:300 #, no-c-format msgid "Sets the working directory for your application." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 246 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 246 #: rc.cpp:303 #, no-c-format msgid "Add..." msgstr "যোগ করো..." -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 249 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 249 #: rc.cpp:306 #, no-c-format msgid "" @@ -5234,7 +5234,7 @@ msgid "" "application can handle." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 277 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 277 #: rc.cpp:312 #, no-c-format msgid "" @@ -5242,13 +5242,13 @@ msgid "" "handle, select the mimetype in the list above and click on this button." msgstr "" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 302 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 302 #: rc.cpp:315 #, no-c-format msgid "Ad&vanced Options" msgstr "&অগ্রসর অপশন" -#. i18n: file ./kfile/kpropertiesdesktopbase.ui line 305 +#. i18n: file ./tdefile/kpropertiesdesktopbase.ui line 305 #: rc.cpp:318 #, no-c-format msgid "" diff --git a/tde-i18n-bn/messages/tdelibs/tdeio_help.po b/tde-i18n-bn/messages/tdelibs/tdeio_help.po index 316609415f8..d40a4f70333 100644 --- a/tde-i18n-bn/messages/tdelibs/tdeio_help.po +++ b/tde-i18n-bn/messages/tdelibs/tdeio_help.po @@ -1,8 +1,8 @@ -# translation of kio_help.po to Bengali +# translation of tdeio_help.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2005. msgid "" msgstr "" -"Project-Id-Version: kio_help\n" +"Project-Id-Version: tdeio_help\n" "POT-Creation-Date: 2006-05-03 03:51+0200\n" "PO-Revision-Date: 2005-01-04 11:21-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -24,37 +24,37 @@ msgid "" "Your emails" msgstr "deepayan@bengalinux.org" -#: kio_help.cpp:115 +#: tdeio_help.cpp:115 #, c-format msgid "There is no documentation available for %1." msgstr "" -#: kio_help.cpp:158 +#: tdeio_help.cpp:158 msgid "Looking up correct file" msgstr "সঠিক ফাইল খোঁজা হচ্ছে" -#: kio_help.cpp:209 +#: tdeio_help.cpp:209 msgid "Preparing document" msgstr "নথী প্রস্তুত করা হচ্ছে" -#: kio_help.cpp:218 kio_help.cpp:251 +#: tdeio_help.cpp:218 tdeio_help.cpp:251 #, c-format msgid "The requested help file could not be parsed:<br>%1" msgstr "প্রার্থিত সহায়িকা ফাইলটি পার্স (Parse) করা যায়নি<br>%1" -#: kio_help.cpp:240 +#: tdeio_help.cpp:240 msgid "Saving to cache" msgstr "ক্যাশ-এ সংরক্ষণ করা হচ্ছে" -#: kio_help.cpp:246 +#: tdeio_help.cpp:246 msgid "Using cached version" msgstr "ক্যাশ-এর সংস্করণ ব্যবহার করা হচ্ছে" -#: kio_help.cpp:308 +#: tdeio_help.cpp:308 msgid "Looking up section" msgstr "পরিচ্ছেদ পড়া হচ্ছে" -#: kio_help.cpp:319 +#: tdeio_help.cpp:319 msgid "Could not find filename %1 in %2." msgstr "%2-এ %1 ফাইল পাওয়া যায়নি।" diff --git a/tde-i18n-bn/messages/tdelibs/tdeioexec.po b/tde-i18n-bn/messages/tdelibs/tdeioexec.po index e8e2100542d..2f7ab6bb3f9 100644 --- a/tde-i18n-bn/messages/tdelibs/tdeioexec.po +++ b/tde-i18n-bn/messages/tdelibs/tdeioexec.po @@ -1,8 +1,8 @@ -# translation of kioexec.po to Bengali +# translation of tdeioexec.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kioexec\n" +"Project-Id-Version: tdeioexec\n" "POT-Creation-Date: 2007-04-13 02:13+0200\n" "PO-Revision-Date: 2004-07-25 11:19-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -13,9 +13,9 @@ msgstr "" "X-Generator: KBabel 1.3.1\n" #: main.cpp:50 -msgid "KIO Exec - Opens remote files, watches modifications, asks for upload" +msgid "TDEIO Exec - Opens remote files, watches modifications, asks for upload" msgstr "" -"KIO Exec - দূরবর্তী ফাইল খোলে, পরিবর্তন লক্ষ্য রাখে, আপলোড করা হবে কি না " +"TDEIO Exec - দূরবর্তী ফাইল খোলে, পরিবর্তন লক্ষ্য রাখে, আপলোড করা হবে কি না " "জিজ্ঞাসা করে" #: main.cpp:54 diff --git a/tde-i18n-bn/messages/tdelibs/tdelibs.po b/tde-i18n-bn/messages/tdelibs/tdelibs.po index fa66a703a06..e9097ee4cc7 100644 --- a/tde-i18n-bn/messages/tdelibs/tdelibs.po +++ b/tde-i18n-bn/messages/tdelibs/tdelibs.po @@ -15,13 +15,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.2\n" -#. i18n: file ./interfaces/ktexteditor/editorchooser_ui.ui line 16 +#. i18n: file ./interfaces/tdetexteditor/editorchooser_ui.ui line 16 #: rc.cpp:3 #, no-c-format msgid "Editor Chooser" msgstr "সম্পাদক পছন্দকারী" -#. i18n: file ./interfaces/ktexteditor/editorchooser_ui.ui line 41 +#. i18n: file ./interfaces/tdetexteditor/editorchooser_ui.ui line 41 #: rc.cpp:6 #, no-c-format msgid "" @@ -35,56 +35,56 @@ msgstr "" "কেন্দ্রে আপনি যা পছন্দ করেছেন, তাই ব্যবহার করা হবে। অন্য কিছু বাছলে সেটিই " "প্রাধান্য পাবে।" -#. i18n: file ./kcert/kcertpart.rc line 4 +#. i18n: file ./tdecert/tdecertpart.rc line 4 #: rc.cpp:9 #, no-c-format msgid "&Certificate" msgstr "সার্টিফিকে&ট" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 58 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 58 #: rc.cpp:12 #, no-c-format msgid "Alternate shortcut:" msgstr "বিকল্প শর্টকাট:" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 69 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 69 #: rc.cpp:15 #, no-c-format msgid "Primary shortcut:" msgstr "প্রধান শর্টকাট:" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 155 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 155 #: rc.cpp:18 #, no-c-format msgid "" "The currently set shortcut or the shortcut you are entering will show up here." msgstr "এখানে বর্তমানে ব্যবহৃত বা আপনার পছন্দ করা নতুন শর্টকাট প্রদর্শিত হবে। " -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 182 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 182 #: rc.cpp:21 rc.cpp:27 rc.cpp:84 #, no-c-format msgid "x" msgstr "x" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 188 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 188 #: rc.cpp:24 rc.cpp:30 rc.cpp:87 #, no-c-format msgid "Clear shortcut" msgstr "শর্টকাট মুছে ফেলো" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 213 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 213 #: rc.cpp:33 #, no-c-format msgid "Multi-key mode" msgstr "মাল্টি-কী মোডি" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 216 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 216 #: rc.cpp:36 #, no-c-format msgid "Enable the entry of multi-key shortcuts" msgstr "একাধিক কী (Key) সম্বলিত শর্টকাট অনুমোদন করা হবে" -#. i18n: file ./tdeui/kshortcutdialog_advanced.ui line 219 +#. i18n: file ./tdeui/tdeshortcutdialog_advanced.ui line 219 #: rc.cpp:39 #, no-c-format msgid "" @@ -159,25 +159,25 @@ msgstr "&পছন্দ" msgid "Main Toolbar" msgstr "মূল টুলবার" -#. i18n: file ./tdeui/kshortcutdialog_simple.ui line 27 +#. i18n: file ./tdeui/tdeshortcutdialog_simple.ui line 27 #: rc.cpp:78 #, no-c-format msgid "Shortcut:" msgstr "শর্টকাট:" -#. i18n: file ./tdeui/kshortcutdialog_simple.ui line 65 +#. i18n: file ./tdeui/tdeshortcutdialog_simple.ui line 65 #: rc.cpp:81 #, no-c-format msgid "Alt+Tab" msgstr "Alt+Tab" -#. i18n: file ./tdeui/kspellui.ui line 38 +#. i18n: file ./tdeui/tdespellui.ui line 38 #: rc.cpp:90 rc.cpp:307 #, no-c-format msgid "Unknown word:" msgstr "অজানা শব্দ:" -#. i18n: file ./tdeui/kspellui.ui line 44 +#. i18n: file ./tdeui/tdespellui.ui line 44 #: rc.cpp:93 rc.cpp:105 rc.cpp:310 rc.cpp:322 #, no-c-format msgid "" @@ -208,25 +208,25 @@ msgstr "" "-এ ক্লিক করতে পারেন।</p>\n" "</qt>" -#. i18n: file ./tdeui/kspellui.ui line 52 +#. i18n: file ./tdeui/tdespellui.ui line 52 #: rc.cpp:99 rc.cpp:316 #, no-c-format msgid "<b>misspelled</b>" msgstr "<b>ভুল</b>" -#. i18n: file ./tdeui/kspellui.ui line 55 +#. i18n: file ./tdeui/tdespellui.ui line 55 #: rc.cpp:102 rc.cpp:319 #, no-c-format msgid "Unknown word" msgstr "অজানা শব্দ" -#. i18n: file ./tdeui/kspellui.ui line 69 +#. i18n: file ./tdeui/tdespellui.ui line 69 #: rc.cpp:111 rc.cpp:328 #, no-c-format msgid "&Language:" msgstr "ভাষা (&ভ):" -#. i18n: file ./tdeui/kspellui.ui line 77 +#. i18n: file ./tdeui/tdespellui.ui line 77 #: rc.cpp:114 rc.cpp:209 rc.cpp:331 rc.cpp:389 #, no-c-format msgid "" @@ -238,20 +238,20 @@ msgstr "" "<p>আপনি যে নথীটি নিয়ে কাজ করছেন, সেটির ভাষা বেছে নিন।</p>\n" "</qt>" -#. i18n: file ./tdeui/kspellui.ui line 88 +#. i18n: file ./tdeui/tdespellui.ui line 88 #: rc.cpp:119 rc.cpp:336 #, no-c-format msgid "... the <b>misspelled</b> word shown in context ..." msgstr "... <b>ভুল</b> শব্দটি, যথাযত প্রসঙ্গে ..." -#. i18n: file ./tdeui/kspellui.ui line 94 +#. i18n: file ./tdeui/tdespellui.ui line 94 #: rc.cpp:122 rc.cpp:339 #, no-c-format msgid "Text excerpt showing the unknown word in its context." msgstr "" "অজানা শব্দটি, নিকটবর্তী আরো কিছু শব্দ সমেত, যাতে প্রসঙ্গটা সহজে বোঝা যায়।" -#. i18n: file ./tdeui/kspellui.ui line 99 +#. i18n: file ./tdeui/tdespellui.ui line 99 #: rc.cpp:125 rc.cpp:342 #, no-c-format msgid "" @@ -269,13 +269,13 @@ msgstr "" "সিদ্ধান্তে পৌঁছে আবার এখানে ফিরে এসে প্রুফরীডিং চালিয়ে যেতে পারেন।</p>\n" "</qt>" -#. i18n: file ./tdeui/kspellui.ui line 107 +#. i18n: file ./tdeui/tdespellui.ui line 107 #: rc.cpp:130 rc.cpp:347 #, no-c-format msgid "<< Add to Dictionary" msgstr "<< অভিধানে যোগ করো" -#. i18n: file ./tdeui/kspellui.ui line 113 +#. i18n: file ./tdeui/tdespellui.ui line 113 #: rc.cpp:133 rc.cpp:350 #, no-c-format msgid "" @@ -298,13 +298,13 @@ msgstr "" "বদলে <b>Ignore</b> বা <b>Ignore All</b>-এ ক্লিক করুন।</p>\n" "</qt> " -#. i18n: file ./tdeui/kspellui.ui line 138 +#. i18n: file ./tdeui/tdespellui.ui line 138 #: rc.cpp:139 rc.cpp:405 #, no-c-format msgid "R&eplace All" msgstr "&সব বদলাও" -#. i18n: file ./tdeui/kspellui.ui line 143 +#. i18n: file ./tdeui/tdespellui.ui line 143 #: rc.cpp:142 rc.cpp:408 #, no-c-format msgid "" @@ -318,19 +318,19 @@ msgstr "" "ক্লিক করুন।</p>\n" "</qt>" -#. i18n: file ./tdeui/kspellui.ui line 149 +#. i18n: file ./tdeui/tdespellui.ui line 149 #: rc.cpp:147 rc.cpp:356 #, no-c-format msgid "Suggested Words" msgstr "প্রস্তাবিত শব্দ" -#. i18n: file ./tdeui/kspellui.ui line 165 +#. i18n: file ./tdeui/tdespellui.ui line 165 #: rc.cpp:150 rc.cpp:359 #, no-c-format msgid "Suggestion List" msgstr "প্রস্তাবিত শব্দের তালিকা" -#. i18n: file ./tdeui/kspellui.ui line 171 +#. i18n: file ./tdeui/tdespellui.ui line 171 #: rc.cpp:153 rc.cpp:362 #, no-c-format msgid "" @@ -343,13 +343,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 179 -#: tdeui/keditcl2.cpp:833 kutils/kfinddialog.cpp:231 rc.cpp:159 rc.cpp:397 +#. i18n: file ./tdeui/tdespellui.ui line 179 +#: tdeui/keditcl2.cpp:833 tdeutils/kfinddialog.cpp:231 rc.cpp:159 rc.cpp:397 #, no-c-format msgid "&Replace" msgstr "&বদলাও" -#. i18n: file ./tdeui/kspellui.ui line 184 +#. i18n: file ./tdeui/tdespellui.ui line 184 #: rc.cpp:162 rc.cpp:400 #, no-c-format msgid "" @@ -363,13 +363,13 @@ msgstr "" "ক্লিক করুন।</p>\n" "</qt> " -#. i18n: file ./tdeui/kspellui.ui line 192 +#. i18n: file ./tdeui/tdespellui.ui line 192 #: rc.cpp:167 rc.cpp:368 #, no-c-format msgid "Replace &with:" msgstr "দিয়ে ব&দলাও:" -#. i18n: file ./tdeui/kspellui.ui line 201 +#. i18n: file ./tdeui/tdespellui.ui line 201 #: rc.cpp:170 rc.cpp:194 rc.cpp:371 rc.cpp:377 #, no-c-format msgid "" @@ -382,13 +382,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 209 +#. i18n: file ./tdeui/tdespellui.ui line 209 #: rc.cpp:176 rc.cpp:413 #, no-c-format msgid "&Ignore" msgstr "পাত্তা দি&ও না" -#. i18n: file ./tdeui/kspellui.ui line 215 +#. i18n: file ./tdeui/tdespellui.ui line 215 #: rc.cpp:179 rc.cpp:416 #, no-c-format msgid "" @@ -399,13 +399,13 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 223 +#. i18n: file ./tdeui/tdespellui.ui line 223 #: rc.cpp:185 rc.cpp:422 #, no-c-format msgid "I&gnore All" msgstr "একটাকেও পাত্তা দি&ও না" -#. i18n: file ./tdeui/kspellui.ui line 229 +#. i18n: file ./tdeui/tdespellui.ui line 229 #: rc.cpp:188 rc.cpp:425 rc.cpp:434 #, no-c-format msgid "" @@ -417,37 +417,37 @@ msgid "" "</qt>" msgstr "" -#. i18n: file ./tdeui/kspellui.ui line 248 +#. i18n: file ./tdeui/tdespellui.ui line 248 #: rc.cpp:200 rc.cpp:394 #, no-c-format msgid "S&uggest" msgstr "&সম্ভাব্য" -#. i18n: file ./tdeui/kspellui.ui line 254 +#. i18n: file ./tdeui/tdespellui.ui line 254 #: tdeui/ksconfig.cpp:294 rc.cpp:203 rc.cpp:383 #, no-c-format msgid "English" msgstr "ইংরিজি" -#. i18n: file ./tdeui/kspellui.ui line 261 +#. i18n: file ./tdeui/tdespellui.ui line 261 #: rc.cpp:206 rc.cpp:386 #, no-c-format msgid "Language Selection" msgstr "ভাষা নির্বাচন" -#. i18n: file ./khtml/khtml_popupmenu.rc line 11 +#. i18n: file ./tdehtml/tdehtml_popupmenu.rc line 11 #: rc.cpp:214 #, no-c-format msgid "Frame" msgstr "ফ্রেম" -#. i18n: file ./khtml/kjserrordlg.ui line 17 +#. i18n: file ./tdehtml/kjserrordlg.ui line 17 #: rc.cpp:217 #, no-c-format msgid "JavaScript Errors" msgstr "জাভাস্ক্রিপ্ট সমস্যা" -#. i18n: file ./khtml/kjserrordlg.ui line 20 +#. i18n: file ./tdehtml/kjserrordlg.ui line 20 #: rc.cpp:220 #, no-c-format msgid "" @@ -466,67 +466,67 @@ msgstr "" "দোষ, তাহলে অনুগ্রহ করে http://bugs.kde.org/-এ একটি বাগ রিপোর্ট জমা দিন। " "সমস্যাটি ব্যাখ্যা করে এমন একটি উদাহরণ সাথে দিলে সবচেয়ে ভাল হয়। " -#. i18n: file ./khtml/kjserrordlg.ui line 39 +#. i18n: file ./tdehtml/kjserrordlg.ui line 39 #: tdeui/kstdaction_p.h:58 tdeui/kstdguiitem.cpp:161 rc.cpp:226 #, no-c-format msgid "C&lear" msgstr "ফাঁকা &করো" -#. i18n: file ./khtml/htmlpageinfo.ui line 26 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 26 #: rc.cpp:232 #, no-c-format msgid "Document Information" msgstr "নথী সম্বন্ধিত তথ্য" -#. i18n: file ./khtml/htmlpageinfo.ui line 37 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 37 #: rc.cpp:235 #, no-c-format msgid "General" msgstr "সাধারণ" -#. i18n: file ./khtml/htmlpageinfo.ui line 64 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 64 #: rc.cpp:238 #, no-c-format msgid "URL:" msgstr "ইউ-আর-এল:" -#. i18n: file ./khtml/htmlpageinfo.ui line 122 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 122 #: rc.cpp:241 #, no-c-format msgid "Title:" msgstr "শিরোনাম:" -#. i18n: file ./khtml/htmlpageinfo.ui line 141 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 141 #: rc.cpp:244 #, no-c-format msgid "Last modified:" msgstr "শেষ পরিবর্তন: " -#. i18n: file ./khtml/htmlpageinfo.ui line 160 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 160 #: rc.cpp:247 #, no-c-format msgid "Document encoding:" msgstr "ডকুমেন্ট এনকোডিং:" -#. i18n: file ./khtml/htmlpageinfo.ui line 188 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 188 #: rc.cpp:250 #, no-c-format msgid "HTTP Headers" msgstr "এইচ-টি-টি-পি (HTTP) হেডার" -#. i18n: file ./khtml/htmlpageinfo.ui line 197 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 197 #: rc.cpp:253 #, no-c-format msgid "Property" msgstr "বৈশিষ্ট্য" -#. i18n: file ./khtml/htmlpageinfo.ui line 208 -#: khtml/java/kjavaappletviewer.cpp:132 rc.cpp:256 +#. i18n: file ./tdehtml/htmlpageinfo.ui line 208 +#: tdehtml/java/kjavaappletviewer.cpp:132 rc.cpp:256 #, no-c-format msgid "Value" msgstr "মান" -#. i18n: file ./kspell2/ui/configui.ui line 26 +#. i18n: file ./tdespell2/ui/configui.ui line 26 #: rc.cpp:274 #, no-c-format msgid "" @@ -534,20 +534,20 @@ msgid "" "will list all of the dictionaries of your existing languages." msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 34 +#. i18n: file ./tdespell2/ui/configui.ui line 34 #: common_texts.cpp:118 tdeui/keditcl2.cpp:723 tdeui/keditcl2.cpp:862 -#: kutils/kfinddialog.cpp:161 rc.cpp:277 +#: tdeutils/kfinddialog.cpp:161 rc.cpp:277 #, no-c-format msgid "Options" msgstr "অপশন" -#. i18n: file ./kspell2/ui/configui.ui line 45 +#. i18n: file ./tdespell2/ui/configui.ui line 45 #: rc.cpp:280 #, no-c-format msgid "Enable &background spellchecking" msgstr "ব্যাকগ্রাউণ্ড-এ বানান &পরীক্ষা সক্রিয় করো" -#. i18n: file ./kspell2/ui/configui.ui line 48 +#. i18n: file ./tdespell2/ui/configui.ui line 48 #: rc.cpp:283 #, no-c-format msgid "" @@ -555,13 +555,13 @@ msgid "" "are immediately highlighted." msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 56 +#. i18n: file ./tdespell2/ui/configui.ui line 56 #: rc.cpp:286 #, no-c-format msgid "Skip all &uppercase words" msgstr "সমস্ত &বড় হাতের (UPPERCASE) শব্দ ছেড়ে যাও" -#. i18n: file ./kspell2/ui/configui.ui line 59 +#. i18n: file ./tdespell2/ui/configui.ui line 59 #: rc.cpp:289 #, no-c-format msgid "" @@ -569,13 +569,13 @@ msgid "" "This is useful if you have a lot of acronyms, such as TDE for example." msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 67 +#. i18n: file ./tdespell2/ui/configui.ui line 67 #: rc.cpp:292 #, no-c-format msgid "S&kip run-together words" msgstr "জোড়া লাগানো (run-together) &শব্দ ছেড়ে যাও" -#. i18n: file ./kspell2/ui/configui.ui line 70 +#. i18n: file ./tdespell2/ui/configui.ui line 70 #: rc.cpp:295 #, no-c-format msgid "" @@ -583,19 +583,19 @@ msgid "" "This is useful in some languages." msgstr "" -#. i18n: file ./kspell2/ui/configui.ui line 80 +#. i18n: file ./tdespell2/ui/configui.ui line 80 #: rc.cpp:298 #, no-c-format msgid "Default language:" msgstr "ডিফল্ট ভাষা:" -#. i18n: file ./kspell2/ui/configui.ui line 91 +#. i18n: file ./tdespell2/ui/configui.ui line 91 #: rc.cpp:301 #, no-c-format msgid "Ignore These Words" msgstr "এই শব্দগুলি ছেড়ে যাও" -#. i18n: file ./kspell2/ui/configui.ui line 97 +#. i18n: file ./tdespell2/ui/configui.ui line 97 #: rc.cpp:304 #, no-c-format msgid "" @@ -603,31 +603,31 @@ msgid "" "To remove a word, highlight it in the list and click Remove." msgstr "" -#. i18n: file ./kspell2/ui/kspell2ui.ui line 282 +#. i18n: file ./tdespell2/ui/tdespell2ui.ui line 282 #: rc.cpp:431 #, no-c-format msgid "Autocorrect" msgstr "স্বয়ংক্রিয় সংশোধন" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 9 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 9 #: rc.cpp:440 #, no-c-format msgid "Additional domains for browsing" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 10 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 10 #: rc.cpp:443 #, no-c-format msgid "List of 'wide-area' (non link-local) domains that should be browsed." msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 13 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 13 #: rc.cpp:446 #, no-c-format msgid "Browse local network" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 14 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 14 #: rc.cpp:449 #, no-c-format msgid "" @@ -635,19 +635,19 @@ msgid "" "DNS." msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 18 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 18 #: rc.cpp:452 #, no-c-format msgid "Recursive search for domains" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 19 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 19 #: rc.cpp:455 #, no-c-format msgid "Removed in TDE 3.5.0" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 25 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 25 #: rc.cpp:458 #, no-c-format msgid "" @@ -655,7 +655,7 @@ msgid "" "server)" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 26 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 26 #: rc.cpp:461 #, no-c-format msgid "" @@ -663,13 +663,13 @@ msgid "" "(LAN) or 'wide-area' using normal DNS server (WAN)." msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 34 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 34 #: rc.cpp:464 #, no-c-format msgid "Name of default publishing domain for WAN" msgstr "" -#. i18n: file ./dnssd/kcm_kdnssd.kcfg line 36 +#. i18n: file ./dnssd/kcm_tdednssd.kcfg line 36 #: rc.cpp:467 #, no-c-format msgid "" @@ -690,8 +690,8 @@ msgid "" "Your emails" msgstr "deepayan@bengalinux.org" -#: common_texts.cpp:24 tdeui/kconfigdialog.cpp:56 kutils/kcmultidialog.cpp:59 -#: kutils/kcmultidialog.h:104 kutils/ksettings/dialog.cpp:571 +#: common_texts.cpp:24 tdeui/tdeconfigdialog.cpp:56 tdeutils/kcmultidialog.cpp:59 +#: tdeutils/kcmultidialog.h:104 tdeutils/ksettings/dialog.cpp:571 msgid "Configure" msgstr "কনফিগার করো" @@ -723,7 +723,7 @@ msgstr "পাতা" msgid "Border" msgstr "সীমা" -#: common_texts.cpp:32 tdeui/ktoolbar.cpp:2116 +#: common_texts.cpp:32 tdeui/tdetoolbar.cpp:2116 msgid "Orientation" msgstr "দিশা" @@ -807,9 +807,9 @@ msgstr "ছোট/বড় করো" msgid "&Zoom" msgstr "ছোট/ব&ড় করো" -#: arts/message/artsmessage.cc:89 common_texts.cpp:54 kabc/lock.cpp:132 -#: tdeui/kmessagebox.cpp:760 tdeui/kmessagebox.cpp:790 kjs/object.cpp:493 -#: kutils/kpluginselector.cpp:248 +#: arts/message/artsmessage.cc:89 common_texts.cpp:54 tdeabc/lock.cpp:132 +#: tdeui/tdemessagebox.cpp:760 tdeui/tdemessagebox.cpp:790 kjs/object.cpp:493 +#: tdeutils/kpluginselector.cpp:248 msgid "Error" msgstr "সমস্যা" @@ -822,8 +822,8 @@ msgid "Charset:" msgstr "বর্ণমালা:" #: arts/message/artsmessage.cc:83 common_texts.cpp:59 -#: tdeui/kmessagebox.cpp:561 tdeui/kmessagebox.cpp:633 -#: tdeui/kmessagebox.cpp:709 +#: tdeui/tdemessagebox.cpp:561 tdeui/tdemessagebox.cpp:633 +#: tdeui/tdemessagebox.cpp:709 msgid "Warning" msgstr "সতর্কবার্তা" @@ -839,8 +839,8 @@ msgstr "বিষয়বস্তু" msgid "About" msgstr "পরিচিতি" -#: common_texts.cpp:63 common_texts.cpp:176 tdeui/kaboutapplication.cpp:64 -#: tdeui/kaboutapplication.cpp:88 +#: common_texts.cpp:63 common_texts.cpp:176 tdeui/tdeaboutapplication.cpp:64 +#: tdeui/tdeaboutapplication.cpp:88 msgid "&About" msgstr "&পরিচিতি" @@ -848,13 +848,13 @@ msgstr "&পরিচিতি" msgid "A&bout" msgstr "পরিচিতি (&র)" -#: common_texts.cpp:65 kparts/part.cpp:489 +#: common_texts.cpp:65 tdeparts/part.cpp:489 msgid "Untitled" msgstr "অনামিকা" -#: common_texts.cpp:67 tdecore/kapplication.cpp:1417 -#: tdecore/kapplication.cpp:2245 tdecore/kapplication.cpp:2280 -#: tdecore/kapplication.cpp:2551 tdecore/kapplication.cpp:2573 +#: common_texts.cpp:67 tdecore/tdeapplication.cpp:1417 +#: tdecore/tdeapplication.cpp:2245 tdecore/tdeapplication.cpp:2280 +#: tdecore/tdeapplication.cpp:2551 tdecore/tdeapplication.cpp:2573 #: tdecore/kdebug.cpp:295 tdeui/kdialogbase.cpp:908 tdeui/kstdguiitem.cpp:99 msgid "&OK" msgstr "বে&শ" @@ -871,7 +871,7 @@ msgstr "বন্ধ" msgid "&Apply" msgstr "প্রয়ো&গ করো" -#: common_texts.cpp:74 tdecore/kstdaccel.cpp:52 +#: common_texts.cpp:74 tdecore/tdestdaccel.cpp:52 msgid "File" msgstr "ফাইল" @@ -883,7 +883,7 @@ msgstr "ফেলে দা&ও" msgid "Discard" msgstr "ফেলে দাও" -#: common_texts.cpp:80 tdecore/kstdaccel.cpp:59 +#: common_texts.cpp:80 tdecore/tdestdaccel.cpp:59 msgid "Edit" msgstr "সম্পাদনা" @@ -899,7 +899,7 @@ msgstr "প্রদর্শন" msgid "E&xit" msgstr "প্রস্থা&ন" -#: common_texts.cpp:86 tdecore/kstdaccel.cpp:58 +#: common_texts.cpp:86 tdecore/tdestdaccel.cpp:58 msgid "Quit" msgstr "প্রস্থান করো" @@ -907,11 +907,11 @@ msgstr "প্রস্থান করো" msgid "&Quit" msgstr "প্রস্থা&ন করো" -#: common_texts.cpp:88 tdecore/kstdaccel.cpp:88 kded/kbuildsycoca.cpp:753 +#: common_texts.cpp:88 tdecore/tdestdaccel.cpp:88 kded/tdebuildsycoca.cpp:753 msgid "Reload" msgstr "নতুন করে পড়ো" -#: common_texts.cpp:89 tdecore/kstdaccel.cpp:86 +#: common_texts.cpp:89 tdecore/tdestdaccel.cpp:86 msgid "Back" msgstr "পিছিয়ে যাও" @@ -935,7 +935,7 @@ msgstr "নতুন দান" msgid "&New Game" msgstr "&নতুন দান" -#: common_texts.cpp:99 tdecore/kkeyserver_x11.cpp:133 tdecore/kstdaccel.cpp:53 +#: common_texts.cpp:99 tdecore/kkeyserver_x11.cpp:133 tdecore/tdestdaccel.cpp:53 msgid "Open" msgstr "খোলো" @@ -959,7 +959,7 @@ msgstr "কাটো (&ট)" msgid "C&ut" msgstr "কাটো (&ক)" -#: common_texts.cpp:106 tdeui/kfontdialog.cpp:132 +#: common_texts.cpp:106 tdeui/tdefontdialog.cpp:132 msgid "Font" msgstr "ফন্ট" @@ -971,7 +971,7 @@ msgstr "পুরোভূমির &রঙ" msgid "&Background Color" msgstr "প্রেক্ষা&পটের রঙ" -#: common_texts.cpp:109 tdecore/kstdaccel.cpp:56 +#: common_texts.cpp:109 tdecore/tdestdaccel.cpp:56 msgid "Save" msgstr "সংরক্ষণ করো" @@ -979,8 +979,8 @@ msgstr "সংরক্ষণ করো" msgid "&Save" msgstr "সংরক্ষণ &করো" -#: common_texts.cpp:111 khtml/khtml_part.cpp:3937 khtml/khtml_part.cpp:4141 -#: khtml/khtml_part.cpp:4462 khtml/khtml_run.cpp:83 kparts/browserrun.cpp:419 +#: common_texts.cpp:111 tdehtml/tdehtml_part.cpp:3937 tdehtml/tdehtml_part.cpp:4141 +#: tdehtml/tdehtml_part.cpp:4462 tdehtml/tdehtml_run.cpp:83 tdeparts/browserrun.cpp:419 msgid "Save As" msgstr "নতুন নামে সংরক্ষণ করো" @@ -996,7 +996,7 @@ msgstr "নতুন নামে সংরক্ষ&ণ করো..." msgid "&Print..." msgstr "ছাপা&ও..." -#: common_texts.cpp:117 tdeui/kmessagebox.cpp:837 tdeui/kmessagebox.cpp:867 +#: common_texts.cpp:117 tdeui/tdemessagebox.cpp:837 tdeui/tdemessagebox.cpp:867 msgid "Sorry" msgstr "দুঃখিত" @@ -1017,7 +1017,7 @@ msgstr "বদলাও" msgid "&Delete" msgstr "মুছে ফেলো (&ম)" -#: common_texts.cpp:125 tdeui/kfontdialog.cpp:225 tdeui/kfontdialog.cpp:477 +#: common_texts.cpp:125 tdeui/tdefontdialog.cpp:225 tdeui/tdefontdialog.cpp:477 msgid "Italic" msgstr "তেরচা" @@ -1025,7 +1025,7 @@ msgstr "তেরচা" msgid "Roman" msgstr "রোমান" -#: common_texts.cpp:132 tdeui/kmessagebox.cpp:913 +#: common_texts.cpp:132 tdeui/tdemessagebox.cpp:913 msgid "Information" msgstr "তথ্য" @@ -1048,12 +1048,12 @@ msgstr "ব্রাউজ..." #: common_texts.cpp:137 tdecore/kkeyserver_x11.cpp:127 tdeui/keditcl2.cpp:107 #: tdeui/keditcl2.cpp:120 tdeui/keditcl2.cpp:377 tdeui/keditcl2.cpp:390 #: tdeui/keditcl2.cpp:456 tdeui/keditcl2.cpp:469 tdeui/kstdguiitem.cpp:259 -#: khtml/ecma/kjs_debugwin.cpp:466 kutils/kreplace.cpp:319 +#: tdehtml/ecma/kjs_debugwin.cpp:466 tdeutils/kreplace.cpp:319 msgid "Stop" msgstr "থামাও" #: common_texts.cpp:138 tdeui/keditlistbox.cpp:136 -#: kresources/configpage.cpp:127 +#: tderesources/configpage.cpp:127 msgid "&Remove" msgstr "&সরাও" @@ -1069,7 +1069,7 @@ msgstr "বৈশিষ্ট্যাবলী" msgid "&Start" msgstr "শুরু &করো" -#: common_texts.cpp:142 khtml/ecma/kjs_debugwin.cpp:457 +#: common_texts.cpp:142 tdehtml/ecma/kjs_debugwin.cpp:457 msgid "St&op" msgstr "থামা&ও" @@ -1097,11 +1097,11 @@ msgstr "&নতুন করে লোড করো" msgid "Files" msgstr "ফাইল" -#: common_texts.cpp:149 khtml/ecma/kjs_debugwin.cpp:465 +#: common_texts.cpp:149 tdehtml/ecma/kjs_debugwin.cpp:465 msgid "Continue" msgstr "এগিয়ে চলো" -#: common_texts.cpp:150 kmdi/kmdimainfrm.cpp:995 +#: common_texts.cpp:150 tdemdi/tdemdimainfrm.cpp:995 msgid "Restore" msgstr "আগের অবস্থায় ফেরাও" @@ -1110,7 +1110,7 @@ msgid "Appearance" msgstr "চেহারা" #: common_texts.cpp:152 tdecore/kkeyserver_x11.cpp:137 -#: tdecore/kstdaccel.cpp:57 +#: tdecore/tdestdaccel.cpp:57 msgid "Print" msgstr "ছাপাও" @@ -1168,9 +1168,9 @@ msgstr "&পরবর্তী" msgid "&Previous" msgstr "পূর্ব&বর্তী" -#: common_texts.cpp:170 kcert/kcertpart.cc:730 kcert/kcertpart.cc:746 -#: tdecore/kstdaccel.cpp:73 tdeui/keditcl2.cpp:456 tdeui/keditcl2.cpp:469 -#: tdeui/keditcl2.cpp:830 kutils/kreplace.cpp:45 kutils/kreplace.cpp:49 +#: common_texts.cpp:170 tdecert/tdecertpart.cc:730 tdecert/tdecertpart.cc:746 +#: tdecore/tdestdaccel.cpp:73 tdeui/keditcl2.cpp:456 tdeui/keditcl2.cpp:469 +#: tdeui/keditcl2.cpp:830 tdeutils/kreplace.cpp:45 tdeutils/kreplace.cpp:49 msgid "Replace" msgstr "বদলে বসাও" @@ -1178,9 +1178,9 @@ msgstr "বদলে বসাও" msgid "&Replace..." msgstr "&বদলে বসাও..." -#: common_texts.cpp:173 kabc/ldapconfigwidget.cpp:156 -#: kabc/ldapconfigwidget.cpp:168 tdeui/klineedit.cpp:914 -#: tdeui/ktoolbar.cpp:2058 +#: common_texts.cpp:173 tdeabc/ldapconfigwidget.cpp:156 +#: tdeabc/ldapconfigwidget.cpp:168 tdeui/klineedit.cpp:914 +#: tdeui/tdetoolbar.cpp:2058 msgid "Default" msgstr "ডিফল্ট" @@ -1200,7 +1200,7 @@ msgstr "সম্প্রতি ব্যবহৃত" msgid "Open &Recent" msgstr "&সম্প্রতি ব্যবহৃত" -#: common_texts.cpp:179 tdeui/kstdaction_p.h:61 khtml/khtml_part.cpp:4258 +#: common_texts.cpp:179 tdeui/kstdaction_p.h:61 tdehtml/tdehtml_part.cpp:4258 msgid "&Find..." msgstr "&সন্ধান করো..." @@ -1245,7 +1245,7 @@ msgstr "কী-বাইন্ডিং &কনফিগার করো..." msgid "&Preferences..." msgstr "&পছন্দ..." -#: common_texts.cpp:193 tdeui/kmessagebox.cpp:928 +#: common_texts.cpp:193 tdeui/tdemessagebox.cpp:928 msgid "Do not show this message again" msgstr "এই বার্তাটি আর দেখিও না" @@ -1565,24 +1565,24 @@ msgstr "Base is not an object" msgid "Syntax error in parameter list" msgstr "Syntax error in parameter list" -#: interfaces/ktexteditor/editorchooser.cpp:60 +#: interfaces/tdetexteditor/editorchooser.cpp:60 msgid "System Default (%1)" msgstr "সিস্টেম ডিফল্ট (%1)" -#: interfaces/kscript/scriptmanager.cpp:106 +#: interfaces/tdescript/scriptmanager.cpp:106 msgid "Unable to get KScript Runner for type \"%1\"." msgstr "\"%1\" ধরনের জন্য KScript চালক পাওয়া যায়নি।" -#: interfaces/kscript/scriptmanager.cpp:106 -#: interfaces/kscript/scriptmanager.cpp:129 +#: interfaces/tdescript/scriptmanager.cpp:106 +#: interfaces/tdescript/scriptmanager.cpp:129 msgid "KScript Error" msgstr "KScript Error" -#: interfaces/kscript/scriptmanager.cpp:129 +#: interfaces/tdescript/scriptmanager.cpp:129 msgid "Unable find script \"%1\"." msgstr "স্ক্রিপ্ট \"%1\" পাওয়া যায়নি।" -#: interfaces/kscript/scriptloader.cpp:40 +#: interfaces/tdescript/scriptloader.cpp:40 msgid "TDE Scripts" msgstr "কে.ডি.ই. স্ক্রিপ্ট" @@ -1606,73 +1606,73 @@ msgstr "স্বাভাবি&ক" msgid "&Double Size" msgstr "দ্বিগু&ণ" -#: kabc/addressbook.cpp:346 kabc/addressbook.cpp:365 +#: tdeabc/addressbook.cpp:346 tdeabc/addressbook.cpp:365 msgid "Unable to load resource '%1'" msgstr "'%1' রিসোর্স লোড করতে অক্ষম" -#: kabc/key.cpp:127 +#: tdeabc/key.cpp:127 msgid "X509" msgstr "X509" -#: kabc/key.cpp:130 +#: tdeabc/key.cpp:130 msgid "PGP" msgstr "পি-জি-পি (PGP)" -#: kab/addressbook.cc:335 kabc/field.cpp:217 kabc/key.cpp:133 -#: kabc/scripts/field.src.cpp:110 +#: kab/addressbook.cc:335 tdeabc/field.cpp:217 tdeabc/key.cpp:133 +#: tdeabc/scripts/field.src.cpp:110 msgid "Custom" msgstr "নিজের পছন্দসই" -#: kabc/key.cpp:136 kabc/secrecy.cpp:80 +#: tdeabc/key.cpp:136 tdeabc/secrecy.cpp:80 msgid "Unknown type" msgstr "অজানা ধরন (টাইপ)" -#: kabc/field.cpp:192 kabc/scripts/field.src.cpp:85 +#: tdeabc/field.cpp:192 tdeabc/scripts/field.src.cpp:85 msgid "Unknown Field" msgstr "অজানা ফিল্ড" -#: kabc/field.cpp:205 kabc/scripts/field.src.cpp:98 +#: tdeabc/field.cpp:205 tdeabc/scripts/field.src.cpp:98 msgid "All" msgstr "সব" -#: kabc/field.cpp:207 kabc/scripts/field.src.cpp:100 +#: tdeabc/field.cpp:207 tdeabc/scripts/field.src.cpp:100 msgid "Frequent" msgstr "প্রায়শই ব্যবহৃত" -#: kab/addressbook.cc:192 kabc/field.cpp:209 kabc/scripts/field.src.cpp:102 +#: kab/addressbook.cc:192 tdeabc/field.cpp:209 tdeabc/scripts/field.src.cpp:102 msgid "" "_: street/postal\n" "Address" msgstr "" -#: kabc/addresseedialog.cpp:71 kabc/addresseedialog.cpp:101 -#: kabc/distributionlistdialog.cpp:190 kabc/distributionlisteditor.cpp:143 -#: kabc/field.cpp:211 kabc/scripts/field.src.cpp:104 tdeui/kaboutdialog.cpp:91 +#: tdeabc/addresseedialog.cpp:71 tdeabc/addresseedialog.cpp:101 +#: tdeabc/distributionlistdialog.cpp:190 tdeabc/distributionlisteditor.cpp:143 +#: tdeabc/field.cpp:211 tdeabc/scripts/field.src.cpp:104 tdeui/tdeaboutdialog.cpp:91 msgid "Email" msgstr "ই-মেইল" -#: kabc/field.cpp:213 kabc/scripts/field.src.cpp:106 +#: tdeabc/field.cpp:213 tdeabc/scripts/field.src.cpp:106 msgid "Personal" msgstr "ব্যক্তিগত" -#: kab/addressbook.cc:176 kabc/addressee.cpp:727 kabc/field.cpp:215 -#: kabc/scripts/field.src.cpp:108 +#: kab/addressbook.cc:176 tdeabc/addressee.cpp:727 tdeabc/field.cpp:215 +#: tdeabc/scripts/field.src.cpp:108 msgid "Organization" msgstr "সংস্থা" -#: kabc/field.cpp:219 kabc/scripts/field.src.cpp:112 +#: tdeabc/field.cpp:219 tdeabc/scripts/field.src.cpp:112 msgid "Undefined" msgstr "অজ্ঞাত" -#: kabc/kab2kabc.cpp:42 +#: tdeabc/tdeab2tdeabc.cpp:42 msgid "Disable automatic startup on login" msgstr "লগ-ইন-এর সময় নিজে থেকে চালিও না।" -#: kabc/kab2kabc.cpp:45 +#: tdeabc/tdeab2tdeabc.cpp:45 msgid "Override existing entries" msgstr "" -#: kabc/kab2kabc.cpp:287 +#: tdeabc/tdeab2tdeabc.cpp:287 msgid "" "Address book file <b>%1</b> not found! Make sure the old address book is " "located there and you have read permission for this file." @@ -1680,677 +1680,677 @@ msgstr "" "ঠিকানা তালিকা ফাইল <b>%1</b> পাওয়া যায়নি! পরীক্ষা করে দেখুন পুরনো ঠিকানা " "তালিকাটি ওখানেই আছে কি না এবং আপনার সেটি পড়ার অনুমতি আছে কি না। " -#: kabc/kab2kabc.cpp:435 +#: tdeabc/tdeab2tdeabc.cpp:435 msgid "Kab to Kabc Converter" msgstr "Kab থেকে Kabc-তে পরিবর্তক" -#: kabc/resource.cpp:332 +#: tdeabc/resource.cpp:332 msgid "Loading resource '%1' failed!" msgstr "'%1' রিসোর্স লোড করার প্রচেষ্টা ব্যর্থ!" -#: kabc/resource.cpp:343 +#: tdeabc/resource.cpp:343 msgid "Saving resource '%1' failed!" msgstr "'%1' রিসোর্স সংরক্ষণ করার প্রচেষ্টা ব্যর্থ!" -#: kabc/resourceselectdialog.cpp:39 kresources/selectdialog.cpp:42 +#: tdeabc/resourceselectdialog.cpp:39 tderesources/selectdialog.cpp:42 msgid "Resource Selection" msgstr "রিসোর্স নির্বাচন" -#: kabc/resourceselectdialog.cpp:46 kresources/configpage.cpp:107 -#: kresources/selectdialog.cpp:49 +#: tdeabc/resourceselectdialog.cpp:46 tderesources/configpage.cpp:107 +#: tderesources/selectdialog.cpp:49 msgid "Resources" msgstr "রিসোর্সসমূহ" -#: kabc/secrecy.cpp:71 +#: tdeabc/secrecy.cpp:71 msgid "Public" msgstr "সাধারণ" -#: kab/addressbook.cc:1950 kabc/secrecy.cpp:74 +#: kab/addressbook.cc:1950 tdeabc/secrecy.cpp:74 msgid "Private" msgstr "ব্যক্তিগত" -#: kabc/secrecy.cpp:77 +#: tdeabc/secrecy.cpp:77 msgid "Confidential" msgstr "গোপনীয়" -#: kabc/errorhandler.cpp:42 -msgid "Error in libkabc" -msgstr "Error in libkabc" +#: tdeabc/errorhandler.cpp:42 +msgid "Error in libtdeabc" +msgstr "Error in libtdeabc" -#: kabc/ldifconverter.cpp:475 +#: tdeabc/ldifconverter.cpp:475 msgid "List of Emails" msgstr "ই-মেইলের তালিকা" -#: kabc/locknull.cpp:60 +#: tdeabc/locknull.cpp:60 msgid "LockNull: All locks succeed but no actual locking is done." msgstr "LockNull: All locks succeed but no actual locking is done." -#: kabc/locknull.cpp:62 +#: tdeabc/locknull.cpp:62 msgid "LockNull: All locks fail." msgstr "LockNull: All locks fail." -#: kabc/phonenumber.cpp:147 +#: tdeabc/phonenumber.cpp:147 msgid "" "_: Preferred phone\n" "Preferred" msgstr "পছন্দের" -#: kabc/phonenumber.cpp:151 +#: tdeabc/phonenumber.cpp:151 msgid "" "_: Home phone\n" "Home" msgstr "বাড়ির" -#: kabc/phonenumber.cpp:154 +#: tdeabc/phonenumber.cpp:154 msgid "" "_: Work phone\n" "Work" msgstr "কাজের" -#: kabc/phonenumber.cpp:157 +#: tdeabc/phonenumber.cpp:157 msgid "Messenger" msgstr "মেসেঞ্জার" -#: kabc/phonenumber.cpp:160 +#: tdeabc/phonenumber.cpp:160 msgid "Preferred Number" msgstr "পছন্দের নম্বর" -#: kabc/phonenumber.cpp:163 +#: tdeabc/phonenumber.cpp:163 msgid "Voice" msgstr "কথা" -#: kabc/phonenumber.cpp:166 +#: tdeabc/phonenumber.cpp:166 msgid "Fax" msgstr "ফ্যাক্স" -#: kabc/phonenumber.cpp:169 +#: tdeabc/phonenumber.cpp:169 msgid "" "_: Mobile Phone\n" "Mobile" msgstr "মোবাইল" -#: kabc/phonenumber.cpp:172 +#: tdeabc/phonenumber.cpp:172 msgid "Video" msgstr "ভিডিও" -#: kabc/phonenumber.cpp:175 +#: tdeabc/phonenumber.cpp:175 msgid "Mailbox" msgstr "মেইল-বক্স" -#: kabc/phonenumber.cpp:178 +#: tdeabc/phonenumber.cpp:178 msgid "Modem" msgstr "মোডেম" -#: kabc/phonenumber.cpp:181 +#: tdeabc/phonenumber.cpp:181 msgid "" "_: Car Phone\n" "Car" msgstr "গাড়ির" -#: kabc/addressee.cpp:601 kabc/phonenumber.cpp:184 +#: tdeabc/addressee.cpp:601 tdeabc/phonenumber.cpp:184 msgid "ISDN" msgstr "ISDN" -#: kabc/phonenumber.cpp:187 +#: tdeabc/phonenumber.cpp:187 msgid "PCS" msgstr "PCS" -#: kabc/addressee.cpp:607 kabc/phonenumber.cpp:190 +#: tdeabc/addressee.cpp:607 tdeabc/phonenumber.cpp:190 msgid "Pager" msgstr "পেজার" -#: kabc/addressee.cpp:583 kabc/phonenumber.cpp:193 +#: tdeabc/addressee.cpp:583 tdeabc/phonenumber.cpp:193 msgid "Home Fax" msgstr "বাড়ির ফ্যাক্স" -#: kabc/phonenumber.cpp:196 +#: tdeabc/phonenumber.cpp:196 msgid "Work Fax" msgstr "অফিসের ফ্যাক্স" -#: kabc/address.cpp:312 kabc/phonenumber.cpp:199 tdecore/kcharsets.cpp:43 +#: tdeabc/address.cpp:312 tdeabc/phonenumber.cpp:199 tdecore/kcharsets.cpp:43 msgid "Other" msgstr "অন্যান্য" -#: kabc/distributionlistdialog.cpp:44 +#: tdeabc/distributionlistdialog.cpp:44 msgid "Configure Distribution Lists" msgstr "ডিস্ট্রিবিউশন তালিকা কনফিগার করো" -#: kabc/distributionlistdialog.cpp:61 kabc/distributionlisteditor.cpp:43 +#: tdeabc/distributionlistdialog.cpp:61 tdeabc/distributionlisteditor.cpp:43 msgid "Select Email Address" msgstr "ই-মেইল অ্যাড্রেস বেছে নিন" -#: kab/addressbook.cc:303 kabc/distributionlistdialog.cpp:69 -#: kabc/distributionlisteditor.cpp:49 +#: kab/addressbook.cc:303 tdeabc/distributionlistdialog.cpp:69 +#: tdeabc/distributionlisteditor.cpp:49 msgid "Email Addresses" msgstr "ই-মেইল অ্যাড্রেস" -#: kabc/distributionlistdialog.cpp:152 +#: tdeabc/distributionlistdialog.cpp:152 msgid "New List..." msgstr "নতুন তালিকা..." -#: kabc/distributionlistdialog.cpp:156 +#: tdeabc/distributionlistdialog.cpp:156 msgid "Rename List..." msgstr "তালিকার নাম বদলাও..." -#: kabc/distributionlistdialog.cpp:160 kabc/distributionlisteditor.cpp:137 +#: tdeabc/distributionlistdialog.cpp:160 tdeabc/distributionlisteditor.cpp:137 msgid "Remove List" msgstr "তালিকা মুছে ফেলো" -#: kabc/distributionlistdialog.cpp:167 +#: tdeabc/distributionlistdialog.cpp:167 msgid "Available addresses:" msgstr "লভ্য অ্যাড্রেসসমূহ:" -#: kabc/addressee.cpp:335 kabc/addresseedialog.cpp:70 -#: kabc/addresseedialog.cpp:100 kabc/distributionlistdialog.cpp:174 -#: kabc/distributionlistdialog.cpp:189 kabc/distributionlisteditor.cpp:142 -#: kabc/distributionlisteditor.cpp:161 knewstuff/downloaddialog.cpp:270 +#: tdeabc/addressee.cpp:335 tdeabc/addresseedialog.cpp:70 +#: tdeabc/addresseedialog.cpp:100 tdeabc/distributionlistdialog.cpp:174 +#: tdeabc/distributionlistdialog.cpp:189 tdeabc/distributionlisteditor.cpp:142 +#: tdeabc/distributionlisteditor.cpp:161 knewstuff/downloaddialog.cpp:270 #: knewstuff/downloaddialog.cpp:276 knewstuff/downloaddialog.cpp:282 -#: knewstuff/providerdialog.cpp:65 kresources/configpage.cpp:119 -#: kutils/kpluginselector.cpp:200 +#: knewstuff/providerdialog.cpp:65 tderesources/configpage.cpp:119 +#: tdeutils/kpluginselector.cpp:200 msgid "Name" msgstr "নাম" -#: kabc/distributionlistdialog.cpp:175 kabc/distributionlisteditor.cpp:162 +#: tdeabc/distributionlistdialog.cpp:175 tdeabc/distributionlisteditor.cpp:162 msgid "Preferred Email" msgstr "পছন্দের ই-মেইল" -#: kabc/distributionlistdialog.cpp:183 kabc/distributionlisteditor.cpp:156 +#: tdeabc/distributionlistdialog.cpp:183 tdeabc/distributionlisteditor.cpp:156 msgid "Add Entry" msgstr "তালিকায় যোগ করুন" -#: kabc/distributionlistdialog.cpp:191 kabc/distributionlisteditor.cpp:144 +#: tdeabc/distributionlistdialog.cpp:191 tdeabc/distributionlisteditor.cpp:144 msgid "Use Preferred" msgstr "পছন্দের অ্যাড্রেস ব্যবহার করো" -#: kabc/distributionlistdialog.cpp:198 +#: tdeabc/distributionlistdialog.cpp:198 msgid "Change Email..." msgstr "ই-মেইল বদলাও..." -#: kabc/distributionlistdialog.cpp:202 kabc/distributionlisteditor.cpp:152 +#: tdeabc/distributionlistdialog.cpp:202 tdeabc/distributionlisteditor.cpp:152 msgid "Remove Entry" msgstr "তালিকা থেকে বাদ দিন" -#: kabc/distributionlistdialog.cpp:237 kabc/distributionlisteditor.cpp:196 +#: tdeabc/distributionlistdialog.cpp:237 tdeabc/distributionlisteditor.cpp:196 msgid "New Distribution List" msgstr "নতুন ডিস্ট্রিবিউশন তালিকা" -#: kabc/distributionlistdialog.cpp:238 +#: tdeabc/distributionlistdialog.cpp:238 msgid "Please enter &name:" msgstr "না&ম লিখুন:" -#: kabc/distributionlistdialog.cpp:255 +#: tdeabc/distributionlistdialog.cpp:255 msgid "Distribution List" msgstr "ডিস্ট্রিবিউশন তালিকা" -#: kabc/distributionlistdialog.cpp:256 +#: tdeabc/distributionlistdialog.cpp:256 msgid "Please change &name:" msgstr "না&ম বদলান:" -#: kabc/distributionlistdialog.cpp:273 +#: tdeabc/distributionlistdialog.cpp:273 msgid "Delete distribution list '%1'?" msgstr "ডিস্ট্রিবিউশন তালিকা '%1' মুছে ফেলব?" -#: kabc/distributionlistdialog.cpp:339 +#: tdeabc/distributionlistdialog.cpp:339 msgid "Selected addressees:" msgstr "নির্বাচিত অ্যাড্রেস:" -#: kabc/distributionlistdialog.cpp:341 +#: tdeabc/distributionlistdialog.cpp:341 msgid "Selected addresses in '%1':" msgstr "'%1'-এ নির্বাচিত অ্যাড্রেসসমূহ:" -#: kabc/addresseehelper.cpp:67 +#: tdeabc/addresseehelper.cpp:67 msgid "Dr." msgstr "ডঃ" -#: kabc/addresseehelper.cpp:68 +#: tdeabc/addresseehelper.cpp:68 msgid "Miss" msgstr "কুমারী" -#: kabc/addresseehelper.cpp:69 +#: tdeabc/addresseehelper.cpp:69 msgid "Mr." msgstr "শ্রী" -#: kabc/addresseehelper.cpp:70 +#: tdeabc/addresseehelper.cpp:70 msgid "Mrs." msgstr "শ্রীমতী" -#: kabc/addresseehelper.cpp:71 +#: tdeabc/addresseehelper.cpp:71 msgid "Ms." msgstr "Ms." -#: kabc/addresseehelper.cpp:72 +#: tdeabc/addresseehelper.cpp:72 msgid "Prof." msgstr "প্রঃ" -#: kabc/addresseehelper.cpp:74 +#: tdeabc/addresseehelper.cpp:74 msgid "I" msgstr "প্রথম" -#: kabc/addresseehelper.cpp:75 +#: tdeabc/addresseehelper.cpp:75 msgid "II" msgstr "দ্বিতীয়" -#: kabc/addresseehelper.cpp:76 +#: tdeabc/addresseehelper.cpp:76 msgid "III" msgstr "তৃতীয়" -#: kabc/addresseehelper.cpp:77 +#: tdeabc/addresseehelper.cpp:77 msgid "Jr." msgstr "জুনিয়র" -#: kabc/addresseehelper.cpp:78 +#: tdeabc/addresseehelper.cpp:78 msgid "Sr." msgstr "সিনিয়র" -#: kabc/ldapconfigwidget.cpp:83 +#: tdeabc/ldapconfigwidget.cpp:83 msgid "User:" msgstr "ব্যবহারকারী:" -#: kabc/ldapconfigwidget.cpp:92 +#: tdeabc/ldapconfigwidget.cpp:92 msgid "Bind DN:" msgstr "" -#: kabc/ldapconfigwidget.cpp:101 +#: tdeabc/ldapconfigwidget.cpp:101 msgid "Realm:" msgstr "" -#: kabc/ldapconfigwidget.cpp:110 +#: tdeabc/ldapconfigwidget.cpp:110 msgid "Password:" msgstr "পাসওয়ার্ড:" -#: kabc/ldapconfigwidget.cpp:120 +#: tdeabc/ldapconfigwidget.cpp:120 msgid "Host:" msgstr "হোস্ট:" -#: kabc/ldapconfigwidget.cpp:130 +#: tdeabc/ldapconfigwidget.cpp:130 msgid "Port:" msgstr "পোর্ট:" -#: kabc/ldapconfigwidget.cpp:141 +#: tdeabc/ldapconfigwidget.cpp:141 msgid "LDAP version:" msgstr "এল.ডি.এ.পি. সংস্করণ:" -#: kabc/ldapconfigwidget.cpp:152 +#: tdeabc/ldapconfigwidget.cpp:152 msgid "Size limit:" msgstr "আয়তন সীমা:" -#: kabc/ldapconfigwidget.cpp:163 +#: tdeabc/ldapconfigwidget.cpp:163 msgid "Time limit:" msgstr "সময় সীমা:" -#: kabc/ldapconfigwidget.cpp:167 +#: tdeabc/ldapconfigwidget.cpp:167 msgid " sec" msgstr " সেকণ্ড" -#: kabc/ldapconfigwidget.cpp:175 +#: tdeabc/ldapconfigwidget.cpp:175 msgid "" "_: Distinguished Name\n" "DN:" msgstr "DN:" -#: kabc/ldapconfigwidget.cpp:182 kabc/ldapconfigwidget.cpp:231 +#: tdeabc/ldapconfigwidget.cpp:182 tdeabc/ldapconfigwidget.cpp:231 msgid "Query Server" msgstr "কুয়েরি সার্ভার" -#: kabc/ldapconfigwidget.cpp:190 +#: tdeabc/ldapconfigwidget.cpp:190 msgid "Filter:" msgstr "ফিল্টার:" -#: kabc/ldapconfigwidget.cpp:199 +#: tdeabc/ldapconfigwidget.cpp:199 msgid "Security" msgstr "নিরাপত্তা" -#: kabc/ldapconfigwidget.cpp:201 +#: tdeabc/ldapconfigwidget.cpp:201 msgid "TLS" msgstr "TLS" -#: kabc/ldapconfigwidget.cpp:202 +#: tdeabc/ldapconfigwidget.cpp:202 msgid "SSL" msgstr "SSL" -#: kabc/ldapconfigwidget.cpp:216 +#: tdeabc/ldapconfigwidget.cpp:216 msgid "Authentication" msgstr "সত্যতা যাচাই" -#: kabc/ldapconfigwidget.cpp:218 +#: tdeabc/ldapconfigwidget.cpp:218 msgid "Anonymous" msgstr "অজ্ঞাত" -#: kabc/ldapconfigwidget.cpp:219 +#: tdeabc/ldapconfigwidget.cpp:219 msgid "Simple" msgstr "সরল" -#: kabc/ldapconfigwidget.cpp:220 +#: tdeabc/ldapconfigwidget.cpp:220 msgid "SASL" msgstr "SASL" -#: kabc/ldapconfigwidget.cpp:222 +#: tdeabc/ldapconfigwidget.cpp:222 msgid "SASL mechanism:" msgstr "" -#: kabc/ldapconfigwidget.cpp:302 +#: tdeabc/ldapconfigwidget.cpp:302 msgid "LDAP Query" msgstr "এল-ডি-এ-পি কুয়েরি" -#: kabc/address.cpp:145 +#: tdeabc/address.cpp:145 msgid "Post Office Box" msgstr "পোস্ট অফিস বক্স" -#: kabc/address.cpp:163 +#: tdeabc/address.cpp:163 msgid "Extended Address Information" msgstr "ঠিকানার বিস্তারিত বিবরণ" -#: kabc/address.cpp:181 +#: tdeabc/address.cpp:181 msgid "Street" msgstr "রাস্তা" -#: kabc/address.cpp:199 +#: tdeabc/address.cpp:199 msgid "Locality" msgstr "পাড়া" -#: kabc/address.cpp:217 tdeui/ktimezonewidget.cpp:46 +#: tdeabc/address.cpp:217 tdeui/ktimezonewidget.cpp:46 msgid "Region" msgstr "এলাকা" -#: kabc/address.cpp:235 +#: tdeabc/address.cpp:235 msgid "Postal Code" msgstr "ডাকঘর পিন" -#: kab/addressbook.cc:204 kabc/address.cpp:253 +#: kab/addressbook.cc:204 tdeabc/address.cpp:253 msgid "Country" msgstr "দেশ" -#: kab/addressbook.cc:188 kabc/address.cpp:271 +#: kab/addressbook.cc:188 tdeabc/address.cpp:271 msgid "Delivery Label" msgstr "ডেলিভারি লেবেল" -#: kabc/address.cpp:287 +#: tdeabc/address.cpp:287 msgid "" "_: Preferred address\n" "Preferred" msgstr "পছন্দের" -#: kabc/address.cpp:291 +#: tdeabc/address.cpp:291 msgid "Domestic" msgstr "আন্তর্দেশীয়" -#: kabc/address.cpp:294 +#: tdeabc/address.cpp:294 msgid "International" msgstr "আন্তর্জাতিক" -#: kabc/address.cpp:297 +#: tdeabc/address.cpp:297 msgid "Postal" msgstr "ডাক" -#: kabc/address.cpp:300 +#: tdeabc/address.cpp:300 msgid "Parcel" msgstr "পার্সেল" -#: kabc/address.cpp:303 +#: tdeabc/address.cpp:303 msgid "" "_: Home Address\n" "Home" msgstr "বাড়ি" -#: kabc/address.cpp:306 +#: tdeabc/address.cpp:306 msgid "" "_: Work Address\n" "Work" msgstr "কর্মক্ষেত্র" -#: kabc/address.cpp:309 +#: tdeabc/address.cpp:309 msgid "Preferred Address" msgstr "পছন্দের ঠিকানা" -#: kabc/lock.cpp:93 +#: tdeabc/lock.cpp:93 msgid "Unable to open lock file." msgstr "লক (lock) ফাইল খুলতে অক্ষম।" -#: kabc/lock.cpp:106 +#: tdeabc/lock.cpp:106 msgid "" "The address book '%1' is locked by application '%2'.\n" "If you believe this is incorrect, just remove the lock file from '%3'" msgstr "" -#: kabc/lock.cpp:146 +#: tdeabc/lock.cpp:146 msgid "Unlock failed. Lock file is owned by other process: %1 (%2)" msgstr "আনলক (Unlock) ব্যর্থ। অন্য একটি প্রসেস লক ফাইলটির মালিক: %1 (%2)" -#: kabc/stdaddressbook.cpp:148 +#: tdeabc/stdaddressbook.cpp:148 msgid "Unable to save to resource '%1'. It is locked." msgstr "রিসোর্স '%1' সংরক্ষণ করতে ব্যর্থ, কারণ সেটা লক (lock) করা আছে।" -#: kabc/addresseedialog.cpp:60 +#: tdeabc/addresseedialog.cpp:60 msgid "Select Addressee" msgstr "প্রাপক বেছে নিন" -#: kabc/addresseedialog.cpp:95 +#: tdeabc/addresseedialog.cpp:95 msgid "Selected" msgstr "নির্বাচিত" -#: kabc/addresseedialog.cpp:107 +#: tdeabc/addresseedialog.cpp:107 msgid "Unselect" msgstr "আনসিলেক্ট" -#: kabc/distributionlisteditor.cpp:133 +#: tdeabc/distributionlisteditor.cpp:133 msgid "New List" msgstr "নতুন তালিকা" -#: kabc/distributionlisteditor.cpp:148 +#: tdeabc/distributionlisteditor.cpp:148 msgid "Change Email" msgstr "ই-মেইল বদলাও" -#: kabc/distributionlisteditor.cpp:197 +#: tdeabc/distributionlisteditor.cpp:197 msgid "Please enter name:" msgstr "অনুগ্রহ করে নাম লিখুন:" -#: kabc/formatfactory.cpp:55 kabc/formatfactory.cpp:119 +#: tdeabc/formatfactory.cpp:55 tdeabc/formatfactory.cpp:119 msgid "vCard" msgstr "ভি-কার্ড" -#: kabc/formatfactory.cpp:56 kabc/formatfactory.cpp:120 +#: tdeabc/formatfactory.cpp:56 tdeabc/formatfactory.cpp:120 msgid "vCard Format" msgstr "ভি-কার্ড ফর্ম্যাট" -#: kabc/formatfactory.cpp:75 +#: tdeabc/formatfactory.cpp:75 msgid "No description available." msgstr "উপযুক্ত বর্ণনা পাওয়া যাচ্ছে না।" -#: kabc/addressee.cpp:317 kabc/scripts/addressee.src.cpp:180 +#: tdeabc/addressee.cpp:317 tdeabc/scripts/addressee.src.cpp:180 msgid "Unique Identifier" msgstr "অনন্য পরিচায়ক" -#: kab/addressbook.cc:271 kabc/addressee.cpp:354 +#: kab/addressbook.cc:271 tdeabc/addressee.cpp:354 msgid "Formatted Name" msgstr "ফর্ম্যাট করা নাম" -#: kabc/addressee.cpp:373 +#: tdeabc/addressee.cpp:373 msgid "Family Name" msgstr "পদবী" -#: kabc/addressee.cpp:392 +#: tdeabc/addressee.cpp:392 msgid "Given Name" msgstr "নাম" -#: kabc/addressee.cpp:411 +#: tdeabc/addressee.cpp:411 msgid "Additional Names" msgstr "অতিরিক্ত নাম" -#: kabc/addressee.cpp:430 +#: tdeabc/addressee.cpp:430 msgid "Honorific Prefixes" msgstr "সম্মানসূচক বিশেষণ" -#: kabc/addressee.cpp:449 +#: tdeabc/addressee.cpp:449 msgid "Honorific Suffixes" msgstr "সম্মানসূচক উপাধি" -#: kabc/addressee.cpp:468 +#: tdeabc/addressee.cpp:468 msgid "Nick Name" msgstr "ডাকনাম" -#: kab/addressbook.cc:291 kabc/addressee.cpp:487 +#: kab/addressbook.cc:291 tdeabc/addressee.cpp:487 msgid "Birthday" msgstr "জন্মদিন" -#: kabc/addressee.cpp:493 +#: tdeabc/addressee.cpp:493 msgid "Home Address Street" msgstr "বাড়ির ঠিকানা - রাস্তা" -#: kabc/addressee.cpp:499 +#: tdeabc/addressee.cpp:499 msgid "Home Address City" msgstr "বাড়ির ঠিকানা - শহর" -#: kabc/addressee.cpp:505 +#: tdeabc/addressee.cpp:505 msgid "Home Address State" msgstr "বাড়ির ঠিকানা - রাজ্য" -#: kabc/addressee.cpp:511 +#: tdeabc/addressee.cpp:511 msgid "Home Address Zip Code" msgstr "বাড়ির ঠিকানা - ডাক কোড" -#: kabc/addressee.cpp:517 +#: tdeabc/addressee.cpp:517 msgid "Home Address Country" msgstr "বাড়ির ঠিকানা - দেশ" -#: kabc/addressee.cpp:523 +#: tdeabc/addressee.cpp:523 msgid "Home Address Label" msgstr "বাড়ির ঠিকানা - লেবেল" -#: kabc/addressee.cpp:529 +#: tdeabc/addressee.cpp:529 msgid "Business Address Street" msgstr "কর্মক্ষেত্রের ঠিকানা - রাস্তা" -#: kabc/addressee.cpp:535 +#: tdeabc/addressee.cpp:535 msgid "Business Address City" msgstr "কর্মক্ষেত্রের ঠিকানা - শহর" -#: kabc/addressee.cpp:541 +#: tdeabc/addressee.cpp:541 msgid "Business Address State" msgstr "কর্মক্ষেত্রের ঠিকানা - রাজ্য" -#: kabc/addressee.cpp:547 +#: tdeabc/addressee.cpp:547 msgid "Business Address Zip Code" msgstr "কর্মক্ষেত্রের ঠিকানা - ডাক কোড" -#: kabc/addressee.cpp:553 +#: tdeabc/addressee.cpp:553 msgid "Business Address Country" msgstr "কর্মক্ষেত্রের ঠিকানা - দেশ" -#: kabc/addressee.cpp:559 +#: tdeabc/addressee.cpp:559 msgid "Business Address Label" msgstr "কর্মক্ষেত্রের ঠিকানা - লেবেল" -#: kabc/addressee.cpp:565 +#: tdeabc/addressee.cpp:565 msgid "Home Phone" msgstr "বাড়ির ফোন" -#: kabc/addressee.cpp:571 +#: tdeabc/addressee.cpp:571 msgid "Business Phone" msgstr "কর্মক্ষেত্রের ফোন" -#: kabc/addressee.cpp:577 +#: tdeabc/addressee.cpp:577 msgid "Mobile Phone" msgstr "মোবাইল ফোন" -#: kabc/addressee.cpp:589 +#: tdeabc/addressee.cpp:589 msgid "Business Fax" msgstr "কর্মক্ষেত্রের ফ্যাক্স" -#: kabc/addressee.cpp:595 +#: tdeabc/addressee.cpp:595 msgid "Car Phone" msgstr "গাড়ির ফোন" -#: kabc/addressee.cpp:613 +#: tdeabc/addressee.cpp:613 msgid "Email Address" msgstr "ই-মেইল ঠিকানা" -#: kabc/addressee.cpp:632 +#: tdeabc/addressee.cpp:632 msgid "Mail Client" msgstr "মেইল ক্লায়েন্ট" -#: kabc/addressee.cpp:651 +#: tdeabc/addressee.cpp:651 msgid "Time Zone" msgstr "টাইম জোন" -#: kabc/addressee.cpp:670 +#: tdeabc/addressee.cpp:670 msgid "Geographic Position" msgstr "ভৌগলিক অবস্থান" -#: kab/addressbook.cc:263 kabc/addressee.cpp:689 +#: kab/addressbook.cc:263 tdeabc/addressee.cpp:689 #, fuzzy msgid "" "_: person\n" "Title" msgstr "তামিল" -#: kabc/addressee.cpp:708 +#: tdeabc/addressee.cpp:708 msgid "" "_: person in organization\n" "Role" msgstr "" -#: kab/addressbook.cc:180 kabc/addressee.cpp:746 +#: kab/addressbook.cc:180 tdeabc/addressee.cpp:746 msgid "Department" msgstr "বিভাগ" -#: kabc/addressee.cpp:765 +#: tdeabc/addressee.cpp:765 msgid "Note" msgstr "নোট" -#: kabc/addressee.cpp:784 +#: tdeabc/addressee.cpp:784 msgid "Product Identifier" msgstr "প্রোডাক্ট পরিচায়ক" -#: kabc/addressee.cpp:803 +#: tdeabc/addressee.cpp:803 msgid "Revision Date" msgstr "পরিমার্জনের তারিখ" -#: kabc/addressee.cpp:822 +#: tdeabc/addressee.cpp:822 msgid "Sort String" msgstr "ক্রমবিন্যাস পঙক্তি" -#: kabc/addressee.cpp:841 tdeui/kaboutdialog.cpp:92 +#: tdeabc/addressee.cpp:841 tdeui/tdeaboutdialog.cpp:92 msgid "Homepage" msgstr "হোমপেজ" -#: kabc/addressee.cpp:860 +#: tdeabc/addressee.cpp:860 msgid "Security Class" msgstr "নিরাপত্তা স্তর" -#: kabc/addressee.cpp:879 +#: tdeabc/addressee.cpp:879 msgid "Logo" msgstr "প্রতীক" -#: kabc/addressee.cpp:898 +#: tdeabc/addressee.cpp:898 msgid "Photo" msgstr "আলোকচিত্র" -#: kabc/addressee.cpp:917 +#: tdeabc/addressee.cpp:917 msgid "Sound" msgstr "শব্দ" -#: kabc/addressee.cpp:936 +#: tdeabc/addressee.cpp:936 msgid "Agent" msgstr "প্রতিনিধি" -#: kabc/vcard/testwrite.cpp:11 +#: tdeabc/vcard/testwrite.cpp:11 msgid "TestWritevCard" msgstr "TestWritevCard" -#: kabc/vcardparser/testread.cpp:38 +#: tdeabc/vcardparser/testread.cpp:38 msgid "vCard 2.1" msgstr "ভি-কার্ড ২.১" -#: kabc/vcardparser/testread.cpp:39 kdewidgets/makekdewidgets.cpp:112 +#: tdeabc/vcardparser/testread.cpp:39 kdewidgets/maketdewidgets.cpp:112 msgid "Input file" msgstr "ইনপুট ফাইল" -#: kded/kde-menu.cpp:36 +#: kded/tde-menu.cpp:36 msgid "Output data in UTF-8 instead of local encoding" msgstr "" "উত্পন্ন তথ্য স্থানীয় এনকোডিং-এর পরিবর্তে ইউ.টি.এফ-৮ (UTF-8) ব্যবহার করে লেখ" -#: kded/kde-menu.cpp:37 +#: kded/tde-menu.cpp:37 msgid "" "Print menu-id of the menu that contains\n" "the application" @@ -2358,7 +2358,7 @@ msgstr "" "অ্যাপলিকেশনটি যে মেনুতে আছে\n" "সেটির menu-id ছাপাও।" -#: kded/kde-menu.cpp:38 +#: kded/tde-menu.cpp:38 msgid "" "Print menu name (caption) of the menu that\n" "contains the application" @@ -2366,23 +2366,23 @@ msgstr "" "অ্যাপলিকেশনটি যে মেনুতে আছে\n" "সেটির নাম (caption) ছাপাও।" -#: kded/kde-menu.cpp:39 +#: kded/tde-menu.cpp:39 msgid "Highlight the entry in the menu" msgstr "মেনুতে এন্ট্রিটি হাইলাইট করো" -#: kded/kde-menu.cpp:40 +#: kded/tde-menu.cpp:40 msgid "Do not check if sycoca database is up to date" msgstr "sycoca ডেটাবেস সবচেয়ে নতুন কিনা পরীক্ষা কোরো না" -#: kded/kde-menu.cpp:41 +#: kded/tde-menu.cpp:41 msgid "The id of the menu entry to locate" msgstr "যে মেনু এন্ট্রিটি খোঁজা হবে তার id" -#: kded/kde-menu.cpp:99 +#: kded/tde-menu.cpp:99 msgid "Menu item '%1' could not be highlighted." msgstr "মেনু আইটেম '%1' হাইলাইট করা যায়নি।" -#: kded/kde-menu.cpp:111 +#: kded/tde-menu.cpp:111 msgid "" "TDE Menu query tool.\n" "This tool can be used to find in which menu a specific application is shown.\n" @@ -2394,20 +2394,20 @@ msgstr "" "--highlight অপশনটি ব্যবহার করা হলে কে.ডি.ই মেনুতে অ্যাপলিকেশনটির অবস্থান পর্দায় " "প্রদর্শিত হবে।" -#: kded/kde-menu.cpp:116 -msgid "kde-menu" -msgstr "kde-menu" +#: kded/tde-menu.cpp:116 +msgid "tde-menu" +msgstr "tde-menu" -#: kded/kbuildsycoca.cpp:724 kded/kbuildsycoca.cpp:725 kded/kde-menu.cpp:119 -#: kded/khostname.cpp:362 tdeui/kaboutdialog.cpp:90 +#: kded/tdebuildsycoca.cpp:724 kded/tdebuildsycoca.cpp:725 kded/tde-menu.cpp:119 +#: kded/khostname.cpp:362 tdeui/tdeaboutdialog.cpp:90 msgid "Author" msgstr "লেখক" -#: kded/kde-menu.cpp:133 +#: kded/tde-menu.cpp:133 msgid "You must specify an application-id such as 'tde-konsole.desktop'" msgstr "একটি অ্যাপলিকেশন-আই.ডি. (যথা tde-konsole.desktop) উল্লেখ করা প্রয়োজন" -#: kded/kde-menu.cpp:142 +#: kded/tde-menu.cpp:142 msgid "" "You must specify at least one of --print-menu-id, --print-menu-name or " "--highlight" @@ -2415,11 +2415,11 @@ msgstr "" "এগুলির মধ্যে অন্তত একটি উল্লেখ করতেই হবে: --print-menu-id, --print-menu-name " "অথবা --highlight" -#: kded/kde-menu.cpp:164 +#: kded/tde-menu.cpp:164 msgid "No menu item '%1'." msgstr "'%1' নামে কোনো মেনু আইটেম নেই।" -#: kded/kde-menu.cpp:168 +#: kded/tde-menu.cpp:168 msgid "Menu item '%1' not found in menu." msgstr "'%1' মেনু আইটেম মেনুতে পাওয়া যায়নি।" @@ -2463,251 +2463,251 @@ msgstr "TDE Daemon" msgid "TDE Daemon - triggers Sycoca database updates when needed" msgstr "TDE ডিমন - প্রয়োজন মত Sycoca ডেটাবেস আপডেট চালায়" -#: kded/kbuildsycoca.cpp:483 +#: kded/tdebuildsycoca.cpp:483 msgid "" "Error creating database '%1'.\n" "Check that the permissions are correct on the directory and the disk is not " "full.\n" msgstr "" -#: kded/kbuildsycoca.cpp:483 kded/kbuildsycoca.cpp:512 -#: kded/kbuildsycoca.cpp:721 +#: kded/tdebuildsycoca.cpp:483 kded/tdebuildsycoca.cpp:512 +#: kded/tdebuildsycoca.cpp:721 msgid "KBuildSycoca" msgstr "KBuildSycoca" -#: kded/kbuildsycoca.cpp:512 +#: kded/tdebuildsycoca.cpp:512 msgid "" "Error writing database '%1'.\n" "Check that the permissions are correct on the directory and the disk is not " "full.\n" msgstr "" -#: kded/kbuildsycoca.cpp:695 +#: kded/tdebuildsycoca.cpp:695 msgid "Do not signal applications to update" msgstr "অ্যাপলিকেশনগুলিকে আপডেট করার সংকেত পাঠিও না" -#: kded/kbuildsycoca.cpp:696 +#: kded/tdebuildsycoca.cpp:696 msgid "Disable incremental update, re-read everything" msgstr "ক্রমবর্দ্ধমান আপডেট নিষ্ক্রিয় করো, সব-কিছু আবার পড়ো" -#: kded/kbuildsycoca.cpp:697 +#: kded/tdebuildsycoca.cpp:697 msgid "Check file timestamps" msgstr "ফাইলের টাইমস্ট্যাম্প পরীক্ষা করো" -#: kded/kbuildsycoca.cpp:698 +#: kded/tdebuildsycoca.cpp:698 msgid "Disable checking files (dangerous)" msgstr "" -#: kded/kbuildsycoca.cpp:699 +#: kded/tdebuildsycoca.cpp:699 msgid "Create global database" msgstr "গ্লোবাল ডেটাবেস তৈরী করো" -#: kded/kbuildsycoca.cpp:700 +#: kded/tdebuildsycoca.cpp:700 msgid "Perform menu generation test run only" msgstr "শুধুমাত্র পরীক্ষামূলকভাবে মেনু উত্পাদন করো" -#: kded/kbuildsycoca.cpp:701 +#: kded/tdebuildsycoca.cpp:701 msgid "Track menu id for debug purposes" msgstr "ডিবাগ করার জন্য মেনু আই.ডি. খেয়াল রাখো" -#: kded/kbuildsycoca.cpp:703 +#: kded/tdebuildsycoca.cpp:703 msgid "Silent - work without windows and stderr" msgstr "" -#: kded/kbuildsycoca.cpp:704 +#: kded/tdebuildsycoca.cpp:704 msgid "Show progress information (even if 'silent' mode is on)" msgstr "" -#: kded/kbuildsycoca.cpp:722 +#: kded/tdebuildsycoca.cpp:722 msgid "Rebuilds the system configuration cache." msgstr "সিস্টেম কনফিগারেশন ক্যাশে নতুন করে তৈরী করে।" -#: kded/kbuildsycoca.cpp:750 +#: kded/tdebuildsycoca.cpp:750 msgid "Reloading TDE configuration, please wait..." msgstr "কে.ডি.ই. কনফিগারেশন নতুন করে পড়া হচ্ছে, অনুগ্রহ করে অপেক্ষা করুন..." -#: kded/kbuildsycoca.cpp:751 +#: kded/tdebuildsycoca.cpp:751 msgid "TDE Configuration Manager" msgstr "কে.ডি.ই. কনফিগারেশন ম্যানেজার" -#: kded/kbuildsycoca.cpp:753 +#: kded/tdebuildsycoca.cpp:753 msgid "Do you want to reload TDE configuration?" msgstr "আপনি কি কনফিগারেশন ফাইল নতুন করে পড়তে চান?" -#: kded/kbuildsycoca.cpp:753 +#: kded/tdebuildsycoca.cpp:753 msgid "Do Not Reload" msgstr "না" -#: kded/kbuildsycoca.cpp:953 +#: kded/tdebuildsycoca.cpp:953 msgid "Configuration information reloaded successfully." msgstr "কনফিগারেশন তথ্য রিলোড করা সফল হয়েছে।" -#: kmdi/kmdi/guiclient.cpp:79 kmdi/kmdiguiclient.cpp:139 +#: tdemdi/tdemdi/guiclient.cpp:79 tdemdi/tdemdiguiclient.cpp:139 msgid "Tool &Views" msgstr "টু&ল ভিউ" -#: kmdi/kmdiguiclient.cpp:142 +#: tdemdi/tdemdiguiclient.cpp:142 msgid "MDI Mode" msgstr "এম-ডি-আই মোড" -#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2594 +#: tdemdi/tdemdiguiclient.cpp:144 tdemdi/tdemdimainfrm.cpp:2594 msgid "&Toplevel Mode" msgstr "&টপলেভেল মোড" -#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2595 +#: tdemdi/tdemdiguiclient.cpp:144 tdemdi/tdemdimainfrm.cpp:2595 msgid "C&hildframe Mode" msgstr "চা&ইল্ডফ্রেম মোড" -#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2596 +#: tdemdi/tdemdiguiclient.cpp:144 tdemdi/tdemdimainfrm.cpp:2596 msgid "Ta&b Page Mode" msgstr "ট্যা&ব পেজ মোড" -#: kmdi/kmdiguiclient.cpp:144 kmdi/kmdimainfrm.cpp:2597 +#: tdemdi/tdemdiguiclient.cpp:144 tdemdi/tdemdimainfrm.cpp:2597 msgid "I&DEAl Mode" msgstr "IDEAL মো&ড" -#: kmdi/kmdi/guiclient.cpp:81 kmdi/kmdiguiclient.cpp:154 +#: tdemdi/tdemdi/guiclient.cpp:81 tdemdi/tdemdiguiclient.cpp:154 msgid "Tool &Docks" msgstr "টুল &ডক" -#: kmdi/kmdi/guiclient.cpp:82 kmdi/kmdiguiclient.cpp:155 +#: tdemdi/tdemdi/guiclient.cpp:82 tdemdi/tdemdiguiclient.cpp:155 msgid "Switch Top Dock" msgstr "" -#: kmdi/kmdi/guiclient.cpp:84 kmdi/kmdiguiclient.cpp:157 +#: tdemdi/tdemdi/guiclient.cpp:84 tdemdi/tdemdiguiclient.cpp:157 msgid "Switch Left Dock" msgstr "" -#: kmdi/kmdi/guiclient.cpp:86 kmdi/kmdiguiclient.cpp:159 +#: tdemdi/tdemdi/guiclient.cpp:86 tdemdi/tdemdiguiclient.cpp:159 msgid "Switch Right Dock" msgstr "" -#: kmdi/kmdi/guiclient.cpp:88 kmdi/kmdiguiclient.cpp:161 +#: tdemdi/tdemdi/guiclient.cpp:88 tdemdi/tdemdiguiclient.cpp:161 msgid "Switch Bottom Dock" msgstr "" -#: kmdi/kmdi/guiclient.cpp:91 kmdi/kmdiguiclient.cpp:164 +#: tdemdi/tdemdi/guiclient.cpp:91 tdemdi/tdemdiguiclient.cpp:164 msgid "Previous Tool View" msgstr "পূর্ববর্তী টুল ভিউ" -#: kmdi/kmdi/guiclient.cpp:93 kmdi/kmdiguiclient.cpp:166 +#: tdemdi/tdemdi/guiclient.cpp:93 tdemdi/tdemdiguiclient.cpp:166 msgid "Next Tool View" msgstr "পরবর্তী টুল ভিউ" -#: tdeui/kdockwidget.cpp:2945 kmdi/kmdi/guiclient.cpp:148 -#: kmdi/kmdiguiclient.cpp:260 +#: tdeui/kdockwidget.cpp:2945 tdemdi/tdemdi/guiclient.cpp:148 +#: tdemdi/tdemdiguiclient.cpp:260 #, c-format msgid "Show %1" msgstr "%1 দেখাও" -#: tdeui/kdockwidget.cpp:2939 kmdi/kmdi/guiclient.cpp:152 -#: kmdi/kmdiguiclient.cpp:265 +#: tdeui/kdockwidget.cpp:2939 tdemdi/tdemdi/guiclient.cpp:152 +#: tdemdi/tdemdiguiclient.cpp:265 #, c-format msgid "Hide %1" msgstr "%1 লুকোও" -#: kmdi/kmdimainfrm.cpp:979 +#: tdemdi/tdemdimainfrm.cpp:979 msgid "Window" msgstr "উইণ্ডো" -#: kmdi/kmdimainfrm.cpp:992 +#: tdemdi/tdemdimainfrm.cpp:992 msgid "Undock" msgstr "আন-ডক" -#: kmdi/kmdimainfrm.cpp:1002 +#: tdemdi/tdemdimainfrm.cpp:1002 msgid "Dock" msgstr "ডক" -#: kmdi/kmdimainfrm.cpp:1007 +#: tdemdi/tdemdimainfrm.cpp:1007 msgid "Operations" msgstr "অপারেশন" -#: kmdi/kmdimainfrm.cpp:2577 +#: tdemdi/tdemdimainfrm.cpp:2577 msgid "Close &All" msgstr "&সব বন্ধ করো" -#: kmdi/kmdimainfrm.cpp:2586 +#: tdemdi/tdemdimainfrm.cpp:2586 msgid "&Minimize All" msgstr "সব মিনিমাই&জ করো" -#: kmdi/kmdimainfrm.cpp:2592 +#: tdemdi/tdemdimainfrm.cpp:2592 msgid "&MDI Mode" msgstr "এ&ম-ডি-আই মোড" -#: kmdi/kmdimainfrm.cpp:2619 +#: tdemdi/tdemdimainfrm.cpp:2619 msgid "&Tile" msgstr "টা&ইল" -#: kmdi/kmdimainfrm.cpp:2621 +#: tdemdi/tdemdimainfrm.cpp:2621 msgid "Ca&scade Windows" msgstr "উইণ্ডো সাজা&ও" -#: kmdi/kmdimainfrm.cpp:2622 +#: tdemdi/tdemdimainfrm.cpp:2622 msgid "Cascade &Maximized" msgstr "" -#: kmdi/kmdimainfrm.cpp:2623 +#: tdemdi/tdemdimainfrm.cpp:2623 msgid "Expand &Vertically" msgstr "&লম্বা করো" -#: kmdi/kmdimainfrm.cpp:2624 +#: tdemdi/tdemdimainfrm.cpp:2624 msgid "Expand &Horizontally" msgstr "&চওড়া করো" -#: kmdi/kmdimainfrm.cpp:2625 +#: tdemdi/tdemdimainfrm.cpp:2625 msgid "Tile &Non-Overlapped" msgstr "" -#: kmdi/kmdimainfrm.cpp:2626 +#: tdemdi/tdemdimainfrm.cpp:2626 msgid "Tile Overla&pped" msgstr "" -#: kmdi/kmdimainfrm.cpp:2627 +#: tdemdi/tdemdimainfrm.cpp:2627 msgid "Tile V&ertically" msgstr "উ&পর-নীচে টাইল করো" -#: kmdi/kmdimainfrm.cpp:2633 +#: tdemdi/tdemdimainfrm.cpp:2633 msgid "&Dock/Undock" msgstr "&ডক/আন-ডক..." -#: kmdi/kmdichildfrmcaption.cpp:71 kmdi/kmdichildview.cpp:63 -#: kmdi/kmdichildview.cpp:89 +#: tdemdi/tdemdichildfrmcaption.cpp:71 tdemdi/tdemdichildview.cpp:63 +#: tdemdi/tdemdichildview.cpp:89 msgid "Unnamed" msgstr "অনামিকা" -#: kmdi/kmdichildfrm.cpp:1239 +#: tdemdi/tdemdichildfrm.cpp:1239 msgid "R&esize" msgstr "মা&প পাল্টাও" -#: kmdi/kmdichildfrm.cpp:1240 +#: tdemdi/tdemdichildfrm.cpp:1240 msgid "M&inimize" msgstr "মিনিমা&ইজ" -#: kmdi/kmdichildfrm.cpp:1241 +#: tdemdi/tdemdichildfrm.cpp:1241 msgid "M&aximize" msgstr "ম্যাক্সিমাইজ &করো" -#: kmdi/kmdichildfrm.cpp:1261 +#: tdemdi/tdemdichildfrm.cpp:1261 msgid "&Maximize" msgstr "ম্যাক্সিমাই&জ করো" -#: tdeui/ksystemtray.cpp:155 kmdi/kmdichildfrm.cpp:1263 +#: tdeui/ksystemtray.cpp:155 tdemdi/tdemdichildfrm.cpp:1263 msgid "&Minimize" msgstr "মিনিমাই&জ" -#: kmdi/kmdichildfrm.cpp:1265 +#: tdemdi/tdemdichildfrm.cpp:1265 msgid "M&ove" msgstr "সরা&ও" -#: kmdi/kmdichildfrm.cpp:1267 +#: tdemdi/tdemdichildfrm.cpp:1267 msgid "&Resize" msgstr "মাপ পাল্টা&ও" -#: kmdi/kmdichildfrm.cpp:1270 +#: tdemdi/tdemdichildfrm.cpp:1270 msgid "&Undock" msgstr "&আন-ডক" -#: kmdi/kmdi/dockcontainer.cpp:196 kmdi/kmdidockcontainer.cpp:218 +#: tdemdi/tdemdi/dockcontainer.cpp:196 tdemdi/tdemdidockcontainer.cpp:218 msgid "" "_: Switch between overlap and side by side mode\n" "Overlap" @@ -2725,14 +2725,14 @@ msgstr "%1 লাইব্রেরীটি কে.ডি.ই.-তে ব্য msgid "Library files for \"%1\" not found in paths." msgstr "\"%1\"-এর জন্য প্রয়োজনীয় লাইব্রেরী ফাইল path-এ পাওয়া যায়নি।" -#: tdecore/kapplication.cpp:931 +#: tdecore/tdeapplication.cpp:931 msgid "" "_: Dear Translator! Translate this string to the string 'LTR' in left-to-right " "languages (as english) or to 'RTL' in right-to-left languages (such as Hebrew " "and Arabic) to get proper widget layout." msgstr "LTR" -#: tdecore/kapplication.cpp:1404 +#: tdecore/tdeapplication.cpp:1404 msgid "" "There was an error setting up inter-process communications for TDE. The message " "returned by the system was:\n" @@ -2742,7 +2742,7 @@ msgstr "" "সিস্টেমেরপাঠানো বার্তাটি হল:\n" "\n" -#: tdecore/kapplication.cpp:1408 +#: tdecore/tdeapplication.cpp:1408 msgid "" "\n" "\n" @@ -2752,23 +2752,23 @@ msgstr "" "\n" "দেখুন \"dcopserver\" প্রোগ্রামটি চলছে কি না!" -#: tdecore/kapplication.cpp:1415 +#: tdecore/tdeapplication.cpp:1415 msgid "DCOP communications error (%1)" msgstr "DCOP যোগাযোগ সমস্যা (%1)" -#: tdecore/kapplication.cpp:1433 +#: tdecore/tdeapplication.cpp:1433 msgid "Use the X-server display 'displayname'" msgstr "'displayname' নামক এক্স-সার্ভার ডিস্প্লে ব্যবহার করো" -#: tdecore/kapplication.cpp:1435 +#: tdecore/tdeapplication.cpp:1435 msgid "Use the QWS display 'displayname'" msgstr "'displayname' নামক QWS ডিসপ্লে ব্যবহার করো" -#: tdecore/kapplication.cpp:1437 +#: tdecore/tdeapplication.cpp:1437 msgid "Restore the application for the given 'sessionId'" msgstr "প্রদত্ত 'sessionId'-র অ্যাপলিকেশনটি পুনঃস্থাপিত করো" -#: tdecore/kapplication.cpp:1438 +#: tdecore/tdeapplication.cpp:1438 msgid "" "Causes the application to install a private color\n" "map on an 8-bit display" @@ -2776,7 +2776,7 @@ msgstr "" "এর ফলে অ্যাপলিকেশনটি ৮-বিট ডিসপ্লে-তে একটি প্রাইভেট\n" "কালার ম্যাপ ইনস্টল করে" -#: tdecore/kapplication.cpp:1439 +#: tdecore/tdeapplication.cpp:1439 msgid "" "Limits the number of colors allocated in the color\n" "cube on an 8-bit display, if the application is\n" @@ -2784,11 +2784,11 @@ msgid "" "specification" msgstr "" -#: tdecore/kapplication.cpp:1440 +#: tdecore/tdeapplication.cpp:1440 msgid "tells Qt to never grab the mouse or the keyboard" msgstr "কিউ-টি (Qt)-কে জানায় কখনো মাউস বা কীবোর্ড 'গ্র্যাব' না করতে" -#: tdecore/kapplication.cpp:1441 +#: tdecore/tdeapplication.cpp:1441 msgid "" "running under a debugger can cause an implicit\n" "-nograb, use -dograb to override" @@ -2796,15 +2796,15 @@ msgstr "" "ডিবাগার সমেত চালালে হয়ত আলাদা করে\n" " -dograb করতে হতে পারে" -#: tdecore/kapplication.cpp:1442 +#: tdecore/tdeapplication.cpp:1442 msgid "switches to synchronous mode for debugging" msgstr "ডিবাগিং-এর জন্য synchronous মোড-এ চলে যায়" -#: tdecore/kapplication.cpp:1444 +#: tdecore/tdeapplication.cpp:1444 msgid "defines the application font" msgstr "অ্যাপলিকেশনে ব্যবহৃত ফন্ট নির্ধারণ করে" -#: tdecore/kapplication.cpp:1446 +#: tdecore/tdeapplication.cpp:1446 msgid "" "sets the default background color and an\n" "application palette (light and dark shades are\n" @@ -2814,23 +2814,23 @@ msgstr "" "প্যালেট নির্ধারণ করে (হাল্কা ও গাঢ় শেডগুলি\n" "গণনা করা হয়)" -#: tdecore/kapplication.cpp:1448 +#: tdecore/tdeapplication.cpp:1448 msgid "sets the default foreground color" msgstr "পুরোভূমির ডিফল্ট রং নির্ধারণ করে" -#: tdecore/kapplication.cpp:1450 +#: tdecore/tdeapplication.cpp:1450 msgid "sets the default button color" msgstr "বাটনের ডিফল্ট রং নির্ধারণকরে" -#: tdecore/kapplication.cpp:1451 +#: tdecore/tdeapplication.cpp:1451 msgid "sets the application name" msgstr "অ্যাপলিকেশন-এর নাম নির্ধারণ করে" -#: tdecore/kapplication.cpp:1452 +#: tdecore/tdeapplication.cpp:1452 msgid "sets the application title (caption)" msgstr "অ্যাপলিকেশন-এর শিরোনাম (ক্যাপশন) নির্ধারণ করে" -#: tdecore/kapplication.cpp:1454 +#: tdecore/tdeapplication.cpp:1454 msgid "" "forces the application to use a TrueColor visual on\n" "an 8-bit display" @@ -2838,7 +2838,7 @@ msgstr "" "অ্যাপলিকেশনটিকে একটি ৮-বিট ডিসপ্লে-তে ট্রু-কালার\n" "ভিসুয়াল ব্যবহার করতে বাধ্য করে" -#: tdecore/kapplication.cpp:1455 +#: tdecore/tdeapplication.cpp:1455 msgid "" "sets XIM (X Input Method) input style. Possible\n" "values are onthespot, overthespot, offthespot and\n" @@ -2848,75 +2848,75 @@ msgstr "" "মান হচ্ছে onthespot, overthespot, offthespot এবং\n" "root" -#: tdecore/kapplication.cpp:1456 +#: tdecore/tdeapplication.cpp:1456 msgid "set XIM server" msgstr "XIM (এক্স ইনপুট মেথড) সার্ভার নির্ধারণ করো" -#: tdecore/kapplication.cpp:1457 +#: tdecore/tdeapplication.cpp:1457 msgid "disable XIM" msgstr "XIM (এক্স ইনপুট মেথড) নিষ্ক্রিয় করো" -#: tdecore/kapplication.cpp:1460 +#: tdecore/tdeapplication.cpp:1460 msgid "forces the application to run as QWS Server" msgstr "অ্যাপলিকেশনটিকে QWS সার্ভার হিসেবে চলতে বাধ্য করে" -#: tdecore/kapplication.cpp:1462 +#: tdecore/tdeapplication.cpp:1462 msgid "mirrors the whole layout of widgets" msgstr "উইজেটসমূহের বিন্যাস উল্টে ফেলে (আয়নায় দেখার মত করে)" -#: tdecore/kapplication.cpp:1468 +#: tdecore/tdeapplication.cpp:1468 msgid "Use 'caption' as name in the titlebar" msgstr "শিরোনাম হিসেবে 'caption' ব্যবহার করো" -#: tdecore/kapplication.cpp:1469 +#: tdecore/tdeapplication.cpp:1469 msgid "Use 'icon' as the application icon" msgstr "অ্যাপলিকেশন আইকন হিসেবে 'icon' ব্যবহার করো" -#: tdecore/kapplication.cpp:1470 +#: tdecore/tdeapplication.cpp:1470 msgid "Use 'icon' as the icon in the titlebar" msgstr "শিরোনামে আইকন হিসেবে 'icon' ব্যবহার করো" -#: tdecore/kapplication.cpp:1471 +#: tdecore/tdeapplication.cpp:1471 msgid "Use alternative configuration file" msgstr "বিকল্প কনফিগারেশন ফাইল ব্যবহার করো" -#: tdecore/kapplication.cpp:1472 +#: tdecore/tdeapplication.cpp:1472 msgid "Use the DCOP Server specified by 'server'" msgstr "'server'-এ উল্লেখিত DCOP সার্ভার ব্যবহার করো" -#: tdecore/kapplication.cpp:1473 +#: tdecore/tdeapplication.cpp:1473 msgid "Disable crash handler, to get core dumps" msgstr "কোর ডাম্প পেতে ক্র্যাশ হ্যাণ্ডলার নিষ্ক্রিয় করো" -#: tdecore/kapplication.cpp:1474 +#: tdecore/tdeapplication.cpp:1474 msgid "Waits for a WM_NET compatible windowmanager" msgstr "WM_NET সমর্থিত উইণ্ডো ম্যানেজারের জন্য অপেক্ষা করে" -#: tdecore/kapplication.cpp:1475 +#: tdecore/tdeapplication.cpp:1475 msgid "sets the application GUI style" msgstr "অ্যাপলিকেশনের গুই স্টাইল নির্ধারণ করে" -#: tdecore/kapplication.cpp:1476 +#: tdecore/tdeapplication.cpp:1476 msgid "" "sets the client geometry of the main widget - see man X for the argument format" msgstr "" -#: tdecore/kapplication.cpp:1516 +#: tdecore/tdeapplication.cpp:1516 msgid "" "The style %1 was not found\n" msgstr "" "%1 স্টাইল পাওয়া যায়নি\n" -#: tdecore/kapplication.cpp:1978 kstyles/klegacy/klegacystyle.cpp:3044 +#: tdecore/tdeapplication.cpp:1978 kstyles/klegacy/klegacystyle.cpp:3044 #: kstyles/web/webstyle.cpp:1604 msgid "modified" msgstr "পরিবর্তিত" -#: tdecore/kapplication.cpp:2244 tdecore/kapplication.cpp:2279 +#: tdecore/tdeapplication.cpp:2244 tdecore/tdeapplication.cpp:2279 msgid "Could not Launch Help Center" msgstr "সহায়িকা চালু করা যায়নি" -#: tdecore/kapplication.cpp:2245 tdecore/kapplication.cpp:2280 +#: tdecore/tdeapplication.cpp:2245 tdecore/tdeapplication.cpp:2280 #, c-format msgid "" "Could not launch the TDE Help Center:\n" @@ -2927,11 +2927,11 @@ msgstr "" "\n" "%1" -#: tdecore/kapplication.cpp:2550 +#: tdecore/tdeapplication.cpp:2550 msgid "Could not Launch Mail Client" msgstr "মেইল ক্লায়েন্ট চালু করা যায়নি" -#: tdecore/kapplication.cpp:2551 +#: tdecore/tdeapplication.cpp:2551 #, c-format msgid "" "Could not launch the mail client:\n" @@ -2942,11 +2942,11 @@ msgstr "" "\n" "%1" -#: tdecore/kapplication.cpp:2572 +#: tdecore/tdeapplication.cpp:2572 msgid "Could not Launch Browser" msgstr "ব্রাউজার চালু করা যায়নি" -#: tdecore/kapplication.cpp:2573 +#: tdecore/tdeapplication.cpp:2573 #, c-format msgid "" "Could not launch the browser:\n" @@ -2957,48 +2957,48 @@ msgstr "" "\n" "%1" -#: tdecore/kapplication.cpp:2637 +#: tdecore/tdeapplication.cpp:2637 msgid "" "Could not register with DCOP.\n" msgstr "" "DCOP-এর কাছে রেজিস্টার করতে ব্যর্থ।\n" -#: tdecore/kapplication.cpp:2672 +#: tdecore/tdeapplication.cpp:2672 msgid "" -"KLauncher could not be reached via DCOP.\n" +"TDELauncher could not be reached via DCOP.\n" msgstr "" -"DCOP-এর মাধ্যমে KLauncher-এ পৌঁছনো যায়নি।\n" +"DCOP-এর মাধ্যমে TDELauncher-এ পৌঁছনো যায়নি।\n" #: tdecore/twinmodule.cpp:456 #, c-format msgid "Desktop %1" msgstr "ডেস্কটপ %1" -#: tdecore/kconfigbackend.cpp:1107 tdecore/kconfigbackend.cpp:1116 +#: tdecore/tdeconfigbackend.cpp:1107 tdecore/tdeconfigbackend.cpp:1116 msgid "" "Will not save configuration.\n" msgstr "" "কনফিগারেশন সংরক্ষণ করা হবে না।\n" -#: tdecore/kconfigbackend.cpp:1109 tdecore/kconfigbackend.cpp:1117 +#: tdecore/tdeconfigbackend.cpp:1109 tdecore/tdeconfigbackend.cpp:1117 msgid "" "Configuration file \"%1\" not writable.\n" msgstr "" "কনফিগারেশন ফাইল \"%1\" লেখা যাচ্ছে না।\n" -#: tdecore/kconfigbackend.cpp:1124 +#: tdecore/tdeconfigbackend.cpp:1124 msgid "Please contact your system administrator." msgstr "অনুগ্রহ করে আপনার সিস্টেম অ্যাডমিনস্ট্রেটরের সঙ্গে যোগাযোগ করুন।" -#: tdecore/kcmdlineargs.cpp:500 tdecore/kcmdlineargs.cpp:516 +#: tdecore/tdecmdlineargs.cpp:500 tdecore/tdecmdlineargs.cpp:516 msgid "Unknown option '%1'." msgstr "অপরিচিত অপশন '%1'." -#: tdecore/kcmdlineargs.cpp:524 +#: tdecore/tdecmdlineargs.cpp:524 msgid "'%1' missing." msgstr "'%1' পাওয়া যাচ্ছে না" -#: tdecore/kcmdlineargs.cpp:619 +#: tdecore/tdecmdlineargs.cpp:619 msgid "" "_: the 2nd argument is a list of name+address, one on each line\n" "%1 was written by\n" @@ -3007,32 +3007,32 @@ msgstr "" "%1 লিখেছেন\n" "%2" -#: tdecore/kcmdlineargs.cpp:622 +#: tdecore/tdecmdlineargs.cpp:622 msgid "This application was written by somebody who wants to remain anonymous." msgstr "এই অ্যাপলিকেশন-এর লেখক অজ্ঞাতপরিচয় থাকতে চান।" -#: tdecore/kcmdlineargs.cpp:629 +#: tdecore/tdecmdlineargs.cpp:629 msgid "" "Please use http://bugs.kde.org to report bugs.\n" msgstr "" "কোনো বাগ (প্রোগ্রামে ত্রুটি) খুঁজে পেলে তার কথা জানাতে http://bugs.kde.org " "ব্যবহার করুন।\n" -#: tdecore/kcmdlineargs.cpp:632 tdecore/kcmdlineargs.cpp:634 +#: tdecore/tdecmdlineargs.cpp:632 tdecore/tdecmdlineargs.cpp:634 msgid "" "Please report bugs to %1.\n" msgstr "" "অনুগ্রহ করে বাগ রিপোর্ট %1-এ পাঠান।\n" -#: tdecore/kcmdlineargs.cpp:660 +#: tdecore/tdecmdlineargs.cpp:660 msgid "Unexpected argument '%1'." msgstr "অপ্রত্যাশিত আর্গুমেন্ট '%1'।" -#: tdecore/kcmdlineargs.cpp:765 +#: tdecore/tdecmdlineargs.cpp:765 msgid "Use --help to get a list of available command line options." msgstr "সম্ভাব্য কমাণ্ড লাইন অপশন সম্বন্ধে জানতে --help ব্যবহার করুন। " -#: tdecore/kcmdlineargs.cpp:780 +#: tdecore/tdecmdlineargs.cpp:780 msgid "" "\n" "%1:\n" @@ -3040,57 +3040,57 @@ msgstr "" "\n" "%1:\n" -#: tdecore/kcmdlineargs.cpp:789 +#: tdecore/tdecmdlineargs.cpp:789 msgid "[options] " msgstr "[অপশন]" -#: tdecore/kcmdlineargs.cpp:796 +#: tdecore/tdecmdlineargs.cpp:796 msgid "[%1-options]" msgstr "[%1-অপশন]" -#: tdecore/kcmdlineargs.cpp:816 +#: tdecore/tdecmdlineargs.cpp:816 msgid "" "Usage: %1 %2\n" msgstr "" "ব্যবহার: %1 %2\n" -#: tdecore/kcmdlineargs.cpp:819 +#: tdecore/tdecmdlineargs.cpp:819 msgid "Generic options" msgstr "সাধারণ অপশনসমূহ" -#: tdecore/kcmdlineargs.cpp:820 +#: tdecore/tdecmdlineargs.cpp:820 msgid "Show help about options" msgstr "অপশন সম্বন্ধে সাহায্য দেখাও" -#: tdecore/kcmdlineargs.cpp:828 +#: tdecore/tdecmdlineargs.cpp:828 msgid "Show %1 specific options" msgstr "শুধু %1 বিষয়ক অপশন দেখাও" -#: tdecore/kcmdlineargs.cpp:835 +#: tdecore/tdecmdlineargs.cpp:835 msgid "Show all options" msgstr "সমস্ত অপশন দেখাও" -#: tdecore/kcmdlineargs.cpp:836 +#: tdecore/tdecmdlineargs.cpp:836 msgid "Show author information" msgstr "লেখক সংক্রান্ত তথ্য প্রদর্শিত হোক" -#: tdecore/kcmdlineargs.cpp:837 +#: tdecore/tdecmdlineargs.cpp:837 msgid "Show version information" msgstr "ভার্সান সংক্রান্ত তথ্য প্রদর্শিত হোক" -#: tdecore/kcmdlineargs.cpp:838 +#: tdecore/tdecmdlineargs.cpp:838 msgid "Show license information" msgstr "লাইসেন্স সংক্রান্ত তথ্য প্রদর্শিত হোক" -#: tdecore/kcmdlineargs.cpp:839 +#: tdecore/tdecmdlineargs.cpp:839 msgid "End of options" msgstr "অপশনসমূহের শেষ" -#: tdecore/kcmdlineargs.cpp:861 +#: tdecore/tdecmdlineargs.cpp:861 msgid "%1 options" msgstr "%1 অপশনসমূহ" -#: tdecore/kcmdlineargs.cpp:863 +#: tdecore/tdecmdlineargs.cpp:863 msgid "" "\n" "Options:\n" @@ -3098,7 +3098,7 @@ msgstr "" "\n" "অপশনসমূহ:\n" -#: tdecore/kcmdlineargs.cpp:920 +#: tdecore/tdecmdlineargs.cpp:920 msgid "" "\n" "Arguments:\n" @@ -3106,7 +3106,7 @@ msgstr "" "\n" "আর্গুমেন্টসমূহ:\n" -#: tdecore/kcmdlineargs.cpp:1282 +#: tdecore/tdecmdlineargs.cpp:1282 msgid "The files/URLs opened by the application will be deleted after use" msgstr "অ্যাপলিকেশন যে সব ফাইল/ইউ-আর-এল খুলবে, তা ব্যবহারের পর মুছে ফেলা হবে" @@ -3148,149 +3148,149 @@ msgstr "<h2>মুছে ফেলা শর্টকাট</h2>" msgid "<h2>Accelerators added (just for your info)</h2>" msgstr "<h2>যোগ করা শর্টকাট</h2>" -#: tdecore/kstdaccel.cpp:54 +#: tdecore/tdestdaccel.cpp:54 msgid "New" msgstr "নতুন" -#: tdecore/kstdaccel.cpp:65 +#: tdecore/tdestdaccel.cpp:65 msgid "Paste Selection" msgstr "নির্বাচন সাঁটো (পেস্ট করো)" -#: tdecore/kstdaccel.cpp:67 +#: tdecore/tdestdaccel.cpp:67 msgid "Deselect" msgstr "অ-নির্বাচন করো" -#: tdecore/kstdaccel.cpp:68 +#: tdecore/tdestdaccel.cpp:68 msgid "Delete Word Backwards" msgstr "শব্দ পিছন দিকে মোছো" -#: tdecore/kstdaccel.cpp:69 +#: tdecore/tdestdaccel.cpp:69 msgid "Delete Word Forward" msgstr "শব্দ সামনের দিকে মোছো" -#: tdecore/kkeyserver_x11.cpp:135 tdecore/kstdaccel.cpp:70 +#: tdecore/kkeyserver_x11.cpp:135 tdecore/tdestdaccel.cpp:70 #: tdeui/keditcl2.cpp:107 tdeui/keditcl2.cpp:120 tdeui/keditcl2.cpp:377 -#: tdeui/keditcl2.cpp:390 tdeui/keditcl2.cpp:700 kutils/kfinddialog.cpp:119 +#: tdeui/keditcl2.cpp:390 tdeui/keditcl2.cpp:700 tdeutils/kfinddialog.cpp:119 msgid "Find" msgstr "সন্ধান করো" -#: tdecore/kstdaccel.cpp:71 kutils/kfind.cpp:47 +#: tdecore/tdestdaccel.cpp:71 tdeutils/kfind.cpp:47 msgid "Find Next" msgstr "পরেরটি সন্ধান করো" -#: tdecore/kstdaccel.cpp:72 +#: tdecore/tdestdaccel.cpp:72 msgid "Find Prev" msgstr "আগেরটি সন্ধান করো" -#: tdecore/kstdaccel.cpp:74 +#: tdecore/tdestdaccel.cpp:74 msgid "Navigation" msgstr "দিক্নির্ণয়" -#: tdecore/kstdaccel.cpp:75 +#: tdecore/tdestdaccel.cpp:75 msgid "" "_: Opposite to End\n" "Home" msgstr "শুরু" -#: tdecore/kstdaccel.cpp:76 +#: tdecore/tdestdaccel.cpp:76 msgid "End" msgstr "শেষ" -#: tdecore/kstdaccel.cpp:77 +#: tdecore/tdestdaccel.cpp:77 msgid "Beginning of Line" msgstr "লাইনের শুরু" -#: tdecore/kstdaccel.cpp:78 kutils/kfinddialog.cpp:451 +#: tdecore/tdestdaccel.cpp:78 tdeutils/kfinddialog.cpp:451 msgid "End of Line" msgstr "লাইনের শেষ" -#: tdecore/kstdaccel.cpp:79 +#: tdecore/tdestdaccel.cpp:79 msgid "Prior" msgstr "পূর্ববর্তী" -#: tdecore/kstdaccel.cpp:80 +#: tdecore/tdestdaccel.cpp:80 msgid "" "_: Opposite to Prior\n" "Next" msgstr "পরবর্তী" -#: tdecore/kstdaccel.cpp:81 tdeui/keditcl2.cpp:976 +#: tdecore/tdestdaccel.cpp:81 tdeui/keditcl2.cpp:976 msgid "Go to Line" msgstr "এই লাইনে যাও" -#: tdecore/kstdaccel.cpp:82 +#: tdecore/tdestdaccel.cpp:82 msgid "Add Bookmark" msgstr "বুকমার্ক করো" -#: tdecore/kstdaccel.cpp:83 +#: tdecore/tdestdaccel.cpp:83 msgid "Zoom In" msgstr "বড় করো " -#: tdecore/kstdaccel.cpp:84 +#: tdecore/tdestdaccel.cpp:84 msgid "Zoom Out" msgstr "ছোট করো" -#: tdecore/kstdaccel.cpp:85 +#: tdecore/tdestdaccel.cpp:85 msgid "Up" msgstr "উপর" -#: tdecore/kstdaccel.cpp:87 +#: tdecore/tdestdaccel.cpp:87 msgid "Forward" msgstr "সামনে" -#: tdecore/kstdaccel.cpp:89 +#: tdecore/tdestdaccel.cpp:89 msgid "Popup Menu Context" msgstr "" -#: tdecore/kstdaccel.cpp:90 +#: tdecore/tdestdaccel.cpp:90 msgid "Show Menu Bar" msgstr "মেনুবার দেখাও" -#: tdecore/kstdaccel.cpp:91 +#: tdecore/tdestdaccel.cpp:91 msgid "Backward Word" msgstr "আগের শব্দ" -#: tdecore/kstdaccel.cpp:92 +#: tdecore/tdestdaccel.cpp:92 msgid "Forward Word" msgstr "পরের শব্দ" -#: tdecore/kstdaccel.cpp:93 +#: tdecore/tdestdaccel.cpp:93 msgid "Activate Next Tab" msgstr "পরবর্তী ট্যাব সক্রিয় করো" -#: tdecore/kstdaccel.cpp:94 +#: tdecore/tdestdaccel.cpp:94 msgid "Activate Previous Tab" msgstr "পূর্ববর্তী ট্যাব সক্রিয় করো" -#: tdecore/kstdaccel.cpp:95 +#: tdecore/tdestdaccel.cpp:95 msgid "Full Screen Mode" msgstr "ফুল স্ক্রীণ মোড" -#: tdecore/kstdaccel.cpp:98 +#: tdecore/tdestdaccel.cpp:98 msgid "What's This" msgstr "এটা কী" -#: tdecore/kstdaccel.cpp:99 tdecore/kstdaccel.cpp:100 tdeui/klineedit.cpp:886 +#: tdecore/tdestdaccel.cpp:99 tdecore/tdestdaccel.cpp:100 tdeui/klineedit.cpp:886 msgid "Text Completion" msgstr "লেখা পরিপূরণ" -#: tdecore/kstdaccel.cpp:101 +#: tdecore/tdestdaccel.cpp:101 msgid "Previous Completion Match" msgstr "পূর্ববর্তী পরিপূরক" -#: tdecore/kstdaccel.cpp:102 +#: tdecore/tdestdaccel.cpp:102 msgid "Next Completion Match" msgstr "পরবর্তী পরিপূরক" -#: tdecore/kstdaccel.cpp:103 +#: tdecore/tdestdaccel.cpp:103 msgid "Substring Completion" msgstr "পংক্তির অংশ পরিপূরণ" -#: tdecore/kstdaccel.cpp:104 +#: tdecore/tdestdaccel.cpp:104 msgid "Previous Item in List" msgstr "তালিকার পূর্ববর্তী অন্তর্ভুক্তি" -#: tdecore/kstdaccel.cpp:105 +#: tdecore/tdestdaccel.cpp:105 msgid "Next Item in List" msgstr "তালিকার পরবর্তী অন্তর্ভুক্তি" @@ -3494,7 +3494,7 @@ msgstr "ইয়াওমুল সাব্ত (শনি)" msgid "Yaum al-Ahad" msgstr "ইয়াওমুল আহাদ (রবি)" -#: tdecore/klocale.cpp:217 +#: tdecore/tdelocale.cpp:217 msgid "" "_: Dear translator, please do not translate this string in any form, but pick " "the _right_ value out of NoPlural/TwoForms/French... If not sure what to do " @@ -3503,265 +3503,265 @@ msgid "" "Definition of PluralForm - to be set by the translator of tdelibs.po" msgstr "TwoForms" -#: tdecore/kcalendarsystemgregorian.cpp:91 tdecore/klocale.cpp:553 +#: tdecore/kcalendarsystemgregorian.cpp:91 tdecore/tdelocale.cpp:553 msgid "" "_: January\n" "Jan" msgstr "জানুয়ারী" -#: tdecore/kcalendarsystemgregorian.cpp:93 tdecore/klocale.cpp:554 +#: tdecore/kcalendarsystemgregorian.cpp:93 tdecore/tdelocale.cpp:554 msgid "" "_: February\n" "Feb" msgstr "ফেব্রুয়ারী" -#: tdecore/kcalendarsystemgregorian.cpp:95 tdecore/klocale.cpp:555 +#: tdecore/kcalendarsystemgregorian.cpp:95 tdecore/tdelocale.cpp:555 msgid "" "_: March\n" "Mar" msgstr "মার্চ" -#: tdecore/kcalendarsystemgregorian.cpp:97 tdecore/klocale.cpp:556 +#: tdecore/kcalendarsystemgregorian.cpp:97 tdecore/tdelocale.cpp:556 msgid "" "_: April\n" "Apr" msgstr "এপ্রিল" -#: tdecore/kcalendarsystemgregorian.cpp:99 tdecore/klocale.cpp:557 +#: tdecore/kcalendarsystemgregorian.cpp:99 tdecore/tdelocale.cpp:557 msgid "" "_: May short\n" "May" msgstr "মে" -#: tdecore/kcalendarsystemgregorian.cpp:101 tdecore/klocale.cpp:558 +#: tdecore/kcalendarsystemgregorian.cpp:101 tdecore/tdelocale.cpp:558 msgid "" "_: June\n" "Jun" msgstr "জুন" -#: tdecore/kcalendarsystemgregorian.cpp:103 tdecore/klocale.cpp:559 +#: tdecore/kcalendarsystemgregorian.cpp:103 tdecore/tdelocale.cpp:559 msgid "" "_: July\n" "Jul" msgstr "জুলাই" -#: tdecore/kcalendarsystemgregorian.cpp:105 tdecore/klocale.cpp:560 +#: tdecore/kcalendarsystemgregorian.cpp:105 tdecore/tdelocale.cpp:560 msgid "" "_: August\n" "Aug" msgstr "আগস্ট" -#: tdecore/kcalendarsystemgregorian.cpp:107 tdecore/klocale.cpp:561 +#: tdecore/kcalendarsystemgregorian.cpp:107 tdecore/tdelocale.cpp:561 msgid "" "_: September\n" "Sep" msgstr "সেপ্টেম্বর" -#: tdecore/kcalendarsystemgregorian.cpp:109 tdecore/klocale.cpp:562 +#: tdecore/kcalendarsystemgregorian.cpp:109 tdecore/tdelocale.cpp:562 msgid "" "_: October\n" "Oct" msgstr "অক্টোবর" -#: tdecore/kcalendarsystemgregorian.cpp:111 tdecore/klocale.cpp:563 +#: tdecore/kcalendarsystemgregorian.cpp:111 tdecore/tdelocale.cpp:563 msgid "" "_: November\n" "Nov" msgstr "নভেম্বর" -#: tdecore/kcalendarsystemgregorian.cpp:113 tdecore/klocale.cpp:564 +#: tdecore/kcalendarsystemgregorian.cpp:113 tdecore/tdelocale.cpp:564 msgid "" "_: December\n" "Dec" msgstr "ডিসেম্বর" -#: tdecore/kcalendarsystemgregorian.cpp:119 tdecore/klocale.cpp:569 +#: tdecore/kcalendarsystemgregorian.cpp:119 tdecore/tdelocale.cpp:569 msgid "January" msgstr "জানুয়ারী" -#: tdecore/kcalendarsystemgregorian.cpp:121 tdecore/klocale.cpp:570 +#: tdecore/kcalendarsystemgregorian.cpp:121 tdecore/tdelocale.cpp:570 msgid "February" msgstr "ফেব্রুয়ারী" -#: tdecore/kcalendarsystemgregorian.cpp:123 tdecore/klocale.cpp:571 +#: tdecore/kcalendarsystemgregorian.cpp:123 tdecore/tdelocale.cpp:571 msgid "March" msgstr "মার্চ" -#: tdecore/kcalendarsystemgregorian.cpp:125 tdecore/klocale.cpp:572 +#: tdecore/kcalendarsystemgregorian.cpp:125 tdecore/tdelocale.cpp:572 msgid "April" msgstr "এপ্রিল" -#: tdecore/kcalendarsystemgregorian.cpp:127 tdecore/klocale.cpp:573 +#: tdecore/kcalendarsystemgregorian.cpp:127 tdecore/tdelocale.cpp:573 msgid "" "_: May long\n" "May" msgstr "মে" -#: tdecore/kcalendarsystemgregorian.cpp:129 tdecore/klocale.cpp:574 +#: tdecore/kcalendarsystemgregorian.cpp:129 tdecore/tdelocale.cpp:574 msgid "June" msgstr "জুন" -#: tdecore/kcalendarsystemgregorian.cpp:131 tdecore/klocale.cpp:575 +#: tdecore/kcalendarsystemgregorian.cpp:131 tdecore/tdelocale.cpp:575 msgid "July" msgstr "জুলাই" -#: tdecore/kcalendarsystemgregorian.cpp:133 tdecore/klocale.cpp:576 +#: tdecore/kcalendarsystemgregorian.cpp:133 tdecore/tdelocale.cpp:576 msgid "August" msgstr "আগস্ট" -#: tdecore/kcalendarsystemgregorian.cpp:135 tdecore/klocale.cpp:577 +#: tdecore/kcalendarsystemgregorian.cpp:135 tdecore/tdelocale.cpp:577 msgid "September" msgstr "সেপ্টেম্বর" -#: tdecore/kcalendarsystemgregorian.cpp:137 tdecore/klocale.cpp:578 +#: tdecore/kcalendarsystemgregorian.cpp:137 tdecore/tdelocale.cpp:578 msgid "October" msgstr "অক্টোবর" -#: tdecore/kcalendarsystemgregorian.cpp:139 tdecore/klocale.cpp:579 +#: tdecore/kcalendarsystemgregorian.cpp:139 tdecore/tdelocale.cpp:579 msgid "November" msgstr "নভেম্বর" -#: tdecore/kcalendarsystemgregorian.cpp:141 tdecore/klocale.cpp:580 +#: tdecore/kcalendarsystemgregorian.cpp:141 tdecore/tdelocale.cpp:580 msgid "December" msgstr "ডিসেম্বর" -#: tdecore/kcalendarsystemgregorian.cpp:156 tdecore/klocale.cpp:591 +#: tdecore/kcalendarsystemgregorian.cpp:156 tdecore/tdelocale.cpp:591 msgid "" "_: of January\n" "of Jan" msgstr "জানুয়ারীর" -#: tdecore/kcalendarsystemgregorian.cpp:158 tdecore/klocale.cpp:592 +#: tdecore/kcalendarsystemgregorian.cpp:158 tdecore/tdelocale.cpp:592 msgid "" "_: of February\n" "of Feb" msgstr "ফেব্রুয়ারীর" -#: tdecore/kcalendarsystemgregorian.cpp:160 tdecore/klocale.cpp:593 +#: tdecore/kcalendarsystemgregorian.cpp:160 tdecore/tdelocale.cpp:593 msgid "" "_: of March\n" "of Mar" msgstr "মার্চের" -#: tdecore/kcalendarsystemgregorian.cpp:162 tdecore/klocale.cpp:594 +#: tdecore/kcalendarsystemgregorian.cpp:162 tdecore/tdelocale.cpp:594 msgid "" "_: of April\n" "of Apr" msgstr "এপ্রিলের" -#: tdecore/kcalendarsystemgregorian.cpp:164 tdecore/klocale.cpp:595 +#: tdecore/kcalendarsystemgregorian.cpp:164 tdecore/tdelocale.cpp:595 msgid "" "_: of May short\n" "of May" msgstr "মের" -#: tdecore/kcalendarsystemgregorian.cpp:166 tdecore/klocale.cpp:596 +#: tdecore/kcalendarsystemgregorian.cpp:166 tdecore/tdelocale.cpp:596 msgid "" "_: of June\n" "of Jun" msgstr "জুনের" -#: tdecore/kcalendarsystemgregorian.cpp:168 tdecore/klocale.cpp:597 +#: tdecore/kcalendarsystemgregorian.cpp:168 tdecore/tdelocale.cpp:597 msgid "" "_: of July\n" "of Jul" msgstr "জুলাইয়ের" -#: tdecore/kcalendarsystemgregorian.cpp:170 tdecore/klocale.cpp:598 +#: tdecore/kcalendarsystemgregorian.cpp:170 tdecore/tdelocale.cpp:598 msgid "" "_: of August\n" "of Aug" msgstr "আগস্টের" -#: tdecore/kcalendarsystemgregorian.cpp:172 tdecore/klocale.cpp:599 +#: tdecore/kcalendarsystemgregorian.cpp:172 tdecore/tdelocale.cpp:599 msgid "" "_: of September\n" "of Sep" msgstr "সেপ্টেম্বরের" -#: tdecore/kcalendarsystemgregorian.cpp:174 tdecore/klocale.cpp:600 +#: tdecore/kcalendarsystemgregorian.cpp:174 tdecore/tdelocale.cpp:600 msgid "" "_: of October\n" "of Oct" msgstr "অক্টোবরের" -#: tdecore/kcalendarsystemgregorian.cpp:176 tdecore/klocale.cpp:601 +#: tdecore/kcalendarsystemgregorian.cpp:176 tdecore/tdelocale.cpp:601 msgid "" "_: of November\n" "of Nov" msgstr "নভেম্বরের" -#: tdecore/kcalendarsystemgregorian.cpp:178 tdecore/klocale.cpp:602 +#: tdecore/kcalendarsystemgregorian.cpp:178 tdecore/tdelocale.cpp:602 msgid "" "_: of December\n" "of Dec" msgstr "ডিসেম্বরের" -#: tdecore/kcalendarsystemgregorian.cpp:184 tdecore/klocale.cpp:607 +#: tdecore/kcalendarsystemgregorian.cpp:184 tdecore/tdelocale.cpp:607 msgid "of January" msgstr "জানুয়ারীর" -#: tdecore/kcalendarsystemgregorian.cpp:186 tdecore/klocale.cpp:608 +#: tdecore/kcalendarsystemgregorian.cpp:186 tdecore/tdelocale.cpp:608 msgid "of February" msgstr "ফেব্রুয়ারীর" -#: tdecore/kcalendarsystemgregorian.cpp:188 tdecore/klocale.cpp:609 +#: tdecore/kcalendarsystemgregorian.cpp:188 tdecore/tdelocale.cpp:609 msgid "of March" msgstr "মার্চের" -#: tdecore/kcalendarsystemgregorian.cpp:190 tdecore/klocale.cpp:610 +#: tdecore/kcalendarsystemgregorian.cpp:190 tdecore/tdelocale.cpp:610 msgid "of April" msgstr "এপ্রিলের" -#: tdecore/kcalendarsystemgregorian.cpp:192 tdecore/klocale.cpp:611 +#: tdecore/kcalendarsystemgregorian.cpp:192 tdecore/tdelocale.cpp:611 msgid "" "_: of May long\n" "of May" msgstr "মের" -#: tdecore/kcalendarsystemgregorian.cpp:194 tdecore/klocale.cpp:612 +#: tdecore/kcalendarsystemgregorian.cpp:194 tdecore/tdelocale.cpp:612 msgid "of June" msgstr "জুনের" -#: tdecore/kcalendarsystemgregorian.cpp:196 tdecore/klocale.cpp:613 +#: tdecore/kcalendarsystemgregorian.cpp:196 tdecore/tdelocale.cpp:613 msgid "of July" msgstr "জুলাইয়ের" -#: tdecore/kcalendarsystemgregorian.cpp:198 tdecore/klocale.cpp:614 +#: tdecore/kcalendarsystemgregorian.cpp:198 tdecore/tdelocale.cpp:614 msgid "of August" msgstr "আগস্টের" -#: tdecore/kcalendarsystemgregorian.cpp:200 tdecore/klocale.cpp:615 +#: tdecore/kcalendarsystemgregorian.cpp:200 tdecore/tdelocale.cpp:615 msgid "of September" msgstr "সেপ্টেম্বরের" -#: tdecore/kcalendarsystemgregorian.cpp:202 tdecore/klocale.cpp:616 +#: tdecore/kcalendarsystemgregorian.cpp:202 tdecore/tdelocale.cpp:616 msgid "of October" msgstr "অক্টোবরের" -#: tdecore/kcalendarsystemgregorian.cpp:204 tdecore/klocale.cpp:617 +#: tdecore/kcalendarsystemgregorian.cpp:204 tdecore/tdelocale.cpp:617 msgid "of November" msgstr "নভেম্বরের" -#: tdecore/kcalendarsystemgregorian.cpp:206 tdecore/klocale.cpp:618 +#: tdecore/kcalendarsystemgregorian.cpp:206 tdecore/tdelocale.cpp:618 msgid "of December" msgstr "ডিসেম্বরের" -#: tdecore/klocale.cpp:1773 tdecore/klocale.cpp:1913 +#: tdecore/tdelocale.cpp:1773 tdecore/tdelocale.cpp:1913 msgid "pm" msgstr "পি.এম." -#: tdecore/klocale.cpp:1782 tdecore/klocale.cpp:1915 +#: tdecore/tdelocale.cpp:1782 tdecore/tdelocale.cpp:1915 msgid "am" msgstr "এ.এম." -#: tdecore/klocale.cpp:1956 +#: tdecore/tdelocale.cpp:1956 msgid "" "_: concatenation of dates and time\n" "%1 %2" msgstr "%1 %2" -#: tdecore/klocale.cpp:2447 +#: tdecore/tdelocale.cpp:2447 msgid "&Next" msgstr "&পরবর্তী" @@ -4001,15 +4001,15 @@ msgstr "" msgid "Front" msgstr "সামনে" -#: tdecore/kcharsets.cpp:44 khtml/khtml_part.cpp:280 +#: tdecore/kcharsets.cpp:44 tdehtml/tdehtml_part.cpp:280 msgid "Arabic" msgstr "আরবী" -#: tdecore/kcharsets.cpp:45 khtml/khtml_part.cpp:281 +#: tdecore/kcharsets.cpp:45 tdehtml/tdehtml_part.cpp:281 msgid "Baltic" msgstr "বল্টিক" -#: tdecore/kcharsets.cpp:46 khtml/khtml_part.cpp:282 +#: tdecore/kcharsets.cpp:46 tdehtml/tdehtml_part.cpp:282 msgid "Central European" msgstr "মধ্য ইউরোপীয়" @@ -4025,16 +4025,16 @@ msgstr "প্রথাগত চৈনিক" msgid "Cyrillic" msgstr "সিরিলিক" -#: tdecore/kcharsets.cpp:50 khtml/khtml_part.cpp:284 +#: tdecore/kcharsets.cpp:50 tdehtml/tdehtml_part.cpp:284 msgid "Greek" msgstr "গ্রীক" #: tdecore/kcharsets.cpp:51 tdeui/ksconfig.cpp:235 tdeui/ksconfig.cpp:395 -#: tdeui/ksconfig.cpp:656 khtml/khtml_part.cpp:285 +#: tdeui/ksconfig.cpp:656 tdehtml/tdehtml_part.cpp:285 msgid "Hebrew" msgstr "হীব্রু" -#: tdecore/kcharsets.cpp:52 khtml/khtml_part.cpp:286 +#: tdecore/kcharsets.cpp:52 tdehtml/tdehtml_part.cpp:286 msgid "Japanese" msgstr "জাপানী" @@ -4047,11 +4047,11 @@ msgid "Thai" msgstr "থাই" #: tdecore/kcharsets.cpp:55 tdeui/ksconfig.cpp:240 tdeui/ksconfig.cpp:400 -#: tdeui/ksconfig.cpp:661 khtml/khtml_part.cpp:290 +#: tdeui/ksconfig.cpp:661 tdehtml/tdehtml_part.cpp:290 msgid "Turkish" msgstr "তুর্কী" -#: tdecore/kcharsets.cpp:56 khtml/khtml_part.cpp:293 +#: tdecore/kcharsets.cpp:56 tdehtml/tdehtml_part.cpp:293 msgid "Western European" msgstr "পশ্চিম ইউরোপীয়" @@ -4081,7 +4081,7 @@ msgid "" "%1 ( %2 )" msgstr "%1 ( %2 )" -#: tdecore/kglobalsettings.cpp:494 +#: tdecore/tdeglobalsettings.cpp:494 msgid "Trash" msgstr "আবর্জনা" @@ -4161,7 +4161,7 @@ msgstr "আদার ১" msgid "Adar II" msgstr "আদার ২" -#: tdecore/kaboutdata.cpp:388 +#: tdecore/tdeaboutdata.cpp:388 msgid "" "_: replace this with information about your translation team\n" "<p>TDE is translated into many languages thanks to the work of the translation " @@ -4174,7 +4174,7 @@ msgstr "" "(http://www.AnkurBangla.org/projects/kde/)।</p>" "<p>কে.ডি.ই. অনুবাদ সম্বন্ধে আরো জানতে দেখুন http://l10n.kde.org</p>" -#: tdecore/kaboutdata.cpp:444 +#: tdecore/tdeaboutdata.cpp:444 msgid "" "No licensing terms for this program have been specified.\n" "Please check the documentation or the source for any\n" @@ -4184,7 +4184,7 @@ msgstr "" "অনুগ্রহ করে প্রোগ্রামটির ডকুমেন্টেশন এবং সোর্স খুঁজে দেখুন,\n" "সেখানে হয়তো কিছু পেতে পারেন।\n" -#: tdecore/kaboutdata.cpp:451 +#: tdecore/tdeaboutdata.cpp:451 #, c-format msgid "This program is distributed under the terms of the %1." msgstr "এই প্রোগ্রামটি %1-এর শর্তাবলী অনুযায়ী বণ্টিত।" @@ -4239,23 +4239,23 @@ msgstr "NEC SOCKS ক্লায়েন্ট" msgid "Dante SOCKS client" msgstr "Dante SOCKS ক্লায়েন্ট" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:45 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:45 msgid "Directory to generate files in" msgstr "যে ফোল্ডারে ফাইলগুলি উত্পন্ন করা হবে" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:46 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:46 msgid "Input kcfg XML file" msgstr "ইনপুট kcfg এক্স-এম-এল ফাইল" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:47 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:47 msgid "Code generation options file" msgstr "" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:955 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:955 msgid "TDE .kcfg compiler" msgstr "কে.ডি.ই. .kcfg কম্পাইলার" -#: tdecore/kconfig_compiler/kconfig_compiler.cpp:956 +#: tdecore/tdeconfig_compiler/tdeconfig_compiler.cpp:956 msgid "TDEConfig Compiler" msgstr "কে-কনফিগ কম্পাইলার" @@ -4402,7 +4402,7 @@ msgid "Share Hot New Stuff" msgstr "" #: tdeui/kcolordialog.cpp:1133 knewstuff/uploaddialog.cpp:58 -#: kresources/configdialog.cpp:53 +#: tderesources/configdialog.cpp:53 msgid "Name:" msgstr "নাম:" @@ -4471,7 +4471,7 @@ msgstr "না" msgid "The file '%1' already exists. Do you want to overwrite it?" msgstr "'%1' নামক একটি ফাইল আগে থেকেই আছে। সেটি কি মুছে ফেলতে চান?" -#: khtml/khtml_ext.cpp:828 knewstuff/knewstuffgeneric.cpp:141 +#: tdehtml/tdehtml_ext.cpp:828 knewstuff/knewstuffgeneric.cpp:141 msgid "Overwrite" msgstr "মুছে লেখ" @@ -4521,7 +4521,7 @@ msgstr "প্রকাশনার তারিখ" msgid "Install" msgstr "ইনস্টল" -#: tdeui/kmessagebox.cpp:246 knewstuff/downloaddialog.cpp:295 +#: tdeui/tdemessagebox.cpp:246 knewstuff/downloaddialog.cpp:295 #: knewstuff/downloaddialog.cpp:505 msgid "Details" msgstr "বিস্তারিত বিবরণ" @@ -4757,11 +4757,11 @@ msgstr "" msgid "Get hot new stuff:" msgstr "" -#: knewstuff/khotnewstuff.cpp:31 +#: knewstuff/tdehotnewstuff.cpp:31 msgid "Display only media of this type" msgstr "শুধু এই ধরনের মিডিয়া দেখাও" -#: knewstuff/khotnewstuff.cpp:32 +#: knewstuff/tdehotnewstuff.cpp:32 msgid "Provider list to use" msgstr "" @@ -5073,7 +5073,7 @@ msgstr "নরওয়েজীয়" msgid "Polish" msgstr "পোলিশ" -#: tdeui/ksconfig.cpp:324 khtml/khtml_part.cpp:288 +#: tdeui/ksconfig.cpp:324 tdehtml/tdehtml_part.cpp:288 msgid "Russian" msgstr "রুশ" @@ -5097,7 +5097,7 @@ msgstr "সুইডিশ" msgid "Swiss German" msgstr "সুইস জার্মান" -#: tdeui/ksconfig.cpp:342 khtml/khtml_part.cpp:291 +#: tdeui/ksconfig.cpp:342 tdehtml/tdehtml_part.cpp:291 msgid "Ukrainian" msgstr "ইউক্রেনীয়" @@ -5144,19 +5144,19 @@ msgid "" "Default - %1" msgstr "ডিফল্ট - %1" -#: tdeui/kfontrequester.cpp:38 +#: tdeui/tdefontrequester.cpp:38 msgid "Choose..." msgstr "বেছে নিন..." -#: tdeui/kfontrequester.cpp:102 +#: tdeui/tdefontrequester.cpp:102 msgid "Click to select a font" msgstr "ক্লিক করে ফন্ট নির্বাচন করুন" -#: tdeui/kfontrequester.cpp:109 +#: tdeui/tdefontrequester.cpp:109 msgid "Preview of the selected font" msgstr "নির্বাচিত ফন্টের প্রাক্দর্শন" -#: tdeui/kfontrequester.cpp:111 +#: tdeui/tdefontrequester.cpp:111 msgid "" "This is a preview of the selected font. You can change it by clicking the " "\"Choose...\" button." @@ -5164,11 +5164,11 @@ msgstr "" "এটি নির্বাচিত ফন্টের প্রাক্দৃশ্য। আপনি \"Choose...\" বাটনটিতে ক্লিক করে এটি " "বদলাতে পারেন।" -#: tdeui/kfontrequester.cpp:117 +#: tdeui/tdefontrequester.cpp:117 msgid "Preview of the \"%1\" font" msgstr "\"%1\" ফন্টের প্রাক্দর্শন" -#: tdeui/kfontrequester.cpp:119 +#: tdeui/tdefontrequester.cpp:119 msgid "" "This is a preview of the \"%1\" font. You can change it by clicking the " "\"Choose...\" button." @@ -5177,11 +5177,11 @@ msgstr "" "বদলাতে পারেন।" #. i18n "??" is displayed as (pseudo-)version when no data is known about the application -#: tdeui/kaboutapplication.cpp:63 +#: tdeui/tdeaboutapplication.cpp:63 msgid "??" msgstr "??" -#: tdeui/kaboutapplication.cpp:67 +#: tdeui/tdeaboutapplication.cpp:67 msgid "" "No information available.\n" "The supplied TDEAboutData object does not exist." @@ -5189,15 +5189,15 @@ msgstr "" "কোন তথ্য নেই॥\n" "প্রদত্ত TDEAboutData অবজেক্টটির অস্তিত্ব নেই।" -#: tdeui/kaboutapplication.cpp:107 +#: tdeui/tdeaboutapplication.cpp:107 msgid "A&uthor" msgstr "লে&খক" -#: tdeui/kaboutapplication.cpp:107 +#: tdeui/tdeaboutapplication.cpp:107 msgid "A&uthors" msgstr "লে&খক" -#: tdeui/kaboutapplication.cpp:117 +#: tdeui/tdeaboutapplication.cpp:117 msgid "" "Please use <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a> " "to report bugs.\n" @@ -5205,110 +5205,110 @@ msgstr "" "কোন বাগ (প্রোগ্রামে ত্রুটি) খুঁজে পেলে তা জানাতে অনুগ্রহ করে <a " "href=\"http://bugs.kde.org\">http://bugs.kde.org</a> ব্যবহার করুন।\n" -#: tdeui/kaboutapplication.cpp:121 tdeui/kaboutapplication.cpp:124 +#: tdeui/tdeaboutapplication.cpp:121 tdeui/tdeaboutapplication.cpp:124 msgid "" "Please report bugs to <a href=\"mailto:%1\">%2</a>.\n" msgstr "" "অনুগ্রহ করে বাগ রিপোর্ট <a href=\"mailto:%1\">%2</a>-এ পাঠান।\n" -#: tdeui/kaboutapplication.cpp:149 +#: tdeui/tdeaboutapplication.cpp:149 msgid "&Thanks To" msgstr "&ধন্যবাদ" -#: tdeui/kaboutapplication.cpp:176 +#: tdeui/tdeaboutapplication.cpp:176 msgid "T&ranslation" msgstr "অনুবা&দ" -#: tdeui/kaboutapplication.cpp:181 +#: tdeui/tdeaboutapplication.cpp:181 msgid "&License Agreement" msgstr "লা&ইসেন্স চুক্তি" -#: tdeui/kfontdialog.cpp:101 +#: tdeui/tdefontdialog.cpp:101 msgid "Here you can choose the font to be used." msgstr "এখানে আপনি ব্যবহারের জন্য ফন্ট পছন্দ করতে পারেন।" -#: tdeui/kfontdialog.cpp:113 +#: tdeui/tdefontdialog.cpp:113 msgid "Requested Font" msgstr "নির্বাচিত ফন্ট" -#: tdeui/kfontdialog.cpp:136 +#: tdeui/tdefontdialog.cpp:136 msgid "Change font family?" msgstr "ফন্ট ফ্যামিলি বদলাব?" -#: tdeui/kfontdialog.cpp:138 +#: tdeui/tdefontdialog.cpp:138 msgid "Enable this checkbox to change the font family settings." msgstr "ফন্ট ফ্যামিলি সেটিংস বদলাতে এই চেকবক্সটি সক্রিয় করুন" -#: tdeui/kcharselect.cpp:383 tdeui/kfontdialog.cpp:144 +#: tdeui/kcharselect.cpp:383 tdeui/tdefontdialog.cpp:144 msgid "Font:" msgstr "ফন্ট:" -#: tdeui/kfontdialog.cpp:151 +#: tdeui/tdefontdialog.cpp:151 msgid "Font style" msgstr "ফন্ট স্টাইল" -#: tdeui/kfontdialog.cpp:155 +#: tdeui/tdefontdialog.cpp:155 msgid "Change font style?" msgstr "ফন্ট স্টাইল বদলাব?" -#: tdeui/kfontdialog.cpp:157 +#: tdeui/tdefontdialog.cpp:157 msgid "Enable this checkbox to change the font style settings." msgstr "ফন্ট স্টাইল সেটিংস বদলাতে এই চেকবক্সটি সক্রিয় করুন" -#: tdeui/kfontdialog.cpp:163 +#: tdeui/tdefontdialog.cpp:163 msgid "Font style:" msgstr "ফন্ট স্টাইল:" -#: tdeui/kfontdialog.cpp:171 +#: tdeui/tdefontdialog.cpp:171 msgid "Size" msgstr "মাপ" -#: tdeui/kfontdialog.cpp:175 +#: tdeui/tdefontdialog.cpp:175 msgid "Change font size?" msgstr "ফন্ট মাপ বদলাব?" -#: tdeui/kfontdialog.cpp:177 +#: tdeui/tdefontdialog.cpp:177 msgid "Enable this checkbox to change the font size settings." msgstr "ফন্ট মাপ সেটিংস বদলাতে এই চেকবক্সটি সক্রিয় করুন" -#: tdeui/kfontdialog.cpp:183 +#: tdeui/tdefontdialog.cpp:183 msgid "Size:" msgstr "মাপ:" -#: tdeui/kfontdialog.cpp:199 +#: tdeui/tdefontdialog.cpp:199 msgid "Here you can choose the font family to be used." msgstr "এখানে আপনি ফন্ট ফ্যামিলি নির্বাচন করতে পারেন।" -#: tdeui/kfontdialog.cpp:221 +#: tdeui/tdefontdialog.cpp:221 msgid "Here you can choose the font style to be used." msgstr "এখানে আপনি ফন্ট স্টাইল নির্বাচন করতে পারেন।" -#: tdeui/kfontdialog.cpp:224 tdeui/kfontdialog.cpp:473 -#: tdeui/kfontdialog.cpp:475 tdeui/kfontdialog.cpp:484 -#: tdeui/kfontdialog.cpp:485 +#: tdeui/tdefontdialog.cpp:224 tdeui/tdefontdialog.cpp:473 +#: tdeui/tdefontdialog.cpp:475 tdeui/tdefontdialog.cpp:484 +#: tdeui/tdefontdialog.cpp:485 msgid "Regular" msgstr "রেগুলার" -#: tdeui/kfontdialog.cpp:226 +#: tdeui/tdefontdialog.cpp:226 msgid "Bold" msgstr "বোল্ড" -#: tdeui/kfontdialog.cpp:227 +#: tdeui/tdefontdialog.cpp:227 msgid "Bold Italic" msgstr "বোল্ড ইটালিক" -#: tdeui/kfontdialog.cpp:244 +#: tdeui/tdefontdialog.cpp:244 msgid "Relative" msgstr "আপেক্ষিক" -#: tdeui/kfontdialog.cpp:246 +#: tdeui/tdefontdialog.cpp:246 msgid "Font size<br><i>fixed</i> or <i>relative</i><br>to environment" msgstr "" "ফন্ট মাপ" "<br><i>নির্দিষ্ট</i> অথবা পারিপার্শ্বিকের" "<br>তুলনায় <i>আপেক্ষিক</i> " -#: tdeui/kfontdialog.cpp:248 +#: tdeui/tdefontdialog.cpp:248 msgid "" "Here you can switch between fixed font size and font size to be calculated " "dynamically and adjusted to changing environment (e.g. widget dimensions, paper " @@ -5317,16 +5317,16 @@ msgstr "" "এখানে আপনি ঠিক করতে পারেন ফন্ট সাইজ সবসময় একই থাকবে না পারিপার্শ্বিকের (যেমন " "উইজেটের মাপ) উপর নির্ভর করবে।" -#: tdeui/kfontdialog.cpp:272 +#: tdeui/tdefontdialog.cpp:272 msgid "Here you can choose the font size to be used." msgstr "এখানে আপনি ফন্ট মাপ নির্বাচন করতে পারেন।" #. i18n: This is a classical test phrase. (It contains all letters from A to Z.) -#: tdeui/kfontdialog.cpp:296 +#: tdeui/tdefontdialog.cpp:296 msgid "The Quick Brown Fox Jumps Over The Lazy Dog" msgstr "" -#: tdeui/kfontdialog.cpp:301 +#: tdeui/tdefontdialog.cpp:301 msgid "" "This sample text illustrates the current settings. You may edit it to test " "special characters." @@ -5334,15 +5334,15 @@ msgstr "" "এই লেখাটি বর্তমানে সক্রিয় সেটিংস-এর উপযোগিতা নির্ণয় করতে ব্যবহার করতে পারেন। " "বিশেষ কোন শব্দসমষ্টিপরীক্ষা করতে হলে এই লেখাটি স্বচ্ছন্দে পাল্টে নিন।" -#: tdeui/kfontdialog.cpp:310 tdeui/kfontdialog.cpp:320 +#: tdeui/tdefontdialog.cpp:310 tdeui/tdefontdialog.cpp:320 msgid "Actual Font" msgstr "আসল ফন্ট" -#: tdeui/kactionselector.cpp:69 +#: tdeui/tdeactionselector.cpp:69 msgid "&Available:" msgstr "পা&ওয়া যাচ্ছে:" -#: tdeui/kactionselector.cpp:84 +#: tdeui/tdeactionselector.cpp:84 msgid "&Selected:" msgstr "নির্বাচি&ত:" @@ -5363,18 +5363,18 @@ msgstr "টেবল:" msgid "&Unicode code point:" msgstr "" -#: tdeui/kmessagebox.cpp:428 tdeui/kmessagebox.cpp:479 +#: tdeui/tdemessagebox.cpp:428 tdeui/tdemessagebox.cpp:479 msgid "Question" msgstr "প্রশ্ন" -#: tdeui/kmessagebox.cpp:442 tdeui/kmessagebox.cpp:494 -#: tdeui/kmessagebox.cpp:575 tdeui/kmessagebox.cpp:647 -#: tdeui/kmessagebox.cpp:723 +#: tdeui/tdemessagebox.cpp:442 tdeui/tdemessagebox.cpp:494 +#: tdeui/tdemessagebox.cpp:575 tdeui/tdemessagebox.cpp:647 +#: tdeui/tdemessagebox.cpp:723 msgid "Do not ask again" msgstr "আর জিজ্ঞাসা করার প্রয়োজন নেই" -#: tdeui/kaboutdialog.cpp:1535 tdeui/khelpmenu.cpp:227 -#: tdeui/kmessagebox.cpp:975 +#: tdeui/tdeaboutdialog.cpp:1535 tdeui/khelpmenu.cpp:227 +#: tdeui/tdemessagebox.cpp:975 #, c-format msgid "About %1" msgstr "%1-এর সম্বন্ধে" @@ -5399,7 +5399,7 @@ msgstr "সংক্ষিপ্ত স্বয়ংক্রিয়" msgid "Dropdown List && Automatic" msgstr "ড্রপডাউন লিস্ট এবং স্বয়ংক্রিয়" -#: tdeui/kaboutkde.cpp:34 +#: tdeui/tdeabouttde.cpp:34 msgid "" "The <b>K Desktop Environment</b> is written and maintained by the TDE Team, a " "world-wide network of software engineers committed to <a " @@ -5423,7 +5423,7 @@ msgstr "" "<br>কে.ডি.ই. প্রকল্প সম্বন্ধে আরো জানতে <A HREF=\"http://www.kde.org/\">" "http://www.kde.org/</A> দেখুন।" -#: tdeui/kaboutkde.cpp:43 +#: tdeui/tdeabouttde.cpp:43 msgid "" "Software can always be improved, and the TDE Team is ready to do so. However, " "you - the user - must tell us when something does not work as expected or could " @@ -5451,7 +5451,7 @@ msgstr "" "আমাদের জানানোর জন্যও আপনি বাগ-ট্র্যাকিং ব্যবস্থাটি ব্যবহার করতে পারেন। শুধু " "খেয়াল রাখবেন, সে ক্ষেত্রে আপনার প্রস্তাবটি যেন \"Wishlist\" হিসাবে জমা পড়ে।" -#: tdeui/kaboutkde.cpp:54 +#: tdeui/tdeabouttde.cpp:54 msgid "" "You do not have to be a software developer to be a member of the TDE team. You " "can join the national teams that translate program interfaces. You can provide " @@ -5476,7 +5476,7 @@ msgstr "" "HREF=\"http://developer.kde.org/\">http://developer.kde.org/</A>" "-এ আপনার সব প্রশ্নের উত্তর পাবেন।" -#: tdeui/kaboutkde.cpp:67 +#: tdeui/tdeabouttde.cpp:67 msgid "" "TDE is available free of charge, but making it is not free." "<br>" @@ -5509,34 +5509,34 @@ msgstr "" "<br>" "<br> আপনার সহায়তার জন্য অগ্রিম ধন্যবাদ। " -#: tdeui/kaboutkde.cpp:81 +#: tdeui/tdeabouttde.cpp:81 #, c-format msgid "K Desktop Environment. Release %1" msgstr "কে ডেস্কটপ এনভায়রনমেন্ট। রিলিজ %1" -#: tdeui/kaboutkde.cpp:83 +#: tdeui/tdeabouttde.cpp:83 msgid "" "_: About TDE\n" "&About" msgstr "&পরিচিতি" -#: tdeui/kaboutkde.cpp:84 +#: tdeui/tdeabouttde.cpp:84 msgid "&Report Bugs or Wishes" msgstr "বা&গ রিপোর্ট জমা দিন" -#: tdeui/kaboutkde.cpp:85 +#: tdeui/tdeabouttde.cpp:85 msgid "&Join the TDE Team" msgstr "অংশগ্রহণ করু&ন" -#: tdeui/kaboutkde.cpp:86 +#: tdeui/tdeabouttde.cpp:86 msgid "&Support TDE" msgstr "কে.ডি.&ই-কে সাহায্য করুন" -#: tdeui/kstdguiitem.cpp:110 khtml/java/kjavaappletserver.cpp:804 +#: tdeui/kstdguiitem.cpp:110 tdehtml/java/kjavaappletserver.cpp:804 msgid "&Yes" msgstr "হ্যাঁ (&হ)" -#: tdeui/kstdguiitem.cpp:115 khtml/java/kjavaappletserver.cpp:797 +#: tdeui/kstdguiitem.cpp:115 tdehtml/java/kjavaappletserver.cpp:797 msgid "&No" msgstr "না (&ন)" @@ -5690,7 +5690,7 @@ msgid "Confi&gure..." msgstr "ক&নফিগার করো..." #: tdeui/keditcl2.cpp:701 tdeui/keditcl2.cpp:833 tdeui/kstdguiitem.cpp:254 -#: kutils/kfinddialog.cpp:239 +#: tdeutils/kfinddialog.cpp:239 msgid "&Find" msgstr "খোঁ&জ" @@ -5735,15 +5735,15 @@ msgstr "সম্পাদনা নিষ্ক্রিয়" msgid "Editing enabled" msgstr "সম্পাদনা সক্রিয়" -#: tdeui/ktoolbarhandler.cpp:86 +#: tdeui/tdetoolbarhandler.cpp:86 msgid "Show Toolbar" msgstr "টুলবার দেখাও" -#: tdeui/ktoolbarhandler.cpp:87 +#: tdeui/tdetoolbarhandler.cpp:87 msgid "Hide Toolbar" msgstr "টুলবার লুকোও" -#: tdeui/ktoolbarhandler.cpp:91 +#: tdeui/tdetoolbarhandler.cpp:91 msgid "Toolbars" msgstr "টুলবার" @@ -5792,11 +5792,11 @@ msgid "" "href=\"submit-whatsthis\">send us your own \"What's This?\" help</a> for it." msgstr "" -#: tdeui/kshortcutdialog.cpp:68 +#: tdeui/tdeshortcutdialog.cpp:68 msgid "Configure Shortcut" msgstr "শর্টকাট কনফিগার করো" -#: tdeui/kshortcutdialog.cpp:71 +#: tdeui/tdeshortcutdialog.cpp:71 msgid "Advanced" msgstr "অগ্রসর" @@ -5823,8 +5823,8 @@ msgstr "" msgid "Reset Toolbars" msgstr "" -#: tdeui/kedittoolbar.cpp:447 khtml/html/html_formimpl.cpp:2129 -#: khtml/khtmlview.cpp:2541 khtml/khtmlview.cpp:2574 +#: tdeui/kedittoolbar.cpp:447 tdehtml/html/html_formimpl.cpp:2129 +#: tdehtml/tdehtmlview.cpp:2541 tdehtml/tdehtmlview.cpp:2574 msgid "Reset" msgstr "রিসেট" @@ -6078,15 +6078,15 @@ msgstr "" msgid "Passwords match" msgstr "পাসওয়ার্ড মিলছে " -#: tdeui/kspelldlg.cpp:53 kspell2/ui/dialog.cpp:62 +#: tdeui/tdespelldlg.cpp:53 tdespell2/ui/dialog.cpp:62 msgid "Check Spelling" msgstr "বানান পরীক্ষা করো" -#: tdeui/kspelldlg.cpp:54 kspell2/ui/dialog.cpp:64 +#: tdeui/tdespelldlg.cpp:54 tdespell2/ui/dialog.cpp:64 msgid "&Finished" msgstr "শে&ষ" -#: tdeui/kcombobox.cpp:444 khtml/rendering/render_form.cpp:388 +#: tdeui/kcombobox.cpp:444 tdehtml/rendering/render_form.cpp:388 msgid "Clear &History" msgstr "&ইতিবৃত্ত ভুলে যাও" @@ -6417,29 +6417,29 @@ msgstr "%1 &সম্বন্ধে" msgid "About &TDE" msgstr "কে-ডি-&ই পরিচিতি" -#: tdeui/kactionclasses.cpp:2072 +#: tdeui/tdeactionclasses.cpp:2072 msgid "Exit F&ull Screen Mode" msgstr "ফু&ল স্ক্রীণ মোড থেকে বেরোও" -#: tdeui/kactionclasses.cpp:2077 tdeui/kstdaction_p.h:98 +#: tdeui/tdeactionclasses.cpp:2077 tdeui/kstdaction_p.h:98 msgid "F&ull Screen Mode" msgstr "ফু&ল স্ক্রীণ মোড" -#: tdeui/klistviewsearchline.cpp:243 +#: tdeui/tdelistviewsearchline.cpp:243 msgid "Search Columns" msgstr "কলাম-এ খোঁজো" -#: tdeui/klistviewsearchline.cpp:245 +#: tdeui/tdelistviewsearchline.cpp:245 msgid "All Visible Columns" msgstr "সব প্রদর্শিত কলাম" -#: tdeui/klistviewsearchline.cpp:260 +#: tdeui/tdelistviewsearchline.cpp:260 msgid "" "_: Column number %1\n" "Column No. %1" msgstr "কলাম নং %1" -#: tdeui/klistviewsearchline.cpp:455 +#: tdeui/tdelistviewsearchline.cpp:455 msgid "S&earch:" msgstr "&সন্ধান করো:" @@ -6457,107 +6457,107 @@ msgstr "" msgid "&Show tips on startup" msgstr "শুরু করার সময় টি&প দেখাও" -#: tdeui/ktoolbar.cpp:2040 +#: tdeui/tdetoolbar.cpp:2040 msgid "Toolbar Menu" msgstr "টুলবার মেনু" -#: tdeui/ktoolbar.cpp:2043 +#: tdeui/tdetoolbar.cpp:2043 msgid "" "_: toolbar position string\n" "Top" msgstr "ওপরে" -#: tdeui/ktoolbar.cpp:2044 +#: tdeui/tdetoolbar.cpp:2044 msgid "" "_: toolbar position string\n" "Left" msgstr "বাঁদিকে" -#: tdeui/ktoolbar.cpp:2045 +#: tdeui/tdetoolbar.cpp:2045 msgid "" "_: toolbar position string\n" "Right" msgstr "ডানদিকে" -#: tdeui/ktoolbar.cpp:2046 +#: tdeui/tdetoolbar.cpp:2046 msgid "" "_: toolbar position string\n" "Bottom" msgstr "নীচে" -#: tdeui/ktoolbar.cpp:2048 +#: tdeui/tdetoolbar.cpp:2048 msgid "" "_: toolbar position string\n" "Floating" msgstr "ভাসমান" -#: tdeui/ktoolbar.cpp:2049 +#: tdeui/tdetoolbar.cpp:2049 msgid "" "_: min toolbar\n" "Flat" msgstr "চ্যাপ্টা" -#: tdeui/ktoolbar.cpp:2052 +#: tdeui/tdetoolbar.cpp:2052 msgid "Icons Only" msgstr "শুধু আইকন" -#: tdeui/ktoolbar.cpp:2053 +#: tdeui/tdetoolbar.cpp:2053 msgid "Text Only" msgstr "শুধু লেখা" -#: tdeui/ktoolbar.cpp:2054 +#: tdeui/tdetoolbar.cpp:2054 msgid "Text Alongside Icons" msgstr "আইকনের পাশে লেখা" -#: tdeui/ktoolbar.cpp:2055 +#: tdeui/tdetoolbar.cpp:2055 msgid "Text Under Icons" msgstr "আইকনের তলায় লেখা" -#: tdeui/ktoolbar.cpp:2080 tdeui/ktoolbar.cpp:2101 +#: tdeui/tdetoolbar.cpp:2080 tdeui/tdetoolbar.cpp:2101 msgid "Small (%1x%2)" msgstr "ছোট (%1x%2)" -#: tdeui/ktoolbar.cpp:2082 tdeui/ktoolbar.cpp:2103 +#: tdeui/tdetoolbar.cpp:2082 tdeui/tdetoolbar.cpp:2103 msgid "Medium (%1x%2)" msgstr "মাঝারি (%1x%2)" -#: tdeui/ktoolbar.cpp:2084 tdeui/ktoolbar.cpp:2105 +#: tdeui/tdetoolbar.cpp:2084 tdeui/tdetoolbar.cpp:2105 msgid "Large (%1x%2)" msgstr "বড় (%1x%2)" -#: tdeui/ktoolbar.cpp:2086 tdeui/ktoolbar.cpp:2107 +#: tdeui/tdetoolbar.cpp:2086 tdeui/tdetoolbar.cpp:2107 msgid "Huge (%1x%2)" msgstr "বিশাল (%1x%2)" -#: tdeui/ktoolbar.cpp:2118 +#: tdeui/tdetoolbar.cpp:2118 msgid "Text Position" msgstr "লেখার অবস্থান" -#: tdeui/ktoolbar.cpp:2120 +#: tdeui/tdetoolbar.cpp:2120 msgid "Icon Size" msgstr "আইকনের মাপ" -#: tdeui/kaboutdialog.cpp:93 +#: tdeui/tdeaboutdialog.cpp:93 msgid "Task" msgstr "কাজ" -#: tdeui/kaboutdialog.cpp:704 +#: tdeui/tdeaboutdialog.cpp:704 msgid "%1 %2 (Using TDE %3)" msgstr "%1 %2 (কে.ডি.ই %3 ব্যবহার করে)" -#: tdeui/kaboutdialog.cpp:706 +#: tdeui/tdeaboutdialog.cpp:706 msgid "%1 %2, %3" msgstr "%1 %2, %3" -#: tdeui/kaboutdialog.cpp:1326 +#: tdeui/tdeaboutdialog.cpp:1326 msgid "Other Contributors:" msgstr "অন্যান্য:" -#: tdeui/kaboutdialog.cpp:1327 +#: tdeui/tdeaboutdialog.cpp:1327 msgid "(No logo available)" msgstr "(কোনো লোগো পাওয়া যায়নি)" -#: tdeui/kaboutdialog.cpp:1772 +#: tdeui/tdeaboutdialog.cpp:1772 msgid "Image missing" msgstr "ছবি বেপাত্তা" @@ -6593,7 +6593,7 @@ msgstr "সন্ধান করো:" msgid "Case &sensitive" msgstr "কে&স সেন্সিটিভ" -#: tdeui/keditcl2.cpp:730 tdeui/keditcl2.cpp:870 kutils/kfinddialog.cpp:171 +#: tdeui/keditcl2.cpp:730 tdeui/keditcl2.cpp:870 tdeutils/kfinddialog.cpp:171 msgid "Find &backwards" msgstr "পি&ছন দিকে খোঁজো" @@ -6637,15 +6637,15 @@ msgstr "স্বয়ংক্রিয় বানান পরীক্ষা" msgid "Allow Tabulations" msgstr "" -#: tdeui/ktextedit.cpp:353 khtml/rendering/render_form.cpp:331 +#: tdeui/ktextedit.cpp:353 tdehtml/rendering/render_form.cpp:331 msgid "Spell Checking" msgstr "বানান পরীক্ষা" -#: tdeui/kspell.cpp:1176 +#: tdeui/tdespell.cpp:1176 msgid "You have to restart the dialog for changes to take effect" msgstr "পরিবর্তনগুলি কার্যকরী করতে ডায়ালগটি পুনরায় শুরু করতে হবে" -#: tdeui/kspell.cpp:1402 +#: tdeui/tdespell.cpp:1402 msgid "Spell Checker" msgstr "বানান পরীক্ষক" @@ -6670,156 +6670,156 @@ msgstr "বাতিল করো: %1" msgid "Redo: %1" msgstr "পুনরায় করো: %1" -#: khtml/khtmlimage.cpp:199 +#: tdehtml/tdehtmlimage.cpp:199 msgid "%1 (%2 - %3x%4 Pixels)" msgstr "%1 (%2 - %3x%4 পিক্সেল)" -#: khtml/khtmlimage.cpp:201 +#: tdehtml/tdehtmlimage.cpp:201 msgid "%1 - %2x%3 Pixels" msgstr "%1 - %2x%3 পিক্সেল" -#: khtml/khtmlimage.cpp:206 +#: tdehtml/tdehtmlimage.cpp:206 msgid "%1 (%2x%3 Pixels)" msgstr "%1 (%2x%3 পিক্সেল)" -#: khtml/khtmlimage.cpp:208 +#: tdehtml/tdehtmlimage.cpp:208 msgid "Image - %1x%2 Pixels" msgstr "ছবি - %1x%2 পিক্সেল" -#: khtml/khtmlimage.cpp:214 +#: tdehtml/tdehtmlimage.cpp:214 msgid "Done." msgstr "হয়ে গেছে।" -#: khtml/khtml_ext.cpp:434 +#: tdehtml/tdehtml_ext.cpp:434 msgid "&Copy Text" msgstr "লেখা &কপি করো" -#: khtml/khtml_ext.cpp:480 +#: tdehtml/tdehtml_ext.cpp:480 #, fuzzy msgid "Search for '%1' with %2" msgstr "%2-এ '%1' খোঁজো" -#: khtml/khtml_ext.cpp:489 +#: tdehtml/tdehtml_ext.cpp:489 #, fuzzy msgid "Search for '%1' with" msgstr "'%1' এখানে খোঁজো: " -#: khtml/khtml_ext.cpp:518 +#: tdehtml/tdehtml_ext.cpp:518 msgid "Open '%1'" msgstr "'%1' খোলো" -#: khtml/khtml_ext.cpp:525 khtml/khtml_ext.cpp:582 +#: tdehtml/tdehtml_ext.cpp:525 tdehtml/tdehtml_ext.cpp:582 msgid "Stop Animations" msgstr "অ্যানিমেশন থামাও" -#: khtml/khtml_ext.cpp:533 +#: tdehtml/tdehtml_ext.cpp:533 msgid "Copy Email Address" msgstr "ই-মেইল ঠিকানা কপি করো" -#: khtml/khtml_ext.cpp:538 +#: tdehtml/tdehtml_ext.cpp:538 msgid "&Save Link As..." msgstr "লিঙ্ক &নতুন নামে সংরক্ষণ করো..." -#: khtml/khtml_ext.cpp:540 +#: tdehtml/tdehtml_ext.cpp:540 msgid "Copy &Link Address" msgstr "লিঙ্ক-এ&র ঠিকানা কপি করো" -#: khtml/khtml_ext.cpp:550 +#: tdehtml/tdehtml_ext.cpp:550 msgid "Open in New &Window" msgstr "নতুন &উইণ্ডোয় খোলো" -#: khtml/khtml_ext.cpp:552 +#: tdehtml/tdehtml_ext.cpp:552 msgid "Open in &This Window" msgstr "&এই উইণ্ডোয় খোলো" -#: khtml/khtml_ext.cpp:554 +#: tdehtml/tdehtml_ext.cpp:554 msgid "Open in &New Tab" msgstr "&নতুন ট্যাবে খোলো" -#: khtml/khtml_ext.cpp:556 +#: tdehtml/tdehtml_ext.cpp:556 msgid "Reload Frame" msgstr "ফ্রেম আবার লোড করো" -#: khtml/khtml_ext.cpp:561 +#: tdehtml/tdehtml_ext.cpp:561 msgid "Block IFrame..." msgstr "" -#: khtml/khtml_ext.cpp:564 khtml/khtml_part.cpp:256 +#: tdehtml/tdehtml_ext.cpp:564 tdehtml/tdehtml_part.cpp:256 msgid "View Frame Source" msgstr "ফ্রেমের উত্স দেখাও" -#: khtml/khtml_ext.cpp:566 +#: tdehtml/tdehtml_ext.cpp:566 msgid "View Frame Information" msgstr "ফ্রেম সংক্রান্ত তথ্যাবলী দেখাও" -#: khtml/khtml_ext.cpp:570 khtml/khtml_part.cpp:404 +#: tdehtml/tdehtml_ext.cpp:570 tdehtml/tdehtml_part.cpp:404 msgid "Print Frame..." msgstr "ফ্রেম ছাপাও..." -#: khtml/khtml_ext.cpp:571 khtml/khtml_part.cpp:262 +#: tdehtml/tdehtml_ext.cpp:571 tdehtml/tdehtml_part.cpp:262 msgid "Save &Frame As..." msgstr "ফ্রে&ম নতুন নামে সংরক্ষণ করো..." -#: khtml/khtml_ext.cpp:601 +#: tdehtml/tdehtml_ext.cpp:601 msgid "Save Image As..." msgstr "ছবি অন্য নামে সংরক্ষণ করো..." -#: khtml/khtml_ext.cpp:603 +#: tdehtml/tdehtml_ext.cpp:603 msgid "Send Image..." msgstr "ছবি পাঠাও..." -#: khtml/khtml_ext.cpp:608 +#: tdehtml/tdehtml_ext.cpp:608 msgid "Copy Image" msgstr "ছবি কপি করো" -#: khtml/khtml_ext.cpp:613 +#: tdehtml/tdehtml_ext.cpp:613 msgid "Copy Image Location" msgstr "ছবির অবস্থান কপি করো" -#: khtml/khtml_ext.cpp:618 +#: tdehtml/tdehtml_ext.cpp:618 msgid "View Image (%1)" msgstr "ছবি দেখাও (%1)" -#: khtml/khtml_ext.cpp:623 +#: tdehtml/tdehtml_ext.cpp:623 msgid "Block Image..." msgstr "ছবি আটকাও..." -#: khtml/khtml_ext.cpp:629 +#: tdehtml/tdehtml_ext.cpp:629 #, c-format msgid "Block Images From %1" msgstr "%1 থেকে ছবি আটকাও" -#: khtml/khtml_ext.cpp:653 +#: tdehtml/tdehtml_ext.cpp:653 msgid "Save Link As" msgstr "লিঙ্ক নতুন নামে সংরক্ষণ করো" -#: khtml/khtml_ext.cpp:673 +#: tdehtml/tdehtml_ext.cpp:673 msgid "Save Image As" msgstr "ছবি নতুন নামে সংরক্ষণ করো" -#: khtml/khtml_ext.cpp:687 khtml/khtml_ext.cpp:700 +#: tdehtml/tdehtml_ext.cpp:687 tdehtml/tdehtml_ext.cpp:700 msgid "Add URL to Filter" msgstr "ফিল্টার-এ ইউ-আর-এল যোগ করো" -#: khtml/khtml_ext.cpp:688 khtml/khtml_ext.cpp:701 +#: tdehtml/tdehtml_ext.cpp:688 tdehtml/tdehtml_ext.cpp:701 msgid "Enter the URL:" msgstr "" -#: khtml/khtml_ext.cpp:828 +#: tdehtml/tdehtml_ext.cpp:828 msgid "" "A file named \"%1\" already exists. Are you sure you want to overwrite it?" msgstr "" "\"%1\" নামক একটি ফাইল আগে থেকেই আছে। আপনি কি সেটি মুছে ফেলার ব্যাপারে নিশ্চিত?" -#: khtml/khtml_ext.cpp:828 +#: tdehtml/tdehtml_ext.cpp:828 msgid "Overwrite File?" msgstr "ফাইল মুছে লিখব?" -#: khtml/khtml_ext.cpp:889 kparts/browserrun.cpp:390 +#: tdehtml/tdehtml_ext.cpp:889 tdeparts/browserrun.cpp:390 msgid "The Download Manager (%1) could not be found in your $PATH " msgstr "আপনার $PATH-এ ডাউনলোড ম্যানেজার (%1) পাওয়া যায়নি" -#: khtml/khtml_ext.cpp:890 kparts/browserrun.cpp:391 +#: tdehtml/tdehtml_ext.cpp:890 tdeparts/browserrun.cpp:391 msgid "" "Try to reinstall it \n" "\n" @@ -6829,17 +6829,17 @@ msgstr "" "\n" "কনকরার-এর সঙ্গে যোগাযোগ নিষ্ক্রিয় করা হবে!" -#: khtml/khtml_ext.cpp:983 +#: tdehtml/tdehtml_ext.cpp:983 #, no-c-format msgid "Default Font Size (100%)" msgstr "ডিফল্ট ফন্ট মাপ (১০০%)" -#: khtml/khtml_ext.cpp:996 +#: tdehtml/tdehtml_ext.cpp:996 #, no-c-format msgid "%1%" msgstr "%1%" -#: khtml/khtml_printsettings.cpp:31 +#: tdehtml/tdehtml_printsettings.cpp:31 msgid "" "<qt>" "<p><strong>'Print images'</strong></p>" @@ -6850,7 +6850,7 @@ msgid "" "or toner.</p> </qt>" msgstr "" -#: khtml/khtml_printsettings.cpp:43 +#: tdehtml/tdehtml_printsettings.cpp:43 msgid "" "<qt>" "<p><strong>'Print header'</strong></p>" @@ -6861,7 +6861,7 @@ msgid "" "contain such a header line.</p> </qt>" msgstr "" -#: khtml/khtml_printsettings.cpp:56 +#: tdehtml/tdehtml_printsettings.cpp:56 msgid "" "<qt>" "<p><strong>'Printerfriendly mode'</strong></p>" @@ -6875,39 +6875,39 @@ msgid "" "ink.</p> </qt>" msgstr "" -#: khtml/khtml_printsettings.cpp:71 +#: tdehtml/tdehtml_printsettings.cpp:71 msgid "HTML Settings" msgstr "এইচ-টি-এম-এল সেটিংস" -#: khtml/khtml_printsettings.cpp:73 +#: tdehtml/tdehtml_printsettings.cpp:73 msgid "Printer friendly mode (black text, no background)" msgstr "প্রিন্টার ফ্রেণ্ডলি মোড (কালো টেক্সট, কোনো পশ্চাদপট নয়)" -#: khtml/khtml_printsettings.cpp:76 +#: tdehtml/tdehtml_printsettings.cpp:76 msgid "Print images" msgstr "ছবি ছাপাও" -#: khtml/khtml_printsettings.cpp:79 +#: tdehtml/tdehtml_printsettings.cpp:79 msgid "Print header" msgstr "হেডার ছাপাও" -#: khtml/khtml_part.cpp:255 +#: tdehtml/tdehtml_part.cpp:255 msgid "View Do&cument Source" msgstr "&নথীর উত্স দেখাও" -#: khtml/khtml_part.cpp:257 +#: tdehtml/tdehtml_part.cpp:257 msgid "View Document Information" msgstr "নথী সংক্রান্ত তথ্যাবলী দেখাও" -#: khtml/khtml_part.cpp:258 +#: tdehtml/tdehtml_part.cpp:258 msgid "Save &Background Image As..." msgstr "&পটভূমির চিত্র নতুন নামে সংরক্ষণ করো" -#: khtml/khtml_part.cpp:263 +#: tdehtml/tdehtml_part.cpp:263 msgid "Security..." msgstr "নিরাপত্তা..." -#: khtml/khtml_part.cpp:264 +#: tdehtml/tdehtml_part.cpp:264 msgid "" "Security Settings" "<p>Shows the certificate of the displayed page. Only pages that have been " @@ -6921,45 +6921,45 @@ msgstr "" "<p> যদি ব্যবহৃত যোগাযোগ ব্যবস্থাটি নিরাপদ হয়, তাহলে একটি বন্ধ তালার ছবি দেখা " "যাবে।" -#: khtml/khtml_part.cpp:270 +#: tdehtml/tdehtml_part.cpp:270 msgid "Print Rendering Tree to STDOUT" msgstr "" -#: khtml/khtml_part.cpp:271 +#: tdehtml/tdehtml_part.cpp:271 msgid "Print DOM Tree to STDOUT" msgstr "" -#: khtml/khtml_part.cpp:272 +#: tdehtml/tdehtml_part.cpp:272 msgid "Stop Animated Images" msgstr "অ্যানিমেটেড ছবি থামাও" -#: khtml/khtml_part.cpp:274 +#: tdehtml/tdehtml_part.cpp:274 msgid "Set &Encoding" msgstr "&এনকোডিং নির্ধারণ করো" -#: khtml/khtml_part.cpp:279 +#: tdehtml/tdehtml_part.cpp:279 msgid "Semi-Automatic" msgstr "আধা-স্বয়ংক্রিয়" -#: khtml/khtml_part.cpp:297 khtml/khtml_part.cpp:2298 +#: tdehtml/tdehtml_part.cpp:297 tdehtml/tdehtml_part.cpp:2298 msgid "Automatic Detection" msgstr "স্বয়ংক্রিয় উদ্ঘাটন" -#: khtml/khtml_part.cpp:302 +#: tdehtml/tdehtml_part.cpp:302 msgid "" "_: short for Manual Detection\n" "Manual" msgstr "নিজে হাতে" -#: khtml/khtml_part.cpp:357 +#: tdehtml/tdehtml_part.cpp:357 msgid "Use S&tylesheet" msgstr "স্টাইলশি&ট" -#: khtml/khtml_part.cpp:361 +#: tdehtml/tdehtml_part.cpp:361 msgid "Enlarge Font" msgstr "লেখা বড় করো" -#: khtml/khtml_part.cpp:363 +#: tdehtml/tdehtml_part.cpp:363 msgid "" "Enlarge Font" "<p>Make the font in this window bigger. Click and hold down the mouse button " @@ -6969,11 +6969,11 @@ msgstr "" "<p>এই উইণ্ডোর লেখা বড় করে। এখানে মাউস বাটন ক্লিক করে কিছুক্ষণ ধরে রাখলে ফন্টের " "সম্ভাব্য মাপ সম্বলিত একটি মেনু পাবেন।" -#: khtml/khtml_part.cpp:367 +#: tdehtml/tdehtml_part.cpp:367 msgid "Shrink Font" msgstr "লেখা ছোট করো" -#: khtml/khtml_part.cpp:369 +#: tdehtml/tdehtml_part.cpp:369 msgid "" "Shrink Font" "<p>Make the font in this window smaller. Click and hold down the mouse button " @@ -6983,7 +6983,7 @@ msgstr "" "<p>এই উইণ্ডোর লেখা ছোট করে। এখানে মাউস বাটন ক্লিক করে কিছুক্ষণ ধরে রাখলে ফন্টের " "সম্ভাব্য মাপ সম্বলিত একটি মেনু পাবেন।" -#: khtml/khtml_part.cpp:375 +#: tdehtml/tdehtml_part.cpp:375 msgid "" "Find text" "<p>Shows a dialog that allows you to find text on the displayed page." @@ -6991,7 +6991,7 @@ msgstr "" "পংক্তি সন্ধান করো" "<p>প্রদর্শিত পাতায় কোনো বিশেষ পংক্তি খোঁজার উপযোগী একটি ডায়ালগ দেখায়।" -#: khtml/khtml_part.cpp:379 +#: tdehtml/tdehtml_part.cpp:379 msgid "" "Find next" "<p>Find the next occurrence of the text that you have found using the <b>" @@ -7001,7 +7001,7 @@ msgstr "" "<p> <b>পংক্তি সন্ধান করো</b> ডায়ালগের সাহায্যে পাওয়া পংক্তিটির পরবর্তী অবস্থান " "খুঁজে বার করে।" -#: khtml/khtml_part.cpp:384 +#: tdehtml/tdehtml_part.cpp:384 msgid "" "Find previous" "<p>Find the previous occurrence of the text that you have found using the <b>" @@ -7011,15 +7011,15 @@ msgstr "" "<p> <b>পংক্তি সন্ধান করো</b> ডায়ালগের সাহায্যে পাওয়া পংক্তিটির পূর্ববর্তী " "অবস্থান খুঁজে বার করে।" -#: khtml/khtml_part.cpp:388 +#: tdehtml/tdehtml_part.cpp:388 msgid "Find Text as You Type" msgstr "টাইপ করতে করতে যে কোন লেখা খুঁজুন" -#: khtml/khtml_part.cpp:390 +#: tdehtml/tdehtml_part.cpp:390 msgid "Find Links as You Type" msgstr "টাইপ করতে করতে লিঙ্ক খুঁজুন" -#: khtml/khtml_part.cpp:405 +#: tdehtml/tdehtml_part.cpp:405 msgid "" "Print Frame" "<p>Some pages have several frames. To print only a single frame, click on it " @@ -7029,103 +7029,103 @@ msgstr "" "<p> কিছু কিছু পাতায় একাধিক ফ্রেম থাকে। বিশেষ কোনো একটি ফ্রেম ছাপাতে হলে এখানে " "ক্লিক করে এই ফাংশনটি ব্যবহার করুন।" -#: khtml/khtml_part.cpp:413 +#: tdehtml/tdehtml_part.cpp:413 msgid "Toggle Caret Mode" msgstr "ক্যারেট মোড অদলবদল করো" -#: khtml/khtml_part.cpp:618 +#: tdehtml/tdehtml_part.cpp:618 msgid "The fake user-agent '%1' is in use." msgstr "" -#: khtml/khtml_part.cpp:1081 +#: tdehtml/tdehtml_part.cpp:1081 msgid "This web page contains coding errors." msgstr "এই ওয়েব পেজ-এ কিছু কোডিং ত্রুটি রয়েছে।" -#: khtml/khtml_part.cpp:1123 +#: tdehtml/tdehtml_part.cpp:1123 msgid "&Hide Errors" msgstr "&সমস্যা হলেও দেখিও না" -#: khtml/khtml_part.cpp:1124 +#: tdehtml/tdehtml_part.cpp:1124 msgid "&Disable Error Reporting" msgstr "ত্রুটি বি&বরণী নিষ্ক্রিয় করো" -#: khtml/khtml_part.cpp:1164 +#: tdehtml/tdehtml_part.cpp:1164 msgid "<b>Error</b>: %1: %2" msgstr "<b>ত্রুটি</b>: %1: %2" -#: khtml/khtml_part.cpp:1208 +#: tdehtml/tdehtml_part.cpp:1208 msgid "<b>Error</b>: node %1: %2" msgstr "<b>ত্রুটি</b>: নোড %1: %2" -#: khtml/khtml_part.cpp:1351 +#: tdehtml/tdehtml_part.cpp:1351 msgid "Display Images on Page" msgstr "পাতায় ছবি দেখাও" -#: khtml/khtml_part.cpp:1539 khtml/khtml_part.cpp:1629 +#: tdehtml/tdehtml_part.cpp:1539 tdehtml/tdehtml_part.cpp:1629 msgid "Session is secured with %1 bit %2." msgstr "সেশন %1 বিট %2 ব্যবহার করে নিরাপদ।" -#: khtml/khtml_part.cpp:1540 khtml/khtml_part.cpp:1631 +#: tdehtml/tdehtml_part.cpp:1540 tdehtml/tdehtml_part.cpp:1631 msgid "Session is not secured." msgstr "সেশন নিরাপদ নয়।" -#: khtml/khtml_part.cpp:1727 +#: tdehtml/tdehtml_part.cpp:1727 #, c-format msgid "Error while loading %1" msgstr "%1 লোড করাকালীন ত্রুটি" -#: khtml/khtml_part.cpp:1729 +#: tdehtml/tdehtml_part.cpp:1729 msgid "An error occurred while loading <B>%1</B>:" msgstr "<B>%1</B> লোড করাকালীন সমস্যা দেখা দিয়েছে:" -#: khtml/khtml_part.cpp:1764 +#: tdehtml/tdehtml_part.cpp:1764 msgid "Error: " msgstr "সমস্যা:" -#: khtml/khtml_part.cpp:1767 +#: tdehtml/tdehtml_part.cpp:1767 msgid "The requested operation could not be completed" msgstr "প্রার্থিত ক্রিয়া সম্পন্ন করা সম্ভব হয়নি" -#: khtml/khtml_part.cpp:1773 +#: tdehtml/tdehtml_part.cpp:1773 msgid "Technical Reason: " msgstr "টেকনিকাল কারণ:" -#: khtml/khtml_part.cpp:1778 +#: tdehtml/tdehtml_part.cpp:1778 msgid "Details of the Request:" msgstr "বিস্তারিত বর্ণনা:" -#: khtml/khtml_part.cpp:1780 +#: tdehtml/tdehtml_part.cpp:1780 #, c-format msgid "URL: %1" msgstr "ইউ-আর-এল: %1" -#: khtml/khtml_part.cpp:1787 +#: tdehtml/tdehtml_part.cpp:1787 #, c-format msgid "Date and Time: %1" msgstr "তারিখ এবং সময়: %1" -#: khtml/khtml_part.cpp:1789 +#: tdehtml/tdehtml_part.cpp:1789 #, c-format msgid "Additional Information: %1" msgstr "আরো তথ্য: %1" -#: khtml/khtml_part.cpp:1791 +#: tdehtml/tdehtml_part.cpp:1791 msgid "Description:" msgstr "বিবরণ:" -#: khtml/khtml_part.cpp:1797 +#: tdehtml/tdehtml_part.cpp:1797 msgid "Possible Causes:" msgstr "সম্ভাব্য কারণ:" -#: khtml/khtml_part.cpp:1804 +#: tdehtml/tdehtml_part.cpp:1804 msgid "Possible Solutions:" msgstr "সম্ভাব্য সমাধান:" -#: khtml/khtml_part.cpp:2135 +#: tdehtml/tdehtml_part.cpp:2135 msgid "Page loaded." msgstr "লোড করা সম্পন্ন।" -#: khtml/khtml_part.cpp:2137 +#: tdehtml/tdehtml_part.cpp:2137 msgid "" "_n: %n Image of %1 loaded.\n" "%n Images of %1 loaded." @@ -7133,48 +7133,48 @@ msgstr "" "%1-টির মধ্যে %n-টি ছবি লোড করা সম্পন্ন।\n" "%1-টির মধ্যে %n-টি ছবি লোড করা সম্পন্ন।" -#: khtml/khtml_part.cpp:3738 khtml/khtml_part.cpp:3825 -#: khtml/khtml_part.cpp:3836 +#: tdehtml/tdehtml_part.cpp:3738 tdehtml/tdehtml_part.cpp:3825 +#: tdehtml/tdehtml_part.cpp:3836 msgid " (In new window)" msgstr " (নতুন উইণ্ডোয়)" -#: khtml/khtml_part.cpp:3777 +#: tdehtml/tdehtml_part.cpp:3777 msgid "Symbolic Link" msgstr "সিম্বলিক লিঙ্ক" -#: khtml/khtml_part.cpp:3779 +#: tdehtml/tdehtml_part.cpp:3779 msgid "%1 (Link)" msgstr "%1 (লিঙ্ক)" -#: khtml/khtml_part.cpp:3799 +#: tdehtml/tdehtml_part.cpp:3799 msgid "%2 (%1 bytes)" msgstr "%2 (%1 বাইটস)" -#: khtml/khtml_part.cpp:3803 +#: tdehtml/tdehtml_part.cpp:3803 msgid "%2 (%1 K)" msgstr "%2 (%1 কে)" -#: khtml/khtml_part.cpp:3838 +#: tdehtml/tdehtml_part.cpp:3838 msgid " (In other frame)" msgstr " (অন্য ফ্রেমে)" -#: khtml/khtml_part.cpp:3843 +#: tdehtml/tdehtml_part.cpp:3843 msgid "Email to: " msgstr "-কে ই-মেইল করো:" -#: khtml/khtml_part.cpp:3849 +#: tdehtml/tdehtml_part.cpp:3849 msgid " - Subject: " msgstr " - বিষয়:" -#: khtml/khtml_part.cpp:3851 +#: tdehtml/tdehtml_part.cpp:3851 msgid " - CC: " msgstr " - CC: " -#: khtml/khtml_part.cpp:3853 +#: tdehtml/tdehtml_part.cpp:3853 msgid " - BCC: " msgstr " - BCC: " -#: khtml/khtml_part.cpp:3942 +#: tdehtml/tdehtml_part.cpp:3942 msgid "" "<qt>This untrusted page links to<BR><B>%1</B>.<BR>Do you want to follow the " "link?" @@ -7182,31 +7182,31 @@ msgstr "" "<qt>এই অবিশ্বস্ত (untrusted) পাতাটি <BR><B>%1</B>-এ<BR>" "লিঙ্ক করছে। আপনি কি লিঙ্কটি দেখতে চান?" -#: khtml/khtml_part.cpp:3943 +#: tdehtml/tdehtml_part.cpp:3943 msgid "Follow" msgstr "অনুসরণ করো" -#: khtml/khtml_part.cpp:4043 +#: tdehtml/tdehtml_part.cpp:4043 msgid "Frame Information" msgstr "ফ্রেম সংক্রান্ত তথ্য" -#: khtml/khtml_part.cpp:4049 +#: tdehtml/tdehtml_part.cpp:4049 msgid " <a href=\"%1\">[Properties]</a>" msgstr " <a href=\"%1\">[বৈশিষ্ট্যাবলী]</a>" -#: khtml/khtml_part.cpp:4129 +#: tdehtml/tdehtml_part.cpp:4129 msgid "Save Background Image As" msgstr "পটভূমির চিত্র নতুন নামে সংরক্ষণ করো" -#: khtml/khtml_part.cpp:4216 +#: tdehtml/tdehtml_part.cpp:4216 msgid "Save Frame As" msgstr "ফ্রেম নতুন নামে সংরক্ষণ করো" -#: khtml/khtml_part.cpp:4256 +#: tdehtml/tdehtml_part.cpp:4256 msgid "&Find in Frame..." msgstr "ফ্রেমের &মধ্যে খোঁজো..." -#: khtml/khtml_part.cpp:4763 +#: tdehtml/tdehtml_part.cpp:4763 msgid "" "Warning: This is a secure form but it is attempting to send your data back " "unencrypted.\n" @@ -7218,16 +7218,16 @@ msgstr "" "কোনো তৃতীয় ব্যক্তি এই তথ্য মাঝপথে পড়ে ফেলতে পারে।\n" "আপনি কি তা সত্বেও ফর্মটি পাঠাতে চান?" -#: khtml/khtml_part.cpp:4766 khtml/khtml_part.cpp:4775 -#: khtml/khtml_part.cpp:4799 +#: tdehtml/tdehtml_part.cpp:4766 tdehtml/tdehtml_part.cpp:4775 +#: tdehtml/tdehtml_part.cpp:4799 msgid "Network Transmission" msgstr "নেটওয়ার্ক ট্রান্সমিশন" -#: khtml/khtml_part.cpp:4766 khtml/khtml_part.cpp:4776 +#: tdehtml/tdehtml_part.cpp:4766 tdehtml/tdehtml_part.cpp:4776 msgid "&Send Unencrypted" msgstr "এনক্রি&পশন ছাড়া পাঠাও" -#: khtml/khtml_part.cpp:4773 +#: tdehtml/tdehtml_part.cpp:4773 msgid "" "Warning: Your data is about to be transmitted across the network unencrypted.\n" "Are you sure you wish to continue?" @@ -7236,7 +7236,7 @@ msgstr "" "চলেছে।\n" "আপনি কি নিশ্চিত যে আপনি তাই চান?" -#: khtml/khtml_part.cpp:4797 +#: tdehtml/tdehtml_part.cpp:4797 msgid "" "This site is attempting to submit form data via email.\n" "Do you want to continue?" @@ -7244,11 +7244,11 @@ msgstr "" "এই সাইট-টি ই-মেইলের মাধ্যমে ফর্ম তথ্য পাঠাবার চেষ্টা করছে।\n" "আপনি কি তাতে রাজি?" -#: khtml/khtml_part.cpp:4800 +#: tdehtml/tdehtml_part.cpp:4800 msgid "&Send Email" msgstr "&ই-মেইল পাঠাও" -#: khtml/khtml_part.cpp:4821 +#: tdehtml/tdehtml_part.cpp:4821 msgid "" "<qt>The form will be submitted to <BR><B>%1</B><BR>on your local filesystem.<BR>" "Do you want to submit the form?" @@ -7256,12 +7256,12 @@ msgstr "" "<qt>ফর্মটি জমা দেওয়া হবে <BR>আপনার স্থানীয় ফাইলসিস্টেম-এর<BR><B>%1</B> -এ।<BR>" "আপনি কি ফর্মটি জমা দিতে চান?" -#: khtml/html/html_formimpl.cpp:1531 khtml/html/html_formimpl.cpp:2137 -#: khtml/khtml_part.cpp:4822 khtml/khtmlview.cpp:2527 khtml/khtmlview.cpp:2569 +#: tdehtml/html/html_formimpl.cpp:1531 tdehtml/html/html_formimpl.cpp:2137 +#: tdehtml/tdehtml_part.cpp:4822 tdehtml/tdehtmlview.cpp:2527 tdehtml/tdehtmlview.cpp:2569 msgid "Submit" msgstr "জমা দাও" -#: khtml/khtml_part.cpp:4870 +#: tdehtml/tdehtml_part.cpp:4870 msgid "" "This site attempted to attach a file from your computer in the form submission. " "The attachment was removed for your protection." @@ -7269,184 +7269,184 @@ msgstr "" "এই সাইট-টি ফর্ম জমা দেবার সময় আপনার কমপিউটারের একটি ফাইল সংলগ্ন করে পাঠাবার " "চেষ্টা করেছিল। আপনার নিরাপত্তার জন্য এই ফাইলটি পাঠানো হয়নি।" -#: khtml/khtml_part.cpp:4870 +#: tdehtml/tdehtml_part.cpp:4870 msgid "TDE" msgstr "কে.ডি.ই." -#: khtml/khtml_part.cpp:5776 +#: tdehtml/tdehtml_part.cpp:5776 msgid "(%1/s)" msgstr "(%1/সেঃ)" -#: khtml/khtml_part.cpp:6829 +#: tdehtml/tdehtml_part.cpp:6829 msgid "Security Warning" msgstr "নিরাপত্তা সতর্কীকরণ" -#: khtml/khtml_part.cpp:6835 +#: tdehtml/tdehtml_part.cpp:6835 msgid "<qt>Access by untrusted page to<BR><B>%1</B><BR> denied." msgstr "" "<qt>অবিশ্বস্ত (untrusted) পাতা থেকে<BR><B>%1</B>-এ<BR> লিঙ্ক যেতে দেওয়া হয়নি।" -#: khtml/java/kjavaappletserver.cpp:784 khtml/khtml_part.cpp:6836 +#: tdehtml/java/kjavaappletserver.cpp:784 tdehtml/tdehtml_part.cpp:6836 msgid "Security Alert" msgstr "নিরাপত্তা সংকেত" -#: khtml/khtml_part.cpp:7261 +#: tdehtml/tdehtml_part.cpp:7261 msgid "The wallet '%1' is open and being used for form data and passwords." msgstr "" "'%1' ওয়ালেটটি আপাতত খোলা এবং ফর্ম তথ্য আর পাসওয়ার্ডের জন্য ব্যবহৃত হচ্ছে।" -#: khtml/khtml_part.cpp:7315 +#: tdehtml/tdehtml_part.cpp:7315 msgid "&Close Wallet" msgstr "ওয়ালেট &বন্ধ করো" -#: khtml/khtml_part.cpp:7358 +#: tdehtml/tdehtml_part.cpp:7358 msgid "JavaScript &Debugger" msgstr "জাভাস্ক্রিপ্ট ডিবাগা&র" -#: khtml/khtml_part.cpp:7393 +#: tdehtml/tdehtml_part.cpp:7393 msgid "This page was prevented from opening a new window via JavaScript." msgstr "এই পেজটিকে জাভাস্ক্রিপ্ট-এর মাধ্যমে নতুন উইণ্ডো খুলতে দেওয়া হয়নি।" -#: khtml/khtml_part.cpp:7399 +#: tdehtml/tdehtml_part.cpp:7399 msgid "Popup Window Blocked" msgstr "পপ-আপ উইণ্ডো ব্লক করা হয়েছে" -#: khtml/khtml_part.cpp:7399 +#: tdehtml/tdehtml_part.cpp:7399 msgid "" "This page has attempted to open a popup window but was blocked.\n" "You can click on this icon in the status bar to control this behavior\n" "or to open the popup." msgstr "" -#: khtml/khtml_part.cpp:7413 +#: tdehtml/tdehtml_part.cpp:7413 #, c-format msgid "" "_n: &Show Blocked Popup Window\n" "Show %n Blocked Popup Windows" msgstr "" -#: khtml/khtml_part.cpp:7414 +#: tdehtml/tdehtml_part.cpp:7414 msgid "Show Blocked Window Passive Popup &Notification" msgstr "" -#: khtml/khtml_part.cpp:7416 +#: tdehtml/tdehtml_part.cpp:7416 msgid "&Configure JavaScript New Window Policies..." msgstr "" -#: khtml/khtmlview.cpp:1625 +#: tdehtml/tdehtmlview.cpp:1625 msgid "Find stopped." msgstr "খোঁজ থামানো হয়েছে।" -#: khtml/khtmlview.cpp:1636 +#: tdehtml/tdehtmlview.cpp:1636 msgid "Starting -- find links as you type" msgstr "শুরু করা হচ্ছে -- টাইপ করতে করতে লিঙ্ক খুঁজুন" -#: khtml/khtmlview.cpp:1642 +#: tdehtml/tdehtmlview.cpp:1642 msgid "Starting -- find text as you type" msgstr "শুরু করা হচ্ছে -- টাইপ করতে করতে যে কোন লেখা খুঁজুন" -#: khtml/khtmlview.cpp:1663 +#: tdehtml/tdehtmlview.cpp:1663 msgid "Link found: \"%1\"." msgstr "লিঙ্ক পাওয়া গেছে: \"%1\"।" -#: khtml/khtmlview.cpp:1668 +#: tdehtml/tdehtmlview.cpp:1668 msgid "Link not found: \"%1\"." msgstr "লিঙ্ক পাওয়া যায়নি: \"%1\"।" -#: khtml/khtmlview.cpp:1676 +#: tdehtml/tdehtmlview.cpp:1676 msgid "Text found: \"%1\"." msgstr "লেখা পাওয়া গেছে: \"%1\"।" -#: khtml/khtmlview.cpp:1681 +#: tdehtml/tdehtmlview.cpp:1681 msgid "Text not found: \"%1\"." msgstr "লেখা পাওয়া যায়নি: \"%1\"।" -#: khtml/khtmlview.cpp:1725 +#: tdehtml/tdehtmlview.cpp:1725 msgid "Access Keys activated" msgstr "সহায়ক কী (Key) সক্রিয় করা হয়েছে" -#: khtml/khtmlview.cpp:2756 +#: tdehtml/tdehtmlview.cpp:2756 #, c-format msgid "Print %1" msgstr "%1 ছাপাও" -#: khtml/khtml_factory.cpp:177 -msgid "KHTML" -msgstr "KHTML" +#: tdehtml/tdehtml_factory.cpp:177 +msgid "TDEHTML" +msgstr "TDEHTML" -#: khtml/khtml_factory.cpp:178 +#: tdehtml/tdehtml_factory.cpp:178 msgid "Embeddable HTML component" msgstr "অভ্যন্তরীণ এইচ-টি-এম-এল কম্পোনেন্ট" -#: khtml/xml/xml_tokenizer.cpp:312 +#: tdehtml/xml/xml_tokenizer.cpp:312 msgid "the document is not in the correct file format" msgstr "নথীটির ফাইল ফর্ম্যাট সঠিক নয়" -#: khtml/xml/xml_tokenizer.cpp:318 +#: tdehtml/xml/xml_tokenizer.cpp:318 msgid "fatal parsing error: %1 in line %2, column %3" msgstr "মারাত্মক পার্সিং ত্রুটি: %1, অবস্থান লাইন %2, কলাম %3" -#: khtml/xml/xml_tokenizer.cpp:477 +#: tdehtml/xml/xml_tokenizer.cpp:477 msgid "XML parsing error" msgstr "এক্স-এম-এল পার্স করায় সমস্যা" -#: khtml/xml/dom_docimpl.cpp:2077 +#: tdehtml/xml/dom_docimpl.cpp:2077 msgid "Basic Page Style" msgstr "মৌলিক পেজ স্টাইল" -#: khtml/ecma/kjs_debugwin.cpp:291 +#: tdehtml/ecma/kjs_debugwin.cpp:291 msgid "JavaScript Error" msgstr "জাভাস্ক্রিপ্ট ত্রুটি" -#: khtml/ecma/kjs_debugwin.cpp:305 +#: tdehtml/ecma/kjs_debugwin.cpp:305 msgid "&Do not show this message again" msgstr "এই বার্তাটি আ&র দেখানোর প্রয়োজন নেই" -#: khtml/ecma/kjs_debugwin.cpp:369 +#: tdehtml/ecma/kjs_debugwin.cpp:369 msgid "JavaScript Debugger" msgstr "জাভাস্ক্রিপ্ট ডিবাগার" -#: khtml/ecma/kjs_debugwin.cpp:383 +#: tdehtml/ecma/kjs_debugwin.cpp:383 msgid "Call stack" msgstr "কল স্ট্যাক" -#: khtml/ecma/kjs_debugwin.cpp:418 +#: tdehtml/ecma/kjs_debugwin.cpp:418 msgid "JavaScript console" msgstr "জাভাস্ক্রিপ্ট কনসোল" -#: khtml/ecma/kjs_debugwin.cpp:448 +#: tdehtml/ecma/kjs_debugwin.cpp:448 msgid "" "_: Next breakpoint\n" "&Next" msgstr "&পরবর্তী" -#: khtml/ecma/kjs_debugwin.cpp:450 +#: tdehtml/ecma/kjs_debugwin.cpp:450 msgid "&Step" msgstr "&এক ধাপ নাও" -#: khtml/ecma/kjs_debugwin.cpp:455 +#: tdehtml/ecma/kjs_debugwin.cpp:455 msgid "&Continue" msgstr "এগিয়ে &চলো" -#: khtml/ecma/kjs_debugwin.cpp:459 +#: tdehtml/ecma/kjs_debugwin.cpp:459 msgid "&Break at Next Statement" msgstr "" -#: khtml/ecma/kjs_debugwin.cpp:463 +#: tdehtml/ecma/kjs_debugwin.cpp:463 msgid "" "_: Next breakpoint\n" "Next" msgstr "পরবর্তী" -#: khtml/ecma/kjs_debugwin.cpp:464 +#: tdehtml/ecma/kjs_debugwin.cpp:464 msgid "Step" msgstr "Step" -#: khtml/ecma/kjs_debugwin.cpp:826 +#: tdehtml/ecma/kjs_debugwin.cpp:826 msgid "Parse error at %1 line %2" msgstr "Parse error at %1 line %2" -#: khtml/ecma/kjs_debugwin.cpp:837 +#: tdehtml/ecma/kjs_debugwin.cpp:837 #, c-format msgid "" "An error occurred while attempting to run a script on this page.\n" @@ -7457,7 +7457,7 @@ msgstr "" "\n" "%1" -#: khtml/ecma/kjs_debugwin.cpp:846 +#: tdehtml/ecma/kjs_debugwin.cpp:846 msgid "" "An error occurred while attempting to run a script on this page.\n" "\n" @@ -7469,11 +7469,11 @@ msgstr "" "%1 line %2:\n" "%3" -#: khtml/ecma/kjs_html.cpp:2160 khtml/ecma/kjs_window.cpp:1562 +#: tdehtml/ecma/kjs_html.cpp:2160 tdehtml/ecma/kjs_window.cpp:1562 msgid "Confirmation: JavaScript Popup" msgstr "অনুমোদন: জাভাস্ক্রিপ্ট পপ-আপ" -#: khtml/ecma/kjs_window.cpp:1565 +#: tdehtml/ecma/kjs_window.cpp:1565 msgid "" "This site is requesting to open up a new browser window via JavaScript.\n" "Do you want to allow this?" @@ -7481,7 +7481,7 @@ msgstr "" "এই সাইটটি জাভাস্ক্রিপ্ট-এর মাধ্যমে একটি নতুন ব্রাইজার উইণ্ডো খুলতে চাইছে।\n" "আপনি কি তাই চান?" -#: khtml/ecma/kjs_window.cpp:1568 +#: tdehtml/ecma/kjs_window.cpp:1568 msgid "" "<qt>This site is requesting to open" "<p>%1</p>in a new browser window via JavaScript.<br />" @@ -7491,30 +7491,30 @@ msgstr "" "<p>%1</p>খুলতে চাইছে। " "<br/>আপনি কি তাই চান?</qt>" -#: khtml/ecma/kjs_html.cpp:2167 khtml/ecma/kjs_window.cpp:1570 +#: tdehtml/ecma/kjs_html.cpp:2167 tdehtml/ecma/kjs_window.cpp:1570 msgid "Allow" msgstr "হ্যাঁ" -#: khtml/ecma/kjs_html.cpp:2167 khtml/ecma/kjs_window.cpp:1570 +#: tdehtml/ecma/kjs_html.cpp:2167 tdehtml/ecma/kjs_window.cpp:1570 msgid "Do Not Allow" msgstr "না" -#: khtml/ecma/kjs_window.cpp:1862 +#: tdehtml/ecma/kjs_window.cpp:1862 msgid "Close window?" msgstr "উইণ্ডো বন্ধ করব?" -#: khtml/ecma/kjs_window.cpp:1862 +#: tdehtml/ecma/kjs_window.cpp:1862 msgid "Confirmation Required" msgstr "অনুমোদন প্রয়োজন" -#: khtml/ecma/kjs_window.cpp:2744 +#: tdehtml/ecma/kjs_window.cpp:2744 msgid "" "Do you want a bookmark pointing to the location \"%1\" to be added to your " "collection?" msgstr "" "আপনি কি আপনার সংকলনে \"%1\" অবস্থানটির জন্য একটি বুকমার্ক যোগ করতে চান?" -#: khtml/ecma/kjs_window.cpp:2747 +#: tdehtml/ecma/kjs_window.cpp:2747 msgid "" "Do you want a bookmark pointing to the location \"%1\" titled \"%2\" to be " "added to your collection?" @@ -7522,33 +7522,33 @@ msgstr "" "আপনি কি আপনার সংকলনে \"%1\" অবস্থানটির জন্য \"%2\" শিরোনামের একটি বুকমার্ক যোগ " "করতে চান?" -#: khtml/ecma/kjs_window.cpp:2755 +#: tdehtml/ecma/kjs_window.cpp:2755 msgid "JavaScript Attempted Bookmark Insert" msgstr "জাভাস্ক্রিপ্ট বুকমার্ক যোগ করার চেষ্টা করছে" -#: khtml/ecma/kjs_window.cpp:2759 +#: tdehtml/ecma/kjs_window.cpp:2759 msgid "Disallow" msgstr "অনুমতি দিও না" -#: khtml/ecma/kjs_proxy.cpp:405 +#: tdehtml/ecma/kjs_proxy.cpp:405 msgid "" -"A script on this page is causing KHTML to freeze. If it continues to run, other " +"A script on this page is causing TDEHTML to freeze. If it continues to run, other " "applications may become less responsive.\n" "Do you want to abort the script?" msgstr "" -"এই পাতায় একটি স্ক্রিপ্ট KHTML-এর উপর চাপ সৃষ্টি করছে। বেশীক্ষণ চললে এর ফলে " +"এই পাতায় একটি স্ক্রিপ্ট TDEHTML-এর উপর চাপ সৃষ্টি করছে। বেশীক্ষণ চললে এর ফলে " "অন্যান্য অ্যাপলিকেশন মন্থর হয়ে যেতে পারে।\n" "আপনি কি স্ক্রিপ্ট-টি থামিয়ে দিতে চান?" -#: khtml/ecma/kjs_proxy.cpp:405 +#: tdehtml/ecma/kjs_proxy.cpp:405 msgid "JavaScript" msgstr "JavaScript" -#: khtml/ecma/kjs_proxy.cpp:405 +#: tdehtml/ecma/kjs_proxy.cpp:405 msgid "&Abort" msgstr "থামা&ও" -#: khtml/ecma/kjs_html.cpp:2162 +#: tdehtml/ecma/kjs_html.cpp:2162 msgid "" "This site is submitting a form which will open up a new browser window via " "JavaScript.\n" @@ -7558,7 +7558,7 @@ msgstr "" "উইণ্ডো খোলা হবে। \n" "আপনি কি ফর্মটি জমা দিতে চান?" -#: khtml/ecma/kjs_html.cpp:2165 +#: tdehtml/ecma/kjs_html.cpp:2165 msgid "" "<qt>This site is submitting a form which will open " "<p>%1</p> in a new browser window via JavaScript.<br />" @@ -7569,25 +7569,25 @@ msgstr "" "<p>%1</p> খোলা হবে। " "<br/> আপনি কি ফর্মটি জমা দিতে চান?" -#: khtml/html/htmlparser.cpp:1709 +#: tdehtml/html/htmlparser.cpp:1709 msgid "This is a searchable index. Enter search keywords: " msgstr "এটি একটি সন্ধানযোগ্য সূচি। সন্ধান কী-ওয়ার্ড লিখুন:" -#: khtml/html/html_formimpl.cpp:353 +#: tdehtml/html/html_formimpl.cpp:353 msgid "" "The following files will not be uploaded because they could not be found.\n" "Do you want to continue?" msgstr "" -#: khtml/html/html_formimpl.cpp:357 +#: tdehtml/html/html_formimpl.cpp:357 msgid "Submit Confirmation" msgstr "অনুমোদন জমা দাও" -#: khtml/html/html_formimpl.cpp:357 +#: tdehtml/html/html_formimpl.cpp:357 msgid "&Submit Anyway" msgstr "তা &সত্বেও জমা দাও" -#: khtml/html/html_formimpl.cpp:368 +#: tdehtml/html/html_formimpl.cpp:368 msgid "" "You're about to transfer the following files from your local computer to the " "Internet.\n" @@ -7596,31 +7596,31 @@ msgstr "" "আপনি এই ফাইলগুলি আপনার কমপিউটার থেকে ইন্টারনেটে পাঠাতে চলেছেন। \n" "আপনি কি সত্যিই তাই চান?" -#: khtml/html/html_formimpl.cpp:372 +#: tdehtml/html/html_formimpl.cpp:372 msgid "Send Confirmation" msgstr "অনুমোদন পাঠাও" -#: khtml/html/html_formimpl.cpp:372 +#: tdehtml/html/html_formimpl.cpp:372 msgid "&Send Files" msgstr "ফাইল পাঠা&ও" -#: khtml/html/html_formimpl.cpp:609 +#: tdehtml/html/html_formimpl.cpp:609 msgid "Save Login Information" msgstr "লগ-ইন তথ্য সঞ্চয় করে রাখো" -#: khtml/html/html_formimpl.cpp:613 +#: tdehtml/html/html_formimpl.cpp:613 msgid "Store" msgstr "সঞ্চয় করো" -#: khtml/html/html_formimpl.cpp:613 +#: tdehtml/html/html_formimpl.cpp:613 msgid "Ne&ver for This Site" msgstr "এই সাইটের জন্য &কদাপি নয়" -#: khtml/html/html_formimpl.cpp:613 +#: tdehtml/html/html_formimpl.cpp:613 msgid "Do Not Store" msgstr "সঞ্চয় কোর না" -#: khtml/html/html_formimpl.cpp:618 +#: tdehtml/html/html_formimpl.cpp:618 msgid "" "Konqueror has the ability to store the password in an encrypted wallet. When " "the wallet is unlocked, it can then automatically restore the login information " @@ -7631,7 +7631,7 @@ msgstr "" "লগ-ইন তথ্য নিজে থেকেই ভরে দিতে পারবে। আপনি কি এই লগ-ইন তথ্য এখন আপনার ওয়ালেট-এ " "সঞ্চয় করতে চান? " -#: khtml/html/html_formimpl.cpp:623 +#: tdehtml/html/html_formimpl.cpp:623 msgid "" "Konqueror has the ability to store the password in an encrypted wallet. When " "the wallet is unlocked, it can then automatically restore the login information " @@ -7642,151 +7642,151 @@ msgstr "" "তথ্য নিজে থেকেই ভরে দিতে পারবে। আপনি কি এই লগ-ইন তথ্য এখন আপনার ওয়ালেটে সঞ্চয় " "করতে চান? " -#: khtml/java/kjavaappletviewer.cpp:122 +#: tdehtml/java/kjavaappletviewer.cpp:122 msgid "Applet Parameters" msgstr "অ্যাপলেট প্যারামিটার" -#: khtml/java/kjavaappletviewer.cpp:131 +#: tdehtml/java/kjavaappletviewer.cpp:131 msgid "Parameter" msgstr "প্যারামিটার" -#: khtml/java/kjavaappletviewer.cpp:133 +#: tdehtml/java/kjavaappletviewer.cpp:133 msgid "Class" msgstr "ক্লাস" -#: khtml/java/kjavaappletviewer.cpp:137 +#: tdehtml/java/kjavaappletviewer.cpp:137 msgid "Base URL" msgstr "বেস ইউ-আর-এল" -#: khtml/java/kjavaappletviewer.cpp:141 +#: tdehtml/java/kjavaappletviewer.cpp:141 msgid "Archives" msgstr "আর্কাইভ" -#: khtml/java/kjavaappletviewer.cpp:451 +#: tdehtml/java/kjavaappletviewer.cpp:451 msgid "TDE Java Applet Plugin" msgstr "কে.ডি.ই জাভা অ্যাপলেট প্লাগ-ইন" -#: khtml/java/kjavaapplet.cpp:225 +#: tdehtml/java/kjavaapplet.cpp:225 msgid "Initializing Applet \"%1\"..." msgstr "অ্যাপলেট \"%1\" চালু করা হচ্ছে..." -#: khtml/java/kjavaapplet.cpp:232 +#: tdehtml/java/kjavaapplet.cpp:232 msgid "Starting Applet \"%1\"..." msgstr "অ্যাপলেট \"%1\" শুরু করা হচ্ছে..." -#: khtml/java/kjavaapplet.cpp:239 +#: tdehtml/java/kjavaapplet.cpp:239 msgid "Applet \"%1\" started" msgstr "অ্যাপলেট \"%1\" শুরু করা হয়েছে" -#: khtml/java/kjavaapplet.cpp:245 +#: tdehtml/java/kjavaapplet.cpp:245 msgid "Applet \"%1\" stopped" msgstr "অ্যাপলেট \"%1\" থামিয়ে দেওয়া হয়েছে" -#: khtml/java/kjavaappletserver.cpp:145 +#: tdehtml/java/kjavaappletserver.cpp:145 msgid "Loading Applet" msgstr "অ্যাপলেট লোড করা হচ্ছে" -#: khtml/java/kjavaappletserver.cpp:149 +#: tdehtml/java/kjavaappletserver.cpp:149 msgid "Error: java executable not found" msgstr "সমস্যা: জাভা এক্সিকিউটেবল পাওয়া যায়নি" -#: khtml/java/kjavaappletserver.cpp:633 +#: tdehtml/java/kjavaappletserver.cpp:633 msgid "Signed by (validation: " msgstr "" -#: khtml/java/kjavaappletserver.cpp:635 +#: tdehtml/java/kjavaappletserver.cpp:635 msgid "Certificate (validation: " msgstr "" -#: khtml/java/kjavaappletserver.cpp:638 +#: tdehtml/java/kjavaappletserver.cpp:638 msgid "Ok" msgstr "বেশ" -#: khtml/java/kjavaappletserver.cpp:640 +#: tdehtml/java/kjavaappletserver.cpp:640 msgid "NoCARoot" msgstr "NoCARoot" -#: khtml/java/kjavaappletserver.cpp:642 +#: tdehtml/java/kjavaappletserver.cpp:642 msgid "InvalidPurpose" msgstr "InvalidPurpose" -#: khtml/java/kjavaappletserver.cpp:644 +#: tdehtml/java/kjavaappletserver.cpp:644 msgid "PathLengthExceeded" msgstr "PathLengthExceeded" -#: khtml/java/kjavaappletserver.cpp:646 +#: tdehtml/java/kjavaappletserver.cpp:646 msgid "InvalidCA" msgstr "InvalidCA" -#: khtml/java/kjavaappletserver.cpp:648 +#: tdehtml/java/kjavaappletserver.cpp:648 msgid "Expired" msgstr "Expired" -#: khtml/java/kjavaappletserver.cpp:650 +#: tdehtml/java/kjavaappletserver.cpp:650 msgid "SelfSigned" msgstr "SelfSigned" -#: khtml/java/kjavaappletserver.cpp:652 +#: tdehtml/java/kjavaappletserver.cpp:652 msgid "ErrorReadingRoot" msgstr "ErrorReadingRoot" -#: khtml/java/kjavaappletserver.cpp:654 +#: tdehtml/java/kjavaappletserver.cpp:654 msgid "Revoked" msgstr "Revoked" -#: khtml/java/kjavaappletserver.cpp:656 +#: tdehtml/java/kjavaappletserver.cpp:656 msgid "Untrusted" msgstr "Untrusted" -#: khtml/java/kjavaappletserver.cpp:658 +#: tdehtml/java/kjavaappletserver.cpp:658 msgid "SignatureFailed" msgstr "SignatureFailed" -#: khtml/java/kjavaappletserver.cpp:660 +#: tdehtml/java/kjavaappletserver.cpp:660 msgid "Rejected" msgstr "Rejected" -#: khtml/java/kjavaappletserver.cpp:662 +#: tdehtml/java/kjavaappletserver.cpp:662 msgid "PrivateKeyFailed" msgstr "PrivateKeyFailed" -#: khtml/java/kjavaappletserver.cpp:664 +#: tdehtml/java/kjavaappletserver.cpp:664 msgid "InvalidHost" msgstr "InvalidHost" -#: khtml/java/kjavaappletserver.cpp:667 +#: tdehtml/java/kjavaappletserver.cpp:667 msgid "Unknown" msgstr "Unknown" -#: khtml/java/kjavaappletserver.cpp:788 +#: tdehtml/java/kjavaappletserver.cpp:788 msgid "Do you grant Java applet with certificate(s):" msgstr "আপনি কি এই সার্টিফিকেট(গুলি)-সহ:" -#: khtml/java/kjavaappletserver.cpp:790 +#: tdehtml/java/kjavaappletserver.cpp:790 msgid "the following permission" msgstr "জাভা অ্যাপলেট-কে নিম্নলিখিত অনুমতি দিতে চান" -#: khtml/java/kjavaappletserver.cpp:801 +#: tdehtml/java/kjavaappletserver.cpp:801 msgid "&Reject All" msgstr "সব &অস্বীকার করো" -#: khtml/java/kjavaappletserver.cpp:807 +#: tdehtml/java/kjavaappletserver.cpp:807 msgid "&Grant All" msgstr "সব স্বীকা&র করো" -#: khtml/kmultipart/kmultipart.cpp:320 +#: tdehtml/tdemultipart/tdemultipart.cpp:320 msgid "No handler found for %1!" msgstr "" -#: khtml/kmultipart/kmultipart.cpp:576 +#: tdehtml/tdemultipart/tdemultipart.cpp:576 msgid "KMultiPart" msgstr "KMultiPart" -#: khtml/kmultipart/kmultipart.cpp:578 +#: tdehtml/tdemultipart/tdemultipart.cpp:578 msgid "Embeddable component for multipart/mixed" msgstr "multipart/mixed-এর জন্য অভ্যন্তরীণ কম্পোনেন্ট" -#: khtml/rendering/render_frames.cpp:944 +#: tdehtml/rendering/render_frames.cpp:944 msgid "" "No plugin found for '%1'.\n" "Do you want to download one from %2?" @@ -7794,15 +7794,15 @@ msgstr "" "'%1'-এর জন্য কোনো প্লাগ-ইন পাওয়া যায়নি।\n" "আপনি কি %2 থেকে উপযুক্ত একটি প্লাগ-ইন ডাউনলোড করতে চান?" -#: khtml/rendering/render_frames.cpp:945 +#: tdehtml/rendering/render_frames.cpp:945 msgid "Missing Plugin" msgstr "প্লাগ-ইন পাওয়া যায়নি" -#: khtml/rendering/render_frames.cpp:945 +#: tdehtml/rendering/render_frames.cpp:945 msgid "Download" msgstr "ডাউনলোড করো" -#: khtml/rendering/render_frames.cpp:945 +#: tdehtml/rendering/render_frames.cpp:945 msgid "Do Not Download" msgstr "ডাউনলোড কোর না" @@ -7846,11 +7846,11 @@ msgstr "" #: tdeinit/tdelauncher_main.cpp:58 msgid "" -"klauncher: This program is not supposed to be started manually.\n" -"klauncher: It is started automatically by tdeinit.\n" +"tdelauncher: This program is not supposed to be started manually.\n" +"tdelauncher: It is started automatically by tdeinit.\n" msgstr "" -"klauncher: This program is not supposed to be started manually.\n" -"klauncher: It is started automatically by tdeinit.\n" +"tdelauncher: This program is not supposed to be started manually.\n" +"tdelauncher: It is started automatically by tdeinit.\n" #: tdeinit/tdelauncher.cpp:743 msgid "TDEInit could not launch '%1'." @@ -7881,57 +7881,57 @@ msgid "" msgstr "" "'%1' লোড করতে সমস্যা।\n" -#: kconf_update/kconf_update.cpp:43 +#: tdeconf_update/tdeconf_update.cpp:43 msgid "Keep output results from scripts" msgstr "" -#: kconf_update/kconf_update.cpp:44 +#: tdeconf_update/tdeconf_update.cpp:44 msgid "Check whether config file itself requires updating" msgstr "কনফিগ ফাইল নিজে সবচেয়ে সাম্প্রতিক কি না পরীক্ষা করো" -#: kconf_update/kconf_update.cpp:45 +#: tdeconf_update/tdeconf_update.cpp:45 msgid "File to read update instructions from" msgstr "যে ফাইল থেকে আপডেট নির্দেশ পড়া হবে" -#: kconf_update/kconf_update.cpp:142 +#: tdeconf_update/tdeconf_update.cpp:142 msgid "Only local files are supported." msgstr "শুধুমাত্র লোকাল ফাইল সমর্থিত।" -#: kconf_update/kconf_update.cpp:943 +#: tdeconf_update/tdeconf_update.cpp:943 msgid "KConf Update" msgstr "KConf আপডেট" -#: kconf_update/kconf_update.cpp:945 +#: tdeconf_update/tdeconf_update.cpp:945 msgid "TDE Tool for updating user configuration files" msgstr "ব্যবহারকারীদের কনফিগারেশন ফাইল আপডেট করার জন্য কে.ডি.ই. টুল" -#: kspell2/ui/configdialog.cpp:38 +#: tdespell2/ui/configdialog.cpp:38 msgid "KSpell2 Configuration" msgstr "কে-স্পেল২ কনফিগারেশন" -#: kdewidgets/makekdewidgets.cpp:15 +#: kdewidgets/maketdewidgets.cpp:15 msgid "Builds Qt widget plugins from an ini style description file." msgstr "" -#: kdewidgets/makekdewidgets.cpp:113 +#: kdewidgets/maketdewidgets.cpp:113 msgid "Output file" msgstr "আউটপুট ফাইল" -#: kdewidgets/makekdewidgets.cpp:114 +#: kdewidgets/maketdewidgets.cpp:114 msgid "Name of the plugin class to generate" msgstr "যে ক্লাস-এর প্লাগ-ইন উত্পাদন করা হবে তার নাম" -#: kdewidgets/makekdewidgets.cpp:115 +#: kdewidgets/maketdewidgets.cpp:115 msgid "Default widget group name to display in designer" msgstr "" -#: kdewidgets/makekdewidgets.cpp:116 +#: kdewidgets/maketdewidgets.cpp:116 msgid "Embed pixmaps from a source directory" msgstr "" -#: kdewidgets/makekdewidgets.cpp:129 -msgid "makekdewidgets" -msgstr "makekdewidgets" +#: kdewidgets/maketdewidgets.cpp:129 +msgid "maketdewidgets" +msgstr "maketdewidgets" #: kstyles/web/plugin.cpp:9 msgid "Web style plugin" @@ -7949,42 +7949,42 @@ msgstr "" msgid "KInstalltheme" msgstr "" -#: kunittest/modrunner.cpp:36 +#: tdeunittest/modrunner.cpp:36 msgid "A command-line application that can be used to run KUnitTest modules." msgstr "" -#: kunittest/modrunner.cpp:42 +#: tdeunittest/modrunner.cpp:42 msgid "Only run modules whose filenames match the regexp." msgstr "" -#: kunittest/modrunner.cpp:43 +#: tdeunittest/modrunner.cpp:43 msgid "" "Only run tests modules which are found in the folder. Use the query option to " "select modules." msgstr "" -#: kunittest/modrunner.cpp:44 +#: tdeunittest/modrunner.cpp:44 msgid "" "Disables debug capturing. You typically use this option when you use the GUI." msgstr "" -#: kunittest/modrunner.cpp:53 +#: tdeunittest/modrunner.cpp:53 msgid "KUnitTest ModRunner" msgstr "" -#: kparts/browserextension.cpp:485 +#: tdeparts/browserextension.cpp:485 msgid "<qt>Do you want to search the Internet for <b>%1</b>?" msgstr "<qt>আপনি কি ইন্টারনেটে <b>%1</b> পংক্তিটি সন্ধান করতে চান?" -#: kparts/browserextension.cpp:486 +#: tdeparts/browserextension.cpp:486 msgid "Internet Search" msgstr "ইন্টারনেটে সন্ধান" -#: kparts/browserextension.cpp:486 +#: tdeparts/browserextension.cpp:486 msgid "&Search" msgstr "&সন্ধান" -#: kparts/part.cpp:492 +#: tdeparts/part.cpp:492 msgid "" "The document \"%1\" has been modified.\n" "Do you want to save your changes or discard them?" @@ -7992,23 +7992,23 @@ msgstr "" "\"%1\" নামক নথীটি পরিবর্তিত হয়েছে।\n" "আপনি পরিবর্তনগুলি সংরক্ষণ করতে চান না ফেলে দিতে চান?" -#: kparts/part.cpp:494 +#: tdeparts/part.cpp:494 msgid "Close Document" msgstr "নথী বন্ধ করো" -#: kparts/browserrun.cpp:275 +#: tdeparts/browserrun.cpp:275 msgid "Do you really want to execute '%1'? " msgstr "আপনি সত্যিই '%1' চালাতে চান?" -#: kparts/browserrun.cpp:276 +#: tdeparts/browserrun.cpp:276 msgid "Execute File?" msgstr "ফাইল চালাব?" -#: kparts/browserrun.cpp:276 +#: tdeparts/browserrun.cpp:276 msgid "Execute" msgstr "চালাও" -#: kparts/browserrun.cpp:294 +#: tdeparts/browserrun.cpp:294 msgid "" "Open '%2'?\n" "Type: %1" @@ -8016,7 +8016,7 @@ msgstr "" "'%2' খুলব?\n" "ধরন: %1" -#: kparts/browserrun.cpp:296 +#: tdeparts/browserrun.cpp:296 msgid "" "Open '%3'?\n" "Name: %2\n" @@ -8026,79 +8026,79 @@ msgstr "" "নাম: %2\n" "ধরন: %1" -#: kparts/browserrun.cpp:310 +#: tdeparts/browserrun.cpp:310 msgid "&Open with '%1'" msgstr "'%1' দিয়ে খোলো (&খ)" -#: kparts/browserrun.cpp:311 +#: tdeparts/browserrun.cpp:311 msgid "&Open With..." msgstr "খুলতে ব্যবহা&র করো..." -#: kparts/browserrun.cpp:353 +#: tdeparts/browserrun.cpp:353 msgid "&Open" msgstr "খোলো (&ল)" -#: kutils/kfinddialog.cpp:55 kutils/kfinddialog.cpp:66 +#: tdeutils/kfinddialog.cpp:55 tdeutils/kfinddialog.cpp:66 msgid "Find Text" msgstr "টেক্সট সন্ধান" -#: kutils/kfinddialog.cpp:77 +#: tdeutils/kfinddialog.cpp:77 msgid "Replace Text" msgstr "টেক্সট বদল" -#: kutils/kfinddialog.cpp:126 +#: tdeutils/kfinddialog.cpp:126 msgid "&Text to find:" msgstr "যা খোঁজা &হবে:" -#: kutils/kfinddialog.cpp:130 +#: tdeutils/kfinddialog.cpp:130 msgid "Regular e&xpression" msgstr "রেগুলার &এক্সপ্রেশন" -#: kresources/configpage.cpp:129 kutils/kfinddialog.cpp:131 +#: tderesources/configpage.cpp:129 tdeutils/kfinddialog.cpp:131 msgid "&Edit..." msgstr "&সম্পাদন..." -#: kutils/kfinddialog.cpp:140 +#: tdeutils/kfinddialog.cpp:140 msgid "Replace With" msgstr "দিয়ে বদলাও" -#: kutils/kfinddialog.cpp:147 +#: tdeutils/kfinddialog.cpp:147 msgid "Replace&ment text:" msgstr "বদলে যা &বসানো হবে:" -#: kutils/kfinddialog.cpp:151 +#: tdeutils/kfinddialog.cpp:151 msgid "Use p&laceholders" msgstr "" -#: kutils/kfinddialog.cpp:152 +#: tdeutils/kfinddialog.cpp:152 msgid "Insert Place&holder" msgstr "" -#: kutils/kfinddialog.cpp:168 +#: tdeutils/kfinddialog.cpp:168 msgid "C&ase sensitive" msgstr "কেস সেন্সিটি&ভ" -#: kutils/kfinddialog.cpp:169 +#: tdeutils/kfinddialog.cpp:169 msgid "&Whole words only" msgstr "শুধুমাত্র গোটা &শব্দ" -#: kutils/kfinddialog.cpp:170 +#: tdeutils/kfinddialog.cpp:170 msgid "From c&ursor" msgstr "কার্স&র থেকে " -#: kutils/kfinddialog.cpp:172 +#: tdeutils/kfinddialog.cpp:172 msgid "&Selected text" msgstr "নির্বাচি&ত টেক্সট" -#: kutils/kfinddialog.cpp:179 +#: tdeutils/kfinddialog.cpp:179 msgid "&Prompt on replace" msgstr "&বদলাবার আগে জিজ্ঞাসা করো" -#: kutils/kfinddialog.cpp:232 +#: tdeutils/kfinddialog.cpp:232 msgid "Start replace" msgstr "বদল শুরু করো" -#: kutils/kfinddialog.cpp:233 +#: tdeutils/kfinddialog.cpp:233 msgid "" "<qt>If you press the <b>Replace</b> button, the text you entered above is " "searched for within the document and any occurrence is replaced with the " @@ -8107,11 +8107,11 @@ msgstr "" "<qt> <b>বদল করো</b> বাটনটি টিপলে উপরে লেখা টেক্সটটি নথীর মধ্যে খোঁজা হবে, এবং " "যেখানে যেখানে পাওয়া যাবে পাল্টে বদলি টেক্সটটি বসানো হবে।</qt>" -#: kutils/kfinddialog.cpp:240 +#: tdeutils/kfinddialog.cpp:240 msgid "Start searching" msgstr "সন্ধান শুরু" -#: kutils/kfinddialog.cpp:241 +#: tdeutils/kfinddialog.cpp:241 msgid "" "<qt>If you press the <b>Find</b> button, the text you entered above is searched " "for within the document.</qt>" @@ -8119,24 +8119,24 @@ msgstr "" "<qt> <b>সন্ধান করো</b> বাটনটি টিপলে উপরে লেখা টেক্সটটি নথীর মধ্যে খোঁজা " "হবে।</qt>" -#: kutils/kfinddialog.cpp:247 +#: tdeutils/kfinddialog.cpp:247 msgid "" "Enter a pattern to search for, or select a previous pattern from the list." msgstr "" -#: kutils/kfinddialog.cpp:250 +#: tdeutils/kfinddialog.cpp:250 msgid "If enabled, search for a regular expression." msgstr "" -#: kutils/kfinddialog.cpp:252 +#: tdeutils/kfinddialog.cpp:252 msgid "Click here to edit your regular expression using a graphical editor." msgstr "" -#: kutils/kfinddialog.cpp:254 +#: tdeutils/kfinddialog.cpp:254 msgid "Enter a replacement string, or select a previous one from the list." msgstr "" -#: kutils/kfinddialog.cpp:256 +#: tdeutils/kfinddialog.cpp:256 msgid "" "<qt>If enabled, any occurrence of <code><b>\\N</b></code>, where <code><b>N</b>" "</code> is a integer number, will be replaced with the corresponding capture " @@ -8145,101 +8145,101 @@ msgid "" "extra backslash in front of it, like <code><b>\\\\N</b></code>.</qt>" msgstr "" -#: kutils/kfinddialog.cpp:263 +#: tdeutils/kfinddialog.cpp:263 msgid "Click for a menu of available captures." msgstr "" -#: kutils/kfinddialog.cpp:265 +#: tdeutils/kfinddialog.cpp:265 msgid "Require word boundaries in both ends of a match to succeed." msgstr "" -#: kutils/kfinddialog.cpp:267 +#: tdeutils/kfinddialog.cpp:267 msgid "Start searching at the current cursor location rather than at the top." msgstr "" -#: kutils/kfinddialog.cpp:269 +#: tdeutils/kfinddialog.cpp:269 msgid "Only search within the current selection." msgstr "" -#: kutils/kfinddialog.cpp:271 +#: tdeutils/kfinddialog.cpp:271 msgid "" "Perform a case sensitive search: entering the pattern 'Joe' will not match " "'joe' or 'JOE', only 'Joe'." msgstr "" -#: kutils/kfinddialog.cpp:274 +#: tdeutils/kfinddialog.cpp:274 msgid "Search backwards." msgstr "পিছন দিকে খোঁজো।" -#: kutils/kfinddialog.cpp:276 +#: tdeutils/kfinddialog.cpp:276 msgid "Ask before replacing each match found." msgstr "" -#: kutils/kfinddialog.cpp:449 +#: tdeutils/kfinddialog.cpp:449 msgid "Any Character" msgstr "যে কোনো বর্ণ/অক্ষর" -#: kutils/kfinddialog.cpp:450 +#: tdeutils/kfinddialog.cpp:450 msgid "Start of Line" msgstr "লাইনের শুরু" -#: kutils/kfinddialog.cpp:452 +#: tdeutils/kfinddialog.cpp:452 msgid "Set of Characters" msgstr "বর্ণ/অক্ষরের সমষ্টি" -#: kutils/kfinddialog.cpp:453 +#: tdeutils/kfinddialog.cpp:453 msgid "Repeats, Zero or More Times" msgstr "শূন্য বা তার বেশি বার পুনরাবৃত্তি" -#: kutils/kfinddialog.cpp:454 +#: tdeutils/kfinddialog.cpp:454 msgid "Repeats, One or More Times" msgstr "এক বা একাধিকবার পুনরাবৃত্তি" -#: kutils/kfinddialog.cpp:455 +#: tdeutils/kfinddialog.cpp:455 msgid "Optional" msgstr "অপশনাল" -#: kutils/kfinddialog.cpp:456 +#: tdeutils/kfinddialog.cpp:456 msgid "Escape" msgstr "এস্কেপ" -#: kutils/kfinddialog.cpp:457 +#: tdeutils/kfinddialog.cpp:457 msgid "TAB" msgstr "ট্যাব্" -#: kutils/kfinddialog.cpp:458 +#: tdeutils/kfinddialog.cpp:458 msgid "Newline" msgstr "নতুন-লাইন" -#: kutils/kfinddialog.cpp:459 +#: tdeutils/kfinddialog.cpp:459 msgid "Carriage Return" msgstr "ক্যারেজ-রিটার্ন" -#: kutils/kfinddialog.cpp:460 +#: tdeutils/kfinddialog.cpp:460 msgid "White Space" msgstr "ওয়াইট-স্পেস" -#: kutils/kfinddialog.cpp:461 +#: tdeutils/kfinddialog.cpp:461 msgid "Digit" msgstr "সংখ্যা" -#: kutils/kfinddialog.cpp:510 +#: tdeutils/kfinddialog.cpp:510 msgid "Complete Match" msgstr "" -#: kutils/kfinddialog.cpp:515 +#: tdeutils/kfinddialog.cpp:515 msgid "Captured Text (%1)" msgstr "" -#: kutils/kfinddialog.cpp:523 +#: tdeutils/kfinddialog.cpp:523 msgid "You must enter some text to search for." msgstr "সন্ধান করার জন্য কিছু টেক্সট লিখতেই হবে।" -#: kutils/kfinddialog.cpp:534 +#: tdeutils/kfinddialog.cpp:534 msgid "Invalid regular expression." msgstr "অবৈধ রেগুলার এক্সপ্রেশন" -#: kutils/kcmoduleloader.cpp:98 +#: tdeutils/tdecmoduleloader.cpp:98 msgid "" "<qt>There was an error when loading the module '%1'." "<br>" @@ -8248,41 +8248,41 @@ msgid "" "wrong, or the create_* function was missing.</qt>" msgstr "" -#: kutils/kcmoduleloader.cpp:111 +#: tdeutils/tdecmoduleloader.cpp:111 msgid "The specified library %1 could not be found." msgstr "উল্লিখিত লাইব্রেরী %1 পাওয়া যায়নি।" -#: kutils/kcmoduleloader.cpp:132 +#: tdeutils/tdecmoduleloader.cpp:132 msgid "The module %1 could not be found." msgstr "মডিউল %1 পাওয়া যায়নি।" -#: kutils/kcmoduleloader.cpp:133 +#: tdeutils/tdecmoduleloader.cpp:133 msgid "" "<qt>" "<p>The diagnostics is:" "<br>The desktop file %1 could not be found.</qt>" msgstr "" -#: kutils/kcmoduleloader.cpp:152 +#: tdeutils/tdecmoduleloader.cpp:152 msgid "The module %1 could not be loaded." msgstr "মডিউল %1 লোড করা যায়নি।" -#: kutils/kcmoduleloader.cpp:171 +#: tdeutils/tdecmoduleloader.cpp:171 msgid "The module %1 is not a valid configuration module." msgstr "%1 একটি বৈধ কনফিগারেশন মডিউল নয়।" -#: kutils/kcmoduleloader.cpp:172 +#: tdeutils/tdecmoduleloader.cpp:172 msgid "" "<qt>" "<p>The diagnostics is:" "<br>The desktop file %1 does not specify a library.</qt>" msgstr "" -#: kutils/kcmoduleloader.cpp:206 +#: tdeutils/tdecmoduleloader.cpp:206 msgid "There was an error loading the module." msgstr "মডিউলটি লোড করাকালীন সমস্যা দেখা দিয়েছে। " -#: kutils/kcmoduleloader.cpp:206 kutils/kcmoduleloader.cpp:274 +#: tdeutils/tdecmoduleloader.cpp:206 tdeutils/tdecmoduleloader.cpp:274 msgid "" "<qt>" "<p>The diagnostics is:" @@ -8297,23 +8297,23 @@ msgid "" "packager.</p></qt>" msgstr "" -#: kutils/kreplace.cpp:49 +#: tdeutils/kreplace.cpp:49 msgid "&All" msgstr "&সব" -#: kutils/kreplace.cpp:49 +#: tdeutils/kreplace.cpp:49 msgid "&Skip" msgstr "ছেড়ে যাও (&ছ)" -#: kutils/kreplace.cpp:58 +#: tdeutils/kreplace.cpp:58 msgid "Replace '%1' with '%2'?" msgstr "'%1' বদলে '%2' বসাব?" -#: kutils/kreplace.cpp:105 kutils/kreplace.cpp:300 +#: tdeutils/kreplace.cpp:105 tdeutils/kreplace.cpp:300 msgid "No text was replaced." msgstr "একটিও বদলানো হয়নি।" -#: kutils/kreplace.cpp:107 kutils/kreplace.cpp:302 +#: tdeutils/kreplace.cpp:107 tdeutils/kreplace.cpp:302 #, c-format msgid "" "_n: 1 replacement done.\n" @@ -8322,27 +8322,27 @@ msgstr "" "একটি বদলানো হয়েছে।\n" "%n-টি বদলানো হয়েছে।" -#: kutils/kfind.cpp:650 kutils/kreplace.cpp:307 +#: tdeutils/kfind.cpp:650 tdeutils/kreplace.cpp:307 msgid "Beginning of document reached." msgstr "নথীর শুরুতে পৌঁছে গেছি।" -#: kutils/kfind.cpp:652 kutils/kreplace.cpp:309 +#: tdeutils/kfind.cpp:652 tdeutils/kreplace.cpp:309 msgid "End of document reached." msgstr "নথীর শেষে পৌঁছে গেছি।" -#: kutils/kreplace.cpp:316 +#: tdeutils/kreplace.cpp:316 msgid "Do you want to restart search from the end?" msgstr "আপনি কি আবার শেষ থেকে সন্ধান শুরু করতে চান?" -#: kutils/kreplace.cpp:317 +#: tdeutils/kreplace.cpp:317 msgid "Do you want to restart search at the beginning?" msgstr "আপনি কি আবার গোড়া থেকে সন্ধান শুরু করতে চান?" -#: kutils/kreplace.cpp:319 +#: tdeutils/kreplace.cpp:319 msgid "Restart" msgstr "হ্যাঁ" -#: kutils/kpluginselector.cpp:111 +#: tdeutils/kpluginselector.cpp:111 msgid "" "<qt>" "<table>" @@ -8374,36 +8374,36 @@ msgstr "" "<td><b>লাইসেন্স:</b></td>" "<td>%4</td></tr></table></qt>" -#: kutils/kpluginselector.cpp:536 +#: tdeutils/kpluginselector.cpp:536 msgid "(This plugin is not configurable)" msgstr "(এই প্লাগ-ইনটি কনফিগার করা যায় না)" -#: kutils/kreplacedialog.cpp:142 +#: tdeutils/kreplacedialog.cpp:142 msgid "Your replacement string is referencing a capture greater than '\\%1', " msgstr "" -#: kutils/kreplacedialog.cpp:145 +#: tdeutils/kreplacedialog.cpp:145 #, c-format msgid "" "_n: but your pattern only defines 1 capture.\n" "but your pattern only defines %n captures." msgstr "" -#: kutils/kreplacedialog.cpp:146 +#: tdeutils/kreplacedialog.cpp:146 msgid "but your pattern defines no captures." msgstr "" -#: kutils/kreplacedialog.cpp:147 +#: tdeutils/kreplacedialog.cpp:147 msgid "" "\n" "Please correct." msgstr "" -#: kutils/kfind.cpp:53 +#: tdeutils/kfind.cpp:53 msgid "<qt>Find next occurrence of '<b>%1</b>'?</qt>" msgstr "<qt>'<b>%1</b>'-র পরবর্তী উপস্থিতি খুঁজব?</qt>" -#: kutils/kfind.cpp:623 kutils/kfind.cpp:643 +#: tdeutils/kfind.cpp:623 tdeutils/kfind.cpp:643 #, c-format msgid "" "_n: 1 match found.\n" @@ -8412,29 +8412,29 @@ msgstr "" "একটি মিল পাওয়া গেছে\n" "%n-টি মিল পাওয়া গেছে" -#: kutils/kfind.cpp:625 +#: tdeutils/kfind.cpp:625 msgid "<qt>No matches found for '<b>%1</b>'.</qt>" msgstr "<qt>'<b>%1</b>'-এর সাথে কোনো মিল খুঁজে পাওয়া যায়নি।</qt>" -#: kutils/kfind.cpp:645 +#: tdeutils/kfind.cpp:645 msgid "No matches found for '<b>%1</b>'." msgstr "'<b>%1</b>'-এর সাথে কোনো মিল খুঁজে পাওয়া যায়নি।" -#: kutils/kfind.cpp:659 +#: tdeutils/kfind.cpp:659 msgid "Continue from the end?" msgstr "আবার শেষ থেকে শুরু করব?" -#: kutils/kfind.cpp:660 +#: tdeutils/kfind.cpp:660 msgid "Continue from the beginning?" msgstr "আবার প্রথম থেকে শুরু করব?" -#: kutils/kcmoduleproxy.cpp:212 +#: tdeutils/tdecmoduleproxy.cpp:212 msgid "" "<b>Changes in this section requires root access.</b><br />" "Click the \"Administrator Mode\" button to allow modifications." msgstr "" -#: kutils/kcmoduleproxy.cpp:219 +#: tdeutils/tdecmoduleproxy.cpp:219 msgid "" "This section requires special permissions, probably for system-wide changes; " "therefore, it is required that you provide the root password to be able to " @@ -8442,95 +8442,95 @@ msgid "" "will be disabled." msgstr "" -#: kutils/kcmoduleproxy.cpp:251 +#: tdeutils/tdecmoduleproxy.cpp:251 #, c-format msgid "" "_: Argument is application name\n" "This configuration section is already opened in %1" msgstr "" -#: kutils/kcmoduleproxy.cpp:324 +#: tdeutils/tdecmoduleproxy.cpp:324 msgid "<big>Loading...</big>" msgstr "<big>লোড করা হচ্ছে...</big>" -#: kutils/ksettings/componentsdialog.cpp:48 +#: tdeutils/ksettings/componentsdialog.cpp:48 msgid "Select Components" msgstr "উপাদান নির্বাচন করুন" -#: kutils/ksettings/dialog.cpp:590 +#: tdeutils/ksettings/dialog.cpp:590 msgid "Select Components..." msgstr "উপাদান নির্বাচন করুন..." -#: kresources/resource.cpp:61 +#: tderesources/resource.cpp:61 msgid "resource" msgstr "রিসোর্স" -#: kresources/selectdialog.cpp:95 +#: tderesources/selectdialog.cpp:95 msgid "There is no resource available!" msgstr "কোনো রিসোর্স নেই!" -#: kresources/kcmkresources.cpp:44 +#: tderesources/kcmkresources.cpp:44 msgid "kcmkresources" msgstr "kcmkresources" -#: kresources/kcmkresources.cpp:45 +#: tderesources/kcmkresources.cpp:45 msgid "TDE Resources configuration module" msgstr "কে.ডি.ই. রিসোর্স (resource) কনফিগারেশন মডিউল" -#: kresources/kcmkresources.cpp:47 +#: tderesources/kcmkresources.cpp:47 msgid "(c) 2003 Tobias Koenig" msgstr "(c) ২০০৩ টোবিয়াস কোনিগ" -#: kresources/configdialog.cpp:40 kresources/configpage.cpp:103 -#: kresources/configpage.cpp:297 +#: tderesources/configdialog.cpp:40 tderesources/configpage.cpp:103 +#: tderesources/configpage.cpp:297 msgid "Resource Configuration" msgstr "রিসোর্স কনফিগারেশন" -#: kresources/configdialog.cpp:51 +#: tderesources/configdialog.cpp:51 msgid "General Settings" msgstr "সাধারণ সেটিংস" -#: kresources/configdialog.cpp:57 +#: tderesources/configdialog.cpp:57 msgid "Read-only" msgstr "অপরিবর্তনশীল (Read-only)" -#: kresources/configdialog.cpp:66 +#: tderesources/configdialog.cpp:66 msgid "%1 Resource Settings" msgstr "%1 রিসোর্স সেটিংস" -#: kresources/configdialog.cpp:107 +#: tderesources/configdialog.cpp:107 msgid "Please enter a resource name." msgstr "অনুগ্রহ করে একটি রিসোর্সের নাম লিখুন।" -#: kresources/configpage.cpp:120 +#: tderesources/configpage.cpp:120 msgid "Type" msgstr "ধরন" -#: kresources/configpage.cpp:121 +#: tderesources/configpage.cpp:121 msgid "Standard" msgstr "স্ট্যাণ্ডার্ড" -#: kresources/configpage.cpp:126 +#: tderesources/configpage.cpp:126 msgid "&Add..." msgstr "যো&গ করো..." -#: kresources/configpage.cpp:131 +#: tderesources/configpage.cpp:131 msgid "&Use as Standard" msgstr "স্ট্যাণ্ডার্ড হিসেবে ব্য&বহার করো" -#: kresources/configpage.cpp:283 +#: tderesources/configpage.cpp:283 msgid "There is no standard resource! Please select one." msgstr "কোনো স্ট্যাণ্ডার্ড রিসোর্স নেই! অনুগ্রহ করে একটি বেছে নিন।" -#: kresources/configpage.cpp:298 +#: tderesources/configpage.cpp:298 msgid "Please select type of the new resource:" msgstr "অনুগ্রহ করে নতুন রিসোর্সের ধরন বেছে নিন:" -#: kresources/configpage.cpp:308 +#: tderesources/configpage.cpp:308 msgid "Unable to create resource of type '%1'." msgstr "'%1' ধরনের রিসোর্স তৈরি করতে ব্যর্থ।" -#: kresources/configpage.cpp:360 +#: tderesources/configpage.cpp:360 msgid "" "You cannot remove your standard resource! Please select a new standard resource " "first." @@ -8538,17 +8538,17 @@ msgstr "" "স্ট্যাণ্ডার্ড রিসোর্সটি মুছে ফেলা যায় না। অনুগ্রহ করে প্রথমে অন্য একটি " "স্ট্যাণ্ডার্ড রিসোর্স বেছে নিন।" -#: kresources/configpage.cpp:394 kresources/configpage.cpp:413 +#: tderesources/configpage.cpp:394 tderesources/configpage.cpp:413 msgid "You cannot use a read-only resource as standard!" msgstr "" "একটি অপরিবর্তনশীল (read-only) রিসোর্সকে স্ট্যাণ্ডার্ড হিসেবে ব্যবহার করা যায় " "না!" -#: kresources/configpage.cpp:418 +#: tderesources/configpage.cpp:418 msgid "You cannot use an inactive resource as standard!" msgstr "একটি নিষ্ক্রিয় রিসোর্সকে স্ট্যাণ্ডার্ড হিসেবে ব্যবহার করা যায় না!" -#: kresources/configpage.cpp:498 +#: tderesources/configpage.cpp:498 msgid "" "You cannot deactivate the standard resource. Choose another standard resource " "first." @@ -8556,7 +8556,7 @@ msgstr "" "স্ট্যাণ্ডার্ড রিসোর্সটি নিষ্ক্রিয় করা যায় না। অনুগ্রহ করে প্রথমে অন্য একটি " "স্ট্যাণ্ডার্ড রিসোর্স বেছে নিন।" -#: kresources/configpage.cpp:528 +#: tderesources/configpage.cpp:528 msgid "" "There is no valid standard resource! Please select one which is neither " "read-only nor inactive." @@ -8956,158 +8956,158 @@ msgstr "আর্টস্ (aRts) থেকে পাওয়া ভুলসূ msgid "Informational" msgstr "তথ্যসূচক বার্তা" -#: kcert/kcertpart.cc:90 kcert/kcertpart.cc:113 +#: tdecert/tdecertpart.cc:90 tdecert/tdecertpart.cc:113 msgid "Invalid certificate!" msgstr "অবৈধ সার্টিফিকেট!" -#: kcert/kcertpart.cc:160 +#: tdecert/tdecertpart.cc:160 msgid "Certificates" msgstr "সার্টিফিকেট" -#: kcert/kcertpart.cc:161 +#: tdecert/tdecertpart.cc:161 msgid "Signers" msgstr "স্বাক্ষরকারী" -#: kcert/kcertpart.cc:164 +#: tdecert/tdecertpart.cc:164 msgid "Client" msgstr "ক্লায়েন্ট" -#: kcert/kcertpart.cc:170 +#: tdecert/tdecertpart.cc:170 msgid "Import &All" msgstr "&সব আমদানি করো" -#: kcert/kcertpart.cc:183 kcert/kcertpart.cc:274 kcert/kcertpart.cc:359 +#: tdecert/tdecertpart.cc:183 tdecert/tdecertpart.cc:274 tdecert/tdecertpart.cc:359 msgid "TDE Secure Certificate Import" msgstr "কে.ডি.ই. সার্টিফিকেট আমদানি" -#: kcert/kcertpart.cc:184 +#: tdecert/tdecertpart.cc:184 msgid "Chain:" msgstr "চেইন (Chain):" -#: kcert/kcertpart.cc:189 kcert/kcertpart.cc:276 +#: tdecert/tdecertpart.cc:189 tdecert/tdecertpart.cc:276 msgid "Subject:" msgstr "বিষয়:" -#: kcert/kcertpart.cc:190 kcert/kcertpart.cc:277 +#: tdecert/tdecertpart.cc:190 tdecert/tdecertpart.cc:277 msgid "Issued by:" msgstr "প্রকাশক:" -#: kcert/kcertpart.cc:196 kcert/kcertpart.cc:283 +#: tdecert/tdecertpart.cc:196 tdecert/tdecertpart.cc:283 msgid "File:" msgstr "ফাইল:" -#: kcert/kcertpart.cc:199 kcert/kcertpart.cc:286 +#: tdecert/tdecertpart.cc:199 tdecert/tdecertpart.cc:286 msgid "File format:" msgstr "ফাইল ফর্ম্যাট:" -#: kcert/kcertpart.cc:212 kcert/kcertpart.cc:299 +#: tdecert/tdecertpart.cc:212 tdecert/tdecertpart.cc:299 msgid "State:" msgstr "অবস্থা:" -#: kcert/kcertpart.cc:216 kcert/kcertpart.cc:303 +#: tdecert/tdecertpart.cc:216 tdecert/tdecertpart.cc:303 msgid "Valid from:" msgstr "কবে থেকে বৈধ:" -#: kcert/kcertpart.cc:220 kcert/kcertpart.cc:307 +#: tdecert/tdecertpart.cc:220 tdecert/tdecertpart.cc:307 msgid "Valid until:" msgstr "কবে পর্যন্ত বৈধ:" -#: kcert/kcertpart.cc:224 kcert/kcertpart.cc:311 +#: tdecert/tdecertpart.cc:224 tdecert/tdecertpart.cc:311 msgid "Serial number:" msgstr "সিরিয়াল নং:" -#: kcert/kcertpart.cc:227 kcert/kcertpart.cc:314 +#: tdecert/tdecertpart.cc:227 tdecert/tdecertpart.cc:314 msgid "State" msgstr "অবস্থা" -#: kcert/kcertpart.cc:236 kcert/kcertpart.cc:323 +#: tdecert/tdecertpart.cc:236 tdecert/tdecertpart.cc:323 msgid "MD5 digest:" msgstr "এম-ডি-৫ (MD5) ডাইজেস্ট:" -#: kcert/kcertpart.cc:239 kcert/kcertpart.cc:326 +#: tdecert/tdecertpart.cc:239 tdecert/tdecertpart.cc:326 msgid "Signature:" msgstr "সিগ্নেচার:" -#: kcert/kcertpart.cc:244 kcert/kcertpart.cc:331 +#: tdecert/tdecertpart.cc:244 tdecert/tdecertpart.cc:331 msgid "Signature" msgstr "সিগ্নেচার" -#: kcert/kcertpart.cc:253 kcert/kcertpart.cc:340 +#: tdecert/tdecertpart.cc:253 tdecert/tdecertpart.cc:340 msgid "Public key:" msgstr "পাবলিক কী:" -#: kcert/kcertpart.cc:259 kcert/kcertpart.cc:346 +#: tdecert/tdecertpart.cc:259 tdecert/tdecertpart.cc:346 msgid "Public Key" msgstr "পাবলিক কী" -#: kcert/kcertpart.cc:368 +#: tdecert/tdecertpart.cc:368 msgid "&Crypto Manager..." msgstr "ক্রিপ্টো ম্যানেজা&র..." -#: kcert/kcertpart.cc:369 +#: tdecert/tdecertpart.cc:369 msgid "&Import" msgstr "&আমদানি" -#: kcert/kcertpart.cc:370 +#: tdecert/tdecertpart.cc:370 msgid "&Save..." msgstr "&সংরক্ষণ..." -#: kcert/kcertpart.cc:371 +#: tdecert/tdecertpart.cc:371 msgid "&Done" msgstr "&হয়ে গেছে" -#: kcert/kcertpart.cc:418 kcert/kcertpart.cc:440 +#: tdecert/tdecertpart.cc:418 tdecert/tdecertpart.cc:440 msgid "Save failed." msgstr "সংরক্ষণের প্রয়াস ব্যর্থ।" -#: kcert/kcertpart.cc:418 kcert/kcertpart.cc:440 kcert/kcertpart.cc:455 -#: kcert/kcertpart.cc:460 kcert/kcertpart.cc:496 kcert/kcertpart.cc:532 -#: kcert/kcertpart.cc:566 kcert/kcertpart.cc:600 kcert/kcertpart.cc:730 -#: kcert/kcertpart.cc:741 kcert/kcertpart.cc:746 kcert/kcertpart.cc:759 -#: kcert/kcertpart.cc:873 +#: tdecert/tdecertpart.cc:418 tdecert/tdecertpart.cc:440 tdecert/tdecertpart.cc:455 +#: tdecert/tdecertpart.cc:460 tdecert/tdecertpart.cc:496 tdecert/tdecertpart.cc:532 +#: tdecert/tdecertpart.cc:566 tdecert/tdecertpart.cc:600 tdecert/tdecertpart.cc:730 +#: tdecert/tdecertpart.cc:741 tdecert/tdecertpart.cc:746 tdecert/tdecertpart.cc:759 +#: tdecert/tdecertpart.cc:873 msgid "Certificate Import" msgstr "সার্টিফিকেট আমদানি" -#: kcert/kcertpart.cc:455 +#: tdecert/tdecertpart.cc:455 msgid "You do not seem to have compiled TDE with SSL support." msgstr "মনে হচ্ছে আপনার কে.ডি.ই. এস-এস-এল (SSL) সাপোর্ট সমেত কম্পাইল করা হয়নি।" -#: kcert/kcertpart.cc:460 +#: tdecert/tdecertpart.cc:460 msgid "Certificate file is empty." msgstr "সার্টিফিকেট ফাইল ফাঁকা।" -#: kcert/kcertpart.cc:490 +#: tdecert/tdecertpart.cc:490 msgid "Certificate Password" msgstr "সার্টিফিকেটের জন্য পাসওয়ার্ড" -#: kcert/kcertpart.cc:496 +#: tdecert/tdecertpart.cc:496 msgid "The certificate file could not be loaded. Try a different password?" msgstr "সার্টিফিকেট লোড করা যায়নি। অন্য পাসওয়ার্ড চেষ্টা করতে চান?" -#: kcert/kcertpart.cc:496 +#: tdecert/tdecertpart.cc:496 msgid "Try Different" msgstr "হ্যাঁ" -#: kcert/kcertpart.cc:532 kcert/kcertpart.cc:566 +#: tdecert/tdecertpart.cc:532 tdecert/tdecertpart.cc:566 msgid "This file cannot be opened." msgstr "এই ফাইলটি খোলা যাচ্ছে না।" -#: kcert/kcertpart.cc:599 +#: tdecert/tdecertpart.cc:599 msgid "I do not know how to handle this type of file." msgstr "আমি এই ধরনের ফাইল নিয়ে কী করতে হয় জানি না।" -#: kcert/kcertpart.cc:619 +#: tdecert/tdecertpart.cc:619 msgid "0 - Site Certificate" msgstr "০ - সাইট সার্টিফিকেট" -#: kcert/kcertpart.cc:729 kcert/kcertpart.cc:745 +#: tdecert/tdecertpart.cc:729 tdecert/tdecertpart.cc:745 msgid "" "A certificate with that name already exists. Are you sure that you wish to " "replace it?" msgstr "" "এই নামে একটি সার্টিফিকেট আগে থেকেই আছে। আপনি কি সেটি বদলাবার ব্যাপারে নিশ্চিত?" -#: kcert/kcertpart.cc:741 kcert/kcertpart.cc:759 +#: tdecert/tdecertpart.cc:741 tdecert/tdecertpart.cc:759 msgid "" "Certificate has been successfully imported into TDE.\n" "You can manage your certificate settings from the TDE Control Center." @@ -9116,7 +9116,7 @@ msgstr "" "আপনি চাইলে কে-ডি-ই কন্ট্রোল সেন্টার থেকে সার্টিফিকেট সংক্রান্ত সেটিংস রদবদল " "করতে পারেন।" -#: kcert/kcertpart.cc:873 +#: tdecert/tdecertpart.cc:873 msgid "" "Certificates have been successfully imported into TDE.\n" "You can manage your certificate settings from the TDE Control Center." @@ -9125,19 +9125,19 @@ msgstr "" "আপনি চাইলে কে-ডি-ই কন্ট্রোল সেন্টার থেকে সার্টিফিকেট সংক্রান্ত সেটিংস রদবদল " "করতে পারেন।" -#: kcert/kcertpart.cc:879 +#: tdecert/tdecertpart.cc:879 msgid "TDE Certificate Part" msgstr "কে-ডি-ই সার্টিফিকেট পার্ট" -#: khtml/khtml_settings.cc:152 +#: tdehtml/tdehtml_settings.cc:152 msgid "Accept" msgstr "স্বীকার করো" -#: khtml/khtml_settings.cc:153 +#: tdehtml/tdehtml_settings.cc:153 msgid "Reject" msgstr "অস্বীকার করো" -#: khtml/khtml_settings.cc:779 +#: tdehtml/tdehtml_settings.cc:779 msgid "Filter error" msgstr "ফিল্টার ত্রুটি" @@ -9390,7 +9390,7 @@ msgid "Includes/Headers" msgstr "" #: tdecore/tde-config.cpp.in:178 -msgid "Translation files for KLocale" +msgid "Translation files for TDELocale" msgstr "" #: tdecore/tde-config.cpp.in:179 diff --git a/tde-i18n-bn/messages/tdelibs/tdetexteditor_autobookmarker.po b/tde-i18n-bn/messages/tdelibs/tdetexteditor_autobookmarker.po index ccf25231422..08819527c97 100644 --- a/tde-i18n-bn/messages/tdelibs/tdetexteditor_autobookmarker.po +++ b/tde-i18n-bn/messages/tdelibs/tdetexteditor_autobookmarker.po @@ -1,8 +1,8 @@ -# translation of ktexteditor_autobookmarker.po to Bengali +# translation of tdetexteditor_autobookmarker.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2005, 2006. msgid "" msgstr "" -"Project-Id-Version: ktexteditor_autobookmarker\n" +"Project-Id-Version: tdetexteditor_autobookmarker\n" "POT-Creation-Date: 2005-06-14 01:24+0200\n" "PO-Revision-Date: 2006-01-06 23:41-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" diff --git a/tde-i18n-bn/messages/tdelibs/tdetexteditor_docwordcompletion.po b/tde-i18n-bn/messages/tdelibs/tdetexteditor_docwordcompletion.po index 625cd41da51..262b36af6f2 100644 --- a/tde-i18n-bn/messages/tdelibs/tdetexteditor_docwordcompletion.po +++ b/tde-i18n-bn/messages/tdelibs/tdetexteditor_docwordcompletion.po @@ -1,8 +1,8 @@ -# translation of ktexteditor_docwordcompletion.po to Bengali +# translation of tdetexteditor_docwordcompletion.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: ktexteditor_docwordcompletion\n" +"Project-Id-Version: tdetexteditor_docwordcompletion\n" "POT-Creation-Date: 2007-02-18 02:38+0100\n" "PO-Revision-Date: 2004-07-25 11:03-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" diff --git a/tde-i18n-bn/messages/tdelibs/tdetexteditor_insertfile.po b/tde-i18n-bn/messages/tdelibs/tdetexteditor_insertfile.po index 57031e5896e..ff1b023354a 100644 --- a/tde-i18n-bn/messages/tdelibs/tdetexteditor_insertfile.po +++ b/tde-i18n-bn/messages/tdelibs/tdetexteditor_insertfile.po @@ -1,8 +1,8 @@ -# translation of ktexteditor_insertfile.po to Bengali +# translation of tdetexteditor_insertfile.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: ktexteditor_insertfile\n" +"Project-Id-Version: tdetexteditor_insertfile\n" "POT-Creation-Date: 2005-06-14 01:24+0200\n" "PO-Revision-Date: 2004-07-25 10:55-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" diff --git a/tde-i18n-bn/messages/tdelibs/tdetexteditor_isearch.po b/tde-i18n-bn/messages/tdelibs/tdetexteditor_isearch.po index 4f44090d5c5..7d3bf3f7c07 100644 --- a/tde-i18n-bn/messages/tdelibs/tdetexteditor_isearch.po +++ b/tde-i18n-bn/messages/tdelibs/tdetexteditor_isearch.po @@ -1,8 +1,8 @@ -# translation of ktexteditor_isearch.po to Bengali +# translation of tdetexteditor_isearch.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: ktexteditor_isearch\n" +"Project-Id-Version: tdetexteditor_isearch\n" "POT-Creation-Date: 2007-05-29 02:14+0200\n" "PO-Revision-Date: 2006-01-06 23:45-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Previous Incremental Search Match" msgstr "" -#. i18n: file ktexteditor_isearchui.rc line 9 +#. i18n: file tdetexteditor_isearchui.rc line 9 #: rc.cpp:6 #, no-c-format msgid "Search Toolbar" diff --git a/tde-i18n-bn/messages/tdelibs/tdetexteditor_kdatatool.po b/tde-i18n-bn/messages/tdelibs/tdetexteditor_kdatatool.po index 6b6ba16b54a..78895cf5e58 100644 --- a/tde-i18n-bn/messages/tdelibs/tdetexteditor_kdatatool.po +++ b/tde-i18n-bn/messages/tdelibs/tdetexteditor_kdatatool.po @@ -1,8 +1,8 @@ -# translation of ktexteditor_kdatatool.po to Bengali +# translation of tdetexteditor_kdatatool.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: ktexteditor_kdatatool\n" +"Project-Id-Version: tdetexteditor_kdatatool\n" "POT-Creation-Date: 2005-05-18 21:23+0200\n" "PO-Revision-Date: 2004-07-25 10:44-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" diff --git a/tde-i18n-bn/messages/tdemultimedia/tdefile_avi.po b/tde-i18n-bn/messages/tdemultimedia/tdefile_avi.po index 06c71447074..77567952434 100644 --- a/tde-i18n-bn/messages/tdemultimedia/tdefile_avi.po +++ b/tde-i18n-bn/messages/tdemultimedia/tdefile_avi.po @@ -1,8 +1,8 @@ -# translation of kfile_avi.po to Bengali +# translation of tdefile_avi.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: kfile_avi\n" +"Project-Id-Version: tdefile_avi\n" "POT-Creation-Date: 2004-10-12 01:17+0200\n" "PO-Revision-Date: 2006-02-05 12:57-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -12,38 +12,38 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: kfile_avi.cpp:57 +#: tdefile_avi.cpp:57 msgid "Technical Details" msgstr "" -#: kfile_avi.cpp:61 +#: tdefile_avi.cpp:61 msgid "Length" msgstr "দৈর্ঘ্য" -#: kfile_avi.cpp:64 +#: tdefile_avi.cpp:64 msgid "Resolution" msgstr "রিসোলিউশন" -#: kfile_avi.cpp:66 +#: tdefile_avi.cpp:66 msgid "Frame Rate" msgstr "ফ্রেম রেট" -#: kfile_avi.cpp:67 +#: tdefile_avi.cpp:67 msgid "fps" msgstr "fps" -#: kfile_avi.cpp:69 +#: tdefile_avi.cpp:69 msgid "Video Codec" msgstr "ভিডিও কোডেক" -#: kfile_avi.cpp:70 +#: tdefile_avi.cpp:70 msgid "Audio Codec" msgstr "অডিও কোডেক" -#: kfile_avi.cpp:438 kfile_avi.cpp:527 +#: tdefile_avi.cpp:438 tdefile_avi.cpp:527 msgid "Unknown" msgstr "অজানা" -#: kfile_avi.cpp:532 +#: tdefile_avi.cpp:532 msgid "None" msgstr "কিছু না" diff --git a/tde-i18n-bn/messages/tdemultimedia/tdefile_m3u.po b/tde-i18n-bn/messages/tdemultimedia/tdefile_m3u.po index 5c3e6cd34bc..f1316710e6d 100644 --- a/tde-i18n-bn/messages/tdemultimedia/tdefile_m3u.po +++ b/tde-i18n-bn/messages/tdemultimedia/tdefile_m3u.po @@ -1,8 +1,8 @@ -# translation of kfile_m3u.po to Bengali +# translation of tdefile_m3u.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kfile_m3u\n" +"Project-Id-Version: tdefile_m3u\n" "POT-Creation-Date: 2004-10-12 01:17+0200\n" "PO-Revision-Date: 2004-09-09 14:23-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -12,11 +12,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" -#: kfile_m3u.cpp:51 +#: tdefile_m3u.cpp:51 msgid "Tracks" msgstr "ট্র্যাকসমূহ" -#: kfile_m3u.cpp:78 +#: tdefile_m3u.cpp:78 #, c-format msgid "Track %1" msgstr "ট্র্যাক %1" diff --git a/tde-i18n-bn/messages/tdemultimedia/tdefile_mp3.po b/tde-i18n-bn/messages/tdemultimedia/tdefile_mp3.po index f825d7ca395..2f2ceeb2796 100644 --- a/tde-i18n-bn/messages/tdemultimedia/tdefile_mp3.po +++ b/tde-i18n-bn/messages/tdemultimedia/tdefile_mp3.po @@ -1,8 +1,8 @@ -# translation of kfile_mp3.po to Bengali +# translation of tdefile_mp3.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: kfile_mp3\n" +"Project-Id-Version: tdefile_mp3\n" "POT-Creation-Date: 2005-05-26 01:24+0200\n" "PO-Revision-Date: 2006-02-05 12:58-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -12,90 +12,90 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: kfile_mp3.cpp:56 +#: tdefile_mp3.cpp:56 msgid "ID3 Tag" msgstr "আই-ডি-৩ ট্যাগ" -#: kfile_mp3.cpp:63 +#: tdefile_mp3.cpp:63 msgid "Title" msgstr "নাম" -#: kfile_mp3.cpp:67 +#: tdefile_mp3.cpp:67 msgid "Artist" msgstr "শিল্পী" -#: kfile_mp3.cpp:71 +#: tdefile_mp3.cpp:71 msgid "Album" msgstr "অ্যালবাম" -#: kfile_mp3.cpp:74 +#: tdefile_mp3.cpp:74 msgid "Year" msgstr "বছর" -#: kfile_mp3.cpp:77 +#: tdefile_mp3.cpp:77 msgid "Comment" msgstr "মন্তব্য" -#: kfile_mp3.cpp:81 +#: tdefile_mp3.cpp:81 msgid "Track" msgstr "ট্র্যাক" -#: kfile_mp3.cpp:84 +#: tdefile_mp3.cpp:84 msgid "Genre" msgstr "" -#: kfile_mp3.cpp:89 +#: tdefile_mp3.cpp:89 msgid "Technical Details" msgstr "" -#: kfile_mp3.cpp:91 +#: tdefile_mp3.cpp:91 msgid "Version" msgstr "সংস্করণ" -#: kfile_mp3.cpp:92 +#: tdefile_mp3.cpp:92 msgid "MPEG " msgstr "এম-পেগ" -#: kfile_mp3.cpp:94 +#: tdefile_mp3.cpp:94 msgid "Layer" msgstr "লেয়ার" -#: kfile_mp3.cpp:95 +#: tdefile_mp3.cpp:95 msgid "CRC" msgstr "CRC" -#: kfile_mp3.cpp:96 +#: tdefile_mp3.cpp:96 msgid "Bitrate" msgstr "বিট-রেট" -#: kfile_mp3.cpp:99 +#: tdefile_mp3.cpp:99 msgid " kbps" msgstr " kbps" -#: kfile_mp3.cpp:101 +#: tdefile_mp3.cpp:101 msgid "Sample Rate" msgstr "স্যাম্পল রেট" -#: kfile_mp3.cpp:102 +#: tdefile_mp3.cpp:102 msgid "Hz" msgstr "হার্জ" -#: kfile_mp3.cpp:104 +#: tdefile_mp3.cpp:104 msgid "Channels" msgstr "চ্যানেল" -#: kfile_mp3.cpp:105 +#: tdefile_mp3.cpp:105 msgid "Copyright" msgstr "সত্ত্বাধিকার" -#: kfile_mp3.cpp:106 +#: tdefile_mp3.cpp:106 msgid "Original" msgstr "প্রকৃত" -#: kfile_mp3.cpp:107 +#: tdefile_mp3.cpp:107 msgid "Length" msgstr "দৈর্ঘ্য" -#: kfile_mp3.cpp:110 +#: tdefile_mp3.cpp:110 msgid "Emphasis" msgstr "" diff --git a/tde-i18n-bn/messages/tdemultimedia/tdefile_ogg.po b/tde-i18n-bn/messages/tdemultimedia/tdefile_ogg.po index b880bd3a857..da59d027f35 100644 --- a/tde-i18n-bn/messages/tdemultimedia/tdefile_ogg.po +++ b/tde-i18n-bn/messages/tdemultimedia/tdefile_ogg.po @@ -1,8 +1,8 @@ -# translation of kfile_ogg.po to Bengali +# translation of tdefile_ogg.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: kfile_ogg\n" +"Project-Id-Version: tdefile_ogg\n" "POT-Creation-Date: 2004-10-12 01:17+0200\n" "PO-Revision-Date: 2006-02-05 12:58-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -12,94 +12,94 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: kfile_ogg.cpp:48 kfile_ogg.cpp:85 +#: tdefile_ogg.cpp:48 tdefile_ogg.cpp:85 msgid "Title" msgstr "নাম" -#: kfile_ogg.cpp:49 kfile_ogg.cpp:123 +#: tdefile_ogg.cpp:49 tdefile_ogg.cpp:123 msgid "Version" msgstr "সংস্করণ" -#: kfile_ogg.cpp:50 kfile_ogg.cpp:89 +#: tdefile_ogg.cpp:50 tdefile_ogg.cpp:89 msgid "Album" msgstr "অ্যালবাম" -#: kfile_ogg.cpp:51 +#: tdefile_ogg.cpp:51 msgid "Tracknumber" msgstr "ট্র্যাক সংখ্যা" -#: kfile_ogg.cpp:52 kfile_ogg.cpp:81 +#: tdefile_ogg.cpp:52 tdefile_ogg.cpp:81 msgid "Artist" msgstr "শিল্পী" -#: kfile_ogg.cpp:53 kfile_ogg.cpp:104 +#: tdefile_ogg.cpp:53 tdefile_ogg.cpp:104 msgid "Organization" msgstr "সংস্থা" -#: kfile_ogg.cpp:54 kfile_ogg.cpp:101 +#: tdefile_ogg.cpp:54 tdefile_ogg.cpp:101 msgid "Description" msgstr "বর্ণনা" -#: kfile_ogg.cpp:55 kfile_ogg.cpp:92 +#: tdefile_ogg.cpp:55 tdefile_ogg.cpp:92 msgid "Genre" msgstr "" -#: kfile_ogg.cpp:56 kfile_ogg.cpp:98 +#: tdefile_ogg.cpp:56 tdefile_ogg.cpp:98 msgid "Date" msgstr "তারিখ" -#: kfile_ogg.cpp:57 kfile_ogg.cpp:107 +#: tdefile_ogg.cpp:57 tdefile_ogg.cpp:107 msgid "Location" msgstr "অবস্থান" -#: kfile_ogg.cpp:58 kfile_ogg.cpp:110 +#: tdefile_ogg.cpp:58 tdefile_ogg.cpp:110 msgid "Copyright" msgstr "সত্ত্বাধিকার" -#: kfile_ogg.cpp:75 +#: tdefile_ogg.cpp:75 msgid "Comment" msgstr "মন্তব্য" -#: kfile_ogg.cpp:95 +#: tdefile_ogg.cpp:95 msgid "Track Number" msgstr "ট্র্যাক সংখ্যা" -#: kfile_ogg.cpp:120 +#: tdefile_ogg.cpp:120 msgid "Technical Details" msgstr "" -#: kfile_ogg.cpp:124 +#: tdefile_ogg.cpp:124 msgid "Channels" msgstr "চ্যানেল" -#: kfile_ogg.cpp:126 +#: tdefile_ogg.cpp:126 msgid "Sample Rate" msgstr "স্যাম্পল রেট" -#: kfile_ogg.cpp:127 +#: tdefile_ogg.cpp:127 msgid " Hz" msgstr " হার্জ" -#: kfile_ogg.cpp:129 +#: tdefile_ogg.cpp:129 msgid "Upper Bitrate" msgstr "" -#: kfile_ogg.cpp:131 kfile_ogg.cpp:135 kfile_ogg.cpp:139 kfile_ogg.cpp:145 +#: tdefile_ogg.cpp:131 tdefile_ogg.cpp:135 tdefile_ogg.cpp:139 tdefile_ogg.cpp:145 msgid " kbps" msgstr " kbps" -#: kfile_ogg.cpp:133 +#: tdefile_ogg.cpp:133 msgid "Lower Bitrate" msgstr "" -#: kfile_ogg.cpp:137 +#: tdefile_ogg.cpp:137 msgid "Nominal Bitrate" msgstr "" -#: kfile_ogg.cpp:141 +#: tdefile_ogg.cpp:141 msgid "Average Bitrate" msgstr "" -#: kfile_ogg.cpp:147 +#: tdefile_ogg.cpp:147 msgid "Length" msgstr "দৈর্ঘ্য" diff --git a/tde-i18n-bn/messages/tdemultimedia/tdefile_wav.po b/tde-i18n-bn/messages/tdemultimedia/tdefile_wav.po index 23e58627671..f05d93d06fc 100644 --- a/tde-i18n-bn/messages/tdemultimedia/tdefile_wav.po +++ b/tde-i18n-bn/messages/tdemultimedia/tdefile_wav.po @@ -1,8 +1,8 @@ -# translation of kfile_wav.po to Bengali +# translation of tdefile_wav.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: kfile_wav\n" +"Project-Id-Version: tdefile_wav\n" "POT-Creation-Date: 2004-10-12 01:17+0200\n" "PO-Revision-Date: 2006-02-05 12:57-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -12,30 +12,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: kfile_wav.cpp:56 +#: tdefile_wav.cpp:56 msgid "Technical Details" msgstr "" -#: kfile_wav.cpp:60 +#: tdefile_wav.cpp:60 msgid "Sample Size" msgstr "স্যাম্পল সাইজ" -#: kfile_wav.cpp:61 +#: tdefile_wav.cpp:61 msgid " bits" msgstr " বিট" -#: kfile_wav.cpp:63 +#: tdefile_wav.cpp:63 msgid "Sample Rate" msgstr "স্যাম্পল রেট" -#: kfile_wav.cpp:64 +#: tdefile_wav.cpp:64 msgid " Hz" msgstr " হার্জ" -#: kfile_wav.cpp:66 +#: tdefile_wav.cpp:66 msgid "Channels" msgstr "চ্যানেল" -#: kfile_wav.cpp:68 +#: tdefile_wav.cpp:68 msgid "Length" msgstr "দৈর্ঘ্য" diff --git a/tde-i18n-bn/messages/tdemultimedia/tdeio_audiocd.po b/tde-i18n-bn/messages/tdemultimedia/tdeio_audiocd.po index 19c93737f1c..4f9aa6ba09d 100644 --- a/tde-i18n-bn/messages/tdemultimedia/tdeio_audiocd.po +++ b/tde-i18n-bn/messages/tdemultimedia/tdeio_audiocd.po @@ -1,8 +1,8 @@ -# translation of kio_audiocd.po to Bengali +# translation of tdeio_audiocd.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: kio_audiocd\n" +"Project-Id-Version: tdeio_audiocd\n" "POT-Creation-Date: 2007-01-19 02:40+0100\n" "PO-Revision-Date: 2006-02-05 12:57-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -64,7 +64,7 @@ msgid "" "if you have an IDE CD writer) then make sure you check that you have read and " "write permissions on the generic SCSI device, which is probably /dev/sg0, " "/dev/sg1, etc.. If it still does not work, try typing audiocd:/?device=/dev/sg0 " -"(or similar) to tell kio_audiocd which device your CD-ROM is." +"(or similar) to tell tdeio_audiocd which device your CD-ROM is." msgstr "" #: audiocd.cpp:835 diff --git a/tde-i18n-bn/messages/tdenetwork/tdefile_torrent.po b/tde-i18n-bn/messages/tdenetwork/tdefile_torrent.po index 31a5f2c3aa3..53e6d378288 100644 --- a/tde-i18n-bn/messages/tdenetwork/tdefile_torrent.po +++ b/tde-i18n-bn/messages/tdenetwork/tdefile_torrent.po @@ -4,13 +4,13 @@ # A Free (as in Freedom) machine translator for Bengali (Bangla). # ______________________________________________________________ # -# Bangla translation of kfile_torrent. +# Bangla translation of tdefile_torrent. # Copyright (C) 2006, Free Software Foundation, Inc. # Golam Mortuza Hossain <gmhossain@gmail.com>, 2006. # msgid "" msgstr "" -"Project-Id-Version: kfile_torrent\n" +"Project-Id-Version: tdefile_torrent\n" "POT-Creation-Date: 2004-10-12 01:17+0200\n" "PO-Revision-Date: 2006-01-27 18:59+0530\n" "Last-Translator: Golam Mortuza Hossain <gmhossain@gmail.com>\n" @@ -19,34 +19,34 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: kfile_torrent.cpp:52 +#: tdefile_torrent.cpp:52 msgid "Torrent Information" msgstr "টোরেন্ট তথ্য" -#: kfile_torrent.cpp:62 +#: tdefile_torrent.cpp:62 msgid "Name" msgstr "নাম" -#: kfile_torrent.cpp:71 +#: tdefile_torrent.cpp:71 msgid "Torrent Length" msgstr "টোরেন্ট দৈর্ঘ্য" -#: kfile_torrent.cpp:80 +#: tdefile_torrent.cpp:80 msgid "Tracker URL" msgstr "অনুসরণকারী ইউ.আর.এল" -#: kfile_torrent.cpp:87 +#: tdefile_torrent.cpp:87 msgid "Date Created" msgstr "তৈরির তারিখ" -#: kfile_torrent.cpp:94 +#: tdefile_torrent.cpp:94 msgid "Number of Files" msgstr "ফাইলের সংখ্যা" -#: kfile_torrent.cpp:101 +#: tdefile_torrent.cpp:101 msgid "File Piece Length" msgstr "ফাইলের টুকরোর দৈর্ঘ্য" -#: kfile_torrent.cpp:109 +#: tdefile_torrent.cpp:109 msgid "Comment" msgstr "মন্তব্য" diff --git a/tde-i18n-bn/messages/tdenetwork/tdeio_jabberdisco.po b/tde-i18n-bn/messages/tdenetwork/tdeio_jabberdisco.po index 01ff6c2f4c1..21e89a7d040 100644 --- a/tde-i18n-bn/messages/tdenetwork/tdeio_jabberdisco.po +++ b/tde-i18n-bn/messages/tdenetwork/tdeio_jabberdisco.po @@ -4,13 +4,13 @@ # A Free (as in Freedom) machine translator for Bengali (Bangla). # ______________________________________________________________ # -# Bangla translation of kio_jabberdisco. +# Bangla translation of tdeio_jabberdisco. # Copyright (C) 2006, Free Software Foundation, Inc. # Golam Mortuza Hossain <gmhossain@gmail.com>, 2006. # msgid "" msgstr "" -"Project-Id-Version: kio_jabberdisco\n" +"Project-Id-Version: tdeio_jabberdisco\n" "POT-Creation-Date: 2005-06-03 01:26+0200\n" "PO-Revision-Date: 2006-01-27 19:13+0530\n" "Last-Translator: Golam Mortuza Hossain <gmhossain@gmail.com>\n" diff --git a/tde-i18n-bn/messages/tdenetwork/tdeio_lan.po b/tde-i18n-bn/messages/tdenetwork/tdeio_lan.po index f7f21c4653f..bab54fad805 100644 --- a/tde-i18n-bn/messages/tdenetwork/tdeio_lan.po +++ b/tde-i18n-bn/messages/tdenetwork/tdeio_lan.po @@ -1,9 +1,9 @@ -# translation of kio_lan.po to Bengali +# translation of tdeio_lan.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2005. # msgid "" msgstr "" -"Project-Id-Version: kio_lan\n" +"Project-Id-Version: tdeio_lan\n" "POT-Creation-Date: 2005-03-25 01:18+0100\n" "PO-Revision-Date: 2005-11-29 22:00-0600\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: kio_lan.cpp:150 +#: tdeio_lan.cpp:150 msgid "" "<qt>The Lisa daemon does not appear to be running." "<p>In order to use the LAN Browser the Lisa daemon must be installed and " @@ -23,11 +23,11 @@ msgstr "" "<p>ল্যান ব্রাইজার ব্যবহার করতে হলে প্রথমে আপনার সিস্টেম অ্যাডমিনস্ট্রেটর-কে " "বলুন লিসা ডিমন ইনস্টল করে চালু করতে।" -#: kio_lan.cpp:190 kio_lan.cpp:209 kio_lan.cpp:384 +#: tdeio_lan.cpp:190 tdeio_lan.cpp:209 tdeio_lan.cpp:384 #, c-format msgid "Received unexpected data from %1" msgstr "%1 থেকে অপ্রত্যাশিত তথ্য" -#: kio_lan.cpp:641 +#: tdeio_lan.cpp:641 msgid "No hosts allowed in rlan:/ URL" msgstr "rlan:/ ইউ-আর-এল-এ কোন হোস্ট-এর অনুমতি নেই" diff --git a/tde-i18n-bn/messages/tdenetwork/tdeio_zeroconf.po b/tde-i18n-bn/messages/tdenetwork/tdeio_zeroconf.po index b7392410ed0..177379e105b 100644 --- a/tde-i18n-bn/messages/tdenetwork/tdeio_zeroconf.po +++ b/tde-i18n-bn/messages/tdenetwork/tdeio_zeroconf.po @@ -4,13 +4,13 @@ # A Free (as in Freedom) machine translator for Bengali (Bangla). # ______________________________________________________________ # -# Bangla translation of kio_zeroconf. +# Bangla translation of tdeio_zeroconf. # Copyright (C) 2006, Free Software Foundation, Inc. # Golam Mortuza Hossain <gmhossain@gmail.com>, 2006. # msgid "" msgstr "" -"Project-Id-Version: kio_zeroconf\n" +"Project-Id-Version: tdeio_zeroconf\n" "POT-Creation-Date: 2007-04-13 02:15+0200\n" "PO-Revision-Date: 2006-01-27 19:19+0530\n" "Last-Translator: Golam Mortuza Hossain <gmhossain@gmail.com>\n" diff --git a/tde-i18n-bn/messages/tdepim/kaddressbook.po b/tde-i18n-bn/messages/tdepim/kaddressbook.po index ec25bf10744..1f9f8d7b6bd 100644 --- a/tde-i18n-bn/messages/tdepim/kaddressbook.po +++ b/tde-i18n-bn/messages/tdepim/kaddressbook.po @@ -1072,7 +1072,7 @@ msgstr "%1:" msgid "Blog feed:" msgstr "ব্লগ ফীড:" -#: addresseeeditorwidget.cpp:292 kabcore.cpp:1356 +#: addresseeeditorwidget.cpp:292 tdeabcore.cpp:1356 msgid "Select Categories..." msgstr "শ্রেণী নির্বাচন করো..." @@ -1472,135 +1472,135 @@ msgstr "প্রদর্শিত ক্ষেত্রসমূহ" msgid "All Fields" msgstr "সবকটি ক্ষেত্র" -#: kabcore.cpp:115 +#: tdeabcore.cpp:115 msgid "Unable to load '%1'." msgstr "%1 লোড করতে অক্ষম।" -#: kabcore.cpp:121 ldapsearchdialog.cpp:95 ldapsearchdialog.cpp:307 +#: tdeabcore.cpp:121 ldapsearchdialog.cpp:95 ldapsearchdialog.cpp:307 msgid "Department" msgstr "বিভাগ" -#: kabcore.cpp:124 +#: tdeabcore.cpp:124 msgid "Profession" msgstr "পেশা" -#: kabcore.cpp:126 +#: tdeabcore.cpp:126 msgid "Assistant's Name" msgstr "সহকারীর নাম" -#: kabcore.cpp:128 +#: tdeabcore.cpp:128 msgid "Manager's Name" msgstr "ম্যানেজারের নাম" -#: kabcore.cpp:130 +#: tdeabcore.cpp:130 msgid "Partner's Name" msgstr "সঙ্গীর নাম" -#: kabcore.cpp:132 +#: tdeabcore.cpp:132 msgid "Office" msgstr "অফিস" -#: kabcore.cpp:134 +#: tdeabcore.cpp:134 msgid "IM Address" msgstr "আই-এম ঠিকানা" -#: kabcore.cpp:136 +#: tdeabcore.cpp:136 msgid "Anniversary" msgstr "বর্ষপূর্তি" -#: kabcore.cpp:138 +#: tdeabcore.cpp:138 msgid "Blog" msgstr "ব্লগ" -#: kabcore.cpp:297 +#: tdeabcore.cpp:297 msgid "KAddressBook" msgstr "কে-অ্যাড্রেসবুক" -#: kabcore.cpp:298 +#: tdeabcore.cpp:298 msgid "The TDE Address Book" msgstr "কে.ডি.ই. ঠিকানা তালিকা" -#: kabcore.cpp:300 +#: tdeabcore.cpp:300 msgid "(c) 1997-2005, The TDE PIM Team" msgstr "(c) ১৯৯৭-২০০৫, কে.ডি.ই. পি-আই-এম টীম" -#: kabcore.cpp:301 +#: tdeabcore.cpp:301 msgid "Current maintainer" msgstr "বর্তমান রক্ষণাবেক্ষণকারী" -#: kabcore.cpp:302 +#: tdeabcore.cpp:302 msgid "Original author" msgstr "মূল লেখক" -#: kabcore.cpp:304 -msgid "Co-maintainer, libkabc port, CSV import/export" -msgstr "অন্যতম রক্ষণাবেক্ষণকারী, libkabc পোর্ট, CSV আমদানি/রপ্তানি" +#: tdeabcore.cpp:304 +msgid "Co-maintainer, libtdeabc port, CSV import/export" +msgstr "অন্যতম রক্ষণাবেক্ষণকারী, libtdeabc পোর্ট, CSV আমদানি/রপ্তানি" -#: kabcore.cpp:306 +#: tdeabcore.cpp:306 msgid "GUI and framework redesign" msgstr "গুই এবং ফ্রেমওয়ার্ক পুনর্পরিকল্পনা" -#: kabcore.cpp:308 +#: tdeabcore.cpp:308 msgid "DCOP interface" msgstr "ডিকপ ইন্টারফেস" -#: kabcore.cpp:309 +#: tdeabcore.cpp:309 msgid "Contact pinning" msgstr "পরিচয় পিনিং" -#: kabcore.cpp:310 kabcore.cpp:312 +#: tdeabcore.cpp:310 tdeabcore.cpp:312 msgid "LDAP Lookup" msgstr "এল-ডি-এ-পি লুক-আপ" -#: kabcore.cpp:467 +#: tdeabcore.cpp:467 #, c-format msgid "" "_n: Do you really want to delete this distribution list?\n" "Do you really want to delete these %n distribution lists?" msgstr "" -#: kabcore.cpp:493 +#: tdeabcore.cpp:493 #, c-format msgid "" "_n: Do you really want to delete this contact?\n" "Do you really want to delete these %n contacts?" msgstr "" -#: kabcore.cpp:589 +#: tdeabcore.cpp:589 msgid "Please select only one contact." msgstr "অনুগ্রহ করে একটিমাত্র পরিচয় নির্বাচন করুন।" -#: kabcore.cpp:593 +#: tdeabcore.cpp:593 msgid "" "<qt>Do you really want to use <b>%1</b> as your new personal contact?</qt>" msgstr "" -#: kabcore.cpp:594 +#: tdeabcore.cpp:594 msgid "Use" msgstr "ব্যবহার করো" -#: kabcore.cpp:594 +#: tdeabcore.cpp:594 msgid "Do Not Use" msgstr "ব্যবহার কোর না" -#: features/distributionlistwidget.cpp:266 kabcore.cpp:664 +#: features/distributionlistwidget.cpp:266 tdeabcore.cpp:664 msgid "New Distribution List" msgstr "নতুন ডিস্ট্রিবিউশন তালিকা" -#: kabcore.cpp:670 +#: tdeabcore.cpp:670 #, fuzzy msgid "New Distribution List (%1)" msgstr "নতুন ডিস্ট্রিবিউশন তালিকা" -#: kabcore.cpp:859 +#: tdeabcore.cpp:859 msgid "<qt>Unable to save address book <b>%1</b>.</qt>" msgstr "<qt>ঠিকানা তালিকা <b>%1</b> সংরক্ষণ করা যায়নি।</qt>" -#: kabcore.cpp:866 +#: tdeabcore.cpp:866 msgid "<qt>Unable to get access for saving the address book <b>%1</b>.</qt>" msgstr "" -#: kabcore.cpp:970 +#: tdeabcore.cpp:970 msgid "" "Your TDE installation is missing LDAP support, please ask your administrator or " "distributor for more information." @@ -1608,224 +1608,224 @@ msgstr "" "আপনার কে.ডি.ই. ইনস্টলেশন এল-ডি-এ-পি (LDAP) সমর্থন করে না। এ ব্যাপারে আরো " "জানতেঅনুগ্রহ করে আপনার অ্যাডমিনস্ট্রেটর-এর সঙ্গে যোগাযোগ করুন।" -#: kabcore.cpp:972 +#: tdeabcore.cpp:972 msgid "No LDAP IO Slave Available" msgstr "কোন এল-ডি-এ-পি (LDAP) আই/ও-স্লেভ পাওয়া যায়নি" -#: kabcore.cpp:1008 +#: tdeabcore.cpp:1008 msgid "Address Book" msgstr "ঠিকানা তালিকা" -#: kabcore.cpp:1011 +#: tdeabcore.cpp:1011 msgid "Print Addresses" msgstr "ঠিকানা ছাপাও" -#: kabcore.cpp:1177 kabcore.cpp:1630 +#: tdeabcore.cpp:1177 tdeabcore.cpp:1630 #, fuzzy msgid "Contacts" msgstr "-তে আছে" -#: kabcore.cpp:1258 +#: tdeabcore.cpp:1258 msgid "&Send Email to Contact..." msgstr "" -#: kabcore.cpp:1261 +#: tdeabcore.cpp:1261 msgid "Send a mail to all selected contacts." msgstr "সব নির্বাচিত পরিচয়কে একটি মেইল পাঠাও।" -#: kabcore.cpp:1262 +#: tdeabcore.cpp:1262 msgid "Print a special number of contacts." msgstr "" -#: kabcore.cpp:1266 +#: tdeabcore.cpp:1266 msgid "Save all changes of the address book to the storage backend." msgstr "" -#: kabcore.cpp:1268 +#: tdeabcore.cpp:1268 msgid "&New Contact..." msgstr "&নতুন পরিচয়..." -#: kabcore.cpp:1270 +#: tdeabcore.cpp:1270 msgid "" "Create a new contact" "<p>You will be presented with a dialog where you can add all data about a " "person, including addresses and phone numbers." msgstr "" -#: kabcore.cpp:1272 +#: tdeabcore.cpp:1272 #, fuzzy msgid "&New Distribution List..." msgstr "নতুন ডিস্ট্রিবিউশন তালিকা" -#: kabcore.cpp:1274 +#: tdeabcore.cpp:1274 msgid "" "Create a new distribution list" "<p>You will be presented with a dialog where you can create a new distribution " "list." msgstr "" -#: kabcore.cpp:1276 +#: tdeabcore.cpp:1276 msgid "Send &Contact..." msgstr "&পরিচয় পাঠাও..." -#: kabcore.cpp:1279 +#: tdeabcore.cpp:1279 msgid "Send a mail with the selected contact as attachment." msgstr "নির্বাচিত পরিচয়টি সংযুক্ত করে একটি মেইল পাঠাও।" -#: kabcore.cpp:1281 +#: tdeabcore.cpp:1281 msgid "Chat &With..." msgstr "&আড্ডা শুরু করো..." -#: kabcore.cpp:1284 +#: tdeabcore.cpp:1284 msgid "Start a chat with the selected contact." msgstr "নির্বাচিত পরিচয়ের সঙ্গে আড্ডা (chat) শুরু করো।" -#: kabcore.cpp:1286 +#: tdeabcore.cpp:1286 msgid "&Edit Contact..." msgstr "পরিচয় &সম্পাদন করো..." -#: kabcore.cpp:1289 +#: tdeabcore.cpp:1289 msgid "" "Edit a contact" "<p>You will be presented with a dialog where you can change all data about a " "person, including addresses and phone numbers." msgstr "" -#: kabcore.cpp:1291 +#: tdeabcore.cpp:1291 msgid "&Merge Contacts" msgstr "" -#: kabcore.cpp:1300 +#: tdeabcore.cpp:1300 msgid "" "Copy the currently selected contact(s) to system clipboard in vCard format." msgstr "" -#: kabcore.cpp:1301 +#: tdeabcore.cpp:1301 msgid "" "Cuts the currently selected contact(s) to system clipboard in vCard format." msgstr "" -#: kabcore.cpp:1302 +#: tdeabcore.cpp:1302 msgid "Paste the previously cut or copied contacts from clipboard." msgstr "" -#: kabcore.cpp:1303 +#: tdeabcore.cpp:1303 msgid "Selects all visible contacts from current view." msgstr "বর্তমান ভিউ থেকে সবকটি পরিচয় নির্বাচন করে।" -#: kabcore.cpp:1307 +#: tdeabcore.cpp:1307 msgid "&Delete Contact" msgstr "পরিচ&য় মুছে ফেলো" -#: kabcore.cpp:1310 +#: tdeabcore.cpp:1310 msgid "Delete all selected contacts." msgstr "সব নির্বাচিত পরিচয় মুছে ফেলো।" -#: kabcore.cpp:1313 +#: tdeabcore.cpp:1313 #, fuzzy msgid "&Copy Contact To..." msgstr "&নতুন পরিচয়..." -#: kabcore.cpp:1316 +#: tdeabcore.cpp:1316 msgid "" "Store a contact in a different Addressbook" "<p>You will be presented with a dialog where you can select a new storage place " "for this contact." msgstr "" -#: kabcore.cpp:1319 +#: tdeabcore.cpp:1319 #, fuzzy msgid "M&ove Contact To..." msgstr "&নতুন পরিচয়..." -#: kabcore.cpp:1325 +#: tdeabcore.cpp:1325 msgid "Show Jump Bar" msgstr "জাম্প বার দেখাও" -#: kabcore.cpp:1327 +#: tdeabcore.cpp:1327 msgid "Toggle whether the jump button bar shall be visible." msgstr "" -#: kabcore.cpp:1328 +#: tdeabcore.cpp:1328 msgid "Hide Jump Bar" msgstr "জাম্প বার লুকোও" -#: kabcore.cpp:1331 +#: tdeabcore.cpp:1331 msgid "Show Details" msgstr "বিস্তারিত বিবরণ দেখাও" -#: kabcore.cpp:1333 +#: tdeabcore.cpp:1333 msgid "Toggle whether the details page shall be visible." msgstr "বিস্তারিত বিবরণ প্রদর্শিত হবে কিনা অদলবদল করো।" -#: kabcore.cpp:1334 +#: tdeabcore.cpp:1334 msgid "Hide Details" msgstr "বিস্তারিত বর্ণনা লুকোও" -#: kabcore.cpp:1338 +#: tdeabcore.cpp:1338 msgid "&Configure Address Book..." msgstr "ঠিকানা তালিকা &কনফিগার করো..." -#: kabcore.cpp:1344 +#: tdeabcore.cpp:1344 msgid "" "You will be presented with a dialog, that offers you all possibilities to " "configure KAddressBook." msgstr "" -#: kabcore.cpp:1347 +#: tdeabcore.cpp:1347 msgid "&Lookup Addresses in LDAP Directory..." msgstr "" -#: kabcore.cpp:1349 +#: tdeabcore.cpp:1349 msgid "" "Search for contacts on a LDAP server" "<p>You will be presented with a dialog, where you can search for contacts and " "select the ones you want to add to your local address book." msgstr "" -#: kabcore.cpp:1351 +#: tdeabcore.cpp:1351 msgid "Set as Personal Contact Data" msgstr "" -#: kabcore.cpp:1354 +#: tdeabcore.cpp:1354 msgid "" "Set the personal contact" "<p>The data of this contact will be used in many other TDE applications, so you " "do not have to input your personal data several times." msgstr "" -#: kabcore.cpp:1359 +#: tdeabcore.cpp:1359 msgid "Set the categories for all selected contacts." msgstr "" -#: kabcore.cpp:1361 +#: tdeabcore.cpp:1361 msgid "Clear Search Bar" msgstr "" -#: kabcore.cpp:1364 +#: tdeabcore.cpp:1364 msgid "Clear Search Bar<p>Clears the content of the quick search bar." msgstr "" -#: kabcore.cpp:1438 +#: tdeabcore.cpp:1438 msgid "Merge with existing categories?" msgstr "" -#: kabcore.cpp:1439 +#: tdeabcore.cpp:1439 msgid "Merge" msgstr "" -#: kabcore.cpp:1439 +#: tdeabcore.cpp:1439 msgid "Do Not Merge" msgstr "" -#: kabcore.cpp:1490 +#: tdeabcore.cpp:1490 #, c-format msgid "" "_n: %n contact matches\n" "%n contacts matching" msgstr "" -#: kabcore.cpp:1630 +#: tdeabcore.cpp:1630 #, fuzzy, c-format msgid "Distribution List: %1" msgstr "নতুন ডিস্ট্রিবিউশন তালিকা" diff --git a/tde-i18n-bn/messages/tdepim/tdeio_imap4.po b/tde-i18n-bn/messages/tdepim/tdeio_imap4.po index b638744543c..e90b18d032f 100644 --- a/tde-i18n-bn/messages/tdepim/tdeio_imap4.po +++ b/tde-i18n-bn/messages/tdepim/tdeio_imap4.po @@ -1,8 +1,8 @@ -# translation of kio_imap4.po to Bengali +# translation of tdeio_imap4.po to Bengali # Deepayan Sarkar <deepayan@bengalinux.org>, 2004. msgid "" msgstr "" -"Project-Id-Version: kio_imap4\n" +"Project-Id-Version: tdeio_imap4\n" "POT-Creation-Date: 2008-01-26 01:19+0100\n" "PO-Revision-Date: 2004-05-23 19:40-0500\n" "Last-Translator: Deepayan Sarkar <deepayan@bengalinux.org>\n" @@ -158,7 +158,7 @@ msgstr "" "%2" #: imap4.cc:2147 -msgid "SASL authentication is not compiled into kio_imap4." +msgid "SASL authentication is not compiled into tdeio_imap4." msgstr "" #: imap4.cc:2691 |