[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 <?php 2 3 ############################################################################### 4 # turkish.php 5 # This is the turkish language page for the Geeklog Static Page Plug-in! 6 # 7 # Copyright (C) 2003 ScriptEvi.com 8 # webmaster@scriptevi.com 9 # http://www.scriptevi.com 10 # 11 # This program is free software; you can redistribute it and/or 12 # modify it under the terms of the GNU General Public License 13 # as published by the Free Software Foundation; either version 2 14 # of the License, or (at your option) any later version. 15 # 16 # This program is distributed in the hope that it will be useful, 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 # GNU General Public License for more details. 20 # 21 # You should have received a copy of the GNU General Public License 22 # along with this program; if not, write to the Free Software 23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 24 # 25 ############################################################################### 26 27 ############################################################################### 28 # Array Format: 29 # $LANGXX[YY]: $LANG - variable name 30 # XX - file id number 31 # YY - phrase id number 32 ############################################################################### 33 34 35 $LANG_STATIC= array( 36 newpage => 'Yeni Sayfa', 37 adminhome => 'Yönetim Sayfası', 38 staticpages => 'Statik Sayfalar', 39 staticpageeditor => 'Statik Sayfa Düzenleyicisi', 40 writtenby => 'Yazan', 41 date => 'Son Güncelleme', 42 title => 'Başlık', 43 content => 'İçerik', 44 hits => 'Hit', 45 staticpagelist => 'Statik Sayfa Listesi', 46 url => 'URL', 47 edit => 'Düzenle', 48 lastupdated => 'Son Güncelleme', 49 pageformat => 'Sayfa Formatı', 50 leftrightblocks => 'Sol & Sağ Bloklar', 51 blankpage => 'Boş Sayfa', 52 noblocks => 'Bloklar Yok', 53 leftblocks => 'Sol Bloklar', 54 addtomenu => 'Menüye Ekle', 55 label => 'Etiket', 56 nopages => 'Henüz sistemde statik sayfalar yok', 57 save => 'kaydet', 58 preview => 'önizleme', 59 delete => 'sil', 60 cancel => 'vazgeç', 61 access_denied => 'Giriş Engellendi', 62 access_denied_msg => 'Statik Sayfalar yönetim sayfalarına yetkisiz giriş demesi yapıyorsunuz. Not: Bu sayfalara yetkisiz giriş denemelerinin hepsi kaydedilmektedir', 63 all_html_allowed => 'Bütün HTML kodları kullanılabilir', 64 results => 'Statik Sayfalar Sonuçları', 65 author => 'Yazar', 66 no_title_or_content => 'En azından <b>Başlık</b> ve <b>İçerik</b> bölümlerini doldurmalısınız.', 67 no_such_page_anon => 'Lütfen giriş yapın..', 68 no_page_access_msg => "Bu olabilir çünkü giriş yapmadınız yada {$_CONF["site_name"]} nin kayıtlı bir üyesi değilsiniz. {$_CONF["site_name"]} nin tüm üyelik girişlerini elde etmek için lütfen <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> yeni bir üye olun</a>", 69 php_msg => 'PHP: ', 70 php_warn => 'Uyarı: Şayet bu seçeneği kullanırsanız, sayfanız PHP kodunda değerlendirilir. Dikkatli kullanın !!', 71 exit_msg => 'Çıkış Tipi: ', 72 exit_info => 'Giriş Mesajı İstemeyi olanaklı kılar. Normal güvenlik kontrolü ve mesajı için işareti kaldırın.', 73 deny_msg => 'Bu sayfaya giriş engellendi. Bu sayfa taşındı yada kaldırıldı veya yeterli izniniz yok.', 74 stats_headline => 'Top On Statik Sayfa', 75 stats_page_title => 'Sayfa Başlığı', 76 stats_hits => 'Hit', 77 stats_no_hits => 'It appears that there are no static pages on this site or no one has ever viewed them.', 78 id => 'ID', 79 duplicate_id => 'Bu statik sayfa için seçtiğiniz ID zaten kullanılıyor. Lütfen başka ID seçin.', 80 instructions => 'Bir statik sayfayı düzenlemek yada silmek isterseniz, aşağıdaki sayfa numarasına tıklayınız. Bir statik sayfayı görüntüleme, görmek istediğiniz sayfanın başlığına tıklyınız. Yeni bir statik sayfa yaratmak için üstteki Yeni Sayfa linkine tıklayın. [C] \'ye tıklayarak varolan sayfanın bir kopyasını yaratırsınız.', 81 centerblock => 'Ortablok: ', 82 centerblock_msg => 'İşaretlenirse, bu statik sayfa index sayfasında bir orta blokda görüntülenecektir.', 83 topic => 'Konu: ', 84 position => 'Pozisyon: ', 85 all_topics => 'Hepsi', 86 no_topic => 'Sadece Ana Sayfa', 87 position_top => 'Sayfanın Üstü', 88 position_feat => 'Günün Yazısından Sonra', 89 position_bottom => 'Sayfanın Altı', 90 position_entire => 'Tam Sayfa', 91 head_centerblock => 'Ortablok', 92 centerblock_no => 'Yok', 93 centerblock_top => 'Üst', 94 centerblock_feat => 'Gün. Yazısı', 95 centerblock_bottom => 'Alt', 96 centerblock_entire => 'Tam Sayfa', 97 'inblock_msg' => 'In a block: ', 98 'inblock_info' => 'Wrap Static Page in a block.', 99 'title_edit' => 'Edit page', 100 'title_copy' => 'Make a copy of this page', 101 'select_php_none' => 'do not execute PHP', 102 'select_php_return' => 'execute PHP (return)', 103 'select_php_free' => 'execute PHP', 104 'title_display' => 'Display page', 105 'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the <a href="' . $_CONF['site_url'] . '/docs/staticpages.html#php">documentation</a> for details.', 106 'printable_format' => 'Printable Format' 107 ); 108 109 // Messages for the plugin upgrade 110 $PLG_staticpages_MESSAGE3002 = $LANG32[9]; 111 112 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |