Translations by Orçun Kemal Küçük

Orçun Kemal Küçük has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

123 of 23 results
27.
To list the mounted devices type the following and then press the <keycap>Enter</keycap> key: <screen>mount</screen>
2009-05-23
Bağlanmış aygıtları listelemek için, aşağıdakini yazın ve <keycap>Enter</keycap>'a basın: <screen>bağla</screen>
33.
For <acronym>NTFS</acronym> drives refer to step 4. For <acronym>FAT32</acronym> drives refer to step 5. <acronym>NTFS</acronym> allows only <emphasis>read-only</emphasis> access whereas <acronym>FAT32</acronym> allows both <emphasis>read</emphasis> and <emphasis>write</emphasis> access.
2009-05-23
<acronym>NTFS</acronym> sürücüler için 4. basamağa bakın. <acronym>FAT32</acronym> sürücüler için 5. basamağa gidin. <acronym>NTFS</acronym> sadece <emphasis>sadece-okuma</emphasis> erişimi, fakat <acronym>FAT32</acronym> hem <emphasis>okuma</emphasis> hem de <emphasis>yazma</emphasis> erişimine izin verir.
35.
First, make a directory where the partition can be mounted. To do so, type the following at the command prompt followed by pressing the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo mkdir /media/windows </screen>
2009-05-23
İlk olarak, bölümün bağlanacağı bir dizin oluşturun. Bunu yapmak için, aşağıdakileri komut isteminde yazın ve <keycap>Enter</keycap> tuşuna basın (eğer şifre sorulursa, kullanıcı şifrenizi girin ve <keycap>Enter</keycap> tuşuna basın): <screen> sudo mkdir /media/windows </screen>
36.
Next, type the following command to mount an NTFS Windows Partition and allow read-only access followed by pressing the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo mount /dev/hdaX /media/windows/ -t ntfs -o ro,umask=0222 </screen>
2009-05-24
Daha sonra, NTFS Windows bölümünü bağlamak ve sadece-oku erişimine izin vermek için aşağıdaki komutu girin (şifre sorulursa, kullanıcı şifrenizi girin ve <keycap>Enter</keycap> tuşuna basın): <screen> sudo mount /dev/hdaX /media/windows/ -t ntfs -o ro,umask=0222 </screen>
39.
To unmount the partition, type the following command at the prompt followed by the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo umount /media/windows/ </screen>
2009-05-24
Bir bölümü ayırmak için, aşağıdaki komutu yazıp <keycap>Enter</keycap> tuşuna basın (eğer şifre istenirse, kullanıcı şifrenizi yazın ve <keycap>Enter</keycap> tuşuna basın: <screen> sudo umount /media/windows/ </screen>
41.
Next, backup your configuration file for mounting drives and open the file in a text editor with administrative privileges. To do so, type the following at the prompt followed by pressing the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo cp /etc/fstab /etc/fstab_backup </screen>
2009-05-24
Sonra, sürücüleri bağlamak için ayar dosyanızın yedeğini alın ve dosyayı bir metin düzenleyicide yönetici haklarıyla açın. Bunu yapmak için, aşağıdaki komutu yazın (eğer şifre istenirse, kullanıcı şifrenizi yazın ve <keycap>Enter</keycap> tuşuna basın: <screen> sudo cp /etc/fstab /etc/fstab_backup </screen>
42.
Edit your <filename>/etc/fstab</filename> by pressing <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> and then typing <userinput>kdesu kate /etc/fstab</userinput> in the <guilabel>Run Command</guilabel> dialog followed by pressing the <guibutton>OK</guibutton> button.
2009-05-24
<filename>/etc/fstab</filename> dosyasını <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> yapıp <guilabel>Komut Çalıştır</guilabel>da <userinput>kdesu kate /etc/fstab</userinput> yazıp <guibutton>OK</guibutton> tuşuna basarak düzenleyin.
46.
If your Windows partition uses the FAT32 filesystem, it is safe to allow read-write access to the partition. Append the following line at the end of the file: <placeholder-1/> instead of the one above.
2009-05-24
Eğer Windows bölümünüz FAT32 dosya sistemini kullanıyorsa, okuma-yazma erişimi verebilirsiniz. Yukarıdakinin yerine şu satırı dosyanın sonuna ekleyin: <placeholder-1/>
56.
Save the file and exit. If using <application>Nano</application> as the default command line editor, press <keycombo><keycap>Ctrl</keycap><keycap>X</keycap></keycombo> followed by <keycap>Y</keycap> for <emphasis>Yes</emphasis> and then the <keycap>Enter</keycap> key.
2009-05-24
Dosyayı kaydet ve kapat. Eğer <application>Nano</application>yu öntanımlı metin düzenleyici olarak kullanıyorsanız, <keycombo><keycap>Ctrl</keycap><keycap>X</keycap></keycombo> tuşlarına , sonra da <emphasis>Evet</emphasis> için <keycap>Y</keycap> tuşuna, sonra da <keycap>Enter</keycap> tuşuna basın.
58.
Make a backup of your boot configuration file. To do so, type the following at the command prompt followed by the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen> sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup </screen>
2009-05-24
Önyükleme ayar dosyasının bir yedeğini alın. Bunu yapmak için aşağıdaki komutu yazıp <keycap>Enter</keycap> tuşuna basın (eğer şifre istenirse, kullanıcı şifrenizi girin ve <keycap>Enter</keycap> tuşuna basın): <screen> sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup </screen>
59.
Edit the <filename>menu.lst</filename> file by pressing <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> and then typing <userinput>kdesu kwrite /boot/grub/menu.lst</userinput> followed by pressing the <guibutton>OK</guibutton> button.
2009-05-24
<filename>menu.lst</filename> dosyasını düzenlemek için <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> tuşlarına basıp <userinput>kdesu kwrite /boot/grub/menu.lst</userinput> yazın ve <guibutton>OK</guibutton> tuşuna basın.
64.
By default, the boot menu is hidden and you will need to hit <keycap>Esc</keycap> to see the boot menu. By following the following steps, it will be visible by default.
2009-05-24
Öntanımlı olarak, önyükleme menüsü gizlidir ve <keycap>Esc</keycap> önyükleme menüsünü görmek için <keycap>Esc</keycap> tuşuna basmanız gerekir. Aşağıdaki yönergeleri izleyerek, öntanımlı olarak görünür hale getirebilirsiniz.
65.
Edit the <filename>menu.lst</filename> file by pressing <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> and then typing <userinput>kdesu kwrite /boot/grub/menu.lst</userinput> in the <guilabel>Run Command</guilabel> dialog followed by pressing the <guibutton>OK</guibutton> button.
2009-05-24
<filename>menu.lst</filename> dosyasını düzenlemek için <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> tuşlarına basıp <guilabel>Komut Çalıştır</guilabel> ekranını açın ve<userinput>kdesu kwrite /boot/grub/menu.lst</userinput> yazıp <guibutton>OK</guibutton> tuşuna basın.
73.
With the mass amount of various keyboards, mice, and keyboard and mouse combos, your options in Kubuntu are near endless. Whether you use <acronym>QWERTY</acronym> or Dvorak, Logitech or Microsoft, 5-button or 7-button, there are options for you. Due to the mass amount of options, more information on this subject is available on the Ubuntu community documentation site at <ulink url="https://help.ubuntu.com/community/Peripherals"/>.
2009-05-24
Klavye, fare, klavye-fare kombolarının çokluğuyla birlikte, Kubuntudaki seçenekleriniz neredeyse sonsuzdur. <acronym>QWERTY</acronym> ya da Dvorak, Logitech or Microsoft, 5-tuşlu ya da 7-tuşlu kullansanız da sizin için seçenekler vardır. Seçeneklerin çokluğundan dolayı, <ulink url="https://help.ubuntu.com/community/Peripherals"/> sitesindeki Ubuntu topluluk belgelerinde daha fazlasını bulabilirsiniz.
77.
Please review the <ulink type="help" url="help:/kubuntu/network/">Networking Documentation</ulink> for Ethernet and Wireless hardware.
2009-05-24
Ethernet ve kablosuz donanımları için <ulink type="help" url="help:/kubuntu/network/">Ağ Dökümanları</ulink>na bakın.
79.
Please review the <ulink type="help" url="help:/kubuntu/printing/">Printing Documentation</ulink> for printers and printing.
2009-05-24
Yazıcılar ve yazdırma için <ulink type="help" url="help:/kubuntu/printing/">Yazdırma Dökümanları</ulink>na bakın
81.
Please review the <ulink type="help" url="help:/kubuntu/printing/">Printing Documentation</ulink> for scanners and scanning.
2009-05-24
Tarayıcılar ve tarama için <ulink type="help" url="help:/kubuntu/printing/">Yazdırma Dökümanları</ulink>na bakın
85.
<acronym>ATI</acronym>, Nvidia, Intel, Matrox, or even those of you using Voodoo graphics cards are going to have either some issues or no issues at all. A majority of these cards may not offer rendering support without the use of what is known as a binary or restricted driver. <acronym>ATI</acronym> and Nvidia both require binary drivers for accelerated rendering support. Integrated Intel cards, when paired with a wide screen display normally need an extra utility in order to achieve proper resolutions and refresh rates. These options will be explained further in the following subsections.
2009-05-24
<acronym>ATI</acronym>, Nvidia, Intel, Matrox, ve hatta Voodoo ekran kartını kullananlar, ya çok az sorunla karşılaşırlar ya da hiç sorunla karşılaşırlar. Bu kartların büyük bi kısmı, "binary" ya da kısıtlı sürücüler olmadan "render "desteğini vermezler. <acronym>ATI</acronym> ve Nvidia, her ikisi de hızlandırılmış "render" desteği için "binary" sürücülerine ihtiyaç duyarlar. Tümleşik Intel kartları, geniş bir ekranla birleştirildiğinde, doğru çözünürlük ve yenileme oranını yakalamak için fazladan bir programa ihtiyaç duyarlar. Bu seçenekler; ileride, aşağıdaki alt bölümlerde açıklanacaktır.
86.
Further information for video cards can be located on the Ubuntu community documentation site at <ulink url="https://help.ubuntu.com/community/Video"/>.
2009-05-24
Video kartlar hakkında daha geniş bilgi, <ulink url="https://help.ubuntu.com/community/Video"/> adresindeki Ubuntu topluluk sitesinde bulunabilir.
88.
Included with your new Kubuntu system is the <application>Hardware Drivers</application> application which allows you to easily install the <productname>ATI Radeon</productname> binary or restricted drivers.
2009-05-24
Yeni Kubuntu sistemiyle gelen programlarda biri de <productname>ATI Radeon</productname> binary veya kısıtlı sürücülerini kolayca kurmanızı sağlayan<application>Donanım Sürücüleri</application>dir.
89.
The <application>Hardware Drivers</application> can be opened by going to <menuchoice><guimenu>Application Launcher</guimenu><guisubmenu>System</guisubmenu><guimenuitem>Hardware Drivers</guimenuitem></menuchoice>. Once there, if your system has proprietary devices, you will see a list of those devices as well as the available drivers. Highlight the driver you want to use and press the <guibutton>Enable</guibutton> button. Follow any further instructions such as entering your user password or rebooting your system.
2009-05-26
<application>Donanım Sürücüleri</application>ni şuradan başlatabilirsiniz:, menuchoice><guimenu>Uygulama Başlatıcısı</guimenu><guisubmenu>Sistem</guisubmenu><guimenuitem>Donanım Sürücüleri</guimenuitem></menuchoice>.Orada, eğer sisteminizde tescilli donanımlar varsa, uygun sürücülerle birlikte onarın listesini de görürsünüz. Kullanmak istediğiniz ürücüyü seçin ve <guibutton>Etkinleştir</guibutton> tuşuna basın. Kullanıcı şifrenizi girme ve yeniden başlatma gibi yönergeleri takip edin.
91.
Included with your new Kubuntu system is the <application>Hardware Drivers</application> application which allows you to easily install the <productname>NVIDIA GeForce</productname> binary or restricted drivers.
2009-05-24
Yeni Kubuntu sistemiyle gelen programlarda biri de <productname>NVIDIA GeForce</productname> binary veya kısıtlı sürücülerini kolayca kurmanızı sağlayan<application>Donanım Sürücüleri</application>dir.
93.
If your system utilizes an Intel video card, there is nothing further that you will have to do with your system. The Intel graphics drivers seem to work very well with the compositing features available in KDE.
2009-05-24
Eğer sisteminiz bir Intel video karyı kullanıyorsa, sisteminizle ilgili birşey yapmanıza gerek kalmayacak. Intel görüntü sürücüleri KDE'deki kompozit özellikleriyle çok iyi çalışmaktadır.