From 8561c2fedae26aecd8ba758a5e7ef686ba1243f3 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 27 Oct 2015 09:57:26 +0100 Subject: revamp all tools help messages The general idea is: A small paragraph on the tool itself as a description, a list of the most used (!= all) commands available in the tool, a remark where to find more information on the tool and its commands (aka: in the manpage) and finally a common block referring to even more manpages. In exchange options are completely omitted from the output as well as deprecated or obscure commands. (Better) Information about them is available in the manpages anyway and the few options which were listed before were also the least interesting ones (-o -c -q and co are hardly of interest for someone totally new looking to find info by asking for help and anyone with a bit of experience doesn't need this short list. Those would need a list of options applying to the command they call, but they are too numerous and command specific to list them sanely in this context. --- po/tr.po | 1086 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 549 insertions(+), 537 deletions(-) (limited to 'po/tr.po') diff --git a/po/tr.po b/po/tr.po index d2f0844be..38ba5bcab 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2015-10-24 00:07+0200\n" +"POT-Creation-Date: 2015-10-27 10:30+0100\n" "PO-Revision-Date: 2015-10-21 18:21+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" @@ -177,6 +177,36 @@ msgstr "'%s' kurulu değildi, dolayısıyla kaldırılmadı\n" msgid "Note, selecting '%s' instead of '%s'\n" msgstr "Not, '%2$s' yerine '%1$s' seçiliyor\n" +#: apt-private/private-cmndline.cc +msgid "Most used commands:" +msgstr "" + +#: apt-private/private-cmndline.cc +#, c-format +msgid "See %s for more information about the available commands." +msgstr "" + +#: apt-private/private-cmndline.cc +msgid "" +"Configuration options and syntax is detailed in apt.conf(5).\n" +"Information about how to configure sources can be found in sources.list(5).\n" +"Package and version choices can be expressed via apt_preferences(5).\n" +"Security details are available in apt-secure(8).\n" +msgstr "" + +#: apt-private/private-cmndline.cc +msgid "This APT has Super Cow Powers." +msgstr "Bu APT'nin Süper İnek Güçleri vardır." + +#: apt-private/private-cmndline.cc +msgid "This APT helper has Super Meep Powers." +msgstr "Bu APT yardımcısının Süper Meep Güçleri var." + +#: apt-private/private-depends.cc apt-private/private-show.cc +#: cmdline/apt-mark.cc +msgid "No packages found" +msgstr "Hiç paket bulunamadı" + #: apt-private/private-download.cc msgid "WARNING: The following packages cannot be authenticated!" msgstr "UYARI: Aşağıdaki paketlerin aslına uygunluğu doğrulanamıyor!" @@ -224,6 +254,10 @@ msgstr "%s içindeki boş alan miktarı belirlenemedi" msgid "You don't have enough free space in %s." msgstr "%s içinde yeterli boş alanınız yok." +#: apt-private/private-download.cc +msgid "Unable to lock the download directory" +msgstr "İndirme dizini kilitlenemiyor" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "İç hata, InstallPackages bozuk paketler ile çağrıldı!" @@ -327,7 +361,7 @@ msgstr "Devam etmek istiyor musunuz?" msgid "Some files failed to download" msgstr "Bazı dosyalar indirilemedi" -#: apt-private/private-install.cc cmdline/apt-get.cc +#: apt-private/private-install.cc apt-private/private-source.cc msgid "Download complete and in download only mode" msgstr "İndirme işlemi tamamlandı ve sadece indirme kipinde" @@ -721,9 +755,244 @@ msgstr[1] "" msgid "not a real package (virtual)" msgstr "gerçek bir paket değil (sanal)" -#: apt-private/private-show.cc cmdline/apt-cache.cc cmdline/apt-mark.cc -msgid "No packages found" -msgstr "Hiç paket bulunamadı" +#: apt-private/private-show.cc apt-pkg/cacheset.cc +#, c-format +msgid "Unable to locate package %s" +msgstr "%s paketi bulunamadı" + +#: apt-private/private-show.cc +msgid "Package files:" +msgstr "Paket dosyaları:" + +#: apt-private/private-show.cc +msgid "Cache is out of sync, can't x-ref a package file" +msgstr "Önbellek eşzamanlı değil, paket dosyası 'x-ref' yapılamıyor" + +#. Show any packages have explicit pins +#: apt-private/private-show.cc +msgid "Pinned packages:" +msgstr "Sabitlenmiş paketler:" + +#: apt-private/private-show.cc +msgid "(not found)" +msgstr "(bulunamadı)" + +#. Print the package name and the version we are forcing to +#: apt-private/private-show.cc +#, c-format +msgid "%s -> %s with priority %d\n" +msgstr "%s -> %s (öncelik: %d)\n" + +#: apt-private/private-show.cc +msgid " Installed: " +msgstr " Kurulu: " + +#: apt-private/private-show.cc +msgid " Candidate: " +msgstr " Aday: " + +#: apt-private/private-show.cc +msgid "(none)" +msgstr "(hiçbiri)" + +#: apt-private/private-show.cc +msgid " Package pin: " +msgstr " Paket sabitleme: " + +#. Show the priority tables +#: apt-private/private-show.cc +msgid " Version table:" +msgstr " Sürüm çizelgesi:" + +#: apt-private/private-source.cc +#, c-format +msgid "Can not find a package for architecture '%s'" +msgstr "'%s' mimarisi için bir paket bulunamadı" + +#: apt-private/private-source.cc +#, c-format +msgid "Can not find a package '%s' with version '%s'" +msgstr "'%s' paketinin '%s' sürümü bulunamadı" + +#: apt-private/private-source.cc +#, c-format +msgid "Can not find a package '%s' with release '%s'" +msgstr "'%s' paketi '%s' dağıtım sürümünde bulunamadı" + +#: apt-private/private-source.cc +#, c-format +msgid "Picking '%s' as source package instead of '%s'\n" +msgstr "Kaynak paket olarak '%s' yerine '%s' kullanılacak\n" + +#: apt-private/private-source.cc +#, c-format +msgid "Can not find version '%s' of package '%s'" +msgstr "'%2$s' paketinin '%1$s' sürümünü bulunamadı" + +#: apt-private/private-source.cc +msgid "Must specify at least one package to fetch source for" +msgstr "Kaynağının indirileceği en az bir paket seçilmeli" + +#: apt-private/private-source.cc +#, c-format +msgid "Unable to find a source package for %s" +msgstr "%s paketinin kaynak paketi bulunamadı" + +#: apt-private/private-source.cc +#, c-format +msgid "" +"NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n" +"%s\n" +msgstr "" +"NOT: '%s' paketlemesi '%s' sürüm kontrol sistemiyle aşağıdaki adreste " +"yapılmaktadır:\n" +"%s\n" + +#: apt-private/private-source.cc +#, c-format +msgid "" +"Please use:\n" +"%s\n" +"to retrieve the latest (possibly unreleased) updates to the package.\n" +msgstr "" +"Bu paketin en son (ve muhtemelen henüz yayımlanmamış olan)\n" +"sürümünü edinmek için lütfen:\n" +"%s\n" +"komutunu kullanın.\n" + +#: apt-private/private-source.cc +#, c-format +msgid "Skipping already downloaded file '%s'\n" +msgstr "Zaten indirilmiş olan '%s' dosyası atlanıyor\n" + +#. TRANSLATOR: The required space between number and unit is already included +#. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB +#: apt-private/private-source.cc +#, c-format +msgid "Need to get %sB/%sB of source archives.\n" +msgstr "%sB/%sB kaynak arşivi indirilecek.\n" + +#. TRANSLATOR: The required space between number and unit is already included +#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB +#: apt-private/private-source.cc +#, c-format +msgid "Need to get %sB of source archives.\n" +msgstr "%sB kaynak arşivi indirilecek.\n" + +#: apt-private/private-source.cc +#, c-format +msgid "Fetch source %s\n" +msgstr "%s kaynağını al\n" + +#: apt-private/private-source.cc +msgid "Failed to fetch some archives." +msgstr "Bazı arşivler alınamadı." + +#: apt-private/private-source.cc +#, c-format +msgid "Skipping unpack of already unpacked source in %s\n" +msgstr "%s için zaten açılmış bazı paketlerin açılması atlanıyor\n" + +#: apt-private/private-source.cc +#, c-format +msgid "Unpack command '%s' failed.\n" +msgstr "Paket açma komutu '%s' başarısız.\n" + +#: apt-private/private-source.cc +#, c-format +msgid "Check if the 'dpkg-dev' package is installed.\n" +msgstr "'dpkg-dev' paketinin kurulu olduğundan emin olun.\n" + +#: apt-private/private-source.cc +#, c-format +msgid "Build command '%s' failed.\n" +msgstr "İnşa komutu '%s' başarısız oldu.\n" + +#: apt-private/private-source.cc +msgid "Must specify at least one package to check builddeps for" +msgstr "İnşa bağımlılıklarının denetleneceği en az bir paket belirtilmelidir" + +#: apt-private/private-source.cc +#, c-format +msgid "" +"No architecture information available for %s. See apt.conf(5) APT::" +"Architectures for setup" +msgstr "" +"%s mimarisinin bilgileri mevcut değil. Kurulum için apt.conf(5) rehber " +"sayfasındaki APT::Architectures kısmına göz atın" + +#: apt-private/private-source.cc +#, c-format +msgid "Note, using directory '%s' to get the build dependencies\n" +msgstr "Not, inşa bağımlılıklarını indirmek için '%s' dizini kullanılıyor\n" + +#: apt-private/private-source.cc +#, c-format +msgid "Note, using file '%s' to get the build dependencies\n" +msgstr "Not, inşa bağımlılıklarını indirmek için '%s' dosyası kullanılıyor\n" + +#: apt-private/private-source.cc +#, c-format +msgid "Unable to get build-dependency information for %s" +msgstr "%s paketinin inşa-bağımlılığı bilgisi alınamıyor" + +#: apt-private/private-source.cc +#, c-format +msgid "%s has no build depends.\n" +msgstr "%s paketinin hiç inşa bağımlılığı yok.\n" + +#: apt-private/private-source.cc +#, c-format +msgid "" +"%s dependency for %s can't be satisfied because %s is not allowed on '%s' " +"packages" +msgstr "" +"'%4$s' paketlerinde %3$s paketine izin verilmediği için %2$s kaynağının %1$s " +"bağımlılığı karşılanamıyor" + +#: apt-private/private-source.cc +#, c-format +msgid "" +"%s dependency for %s cannot be satisfied because the package %s cannot be " +"found" +msgstr "" +"%2$s için %1$s bağımlılığı, %3$s paketi bulunamadığı için karşılanamadı" + +#: apt-private/private-source.cc +#, c-format +msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new" +msgstr "%2$s için %1$s bağımlılığı karşılanamadı: Kurulu %3$s paketi çok yeni" + +#: apt-private/private-source.cc +#, c-format +msgid "" +"%s dependency for %s cannot be satisfied because candidate version of " +"package %s can't satisfy version requirements" +msgstr "" +"%2$s için %1$s bağımlılığı sağlanamıyor, çünkü %3$s paketinin aday sürümü " +"gerekli sürüm şartlarını karşılamıyor" + +#: apt-private/private-source.cc +#, c-format +msgid "" +"%s dependency for %s cannot be satisfied because package %s has no candidate " +"version" +msgstr "" +"%2$s için %1$s bağımlılığı sağlanamıyor, çünkü %3$s paketinin aday sürümü yok" + +#: apt-private/private-source.cc +#, c-format +msgid "Failed to satisfy %s dependency for %s: %s" +msgstr "%2$s için %1$s bağımlılığı karşılanamadı: %3$s" + +#: apt-private/private-source.cc +#, c-format +msgid "Build-dependencies for %s could not be satisfied." +msgstr "%s için inşa bağımlılıkları karşılanamadı." + +#: apt-private/private-source.cc +msgid "Failed to process build dependencies" +msgstr "İnşa bağımlılıklarını işleme başarısız oldu" #: apt-private/private-sources.cc #, c-format @@ -834,98 +1103,18 @@ msgstr "" "Bu komutun kullanımı bırakılmıştır. Lütfen bunun yerine 'apt-mark showauto' " "komutunu kullanın." -#: cmdline/apt-cache.cc apt-pkg/cacheset.cc -#, c-format -msgid "Unable to locate package %s" -msgstr "%s paketi bulunamadı" - -#: cmdline/apt-cache.cc -msgid "Package files:" -msgstr "Paket dosyaları:" - -#: cmdline/apt-cache.cc -msgid "Cache is out of sync, can't x-ref a package file" -msgstr "Önbellek eşzamanlı değil, paket dosyası 'x-ref' yapılamıyor" - -#. Show any packages have explicit pins -#: cmdline/apt-cache.cc -msgid "Pinned packages:" -msgstr "Sabitlenmiş paketler:" - -#: cmdline/apt-cache.cc -msgid "(not found)" -msgstr "(bulunamadı)" - -#. Print the package name and the version we are forcing to -#: cmdline/apt-cache.cc -#, c-format -msgid "%s -> %s with priority %d\n" -msgstr "%s -> %s (öncelik: %d)\n" - -#: cmdline/apt-cache.cc -msgid " Installed: " -msgstr " Kurulu: " - -#: cmdline/apt-cache.cc -msgid " Candidate: " -msgstr " Aday: " - -#: cmdline/apt-cache.cc -msgid "(none)" -msgstr "(hiçbiri)" - -#: cmdline/apt-cache.cc -msgid " Package pin: " -msgstr " Paket sabitleme: " - -#. Show the priority tables -#: cmdline/apt-cache.cc -msgid " Version table:" -msgstr " Sürüm çizelgesi:" - #: cmdline/apt-cache.cc msgid "" "Usage: apt-cache [options] command\n" " apt-cache [options] show pkg1 [pkg2 ...]\n" "\n" -"apt-cache is a low-level tool used to query information\n" -"from APT's binary cache files\n" +"apt-cache queries and displays available information about installed\n" +"as well as installable packages. It works exclusively on the data\n" +"acquired via the 'update' command of e.g. apt-get to the local cache.\n" +"The displayed information can therefore be outdated if the last update\n" +"is too long ago, but in exchange apt-cache works independently of the\n" +"availability of the configured sources (e.g. offline).\n" msgstr "" -"Kullanım: apt-cache [seçenekler] komut\n" -" apt-cache [seçenekler] show paket1 [paket2 ...]\n" -"\n" -"apt-cache APT'nin ikili paket önbelleğindeki dosyaları\n" -"sorgulamakta kullanılan alt seviye bir araçtır.\n" - -#: cmdline/apt-cache.cc cmdline/apt.cc cmdline/apt-cdrom.cc -#: cmdline/apt-config.cc cmdline/apt-get.cc cmdline/apt-helper.cc -#: cmdline/apt-mark.cc -msgid "Commands:" -msgstr "Komutlar:" - -#: cmdline/apt-cache.cc -msgid "" -"Options:\n" -" -h This help text.\n" -" -p=? The package cache.\n" -" -s=? The source cache.\n" -" -q Disable progress indicator.\n" -" -i Show only important deps for the unmet command.\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -"See the apt-cache(8) and apt.conf(5) manual pages for more information.\n" -msgstr "" -"Options:\n" -" -h Bu yardım metni.\n" -" -p=? Paket önbelleği.\n" -" -s=? Kaynak önbelleği.\n" -" -q İlerleme göstergesini kapat.\n" -" -i unmet komutunda sadece önemli bağımlılıkları görüntüle.\n" -" -c=? Belirtilen yapılandırma dosyasını kullan\n" -" -o=? Herhangi bir yapılandırma seçeneğini ayarla, örneğin -o dir::cache=/" -"tmp\n" -"Ayrıntılı bilgi için apt-cache(8) ve apt.conf(5) rehber sayfalarına göz " -"atın.\n" #: cmdline/apt-cache.cc msgid "Show source records" @@ -949,396 +1138,163 @@ msgstr "Bir paketin okunabilir kaydını görüntüle" #: cmdline/apt-cache.cc msgid "List the names of all packages in the system" -msgstr "Sistemdeki tüm paketlerin adlarını listele" - -#: cmdline/apt-cache.cc -msgid "Show policy settings" -msgstr "İlke seçeneklerini görüntüle" - -#: cmdline/apt.cc -msgid "" -"Usage: apt [options] command\n" -"\n" -"CLI for apt.\n" -msgstr "" -"Kullanım: apt [seçenekler] komut\n" -"\n" -"apt için komut satırı arayüzü.\n" - -#. query -#: cmdline/apt.cc -msgid "list packages based on package names" -msgstr "Paketleri adlarına göre listele" - -#: cmdline/apt.cc -msgid "search in package descriptions" -msgstr "Paket açıklamalarında arama yap" - -#: cmdline/apt.cc -msgid "show package details" -msgstr "Paket ayrıntılarını görüntüle" - -#. package stuff -#: cmdline/apt.cc -msgid "install packages" -msgstr "paket kur" - -#: cmdline/apt.cc -msgid "remove packages" -msgstr "paket kaldır" - -#: cmdline/apt.cc cmdline/apt-get.cc -msgid "Remove automatically all unused packages" -msgstr "Kullanılmayan tüm paketleri otomatik olarak kaldır" - -#. system wide stuff -#: cmdline/apt.cc -msgid "update list of available packages" -msgstr "Kullanılabilir paketlerin listesini güncelle" - -#: cmdline/apt.cc -msgid "upgrade the system by installing/upgrading packages" -msgstr "sistemi yükselt (paket kurarak ve yükselterek)" - -#: cmdline/apt.cc -msgid "upgrade the system by removing/installing/upgrading packages" -msgstr "sistemi yükselt (paket kurarak, yükselterek ve kaldırarak)" - -#. for compat with muscle memory -#. misc -#: cmdline/apt.cc -msgid "edit the source information file" -msgstr "kaynak bilgi dosyasını düzenle" - -#: cmdline/apt-cdrom.cc -msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'" -msgstr "Lütfen bu CD/DVD'ye bir ad verin, örneğin 'Debian 5.0.3 Disk 1'" - -#: cmdline/apt-cdrom.cc -msgid "Please insert a Disc in the drive and press [Enter]" -msgstr "Lütfen sürücüye bir Disk yerleştirin ve [Enter] tuşuna basın" - -#: cmdline/apt-cdrom.cc -#, c-format -msgid "Failed to mount '%s' to '%s'" -msgstr "'%s', '%s' konumuna bağlanamadı" - -#: cmdline/apt-cdrom.cc -msgid "" -"No CD-ROM could be auto-detected or found using the default mount point.\n" -"You may try the --cdrom option to set the CD-ROM mount point.\n" -"See 'man apt-cdrom' for more information about the CD-ROM auto-detection and " -"mount point." -msgstr "" -"Öntanımlı bağlama noktasında bir CD-ROM algılanamadı.\n" -"CD-ROM bağlama noktasını ayarlamak için --cdrom seçeneğini kullanmayı " -"deneyebilirsiniz.\n" -"Otomatik CD-ROM ve bağlantı noktası algılama hakkında daha fazla bilgi almak " -"için 'man apt-cdrom' komutunu kullanabilirsiniz." - -#: cmdline/apt-cdrom.cc -msgid "Repeat this process for the rest of the CDs in your set." -msgstr "Kalan CD'leriniz için bu işlemi yineleyin." - -#: cmdline/apt-cdrom.cc -msgid "" -"Usage: apt-cdrom [options] command\n" -"\n" -"apt-cdrom is a tool to add CDROM's to APT's source list. The\n" -"CDROM mount point and device information is taken from apt.conf,\n" -"udev and /etc/fstab.\n" -msgstr "" - -#: cmdline/apt-cdrom.cc -#, fuzzy -msgid "" -"Options:\n" -" -h This help text\n" -" -d CD-ROM mount point\n" -" -r Rename a recognized CD-ROM\n" -" -m No mounting\n" -" -f Fast mode, don't check package files\n" -" -a Thorough scan mode\n" -" --no-auto-detect Do not try to auto detect drive and mount point\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -"See fstab(5)\n" -msgstr "" -"Seçenekler:\n" -" -h Bu yardım metni.\n" -" -q Günlük tutmaya uygun çıktı - İlerleme göstergesi yok\n" -" -qq Hata olmadığı müddetçe çıktıya bir şey yazma\n" -" -s Bir şey yapma. Sadece ne yapılacağını söyler.\n" -" -f read/write auto/manual marking in the given file\n" -" -c=? Belirtilen yapılandırma dosyası kullan\n" -" -o=? Yapılandırma seçeneği ayarla, örneğin -o dir::cache=/tmp\n" -"Ayrıntılı bilgi için apt-mark(8) ve apt.conf(5) rehber sayfalarına\n" -"bakabilirsiniz." - -#: cmdline/apt-config.cc -msgid "Arguments not in pairs" -msgstr "Argümanlar çiftler halinde değil" - -#: cmdline/apt-config.cc -msgid "" -"Usage: apt-config [options] command\n" -"\n" -"apt-config is a simple tool to read the APT config file\n" -msgstr "" -"Kullanım: apt-config [seçenekler] komut\n" -"\n" -"apt-config, APT ayar dosyasını okumaya yarayan basit bir araçtır\n" - -#: cmdline/apt-config.cc -msgid "" -"Options:\n" -" -h This help text.\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -msgstr "" -"Seçenekler:\n" -" -h Bu yardım dosyası.\n" -" -c=? Belirtilen ayar dosyasını görüntüler\n" -" -o=? İsteğe bağlı ayar seçeneği belirtmenizi sağlar, örneğin -o dir::" -"cache=/tmp\n" - -#: cmdline/apt-config.cc -msgid "get configuration values via shell evaluation" -msgstr "" - -#: cmdline/apt-config.cc -msgid "show the active configuration setting" -msgstr "" - -#: cmdline/apt-get.cc -#, c-format -msgid "Can not find a package for architecture '%s'" -msgstr "'%s' mimarisi için bir paket bulunamadı" - -#: cmdline/apt-get.cc -#, c-format -msgid "Can not find a package '%s' with version '%s'" -msgstr "'%s' paketinin '%s' sürümü bulunamadı" - -#: cmdline/apt-get.cc -#, c-format -msgid "Can not find a package '%s' with release '%s'" -msgstr "'%s' paketi '%s' dağıtım sürümünde bulunamadı" - -#: cmdline/apt-get.cc -#, c-format -msgid "Picking '%s' as source package instead of '%s'\n" -msgstr "Kaynak paket olarak '%s' yerine '%s' kullanılacak\n" - -#: cmdline/apt-get.cc -#, c-format -msgid "Can not find version '%s' of package '%s'" -msgstr "'%2$s' paketinin '%1$s' sürümünü bulunamadı" - -#: cmdline/apt-get.cc -#, c-format -msgid "Couldn't find package %s" -msgstr "%s paketi bulunamadı" - -#: cmdline/apt-get.cc cmdline/apt-mark.cc -#, c-format -msgid "%s set to automatically installed.\n" -msgstr "%s otomatik olarak kurulmuş şekilde ayarlandı.\n" - -#: cmdline/apt-get.cc cmdline/apt-mark.cc -msgid "" -"This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' " -"instead." -msgstr "" -"Bu komut artık kullanılmamaktadır. Bunun yerine 'apt-mark auto' ve 'apt-mark " -"manual' kullanın." - -#: cmdline/apt-get.cc -msgid "Internal error, problem resolver broke stuff" -msgstr "İç hata, sorun çözücü nesneyi bozdu" - -#: cmdline/apt-get.cc -msgid "Unable to lock the download directory" -msgstr "İndirme dizini kilitlenemiyor" - -#: cmdline/apt-get.cc -msgid "Must specify at least one package to fetch source for" -msgstr "Kaynağının indirileceği en az bir paket seçilmeli" - -#: cmdline/apt-get.cc -#, c-format -msgid "Unable to find a source package for %s" -msgstr "%s paketinin kaynak paketi bulunamadı" - -#: cmdline/apt-get.cc -#, c-format -msgid "" -"NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n" -"%s\n" -msgstr "" -"NOT: '%s' paketlemesi '%s' sürüm kontrol sistemiyle aşağıdaki adreste " -"yapılmaktadır:\n" -"%s\n" - -#: cmdline/apt-get.cc -#, c-format -msgid "" -"Please use:\n" -"%s\n" -"to retrieve the latest (possibly unreleased) updates to the package.\n" -msgstr "" -"Bu paketin en son (ve muhtemelen henüz yayımlanmamış olan)\n" -"sürümünü edinmek için lütfen:\n" -"%s\n" -"komutunu kullanın.\n" - -#: cmdline/apt-get.cc -#, c-format -msgid "Skipping already downloaded file '%s'\n" -msgstr "Zaten indirilmiş olan '%s' dosyası atlanıyor\n" +msgstr "Sistemdeki tüm paketlerin adlarını listele" -#. TRANSLATOR: The required space between number and unit is already included -#. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB -#: cmdline/apt-get.cc -#, c-format -msgid "Need to get %sB/%sB of source archives.\n" -msgstr "%sB/%sB kaynak arşivi indirilecek.\n" +#: cmdline/apt-cache.cc +msgid "Show policy settings" +msgstr "İlke seçeneklerini görüntüle" -#. TRANSLATOR: The required space between number and unit is already included -#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB -#: cmdline/apt-get.cc -#, c-format -msgid "Need to get %sB of source archives.\n" -msgstr "%sB kaynak arşivi indirilecek.\n" +#: cmdline/apt.cc +msgid "" +"Usage: apt [options] command\n" +"\n" +"apt is a commandline package manager and provides commands for\n" +"searching and managing as well as querying information about packages.\n" +"It provides the same functionality as the specialized APT tools,\n" +"like apt-get and apt-cache, but enables options more suitable for\n" +"interactive use by default.\n" +msgstr "" -#: cmdline/apt-get.cc -#, c-format -msgid "Fetch source %s\n" -msgstr "%s kaynağını al\n" +#. query +#: cmdline/apt.cc +msgid "list packages based on package names" +msgstr "Paketleri adlarına göre listele" -#: cmdline/apt-get.cc -msgid "Failed to fetch some archives." -msgstr "Bazı arşivler alınamadı." +#: cmdline/apt.cc +msgid "search in package descriptions" +msgstr "Paket açıklamalarında arama yap" -#: cmdline/apt-get.cc -#, c-format -msgid "Skipping unpack of already unpacked source in %s\n" -msgstr "%s için zaten açılmış bazı paketlerin açılması atlanıyor\n" +#: cmdline/apt.cc +msgid "show package details" +msgstr "Paket ayrıntılarını görüntüle" -#: cmdline/apt-get.cc -#, c-format -msgid "Unpack command '%s' failed.\n" -msgstr "Paket açma komutu '%s' başarısız.\n" +#. package stuff +#: cmdline/apt.cc +msgid "install packages" +msgstr "paket kur" -#: cmdline/apt-get.cc -#, c-format -msgid "Check if the 'dpkg-dev' package is installed.\n" -msgstr "'dpkg-dev' paketinin kurulu olduğundan emin olun.\n" +#: cmdline/apt.cc +msgid "remove packages" +msgstr "paket kaldır" -#: cmdline/apt-get.cc -#, c-format -msgid "Build command '%s' failed.\n" -msgstr "İnşa komutu '%s' başarısız oldu.\n" +#: cmdline/apt.cc cmdline/apt-get.cc +msgid "Remove automatically all unused packages" +msgstr "Kullanılmayan tüm paketleri otomatik olarak kaldır" -#: cmdline/apt-get.cc -msgid "Must specify at least one package to check builddeps for" -msgstr "İnşa bağımlılıklarının denetleneceği en az bir paket belirtilmelidir" +#. system wide stuff +#: cmdline/apt.cc +msgid "update list of available packages" +msgstr "Kullanılabilir paketlerin listesini güncelle" -#: cmdline/apt-get.cc -#, c-format -msgid "" -"No architecture information available for %s. See apt.conf(5) APT::" -"Architectures for setup" -msgstr "" -"%s mimarisinin bilgileri mevcut değil. Kurulum için apt.conf(5) rehber " -"sayfasındaki APT::Architectures kısmına göz atın" +#: cmdline/apt.cc +msgid "upgrade the system by installing/upgrading packages" +msgstr "sistemi yükselt (paket kurarak ve yükselterek)" -#: cmdline/apt-get.cc -#, c-format -msgid "Note, using directory '%s' to get the build dependencies\n" -msgstr "Not, inşa bağımlılıklarını indirmek için '%s' dizini kullanılıyor\n" +#: cmdline/apt.cc +msgid "upgrade the system by removing/installing/upgrading packages" +msgstr "sistemi yükselt (paket kurarak, yükselterek ve kaldırarak)" -#: cmdline/apt-get.cc -#, c-format -msgid "Note, using file '%s' to get the build dependencies\n" -msgstr "Not, inşa bağımlılıklarını indirmek için '%s' dosyası kullanılıyor\n" +#. misc +#: cmdline/apt.cc +msgid "edit the source information file" +msgstr "kaynak bilgi dosyasını düzenle" -#: cmdline/apt-get.cc -#, c-format -msgid "Unable to get build-dependency information for %s" -msgstr "%s paketinin inşa-bağımlılığı bilgisi alınamıyor" +#: cmdline/apt-cdrom.cc +msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'" +msgstr "Lütfen bu CD/DVD'ye bir ad verin, örneğin 'Debian 5.0.3 Disk 1'" -#: cmdline/apt-get.cc -#, c-format -msgid "%s has no build depends.\n" -msgstr "%s paketinin hiç inşa bağımlılığı yok.\n" +#: cmdline/apt-cdrom.cc +msgid "Please insert a Disc in the drive and press [Enter]" +msgstr "Lütfen sürücüye bir Disk yerleştirin ve [Enter] tuşuna basın" -#: cmdline/apt-get.cc +#: cmdline/apt-cdrom.cc #, c-format +msgid "Failed to mount '%s' to '%s'" +msgstr "'%s', '%s' konumuna bağlanamadı" + +#: cmdline/apt-cdrom.cc msgid "" -"%s dependency for %s can't be satisfied because %s is not allowed on '%s' " -"packages" +"No CD-ROM could be auto-detected or found using the default mount point.\n" +"You may try the --cdrom option to set the CD-ROM mount point.\n" +"See 'man apt-cdrom' for more information about the CD-ROM auto-detection and " +"mount point." msgstr "" -"'%4$s' paketlerinde %3$s paketine izin verilmediği için %2$s kaynağının %1$s " -"bağımlılığı karşılanamıyor" +"Öntanımlı bağlama noktasında bir CD-ROM algılanamadı.\n" +"CD-ROM bağlama noktasını ayarlamak için --cdrom seçeneğini kullanmayı " +"deneyebilirsiniz.\n" +"Otomatik CD-ROM ve bağlantı noktası algılama hakkında daha fazla bilgi almak " +"için 'man apt-cdrom' komutunu kullanabilirsiniz." -#: cmdline/apt-get.cc -#, c-format +#: cmdline/apt-cdrom.cc +msgid "Repeat this process for the rest of the CDs in your set." +msgstr "Kalan CD'leriniz için bu işlemi yineleyin." + +#: cmdline/apt-cdrom.cc msgid "" -"%s dependency for %s cannot be satisfied because the package %s cannot be " -"found" +"Usage: apt-cdrom [options] command\n" +"\n" +"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n" +"media types as package sources to APT. The mount point and device\n" +"information is taken from apt.conf(5), udev(7) and fstab(5).\n" msgstr "" -"%2$s için %1$s bağımlılığı, %3$s paketi bulunamadığı için karşılanamadı" -#: cmdline/apt-get.cc -#, c-format -msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new" -msgstr "%2$s için %1$s bağımlılığı karşılanamadı: Kurulu %3$s paketi çok yeni" +#: cmdline/apt-config.cc +msgid "Arguments not in pairs" +msgstr "Argümanlar çiftler halinde değil" -#: cmdline/apt-get.cc -#, c-format +#: cmdline/apt-config.cc msgid "" -"%s dependency for %s cannot be satisfied because candidate version of " -"package %s can't satisfy version requirements" +"Usage: apt-config [options] command\n" +"\n" +"apt-config is an interface to the configuration settings used by\n" +"all APT tools to be used mainly in debugging and shell scripting.\n" msgstr "" -"%2$s için %1$s bağımlılığı sağlanamıyor, çünkü %3$s paketinin aday sürümü " -"gerekli sürüm şartlarını karşılamıyor" -#: cmdline/apt-get.cc -#, c-format -msgid "" -"%s dependency for %s cannot be satisfied because package %s has no candidate " -"version" +#: cmdline/apt-config.cc +msgid "get configuration values via shell evaluation" +msgstr "" + +#: cmdline/apt-config.cc +msgid "show the active configuration setting" msgstr "" -"%2$s için %1$s bağımlılığı sağlanamıyor, çünkü %3$s paketinin aday sürümü yok" #: cmdline/apt-get.cc #, c-format -msgid "Failed to satisfy %s dependency for %s: %s" -msgstr "%2$s için %1$s bağımlılığı karşılanamadı: %3$s" +msgid "Couldn't find package %s" +msgstr "%s paketi bulunamadı" -#: cmdline/apt-get.cc +#: cmdline/apt-get.cc cmdline/apt-mark.cc #, c-format -msgid "Build-dependencies for %s could not be satisfied." -msgstr "%s için inşa bağımlılıkları karşılanamadı." +msgid "%s set to automatically installed.\n" +msgstr "%s otomatik olarak kurulmuş şekilde ayarlandı.\n" + +#: cmdline/apt-get.cc cmdline/apt-mark.cc +msgid "" +"This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' " +"instead." +msgstr "" +"Bu komut artık kullanılmamaktadır. Bunun yerine 'apt-mark auto' ve 'apt-mark " +"manual' kullanın." #: cmdline/apt-get.cc -msgid "Failed to process build dependencies" -msgstr "İnşa bağımlılıklarını işleme başarısız oldu" +msgid "Internal error, problem resolver broke stuff" +msgstr "İç hata, sorun çözücü nesneyi bozdu" #: cmdline/apt-get.cc msgid "Supported modules:" msgstr "Desteklenen birimler:" #: cmdline/apt-get.cc +#, fuzzy msgid "" "Usage: apt-get [options] command\n" " apt-get [options] install|remove pkg1 [pkg2 ...]\n" " apt-get [options] source pkg1 [pkg2 ...]\n" "\n" -"apt-get is a simple command line interface for downloading and\n" -"installing packages. The most frequently used commands are update\n" -"and install.\n" +"apt-get is a command line interface for retrieval of packages\n" +"and information about them from authenticated sources and\n" +"for installation, upgrade and removal of packages together\n" +"with their dependencies.\n" msgstr "" "Kullanım: apt-get [seçenekler] komut\n" " apt-get [seçenekler] install|remove paket1 [paket2 ...]\n" @@ -1348,44 +1304,6 @@ msgstr "" "arayüzüdür. En sık kullanılan komutlar güncelleme (update) ve kurma\n" "(install) komutlarıdır.\n" -#: cmdline/apt-get.cc -msgid "" -"Options:\n" -" -h This help text.\n" -" -q Loggable output - no progress indicator\n" -" -qq No output except for errors\n" -" -d Download only - do NOT install or unpack archives\n" -" -s No-act. Perform ordering simulation\n" -" -y Assume Yes to all queries and do not prompt\n" -" -f Attempt to correct a system with broken dependencies in place\n" -" -m Attempt to continue if archives are unlocatable\n" -" -u Show a list of upgraded packages as well\n" -" -b Build the source package after fetching it\n" -" -V Show verbose version numbers\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -"See the apt-get(8), sources.list(5) and apt.conf(5) manual\n" -"pages for more information and options.\n" -" This APT has Super Cow Powers.\n" -msgstr "" -"Seçenekler:\n" -" -h Bu yardım metni.\n" -" -q Günlük tutmaya uygun çıktı - İlerleme göstergesi yok\n" -" -qq Hata olmadığı müddetçe çıktıya bir şey yazma\n" -" -d Sadece indir - Paketleri açmaz ve kurmaz\n" -" -s Bir şey yapma. Simülasyon kipinde çalış\n" -" -y Tüm sorulara Evet yanıtını ver ve soru sorma\n" -" -f Eksik bağımlılıklara sahip bir sistemi onarmaya çalış\n" -" -m Eksik paketleri görmezden gel ve işleme devam et\n" -" -u Yükseltilen paketlerin listesini de görüntüle\n" -" -b Kaynak paketi indirdikten sonra inşa et\n" -" -V Sürüm numaralarını daha ayrıntılı göster\n" -" -c=? Belirtilen yapılandırma dosyası kullan\n" -" -o=? Yapılandırma seçeneği ayarla, örneğin -o dir::cache=/tmp\n" -"Ayrıntılı bilgi için apt-get(8), sources.list(5) ve apt.conf(5) rehber\n" -"sayfalarına bakabilirsiniz.\n" -" Bu APT'nin Süper İnek Güçleri vardır.\n" - #: cmdline/apt-get.cc msgid "Retrieve new lists of packages" msgstr "Paket listelerini yenile" @@ -1460,21 +1378,19 @@ msgid "GetSrvRec failed for %s" msgstr "%s için GetSrvRec başarısız oldu" #: cmdline/apt-helper.cc +#, fuzzy msgid "" "Usage: apt-helper [options] command\n" " apt-helper [options] download-file uri target-path\n" "\n" -"apt-helper is a internal helper for apt\n" +"apt-helper bundles a variety of commands for shell scripts to use\n" +"e.g. the same proxy configuration or acquire system as APT would do.\n" msgstr "" "Kullanım: apt-helper [seçenekler] komut\n" " apt-helper [seçenekler] download-file uri hedef-konum\n" "\n" "apt-helper apt'nin bir dâhilî yardımcı aracıdır\n" -#: cmdline/apt-helper.cc -msgid "This APT helper has Super Meep Powers." -msgstr "Bu APT yardımcısının Süper Meep Güçleri var." - #: cmdline/apt-helper.cc msgid "download the given uri to the target-path" msgstr "verilen adresi (uri) hedef yola kaydet" @@ -1542,40 +1458,20 @@ msgid "Selected %s for installation.\n" msgstr "" #: cmdline/apt-mark.cc +#, fuzzy msgid "" "Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n" "\n" "apt-mark is a simple command line interface for marking packages\n" -"as manually or automatically installed. It can also list marks.\n" +"as manually or automatically installed. It is also possible to\n" +"manipulate the dpkg(1) selection states of packages with it.\n" +"It can also list all packages with or without a certain marking.\n" msgstr "" "Kullanım: apt-mark [seçenekler] {auto|manual} paket1 [paket2 ...]\n" "\n" "apt-mark paketleri otomatik ya da elle kurulmuş olarak işaretlemeye\n" "ve mevcut işaretleri görmeye yarayan basit bir komut satırı arayüzüdür.\n" -#: cmdline/apt-mark.cc -msgid "" -"Options:\n" -" -h This help text.\n" -" -q Loggable output - no progress indicator\n" -" -qq No output except for errors\n" -" -s No-act. Just prints what would be done.\n" -" -f read/write auto/manual marking in the given file\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -"See the apt-mark(8) and apt.conf(5) manual pages for more information." -msgstr "" -"Seçenekler:\n" -" -h Bu yardım metni.\n" -" -q Günlük tutmaya uygun çıktı - İlerleme göstergesi yok\n" -" -qq Hata olmadığı müddetçe çıktıya bir şey yazma\n" -" -s Bir şey yapma. Sadece ne yapılacağını söyler.\n" -" -f read/write auto/manual marking in the given file\n" -" -c=? Belirtilen yapılandırma dosyası kullan\n" -" -o=? Yapılandırma seçeneği ayarla, örneğin -o dir::cache=/tmp\n" -"Ayrıntılı bilgi için apt-mark(8) ve apt.conf(5) rehber sayfalarına\n" -"bakabilirsiniz." - #: cmdline/apt-mark.cc msgid "Mark the given packages as automatically installed" msgstr "Belirtilen paketleri otomatik kurulmuş olarak işaretle" @@ -2064,17 +1960,13 @@ msgid "Merging available information" msgstr "Kullanılabilir bilgiler birleştiriliyor" #: cmdline/apt-extracttemplates.cc +#, fuzzy msgid "" "Usage: apt-extracttemplates file1 [file2 ...]\n" "\n" -"apt-extracttemplates is a tool to extract config and template info\n" -"from debian packages\n" -"\n" -"Options:\n" -" -h This help text\n" -" -t Set the temp dir\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +"apt-extracttemplates is used to extract config and template files\n" +"from debian packages. It is used mainly by debconf(1) to prompt for\n" +"configuration questions before installation of packages.\n" msgstr "" "Kullanım: apt-extracttemplates dosya1 [dosya2 ...]\n" "\n" @@ -2102,17 +1994,12 @@ msgid "Cannot get debconf version. Is debconf installed?" msgstr "debconf sürümü alınamıyor. debconf kurulu mu?" #: cmdline/apt-internal-solver.cc +#, fuzzy msgid "" "Usage: apt-internal-solver\n" "\n" "apt-internal-solver is an interface to use the current internal\n" -"like an external resolver for the APT family for debugging or alike\n" -"\n" -"Options:\n" -" -h This help text.\n" -" -q Loggable output - no progress indicator\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +"like an external resolver for the APT family for debugging or alike.\n" msgstr "" "Kullanım: apt-internal-solver\n" "\n" @@ -2134,26 +2021,10 @@ msgstr "Bilinmeyen paket kaydı!" msgid "" "Usage: apt-sortpkgs [options] file1 [file2 ...]\n" "\n" -"apt-sortpkgs is a simple tool to sort package files. The -s option is used\n" -"to indicate what kind of file it is.\n" -"\n" -"Options:\n" -" -h This help text\n" -" -s Use source file sorting\n" -" -c=? Read this configuration file\n" -" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +"apt-sortpkgs is a simple tool to sort package information files.\n" +"It sorts by default by binary package information, but the -s option\n" +"can be used to switch to source package ordering instead.\n" msgstr "" -"Kullanım: apt-sortpkgs [seçenekler] dosya1 [dosya2 ...]\n" -"\n" -"apt-sortpkgs, paket dosyalarını sıralayan basit bir araçtır.\n" -"-s seçeneği ne tür bir dosya olduğunu göstermekte kullanılır.\n" -"\n" -"Seçenekler:\n" -" -h Bu yardım metni\n" -" -s Kaynak dosyası sıralamayı kullan\n" -" -c=? Belirtilen yapılandırma dosyasını oku\n" -" -o=? Herhangi bir yapılandırma seçeneği ayarla, örneğin -o dir::cache=/" -"tmp\n" #: ftparchive/apt-ftparchive.cc msgid "Package extension list is too long" @@ -3904,6 +3775,147 @@ msgstr "" msgid "Calculating upgrade" msgstr "Yükseltme hesaplanıyor" +#~ msgid "" +#~ "Usage: apt-cache [options] command\n" +#~ " apt-cache [options] show pkg1 [pkg2 ...]\n" +#~ "\n" +#~ "apt-cache is a low-level tool used to query information\n" +#~ "from APT's binary cache files\n" +#~ msgstr "" +#~ "Kullanım: apt-cache [seçenekler] komut\n" +#~ " apt-cache [seçenekler] show paket1 [paket2 ...]\n" +#~ "\n" +#~ "apt-cache APT'nin ikili paket önbelleğindeki dosyaları\n" +#~ "sorgulamakta kullanılan alt seviye bir araçtır.\n" + +#~ msgid "Commands:" +#~ msgstr "Komutlar:" + +#~ msgid "" +#~ "Options:\n" +#~ " -h This help text.\n" +#~ " -p=? The package cache.\n" +#~ " -s=? The source cache.\n" +#~ " -q Disable progress indicator.\n" +#~ " -i Show only important deps for the unmet command.\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n" +#~ msgstr "" +#~ "Options:\n" +#~ " -h Bu yardım metni.\n" +#~ " -p=? Paket önbelleği.\n" +#~ " -s=? Kaynak önbelleği.\n" +#~ " -q İlerleme göstergesini kapat.\n" +#~ " -i unmet komutunda sadece önemli bağımlılıkları görüntüle.\n" +#~ " -c=? Belirtilen yapılandırma dosyasını kullan\n" +#~ " -o=? Herhangi bir yapılandırma seçeneğini ayarla, örneğin -o dir::" +#~ "cache=/tmp\n" +#~ "Ayrıntılı bilgi için apt-cache(8) ve apt.conf(5) rehber sayfalarına göz " +#~ "atın.\n" + +#~ msgid "" +#~ "Usage: apt [options] command\n" +#~ "\n" +#~ "CLI for apt.\n" +#~ msgstr "" +#~ "Kullanım: apt [seçenekler] komut\n" +#~ "\n" +#~ "apt için komut satırı arayüzü.\n" + +#, fuzzy +#~ msgid "" +#~ "Options:\n" +#~ " -h This help text\n" +#~ " -d CD-ROM mount point\n" +#~ " -r Rename a recognized CD-ROM\n" +#~ " -m No mounting\n" +#~ " -f Fast mode, don't check package files\n" +#~ " -a Thorough scan mode\n" +#~ " --no-auto-detect Do not try to auto detect drive and mount point\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ "See fstab(5)\n" +#~ msgstr "" +#~ "Seçenekler:\n" +#~ " -h Bu yardım metni.\n" +#~ " -q Günlük tutmaya uygun çıktı - İlerleme göstergesi yok\n" +#~ " -qq Hata olmadığı müddetçe çıktıya bir şey yazma\n" +#~ " -s Bir şey yapma. Sadece ne yapılacağını söyler.\n" +#~ " -f read/write auto/manual marking in the given file\n" +#~ " -c=? Belirtilen yapılandırma dosyası kullan\n" +#~ " -o=? Yapılandırma seçeneği ayarla, örneğin -o dir::cache=/tmp\n" +#~ "Ayrıntılı bilgi için apt-mark(8) ve apt.conf(5) rehber sayfalarına\n" +#~ "bakabilirsiniz." + +#~ msgid "" +#~ "Usage: apt-config [options] command\n" +#~ "\n" +#~ "apt-config is a simple tool to read the APT config file\n" +#~ msgstr "" +#~ "Kullanım: apt-config [seçenekler] komut\n" +#~ "\n" +#~ "apt-config, APT ayar dosyasını okumaya yarayan basit bir araçtır\n" + +#~ msgid "" +#~ "Options:\n" +#~ " -h This help text.\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ msgstr "" +#~ "Seçenekler:\n" +#~ " -h Bu yardım dosyası.\n" +#~ " -c=? Belirtilen ayar dosyasını görüntüler\n" +#~ " -o=? İsteğe bağlı ayar seçeneği belirtmenizi sağlar, örneğin -o dir::" +#~ "cache=/tmp\n" + +#~ msgid "" +#~ "Options:\n" +#~ " -h This help text.\n" +#~ " -q Loggable output - no progress indicator\n" +#~ " -qq No output except for errors\n" +#~ " -s No-act. Just prints what would be done.\n" +#~ " -f read/write auto/manual marking in the given file\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ "See the apt-mark(8) and apt.conf(5) manual pages for more information." +#~ msgstr "" +#~ "Seçenekler:\n" +#~ " -h Bu yardım metni.\n" +#~ " -q Günlük tutmaya uygun çıktı - İlerleme göstergesi yok\n" +#~ " -qq Hata olmadığı müddetçe çıktıya bir şey yazma\n" +#~ " -s Bir şey yapma. Sadece ne yapılacağını söyler.\n" +#~ " -f read/write auto/manual marking in the given file\n" +#~ " -c=? Belirtilen yapılandırma dosyası kullan\n" +#~ " -o=? Yapılandırma seçeneği ayarla, örneğin -o dir::cache=/tmp\n" +#~ "Ayrıntılı bilgi için apt-mark(8) ve apt.conf(5) rehber sayfalarına\n" +#~ "bakabilirsiniz." + +#~ msgid "" +#~ "Usage: apt-sortpkgs [options] file1 [file2 ...]\n" +#~ "\n" +#~ "apt-sortpkgs is a simple tool to sort package files. The -s option is " +#~ "used\n" +#~ "to indicate what kind of file it is.\n" +#~ "\n" +#~ "Options:\n" +#~ " -h This help text\n" +#~ " -s Use source file sorting\n" +#~ " -c=? Read this configuration file\n" +#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" +#~ msgstr "" +#~ "Kullanım: apt-sortpkgs [seçenekler] dosya1 [dosya2 ...]\n" +#~ "\n" +#~ "apt-sortpkgs, paket dosyalarını sıralayan basit bir araçtır.\n" +#~ "-s seçeneği ne tür bir dosya olduğunu göstermekte kullanılır.\n" +#~ "\n" +#~ "Seçenekler:\n" +#~ " -h Bu yardım metni\n" +#~ " -s Kaynak dosyası sıralamayı kullan\n" +#~ " -c=? Belirtilen yapılandırma dosyasını oku\n" +#~ " -o=? Herhangi bir yapılandırma seçeneği ayarla, örneğin -o dir::cache=/" +#~ "tmp\n" + #~ msgid "Use --allow-insecure-repositories to force the update" #~ msgstr "" #~ "Buna rağmen güncellemeyi yapmak için --allow-insecure-repositories " -- cgit v1.2.3