tr.dictionary.itop.ui.php 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268
  1. <?php
  2. // Copyright (C) 2010-2017 Combodo SARL
  3. //
  4. // This file is part of iTop.
  5. //
  6. // iTop is free software; you can redistribute it and/or modify
  7. // it under the terms of the GNU Affero General Public License as published by
  8. // the Free Software Foundation, either version 3 of the License, or
  9. // (at your option) any later version.
  10. //
  11. // iTop is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. // GNU Affero General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Affero General Public License
  17. // along with iTop. If not, see <http://www.gnu.org/licenses/>
  18. /**
  19. * Localized data
  20. *
  21. * @author Izzet Sirin <izzet.sirin@htr.com.tr>
  22. * @copyright Copyright (C) 2010-2017 Combodo SARL
  23. * @license http://opensource.org/licenses/AGPL-3.0
  24. */
  25. //////////////////////////////////////////////////////////////////////
  26. // Classes in 'gui'
  27. //////////////////////////////////////////////////////////////////////
  28. //
  29. //////////////////////////////////////////////////////////////////////
  30. // Classes in 'application'
  31. //////////////////////////////////////////////////////////////////////
  32. //
  33. //
  34. // Class: AuditCategory
  35. //
  36. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  37. 'Class:AuditCategory' => 'Denetleme Kategorisi',
  38. 'Class:AuditCategory+' => 'Denetlemedeki kategori',
  39. 'Class:AuditCategory/Attribute:name' => 'Kategori Adı',
  40. 'Class:AuditCategory/Attribute:name+' => 'Kategornin kısa adı',
  41. 'Class:AuditCategory/Attribute:description' => 'Kategori tanımlaması',
  42. 'Class:AuditCategory/Attribute:description+' => 'Kategori tanımlaması',
  43. 'Class:AuditCategory/Attribute:definition_set' => 'Tanımlama seti',
  44. 'Class:AuditCategory/Attribute:definition_set+' => 'Denetlenecek nesneler için OQL ifadesi',
  45. 'Class:AuditCategory/Attribute:rules_list' => 'Denetlem kuralları',
  46. 'Class:AuditCategory/Attribute:rules_list+' => 'Kategori için denetleme kuralları',
  47. ));
  48. //
  49. // Class: AuditRule
  50. //
  51. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  52. 'Class:AuditRule' => 'Denetleme Kuralı',
  53. 'Class:AuditRule+' => 'Denetleme Kategorisi kuralı',
  54. 'Class:AuditRule/Attribute:name' => 'Kural Adı',
  55. 'Class:AuditRule/Attribute:name+' => 'Kural Adı',
  56. 'Class:AuditRule/Attribute:description' => 'Kural tanımlaması',
  57. 'Class:AuditRule/Attribute:description+' => 'Kural tanımlaması',
  58. 'Class:AuditRule/Attribute:query' => 'Çalıştırılacak Sorgu',
  59. 'Class:AuditRule/Attribute:query+' => 'Çalıştırılcak OQL ifadesi',
  60. 'Class:AuditRule/Attribute:valid_flag' => 'Geçerli nesneler?',
  61. 'Class:AuditRule/Attribute:valid_flag+' => 'Kural geçerli nesne döndürüse doğru, diğer durumda yanlış',
  62. 'Class:AuditRule/Attribute:valid_flag/Value:true' => 'doğru',
  63. 'Class:AuditRule/Attribute:valid_flag/Value:true+' => 'doğru',
  64. 'Class:AuditRule/Attribute:valid_flag/Value:false' => 'yanlış',
  65. 'Class:AuditRule/Attribute:valid_flag/Value:false+' => 'yanlış',
  66. 'Class:AuditRule/Attribute:category_id' => 'Kategori',
  67. 'Class:AuditRule/Attribute:category_id+' => 'Kuralın kategorisi',
  68. 'Class:AuditRule/Attribute:category_name' => 'Kategori',
  69. 'Class:AuditRule/Attribute:category_name+' => 'Kural için kategori adı',
  70. ));
  71. //////////////////////////////////////////////////////////////////////
  72. // Classes in 'addon/userrights'
  73. //////////////////////////////////////////////////////////////////////
  74. //
  75. //
  76. // Class: User
  77. //
  78. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  79. 'Class:User' => 'Kullanıcı',
  80. 'Class:User+' => 'Kullanıcı',
  81. 'Class:User/Attribute:finalclass' => 'Hesap tipi',
  82. 'Class:User/Attribute:finalclass+' => '',
  83. 'Class:User/Attribute:contactid' => 'İrtibat (kişi)',
  84. 'Class:User/Attribute:contactid+' => 'İrtibat detayları',
  85. 'Class:User/Attribute:last_name' => 'Soyadı',
  86. 'Class:User/Attribute:last_name+' => 'İrtibatın soyadı',
  87. 'Class:User/Attribute:first_name' => 'Adı',
  88. 'Class:User/Attribute:first_name+' => 'İrtibatın adı',
  89. 'Class:User/Attribute:email' => 'E-posta',
  90. 'Class:User/Attribute:email+' => 'Kişinin e-posta adresi',
  91. 'Class:User/Attribute:login' => 'Kullanıcı adı',
  92. 'Class:User/Attribute:login+' => 'Kullanıcı adı',
  93. 'Class:User/Attribute:language' => 'Dil',
  94. 'Class:User/Attribute:language+' => 'Dil',
  95. 'Class:User/Attribute:language/Value:EN US' => 'English',
  96. 'Class:User/Attribute:language/Value:EN US+' => 'English (U.S.)',
  97. 'Class:User/Attribute:language/Value:FR FR' => 'French',
  98. 'Class:User/Attribute:language/Value:FR FR+' => 'French (France)',
  99. 'Class:User/Attribute:language/Value:TR TR' => 'Turkish',
  100. 'Class:User/Attribute:language/Value:TR TR+' => 'Turkish (Turkey)',
  101. 'Class:User/Attribute:profile_list' => 'Profiller',
  102. 'Class:User/Attribute:profile_list+' => 'Kullanıcı rolü',
  103. 'Class:User/Attribute:allowed_org_list' => 'Erişim yetkisi verilen kurumlar',
  104. 'Class:User/Attribute:allowed_org_list+' => 'Kullanıcın erişime yetkili olduğu kurumlar. Kurum tanımlanmaz ise sınırlama olmaz.',
  105. 'Class:User/Error:LoginMustBeUnique' => 'Kullanıcı adı tekil olmalı - "%1s" mevcut bir kullanıcıya ait.',
  106. 'Class:User/Error:AtLeastOneProfileIsNeeded' => 'En az bir profil kullanıcıya atanmalı',
  107. ));
  108. //
  109. // Class: URP_Profiles
  110. //
  111. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  112. 'Class:URP_Profiles' => 'Profil',
  113. 'Class:URP_Profiles+' => 'Kullanıcı profili',
  114. 'Class:URP_Profiles/Attribute:name' => 'Adı',
  115. 'Class:URP_Profiles/Attribute:name+' => 'Profil adı',
  116. 'Class:URP_Profiles/Attribute:description' => 'Tanımlama',
  117. 'Class:URP_Profiles/Attribute:description+' => 'Profil tanımlama',
  118. 'Class:URP_Profiles/Attribute:user_list' => 'Kullanıcılar',
  119. 'Class:URP_Profiles/Attribute:user_list+' => 'bu rolü kullanan kullanıcılar',
  120. ));
  121. //
  122. // Class: URP_Dimensions
  123. //
  124. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  125. 'Class:URP_Dimensions' => 'boyut',
  126. 'Class:URP_Dimensions+' => 'uygulama boyutları (silo kullanımları)',
  127. 'Class:URP_Dimensions/Attribute:name' => 'Adı',
  128. 'Class:URP_Dimensions/Attribute:name+' => 'Boyut adı',
  129. 'Class:URP_Dimensions/Attribute:description' => 'Tanımlama',
  130. 'Class:URP_Dimensions/Attribute:description+' => 'Tanımlama',
  131. 'Class:URP_Dimensions/Attribute:type' => 'Tip',
  132. 'Class:URP_Dimensions/Attribute:type+' => 'sınıf adı veya veri tipi (projection unit)',
  133. ));
  134. //
  135. // Class: URP_UserProfile
  136. //
  137. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  138. 'Class:URP_UserProfile' => 'Kullanıcı Profili',
  139. 'Class:URP_UserProfile+' => 'Kullanıcı Profili',
  140. 'Class:URP_UserProfile/Attribute:userid' => 'Kullanıcı',
  141. 'Class:URP_UserProfile/Attribute:userid+' => 'Kullanıcı hesabı',
  142. 'Class:URP_UserProfile/Attribute:userlogin' => 'Kullanıcı adı',
  143. 'Class:URP_UserProfile/Attribute:userlogin+' => 'Kullanıcı hesabı',
  144. 'Class:URP_UserProfile/Attribute:profileid' => 'Profil',
  145. 'Class:URP_UserProfile/Attribute:profileid+' => 'Kullanıcı profili',
  146. 'Class:URP_UserProfile/Attribute:profile' => 'Profil',
  147. 'Class:URP_UserProfile/Attribute:profile+' => 'Profil adı',
  148. 'Class:URP_UserProfile/Attribute:reason' => 'Sebep',
  149. 'Class:URP_UserProfile/Attribute:reason+' => 'Kullanıcının bu rolü alma sebebini açıklayınız',
  150. ));
  151. //
  152. // Class: URP_UserOrg
  153. //
  154. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  155. 'Class:URP_UserOrg' => 'Kullanıcı Kurumu',
  156. 'Class:URP_UserOrg+' => 'İzin verilen kurumlar',
  157. 'Class:URP_UserOrg/Attribute:userid' => 'Kullanıcı',
  158. 'Class:URP_UserOrg/Attribute:userid+' => 'Kullanıcı hesabı',
  159. 'Class:URP_UserOrg/Attribute:userlogin' => 'Kullanıcı',
  160. 'Class:URP_UserOrg/Attribute:userlogin+' => 'Kullanıcı hesabı',
  161. 'Class:URP_UserOrg/Attribute:allowed_org_id' => 'Kurum',
  162. 'Class:URP_UserOrg/Attribute:allowed_org_id+' => 'Erişim yetkisi kurumlar',
  163. 'Class:URP_UserOrg/Attribute:allowed_org_name' => 'Kurumu',
  164. 'Class:URP_UserOrg/Attribute:allowed_org_name+' => 'Erişim yetkisi verilen kurumlar',
  165. 'Class:URP_UserOrg/Attribute:reason' => 'Sebep',
  166. 'Class:URP_UserOrg/Attribute:reason+' => 'Kullanıcının bu rolü alma sebebini açıklayınız',
  167. ));
  168. //
  169. // Class: URP_ProfileProjection
  170. //
  171. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  172. 'Class:URP_ProfileProjection' => 'profile_projection',
  173. 'Class:URP_ProfileProjection+' => 'profile projections',
  174. 'Class:URP_ProfileProjection/Attribute:dimensionid' => 'Boyut',
  175. 'Class:URP_ProfileProjection/Attribute:dimensionid+' => 'uygulama boyutu',
  176. 'Class:URP_ProfileProjection/Attribute:dimension' => 'Boyut',
  177. 'Class:URP_ProfileProjection/Attribute:dimension+' => 'uygulama boyutu',
  178. 'Class:URP_ProfileProjection/Attribute:profileid' => 'Profil',
  179. 'Class:URP_ProfileProjection/Attribute:profileid+' => 'profil kullanımı',
  180. 'Class:URP_ProfileProjection/Attribute:profile' => 'Profil',
  181. 'Class:URP_ProfileProjection/Attribute:profile+' => 'Profil adı',
  182. 'Class:URP_ProfileProjection/Attribute:value' => 'Değer ifadesi',
  183. 'Class:URP_ProfileProjection/Attribute:value+' => 'OQL ifadesi (kullanıcı $user) | sabit | | +özellik kodu',
  184. 'Class:URP_ProfileProjection/Attribute:attribute' => 'Attribute',
  185. 'Class:URP_ProfileProjection/Attribute:attribute+' => 'Hedef özellik kodu (opsiyonel)',
  186. ));
  187. //
  188. // Class: URP_ClassProjection
  189. //
  190. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  191. 'Class:URP_ClassProjection' => 'sınıf projeksiyonu',
  192. 'Class:URP_ClassProjection+' => 'sınıf projeksiyonu',
  193. 'Class:URP_ClassProjection/Attribute:dimensionid' => 'Boyut',
  194. 'Class:URP_ClassProjection/Attribute:dimensionid+' => 'uygulama boyutu',
  195. 'Class:URP_ClassProjection/Attribute:dimension' => 'Boyut',
  196. 'Class:URP_ClassProjection/Attribute:dimension+' => 'uygulama boyutu',
  197. 'Class:URP_ClassProjection/Attribute:class' => 'Sınıf',
  198. 'Class:URP_ClassProjection/Attribute:class+' => 'Hedef sınıf',
  199. 'Class:URP_ClassProjection/Attribute:value' => 'Değer ifadesi',
  200. 'Class:URP_ClassProjection/Attribute:value+' => 'OQL ifadesi (kullanıcı $user) | sabit | | +özellik kodu',
  201. 'Class:URP_ClassProjection/Attribute:attribute' => 'Özellik',
  202. 'Class:URP_ClassProjection/Attribute:attribute+' => 'Hedef özellik kodu (opsiyonel)',
  203. ));
  204. //
  205. // Class: URP_ActionGrant
  206. //
  207. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  208. 'Class:URP_ActionGrant' => 'işlem yetkileri',
  209. 'Class:URP_ActionGrant+' => 'sınıf üzerindeki yetkiler',
  210. 'Class:URP_ActionGrant/Attribute:profileid' => 'Profil',
  211. 'Class:URP_ActionGrant/Attribute:profileid+' => 'Kullanım profili',
  212. 'Class:URP_ActionGrant/Attribute:profile' => 'Profil',
  213. 'Class:URP_ActionGrant/Attribute:profile+' => 'Kullanım profili',
  214. 'Class:URP_ActionGrant/Attribute:class' => 'Sınıf',
  215. 'Class:URP_ActionGrant/Attribute:class+' => 'Hedef sınıf',
  216. 'Class:URP_ActionGrant/Attribute:permission' => 'Erişim yetkisi',
  217. 'Class:URP_ActionGrant/Attribute:permission+' => 'yetkili veya yetkisiz?',
  218. 'Class:URP_ActionGrant/Attribute:permission/Value:yes' => 'evet',
  219. 'Class:URP_ActionGrant/Attribute:permission/Value:yes+' => 'evet',
  220. 'Class:URP_ActionGrant/Attribute:permission/Value:no' => 'hayır',
  221. 'Class:URP_ActionGrant/Attribute:permission/Value:no+' => 'hayır',
  222. 'Class:URP_ActionGrant/Attribute:action' => 'İşlem',
  223. 'Class:URP_ActionGrant/Attribute:action+' => 'verilen sınıf üzerinde uygulanacak işlemler',
  224. ));
  225. //
  226. // Class: URP_StimulusGrant
  227. //
  228. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  229. 'Class:URP_StimulusGrant' => 'uyarı yetkileri',
  230. 'Class:URP_StimulusGrant+' => 'nesnenin yaşam döngüsündeki uyarı yetkileri',
  231. 'Class:URP_StimulusGrant/Attribute:profileid' => 'Profil',
  232. 'Class:URP_StimulusGrant/Attribute:profileid+' => 'Kullanım profili',
  233. 'Class:URP_StimulusGrant/Attribute:profile' => 'Profil',
  234. 'Class:URP_StimulusGrant/Attribute:profile+' => 'Kullanım profili',
  235. 'Class:URP_StimulusGrant/Attribute:class' => 'Sınıf',
  236. 'Class:URP_StimulusGrant/Attribute:class+' => 'Hedef sınıf',
  237. 'Class:URP_StimulusGrant/Attribute:permission' => 'Yetki',
  238. 'Class:URP_StimulusGrant/Attribute:permission+' => 'yetkili veya yetkisiz?',
  239. 'Class:URP_StimulusGrant/Attribute:permission/Value:yes' => 'evet',
  240. 'Class:URP_StimulusGrant/Attribute:permission/Value:yes+' => 'evet',
  241. 'Class:URP_StimulusGrant/Attribute:permission/Value:no' => 'hayır',
  242. 'Class:URP_StimulusGrant/Attribute:permission/Value:no+' => 'hayır',
  243. 'Class:URP_StimulusGrant/Attribute:stimulus' => 'Uyarı',
  244. 'Class:URP_StimulusGrant/Attribute:stimulus+' => 'uyarı kodu',
  245. ));
  246. //
  247. // Class: URP_AttributeGrant
  248. //
  249. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  250. 'Class:URP_AttributeGrant' => 'özellik yetkisi',
  251. 'Class:URP_AttributeGrant+' => 'özellik seviyesinde yetki',
  252. 'Class:URP_AttributeGrant/Attribute:actiongrantid' => 'İzin verilen işlem',
  253. 'Class:URP_AttributeGrant/Attribute:actiongrantid+' => 'İşlem izni',
  254. 'Class:URP_AttributeGrant/Attribute:attcode' => 'Özellik',
  255. 'Class:URP_AttributeGrant/Attribute:attcode+' => 'Özellik kodu',
  256. ));
  257. //
  258. // String from the User Interface: menu, messages, buttons, etc...
  259. //
  260. Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
  261. 'BooleanLabel:yes' => 'evet',
  262. 'BooleanLabel:no' => 'hayır',
  263. 'Menu:WelcomeMenu' => 'Hoşgeldiniz', // Duplicated into itop-welcome-itil (will be removed from here...)
  264. 'Menu:WelcomeMenu+' => 'iTop\'a Hoşgeldiniz', // Duplicated into itop-welcome-itil (will be removed from here...)
  265. 'Menu:WelcomeMenuPage' => 'Hoşgeldiniz', // Duplicated into itop-welcome-itil (will be removed from here...)
  266. 'Menu:WelcomeMenuPage+' => 'iTop\'a Hoşgeldiniz', // Duplicated into itop-welcome-itil (will be removed from here...)
  267. 'UI:WelcomeMenu:Title' => 'iTop\'a Hoşgeldiniz',
  268. 'UI:WelcomeMenu:LeftBlock' => '<p>iTop açık kaynak Bilişim İşlem Potalıdır.</p>
  269. <ul>Kapsamı:
  270. <li>Bilişim altyapısının tanımlandığı ve dokümante edildiği Konfigürasyon Yönetimi CMDB (Configuration management database)modülü.</li>
  271. <li>Bilişim altyapısı ile ilgili tüm olayların takibi.</li>
  272. <li>Bilişim altyapısının değişim yönetimi.</li>
  273. <li>Bilinen hatalar bilgi kütüphanesi.</li>
  274. <li>Planlı kesintilerin kayıt altına alınması ve ilgililerin uyarılması.</li>
  275. <li>Özet gösterge ekranları</li>
  276. </ul>
  277. <p>Tüm modüller bağımsız olarak, adım adım kurulabilir.</p>',
  278. 'UI:WelcomeMenu:RightBlock' => '<p>iTop servis sağlayıcı maktığı ile hazırlanmış olup, birden fazla müşteri ve kuruma kolaylıkla hizmet vermeye imkan sağlar.
  279. <ul>iTop, zengin iş süreçleri tanımlama imkanıyla:
  280. <li>Bilişim yönetim etkinliğini</li>
  281. <li>Operasyon performansını</li>
  282. <li>Müşteri memnuniyetini ve yönetimin iş performansı hakkında bilgi sahibi olmasını sağlar.</li>
  283. </ul>
  284. </p>
  285. <p>iTop mevcut Bilşim altyapınızla entegre edilmeye açıktır.</p>
  286. <p>
  287. <ul>Yeni nesil operasyonel Bilişim portalı :
  288. <li>Bilişim ortamının daha iyi yönetilmesini.</li>
  289. <li>ITIL süreçlerinin kendi başınıza uygulanmaya.</li>
  290. <li>İşletmenin en önemli kaynağı olan dokümantasyonu yönetmesine imkan sağlar.</li>
  291. </ul>
  292. </p>',
  293. 'UI:WelcomeMenu:AllOpenRequests' => 'Açık istekler: %1$d',
  294. 'UI:WelcomeMenu:MyCalls' => 'İsteklerim',
  295. 'UI:WelcomeMenu:OpenIncidents' => 'Açık Arızalar: %1$d',
  296. 'UI:WelcomeMenu:AllConfigItems' => 'Konfigürasyon Kalemleri: %1$d',
  297. 'UI:WelcomeMenu:MyIncidents' => 'Bana atanan hatalar',
  298. 'UI:AllOrganizations' => ' Tüm Kurumlar ',
  299. 'UI:YourSearch' => 'Arama',
  300. 'UI:LoggedAsMessage' => '%1$s kullanıcısı ile bağlanıldı',
  301. 'UI:LoggedAsMessage+Admin' => '%1$s (Administrator) kullanıcısı ile bağlanıldı',
  302. 'UI:Button:Logoff' => 'Çıkış',
  303. 'UI:Button:GlobalSearch' => 'Arama',
  304. 'UI:Button:Search' => ' Arama ',
  305. 'UI:Button:Query' => ' Sorgu ',
  306. 'UI:Button:Ok' => 'Tamam',
  307. 'UI:Button:Cancel' => 'İptal',
  308. 'UI:Button:Apply' => 'Uygula',
  309. 'UI:Button:Back' => ' << Geri ',
  310. 'UI:Button:Next' => ' İleri >> ',
  311. 'UI:Button:Finish' => ' Bitir ',
  312. 'UI:Button:DoImport' => ' Dışardan Veri alı çalıştır ! ',
  313. 'UI:Button:Done' => ' Biiti ',
  314. 'UI:Button:SimulateImport' => ' Veri alışını simule et ',
  315. 'UI:Button:Test' => 'Test!',
  316. 'UI:Button:Evaluate' => ' Değerlendir ',
  317. 'UI:Button:AddObject' => ' Ekle... ',
  318. 'UI:Button:BrowseObjects' => ' Listele... ',
  319. 'UI:Button:Add' => ' Ekle ',
  320. 'UI:Button:AddToList' => ' << Ekle ',
  321. 'UI:Button:RemoveFromList' => ' Sil >> ',
  322. 'UI:Button:FilterList' => ' Filtreleme... ',
  323. 'UI:Button:Create' => ' Yarat ',
  324. 'UI:Button:Delete' => ' Sil ! ',
  325. 'UI:Button:ChangePassword' => ' Şifre değiştir ',
  326. 'UI:Button:ResetPassword' => ' Şifreyi sıfırla ',
  327. 'UI:SearchToggle' => 'Ara',
  328. 'UI:ClickToCreateNew' => 'Yeni %1$s yarat',
  329. 'UI:SearchFor_Class' => '%1$s Arama',
  330. 'UI:NoObjectToDisplay' => 'Görüntülenecek nesne bulunamadı.',
  331. 'UI:Error:MandatoryTemplateParameter_object_id' => 'link_attr tanımlandığında object_id alanı zorunludur. Görüntülme (Display) şablonun tanımlamasını kontrol ediniz.',
  332. 'UI:Error:MandatoryTemplateParameter_target_attr' => 'link_attr tanımlandığında target_attr alanı zorunludur. Görüntülme (Display) şablonun tanımlamasını kontrol ediniz.',
  333. 'UI:Error:MandatoryTemplateParameter_group_by' => 'group_by alanı zorunludur. Görüntülme (Display) şablonun tanımlamasını kontrol ediniz.',
  334. 'UI:Error:InvalidGroupByFields' => 'group by geçersiz alan listesi: "%1$s".',
  335. 'UI:Error:UnsupportedStyleOfBlock' => 'Hata: blok için desteklenmeyen stil: "%1$s".',
  336. 'UI:Error:IncorrectLinkDefinition_LinkedClass_Class' => 'Hatalı ilişki tanımı: yönetilecek sınıfa: %1$s ait ilişki anahtarı (an external key) sınıfında %2$s bulunamadı',
  337. 'UI:Error:Object_Class_Id_NotFound' => 'Nesne: %1$s:%2$d bulunamadı.',
  338. 'UI:Error:WizardCircularReferenceInDependencies' => 'Hata: Alanlar arasında döngüsel bağımlılık (Circular reference in the dependencies) tespit edildi. Veri modelinizi kontrol ediniz.',
  339. 'UI:Error:UploadedFileTooBig' => 'Yüklenmek istenen dosya çok büyük. (üst sınır %1$s). PHP configürasyonunu kontrol ediniz (upload_max_filesize ve post_max_size parametrelerini düzenleyiniz).',
  340. 'UI:Error:UploadedFileTruncated.' => 'Yüklenen dosyanın tamamı yüklenemedi !',
  341. 'UI:Error:NoTmpDir' => 'Gecici dizi (temporary directory) tanımlı değil.',
  342. 'UI:Error:CannotWriteToTmp_Dir' => 'Geçici dosya diske yazılamadı. upload_tmp_dir = "%1$s".',
  343. 'UI:Error:UploadStoppedByExtension_FileName' => 'Dosya yükleme dosya uzantısı nedeniyle duruduruldu. (Dosya adı = "%1$s").',
  344. 'UI:Error:UploadFailedUnknownCause_Code' => 'Dosya yükleme bilinmeyen bir sebeple başarısız oldu. (Hata kodu = "%1$s").',
  345. 'UI:Error:1ParametersMissing' => 'Hata: Bu operasyon için %1$s parametresi tanımlanmalı.',
  346. 'UI:Error:2ParametersMissing' => 'Hata: Bu operasyon için %1$s ve %2$s parametreleri tanımlanmalı.',
  347. 'UI:Error:3ParametersMissing' => 'Hata: Bu operasyon için %1$s, %2$s ve %3$s parametreleri tanımlanmalı.',
  348. 'UI:Error:4ParametersMissing' => 'Hata: Bu operasyon için %1$s, %2$s, %3$s ve %4$s parametreleri tanımlanmalı.',
  349. 'UI:Error:IncorrectOQLQuery_Message' => 'Hata: hatalı OQL sorgusu: %1$s',
  350. 'UI:Error:AnErrorOccuredWhileRunningTheQuery_Message' => 'Sorgu sırasında hata oluştu: %1$s',
  351. 'UI:Error:ObjectAlreadyUpdated' => 'Hata: nesne hali hazırda güncellendi.',
  352. 'UI:Error:ObjectCannotBeUpdated' => 'Hata: nesne güncellenemedi.',
  353. 'UI:Error:ObjectsAlreadyDeleted' => 'Hata: nesne hali hazırda silinmiş!',
  354. 'UI:Error:BulkDeleteNotAllowedOn_Class' => '%1$s sınıfına ait nesnelerin toplu silimine yetkiniz yok.',
  355. 'UI:Error:DeleteNotAllowedOn_Class' => '%1$s sınıfına ait nesnelerin silimine yetkiniz yok.',
  356. 'UI:Error:BulkModifyNotAllowedOn_Class' => '%1$s sınıfına ait nesnelerin toplu güncellenmesine yetkiniz yok.',
  357. 'UI:Error:ObjectAlreadyCloned' => 'Hata: nesne hali hazırda klonlanmış!',
  358. 'UI:Error:ObjectAlreadyCreated' => 'Hata: nesne hali hazırda yaratılmış!',
  359. 'UI:Error:Invalid_Stimulus_On_Object_In_State' => 'Hata: "%3$s" durumundaki %2$s nesnesi için "%1$s" uyarısı geçersizdir.',
  360. 'UI:GroupBy:Count' => 'Say',
  361. 'UI:GroupBy:Count+' => 'Eleman sayısı',
  362. 'UI:CountOfObjects' => 'Kritere uyan %1$d nesne bulundu.',
  363. 'UI_CountOfObjectsShort' => '%1$d nesne.',
  364. 'UI:NoObject_Class_ToDisplay' => '%1$s nesne listelenecek',
  365. 'UI:History:LastModified_On_By' => '%1$s tarihinde %2$s tarafından değiştirilmiş.',
  366. 'UI:HistoryTab' => 'Tarihçe',
  367. 'UI:NotificationsTab' => 'Uyarılar',
  368. 'UI:History:Date' => 'Tarih',
  369. 'UI:History:Date+' => 'Değişiklik tarihi',
  370. 'UI:History:User' => 'Kullanıcı',
  371. 'UI:History:User+' => 'Değişikliğ yapan kullanıcı',
  372. 'UI:History:Changes' => 'Değişiklikler',
  373. 'UI:History:Changes+' => 'Nesneye yapılan değişiklikler',
  374. 'UI:Loading' => 'Yükleniyor...',
  375. 'UI:Menu:Actions' => 'İşlemler',
  376. 'UI:Menu:OtherActions' => 'Diğer İşlemler',
  377. 'UI:Menu:New' => 'Yeni...',
  378. 'UI:Menu:Add' => 'Ekle...',
  379. 'UI:Menu:Manage' => 'Yönet...',
  380. 'UI:Menu:EMail' => 'e-posta',
  381. 'UI:Menu:CSVExport' => 'CSV olarak dışarı ver...',
  382. 'UI:Menu:Modify' => 'Düzenle...',
  383. 'UI:Menu:Delete' => 'Sil...',
  384. 'UI:Menu:Manage' => 'Yönet...',
  385. 'UI:Menu:BulkDelete' => 'Sil...',
  386. 'UI:UndefinedObject' => 'tanımsız',
  387. 'UI:Document:OpenInNewWindow:Download' => 'Yeni pencerede aç: %1$s, Karşıdan yükle: %2$s',
  388. 'UI:SelectAllToggle+' => 'Tümünü Seç / Tümünü seçme',
  389. 'UI:TruncatedResults' => '%1$d / %2$d',
  390. 'UI:DisplayAll' => 'Hepsini göster',
  391. 'UI:CollapseList' => 'Gizle',
  392. 'UI:CountOfResults' => '%1$d nesne',
  393. 'UI:ChangesLogTitle' => 'değişiklik kaydı (%1$d):',
  394. 'UI:EmptyChangesLogTitle' => 'deiğişiklik kaydı boş',
  395. 'UI:SearchFor_Class_Objects' => '%1$s nesnelerini ara',
  396. 'UI:OQLQueryBuilderTitle' => 'OQL Sorgu hazırlama',
  397. 'UI:OQLQueryTab' => 'OQL Sorgu',
  398. 'UI:SimpleSearchTab' => 'Basit arama',
  399. 'UI:Details+' => 'Detaylar',
  400. 'UI:SearchValue:Any' => '* Herhangi *',
  401. 'UI:SearchValue:Mixed' => '* karışık *',
  402. 'UI:SelectOne' => '-- Birini seçiniz --',
  403. 'UI:Login:Welcome' => 'iTop\'a Hoşgeldiniz!',
  404. 'UI:Login:IncorrectLoginPassword' => 'Hatalı kullanıcı/şifre tekrar deneyiniz.',
  405. 'UI:Login:IdentifyYourself' => 'Devam etmeden önce kendinizi tanıtınız',
  406. 'UI:Login:UserNamePrompt' => 'Kullanıcı Adı',
  407. 'UI:Login:PasswordPrompt' => 'Şifre',
  408. 'UI:Login:ChangeYourPassword' => 'Şifre Değiştir',
  409. 'UI:Login:OldPasswordPrompt' => 'Mevcut şifre',
  410. 'UI:Login:NewPasswordPrompt' => 'Yeni şifre',
  411. 'UI:Login:RetypeNewPasswordPrompt' => 'Yeni şifre tekrar',
  412. 'UI:Login:IncorrectOldPassword' => 'Hata: mevcut şifre hatalı',
  413. 'UI:LogOffMenu' => 'Çıkış',
  414. 'UI:LogOff:ThankYou' => 'iTop Kullanıdığınız için teşekkürler',
  415. 'UI:LogOff:ClickHereToLoginAgain' => 'Tekrar bağlanmak için tıklayınız...',
  416. 'UI:ChangePwdMenu' => 'Şifre değiştir...',
  417. 'UI:Login:RetypePwdDoesNotMatch' => 'Yeni şifre eşlenmedi !',
  418. 'UI:Button:Login' => 'iTop\'a Giriş',
  419. 'UI:Login:Error:AccessRestricted' => 'iTop erişim sınırlandırıldı. Sistem yöneticisi ile irtibata geçiniz',
  420. 'UI:Login:Error:AccessAdmin' => 'Erişim sistem yönetci hesaplaları ile mümkün. Sistem yöneticisi ile irtibata geçiniz.',
  421. 'UI:CSVImport:MappingSelectOne' => '-- Birini seçiniz --',
  422. 'UI:CSVImport:MappingNotApplicable' => '-- alanı ihmal et --',
  423. 'UI:CSVImport:NoData' => 'Boş veri seti..., veri giriniz!',
  424. 'UI:Title:DataPreview' => 'Veri öngörüntüleme',
  425. 'UI:CSVImport:ErrorOnlyOneColumn' => 'Hata: Veri sadece bir kolon içeriyor. Doğru ayıraç karakteri seçtiniz mi ?',
  426. 'UI:CSVImport:FieldName' => 'Alan %1$d',
  427. 'UI:CSVImport:DataLine1' => 'Veri Satırı 1',
  428. 'UI:CSVImport:DataLine2' => 'Veri Satırı 2',
  429. 'UI:CSVImport:idField' => 'id (Tekil anahtar)',
  430. 'UI:Title:BulkImport' => 'iTop - Toplu giriş',
  431. 'UI:Title:BulkImport+' => 'CSV içeri aktarma aracı',
  432. 'UI:CSVImport:ClassesSelectOne' => '-- Birini seçiniz --',
  433. 'UI:CSVImport:ErrorExtendedAttCode' => 'Hata: "%1$s" hatalı kod, çünkü "%2$s" ile "%3$s" tekil ilişkide değil',
  434. 'UI:CSVImport:ObjectsWillStayUnchanged' => '%1$d adet nesne değişmeyecek.',
  435. 'UI:CSVImport:ObjectsWillBeModified' => '%1$d adet nesne değiştirilecek.',
  436. 'UI:CSVImport:ObjectsWillBeAdded' => '%1$d adet nesne eklenecek.',
  437. 'UI:CSVImport:ObjectsWillHaveErrors' => '%1$d adet nesnede hata oluştu.',
  438. 'UI:CSVImport:ObjectsRemainedUnchanged' => '%1$d adet nesne değişmedi.',
  439. 'UI:CSVImport:ObjectsWereModified' => '%1$d adet nesne güncellendi.',
  440. 'UI:CSVImport:ObjectsWereAdded' => '%1$d adet nesne eklendi.',
  441. 'UI:CSVImport:ObjectsHadErrors' => '%1$d adet nesnede hata tespit edildi.',
  442. 'UI:Title:CSVImportStep2' => 'Step 2 of 5: CSV veri seçenekleri',
  443. 'UI:Title:CSVImportStep3' => 'Step 3 of 5: Veri eşleme',
  444. 'UI:Title:CSVImportStep4' => 'Step 4 of 5: Verinin içeri aktarım simülasyonu',
  445. 'UI:Title:CSVImportStep5' => 'Step 5 of 5: İçeri aktarım tamamlandı',
  446. 'UI:CSVImport:LinesNotImported' => 'Satırlar yüklenemedi:',
  447. 'UI:CSVImport:LinesNotImported+' => 'Aşağıdaki satırlar hata nedeniyle yüklenemedi',
  448. 'UI:CSVImport:SeparatorComma+' => ', (virgül)',
  449. 'UI:CSVImport:SeparatorSemicolon+' => '; (noktalı virgül)',
  450. 'UI:CSVImport:SeparatorTab+' => 'tab',
  451. 'UI:CSVImport:SeparatorOther' => 'diğer:',
  452. 'UI:CSVImport:QualifierDoubleQuote+' => '" (çift tırnak)',
  453. 'UI:CSVImport:QualifierSimpleQuote+' => '\' (tırnak)',
  454. 'UI:CSVImport:QualifierOther' => 'diğer:',
  455. 'UI:CSVImport:TreatFirstLineAsHeader' => 'İlk satırı başlık olarak değerlendir(kolon isimleri)',
  456. 'UI:CSVImport:Skip_N_LinesAtTheBeginning' => 'Skip %1$s line(s) at the beginning of the file',
  457. 'UI:CSVImport:CSVDataPreview' => 'CSV Veri Görüntüleme',
  458. 'UI:CSVImport:SelectFile' => 'İçeri aktarılacak dosyayı seçiniz:',
  459. 'UI:CSVImport:Tab:LoadFromFile' => 'Dosyadan oku',
  460. 'UI:CSVImport:Tab:CopyPaste' => 'Veriyi kopyala yapıştır',
  461. 'UI:CSVImport:Tab:Templates' => 'Şablonlar',
  462. 'UI:CSVImport:PasteData' => 'İçeri aktarılacak veriyi yapıştır:',
  463. 'UI:CSVImport:PickClassForTemplate' => 'İndirilecek şablonu seçiniz: ',
  464. 'UI:CSVImport:SeparatorCharacter' => 'Ayıraç karakteri:',
  465. 'UI:CSVImport:TextQualifierCharacter' => 'Metin belirteç karakteri',
  466. 'UI:CSVImport:CommentsAndHeader' => 'Yorum ve başlık',
  467. 'UI:CSVImport:SelectClass' => 'İçeri aktarılacak sınıfı seçiniz:',
  468. 'UI:CSVImport:AdvancedMode' => 'Uzman modu',
  469. 'UI:CSVImport:AdvancedMode+' => 'Uzman modunda (In advanced mode) "id" (primary key) alanı nesnenin güncellenmesi ve adının değiştirilmesi için kullanılabilir.' .
  470. '"id" (mevcut ise) alanı tek sorgu kriteri olarak kullnılabilri ve diğer sorgu kriterleri ile birleştirilmez.',
  471. 'UI:CSVImport:SelectAClassFirst' => 'Eşlemeyi yapmak için önce sınıfı seçiniz.',
  472. 'UI:CSVImport:HeaderFields' => 'Alanlar',
  473. 'UI:CSVImport:HeaderMappings' => 'Eşlemeler',
  474. 'UI:CSVImport:HeaderSearch' => 'Arama?',
  475. 'UI:CSVImport:AlertIncompleteMapping' => 'Lütfen tüm alanlar için alan eşlemesini yapınız.',
  476. 'UI:CSVImport:AlertNoSearchCriteria' => 'Lütfen en az bir sorgu kriteri seçiniz.',
  477. 'UI:CSVImport:Encoding' => 'Karakter kodlaması',
  478. 'UI:UniversalSearchTitle' => 'iTop - Genel arama',
  479. 'UI:UniversalSearch:Error' => 'Hata: %1$s',
  480. 'UI:UniversalSearch:LabelSelectTheClass' => 'Aranacak sınıfı seçiniz: ',
  481. 'UI:Audit:Title' => 'iTop - CMDB Denetleme',
  482. 'UI:Audit:InteractiveAudit' => 'Etkileşimli Denetleme',
  483. 'UI:Audit:HeaderAuditRule' => 'Denetleme Kuralı',
  484. 'UI:Audit:HeaderNbObjects' => 'Nesne Sayısı',
  485. 'UI:Audit:HeaderNbErrors' => 'Hata sayısı',
  486. 'UI:Audit:PercentageOk' => '% Tamam',
  487. 'UI:RunQuery:Title' => 'iTop - OQL Sorgu değerlendirme',
  488. 'UI:RunQuery:QueryExamples' => 'Sorgu örnekleri',
  489. 'UI:RunQuery:HeaderPurpose' => 'Amaç',
  490. 'UI:RunQuery:HeaderPurpose+' => 'Sorgu açıklaması',
  491. 'UI:RunQuery:HeaderOQLExpression' => 'OQL ifadesi',
  492. 'UI:RunQuery:HeaderOQLExpression+' => 'OQL yapısında sorgu',
  493. 'UI:RunQuery:ExpressionToEvaluate' => 'Değerlendirilecek ifade: ',
  494. 'UI:RunQuery:MoreInfo' => 'Sorgu hakkında detaylı bilgi: ',
  495. 'UI:RunQuery:DevelopedQuery' => 'Yeniden düzenlenen sorgu: ',
  496. 'UI:RunQuery:SerializedFilter' => 'Özel filtre: ',
  497. 'UI:RunQuery:Error' => 'Sorgu sırasında hata oluştu: %1$s',
  498. 'UI:Schema:Title' => 'iTop objects schema',
  499. 'UI:Schema:CategoryMenuItem' => 'Kategori <b>%1$s</b>',
  500. 'UI:Schema:Relationships' => 'İlişkiler',
  501. 'UI:Schema:AbstractClass' => 'Soyut sınıf: bu sınıftan nesne türetilemez.',
  502. 'UI:Schema:NonAbstractClass' => 'Soyut olmayan sınıf: bu sınıftan nesne türetilebilir.',
  503. 'UI:Schema:ClassHierarchyTitle' => 'Sınıf ilişkisi',
  504. 'UI:Schema:AllClasses' => 'Tüm sınıflar',
  505. 'UI:Schema:ExternalKey_To' => 'Harici anahtar %1$s',
  506. 'UI:Schema:Columns_Description' => 'Kolonlar: <em>%1$s</em>',
  507. 'UI:Schema:Default_Description' => 'Öndeğer: "%1$s"',
  508. 'UI:Schema:NullAllowed' => 'Boş olamaz',
  509. 'UI:Schema:NullNotAllowed' => 'Boş olabilir',
  510. 'UI:Schema:Attributes' => 'Özellikler',
  511. 'UI:Schema:AttributeCode' => 'Özellik kodu',
  512. 'UI:Schema:AttributeCode+' => 'Özellik için dahili kod',
  513. 'UI:Schema:Label' => 'Etiket',
  514. 'UI:Schema:Label+' => 'Özellik etiketi',
  515. 'UI:Schema:Type' => 'Tip',
  516. 'UI:Schema:Type+' => 'Özellik veri tipi',
  517. 'UI:Schema:Origin' => 'Kaynak',
  518. 'UI:Schema:Origin+' => 'Özelliğin tanımlandığı ana sınıf',
  519. 'UI:Schema:Description' => 'Tanımlama',
  520. 'UI:Schema:Description+' => 'Özellik tanımı',
  521. 'UI:Schema:AllowedValues' => 'Alabileceği değerler',
  522. 'UI:Schema:AllowedValues+' => 'Özelliğin alabileceği değer kısıtları',
  523. 'UI:Schema:MoreInfo' => 'Daha fazla bilgi',
  524. 'UI:Schema:MoreInfo+' => 'Veritabanında tanımlı alan için daha fazla bilgi',
  525. 'UI:Schema:SearchCriteria' => 'Arama kriteri',
  526. 'UI:Schema:FilterCode' => 'Filtreleme kodu',
  527. 'UI:Schema:FilterCode+' => 'Arama kriter kodu',
  528. 'UI:Schema:FilterDescription' => 'Tanımlama',
  529. 'UI:Schema:FilterDescription+' => 'Arama kiter kodu tanılaması',
  530. 'UI:Schema:AvailOperators' => 'Kullanılabilir işlemler',
  531. 'UI:Schema:AvailOperators+' => 'Arama kriteri için kullanılabilir işlemler',
  532. 'UI:Schema:ChildClasses' => 'Alt sınıflar',
  533. 'UI:Schema:ReferencingClasses' => 'Refrans sınıflar',
  534. 'UI:Schema:RelatedClasses' => 'İlgili sınıflar',
  535. 'UI:Schema:LifeCycle' => 'yaşam döngüsü',
  536. 'UI:Schema:Triggers' => 'Tetikleyiciler',
  537. 'UI:Schema:Relation_Code_Description' => 'İlişki <em>%1$s</em> (%2$s)',
  538. 'UI:Schema:RelationDown_Description' => 'Aşağı: %1$s',
  539. 'UI:Schema:RelationUp_Description' => 'Yukarı: %1$s',
  540. 'UI:Schema:RelationPropagates' => '%1$s: %2$d seviye öteler, sorgu: %3$s',
  541. 'UI:Schema:RelationDoesNotPropagate' => '%1$s: (%2$d seviye) ötelenmez, sorgu: %3$s',
  542. 'UI:Schema:Class_ReferencingClasses_From_By' => '%1$s %2$s\'nın %3$s alanı ile ilişkilendirilmiştir',
  543. 'UI:Schema:Class_IsLinkedTo_Class_Via_ClassAndAttribute' => '%1$s alanı %3$s::<em>%4$s</em> aracılığı %2$s ile ilişkilendirilmiştir',
  544. 'UI:Schema:Links:1-n' => 'Sınıf bağlantısı %1$s (1:n links):',
  545. 'UI:Schema:Links:n-n' => 'Sınıf bağlantısı %1$s (n:n links):',
  546. 'UI:Schema:Links:All' => 'İlişkili sınıfların grafiği',
  547. 'UI:Schema:NoLifeCyle' => 'Bu sınıf için yaşam döngüsü tanımlanmamış.',
  548. 'UI:Schema:LifeCycleTransitions' => 'Geçişler',
  549. 'UI:Schema:LifeCyleAttributeOptions' => 'Özellik seçenekleri',
  550. 'UI:Schema:LifeCycleHiddenAttribute' => 'Gizli',
  551. 'UI:Schema:LifeCycleReadOnlyAttribute' => 'Salt okunur',
  552. 'UI:Schema:LifeCycleMandatoryAttribute' => 'Zorunlu Alan',
  553. 'UI:Schema:LifeCycleAttributeMustChange' => 'Değiştirilmesi gereken',
  554. 'UI:Schema:LifeCycleAttributeMustPrompt' => 'Kullanıcıdan değeri değüiştirmesi istenir',
  555. 'UI:Schema:LifeCycleEmptyList' => 'boş liste',
  556. 'UI:LinksWidget:Autocomplete+' => 'İlk 3 karakteri giriniz...',
  557. 'UI:Combo:SelectValue' => '--- değer seçiniz ---',
  558. 'UI:Label:SelectedObjects' => 'Seçilen nesneler: ',
  559. 'UI:Label:AvailableObjects' => 'Seçilebilir nesneler: ',
  560. 'UI:Link_Class_Attributes' => '%1$s özellikler',
  561. 'UI:SelectAllToggle+' => 'Tümünü seç / Tümünü seçme',
  562. 'UI:AddObjectsOf_Class_LinkedWith_Class_Instance' => '%2$s: %3$s ile ilişkideki %1$s nesnelerini Ekle ',
  563. 'UI:AddObjectsOf_Class_LinkedWith_Class' => '%2$s ile %1$s arasında yeni bağlantı oluştur ',
  564. 'UI:ManageObjectsOf_Class_LinkedWith_Class_Instance' => '%2$s: %3$s ile bağlantılı %1$s nesnelerini yönet ',
  565. 'UI:AddLinkedObjectsOf_Class' => '%1$s nesnelerini ekle...',
  566. 'UI:RemoveLinkedObjectsOf_Class' => 'Seçili nesnleri sil',
  567. 'UI:Message:EmptyList:UseAdd' => 'Liste boş, Yeni nesne ekleme için "Yeni..." seçiniz.',
  568. 'UI:Message:EmptyList:UseSearchForm' => 'Eklemek istediğiniz nesneleri bulmak için yukarıdaki arama formunu kullanınız.',
  569. 'UI:Wizard:FinalStepTitle' => 'Final step: confirmation',
  570. 'UI:Title:DeletionOf_Object' => '%1$s silimi',
  571. 'UI:Title:BulkDeletionOf_Count_ObjectsOf_Class' => '%2$s sınıfına ait çoklu %1$d nesne silimi',
  572. 'UI:Delete:NotAllowedToDelete' => 'Bu nesneyi silmek için yetkiniz yok',
  573. 'UI:Delete:NotAllowedToUpdate_Fields' => '%1$s alanlarını güncellemek için yetkiniz yok',
  574. 'UI:Error:CannotDeleteBecause' => 'This object could not be deleted because: %1$s',
  575. 'UI:Error:NotEnoughRightsToDelete' => 'Nesne yetersiz yetki nedeniyle silinemedi',
  576. 'UI:Error:CannotDeleteBecauseOfDepencies' => 'Bu nesneyi silmek için öncelikli dışarıdan yapılması gereken işlemler var',
  577. 'UI:Archive_User_OnBehalfOf_User' => '%1$s on behalf of %2$s',
  578. 'UI:Delete:AutomaticallyDeleted' => 'otomatik olarak silindi',
  579. 'UI:Delete:AutomaticResetOf_Fields' => '%1$s alanlarını otomatik sıfırla',
  580. 'UI:Delete:CleaningUpRefencesTo_Object' => '%1$s nesnesine verilen tüm referansları temizle...',
  581. 'UI:Delete:CleaningUpRefencesTo_Several_ObjectsOf_Class' => '%2$s sınıfına ait %1$d nesnesinin tüm referanslarını temizle ...',
  582. 'UI:Delete:Done+' => 'Ne yapıldı...',
  583. 'UI:Delete:_Name_Class_Deleted' => '%1$s - %2$s silindi.',
  584. 'UI:Delete:ConfirmDeletionOf_Name' => '%1$s\'in silimi',
  585. 'UI:Delete:ConfirmDeletionOf_Count_ObjectsOf_Class' => '%2$s sınıfına ait %1$d nesnelerinin silimi ',
  586. // 'UI:Delete:ShouldBeDeletedAtomaticallyButNotPossible' => 'Otomatik silimesini mi istiyorsunuz, ancak buna yetkiniz yok',
  587. // 'UI:Delete:MustBeDeletedManuallyButNotPossible' => 'Manuel silinmeli - ancak bu nesneyi silmeye yetkiniz yok, lütfen sistem yöneticisiyle irtibata geçiniz.',
  588. 'UI:Delete:WillBeDeletedAutomatically' => 'Otomatik olarak silinecek',
  589. 'UI:Delete:MustBeDeletedManually' => 'Manuel silinmeli',
  590. 'UI:Delete:CannotUpdateBecause_Issue' => 'Otomatik güncellenmeli, ancak: %1$s',
  591. 'UI:Delete:WillAutomaticallyUpdate_Fields' => 'otomatik güncellenecek (reset: %1$s)',
  592. 'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d nesne/ilişki %2$s\'yi referans ediyor',
  593. 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d silinmek istenen nesne/bağlantıları referans veriyor',
  594. 'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'Veri tabanı doğruluğu(Database integrity) için yeni referans verilmesi engellenmelidir',
  595. 'UI:Delete:Consequence+' => 'Ne yapılacak',
  596. 'UI:Delete:SorryDeletionNotAllowed' => 'Bu nesneyi silmeye yetkiniz yok, yukarıdaki açıklamayı bakınız',
  597. 'UI:Delete:PleaseDoTheManualOperations' => 'Bu nesneyi silmeden önce yukarıdaki işlemleri manuel olarak yapınız',
  598. 'UI:Delect:Confirm_Object' => '%1$s\'i silmek istediğnizden emin misiniz?',
  599. 'UI:Delect:Confirm_Count_ObjectsOf_Class' => '%1$d nesnesini (sınıfı %2$s) silmek istediğinizden emin misiniz?',
  600. 'UI:WelcomeToITop' => 'iTop\'a Hoşgeldiniz',
  601. 'UI:DetailsPageTitle' => 'iTop - %1$s - %2$s detayları',
  602. 'UI:ErrorPageTitle' => 'iTop - Hata',
  603. 'UI:ObjectDoesNotExist' => 'Nesne mevcut değil veya yetkiniz yok.',
  604. 'UI:ObjectArchived' => 'This object has been archived. Please enable the archive mode or contact your administrator.~~',
  605. 'Tag:Archived' => 'Archived~~',
  606. 'Tag:Archived+' => 'Can be accessed only in archive mode~~',
  607. 'Tag:Obsolete' => 'Obsolete~~',
  608. 'Tag:Obsolete+' => 'Excluded from the impact analysis and search results~~',
  609. 'Tag:Synchronized' => 'Synchronized~~',
  610. 'ObjectRef:Archived' => 'Archived~~',
  611. 'ObjectRef:Obsolete' => 'Obsolete~~',
  612. 'UI:SearchResultsPageTitle' => 'iTop - Arama Sonuçları',
  613. 'UI:SearchResultsTitle' => 'Arama Sonuçları',
  614. 'UI:SearchResultsTitle+' => 'Full-text search results~~',
  615. 'UI:Search:NoSearch' => 'Nothing to search for',
  616. 'UI:FullTextSearchTitle_Text' => '"%1$s" için arama sonuçları:',
  617. 'UI:Search:Count_ObjectsOf_Class_Found' => '%2$s sınıfına ait %1$d nesne bulundu.',
  618. 'UI:Search:NoObjectFound' => 'Kayıt bulunamadı.',
  619. 'UI:ModificationPageTitle_Object_Class' => 'iTop - %1$s - %2$s modifikasyon',
  620. 'UI:ModificationTitle_Class_Object' => '%1$s: <span class=\"hilite\">%2$s</span> modifikasyonu',
  621. 'UI:ClonePageTitle_Object_Class' => 'iTop - %1$s - %2$s modifikasyonunu klonlayınız',
  622. 'UI:CloneTitle_Class_Object' => '%1$s klonu: <span class=\"hilite\">%2$s</span>',
  623. 'UI:CreationPageTitle_Class' => 'iTop - Yeni %1$s yaratımı',
  624. 'UI:CreationTitle_Class' => 'Yeni %1$s yarat',
  625. 'UI:SelectTheTypeOf_Class_ToCreate' => 'Yaratılacak %1$s nesne tipini seçiniz',
  626. 'UI:Class_Object_NotUpdated' => 'Değişiklik tespit edilemedi, %1$s (%2$s) <strong>güncellenmedi</strong>.',
  627. 'UI:Class_Object_Updated' => '%1$s (%2$s) güncellendi.',
  628. 'UI:BulkDeletePageTitle' => 'iTop - Toplu silme işlemi',
  629. 'UI:BulkDeleteTitle' => 'Silmek istediğiniz nesneleri seçiniz:',
  630. 'UI:PageTitle:ObjectCreated' => 'iTop Nesne yaratıldı.',
  631. 'UI:Title:Object_Of_Class_Created' => '%1$s - %2$s yaratıldı.',
  632. 'UI:Apply_Stimulus_On_Object_In_State_ToTarget_State' => '%1$s işlemi %2$s durumunda %3$s nesnesine uygulanır. Bir sonraki durum: %4$s.',
  633. 'UI:ObjectCouldNotBeWritten' => 'Nesne kaydedilemedi: %1$s',
  634. 'UI:PageTitle:FatalError' => 'iTop - Kritik Hata',
  635. 'UI:SystemIntrusion' => 'Bu işlem için yetkiniz yok',
  636. 'UI:FatalErrorMessage' => 'Kritik Hata, iTop devam edemiyor.',
  637. 'UI:Error_Details' => 'Hata: %1$s.',
  638. 'UI:PageTitle:ClassProjections' => 'iTop Kullanıcı Yönetimi - sınıf koruması',
  639. 'UI:PageTitle:ProfileProjections' => 'iTop Kullanıcı Yönetimi - profil koruması',
  640. 'UI:UserManagement:Class' => 'Sınıf',
  641. 'UI:UserManagement:Class+' => 'Nesnin sınıfı',
  642. 'UI:UserManagement:ProjectedObject' => 'Nesne',
  643. 'UI:UserManagement:ProjectedObject+' => 'Projected object',
  644. 'UI:UserManagement:AnyObject' => '* herhangi *',
  645. 'UI:UserManagement:User' => 'Kullanıcı',
  646. 'UI:UserManagement:User+' => 'User involved in the projection',
  647. 'UI:UserManagement:Profile' => 'Profil',
  648. 'UI:UserManagement:Profile+' => 'Profile in which the projection is specified',
  649. 'UI:UserManagement:Action:Read' => 'Oku',
  650. 'UI:UserManagement:Action:Read+' => 'Nesneyi görüntüle',
  651. 'UI:UserManagement:Action:Modify' => 'Güncelle',
  652. 'UI:UserManagement:Action:Modify+' => 'Nesneyi yarat/güncelle',
  653. 'UI:UserManagement:Action:Delete' => 'Sil',
  654. 'UI:UserManagement:Action:Delete+' => 'Nesneleri sil',
  655. 'UI:UserManagement:Action:BulkRead' => 'Toplu oku (dışarı aktar)',
  656. 'UI:UserManagement:Action:BulkRead+' => 'Nesneleri listele veya toplu dışarı aktar',
  657. 'UI:UserManagement:Action:BulkModify' => 'Toplu güncelleme',
  658. 'UI:UserManagement:Action:BulkModify+' => 'Toplu yaratma/güncelleme(CSV içeri aktar)',
  659. 'UI:UserManagement:Action:BulkDelete' => 'Toplu Silim',
  660. 'UI:UserManagement:Action:BulkDelete+' => 'Nesneleri toplu olarak sil',
  661. 'UI:UserManagement:Action:Stimuli' => 'Uyarı',
  662. 'UI:UserManagement:Action:Stimuli+' => 'İzin verilen çoklu işlemler',
  663. 'UI:UserManagement:Action' => 'İşlem',
  664. 'UI:UserManagement:Action+' => 'İşlem kullanıcı tarafından yapıldı',
  665. 'UI:UserManagement:TitleActions' => 'İşlemler',
  666. 'UI:UserManagement:Permission' => 'Yetki',
  667. 'UI:UserManagement:Permission+' => 'Kullanıcı yetkileri',
  668. 'UI:UserManagement:Attributes' => 'Özellikler',
  669. 'UI:UserManagement:ActionAllowed:Yes' => 'Evet',
  670. 'UI:UserManagement:ActionAllowed:No' => 'Hayır',
  671. 'UI:UserManagement:AdminProfile+' => 'Sistem Yöneticisi tüm okuma/yazma işlemleri için yetkilidir.',
  672. 'UI:UserManagement:NoLifeCycleApplicable' => 'N/A',
  673. 'UI:UserManagement:NoLifeCycleApplicable+' => 'Bu nesne için yaşam döngüsü tanımsız',
  674. 'UI:UserManagement:GrantMatrix' => 'Yetkiler',
  675. 'UI:UserManagement:LinkBetween_User_And_Profile' => '%1$s ve %2$s arasındaki ilişki',
  676. 'UI:UserManagement:LinkBetween_User_And_Org' => '%1$s ve %2$s arasındaki ilişki',
  677. 'Menu:AdminTools' => 'Yönetim Araçları', // Duplicated into itop-welcome-itil (will be removed from here...)
  678. 'Menu:AdminTools+' => 'Yönetim Araçları', // Duplicated into itop-welcome-itil (will be removed from here...)
  679. 'Menu:AdminTools?' => 'Yönetici profiline izin verilen araçlar', // Duplicated into itop-welcome-itil (will be removed from here...)
  680. 'UI:ChangeManagementMenu' => 'Değişiklik Yönetimi',
  681. 'UI:ChangeManagementMenu+' => 'Değişiklik Yönetimi',
  682. 'UI:ChangeManagementMenu:Title' => 'Değişiklik Özeti',
  683. 'UI-ChangeManagementMenu-ChangesByType' => 'Değişiklik tipine göre',
  684. 'UI-ChangeManagementMenu-ChangesByStatus' => 'Değişiklik durumuna göre',
  685. 'UI-ChangeManagementMenu-ChangesByWorkgroup' => 'İş grubuna değişiklikler',
  686. 'UI-ChangeManagementMenu-ChangesNotYetAssigned' => 'Atanmamış Değişiklikler',
  687. 'UI:ConfigurationManagementMenu' => 'Konfigürasyon Yönetimi',
  688. 'UI:ConfigurationManagementMenu+' => 'Konfigürasyon Yönetimi',
  689. 'UI:ConfigurationManagementMenu:Title' => 'Altyapı Özeti',
  690. 'UI-ConfigurationManagementMenu-InfraByType' => 'Infrastructure objects by type',
  691. 'UI-ConfigurationManagementMenu-InfraByStatus' => 'Infrastructure objects by status',
  692. 'UI:ConfigMgmtMenuOverview:Title' => 'Konfigürasyon Yönetimi Gösterge Tablosu',
  693. 'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Durumlarına göre Konfigürasyon Kalemleri(KK)',
  694. 'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Tiplerine göre Konfigürasyon Kalemleri(KK)',
  695. 'UI:RequestMgmtMenuOverview:Title' => 'Çağrı Yönetimi Gösterge Tablosu',
  696. 'UI-RequestManagementOverview-RequestByService' => 'Hizmetlere göre çağrılar',
  697. 'UI-RequestManagementOverview-RequestByPriority' => 'Önceliklere göre çağrılar',
  698. 'UI-RequestManagementOverview-RequestUnassigned' => 'Henüz atanmamış çağrılar',
  699. 'UI:IncidentMgmtMenuOverview:Title' => 'Arıza Gösterge Tablosu',
  700. 'UI-IncidentManagementOverview-IncidentByService' => 'Servislere göre arızalar',
  701. 'UI-IncidentManagementOverview-IncidentByPriority' => 'Önceliklere göre arızalar',
  702. 'UI-IncidentManagementOverview-IncidentUnassigned' => 'Henüz atanmamış arızalar',
  703. 'UI:ChangeMgmtMenuOverview:Title' => 'Değişiklik Yönetimi Gösterge Tablosu',
  704. 'UI-ChangeManagementOverview-ChangeByType' => 'Tiplerine göre değişiklikler',
  705. 'UI-ChangeManagementOverview-ChangeUnassigned' => 'Henüz atanmamış değişiklikler',
  706. 'UI-ChangeManagementOverview-ChangeWithOutage' => 'Değişiklik nedeniyle devre dışı',
  707. 'UI:ServiceMgmtMenuOverview:Title' => 'Hizmet Yönetimi Gösterge Tablosu',
  708. 'UI-ServiceManagementOverview-CustomerContractToRenew' => '30 gün içinde biten Müşteri Sözleşmeleri',
  709. 'UI-ServiceManagementOverview-ProviderContractToRenew' => '30 gün içinde biten Tedarikçi Sözleşmeleri',
  710. 'UI:ContactsMenu' => 'İrtibatlar',
  711. 'UI:ContactsMenu+' => 'İrtibatlar',
  712. 'UI:ContactsMenu:Title' => 'İrtibatlar Özetleri',
  713. 'UI-ContactsMenu-ContactsByLocation' => 'Yerleşkeye göre irtibatlar',
  714. 'UI-ContactsMenu-ContactsByType' => 'Tipine göre irtibatlar',
  715. 'UI-ContactsMenu-ContactsByStatus' => 'Durumuna göre irtibatlar',
  716. 'Menu:CSVImportMenu' => 'CSV dışardan al', // Duplicated into itop-welcome-itil (will be removed from here...)
  717. 'Menu:CSVImportMenu+' => 'Çoklu yaratım veya güncelleme', // Duplicated into itop-welcome-itil (will be removed from here...)
  718. 'Menu:DataModelMenu' => 'Veri Modeli', // Duplicated into itop-welcome-itil (will be removed from here...)
  719. 'Menu:DataModelMenu+' => 'Veri Modeli Özeti', // Duplicated into itop-welcome-itil (will be removed from here...)
  720. 'Menu:ExportMenu' => 'Dışarı ver', // Duplicated into itop-welcome-itil (will be removed from here...)
  721. 'Menu:ExportMenu+' => 'Sorgu sonucunu HTML, CSV veya XML olarak dışarı aktar', // Duplicated into itop-welcome-itil (will be removed from here...)
  722. 'Menu:NotificationsMenu' => 'Uyarılar', // Duplicated into itop-welcome-itil (will be removed from here...)
  723. 'Menu:NotificationsMenu+' => 'Uyarıların yapılandırılması', // Duplicated into itop-welcome-itil (will be removed from here...)
  724. 'UI:NotificationsMenu:Title' => '<span class="hilite">Uyarıların</span> yapılandırılması',
  725. 'UI:NotificationsMenu:Help' => 'Yardım',
  726. 'UI:NotificationsMenu:HelpContent' => '<p>In iTop uyarı mekanizması ihtiyaca göre uyarlanabilir. Uyarılar iki tip nesne üzerine kurulmuştur: <i>tetikleme (triggers) ve işlemler (actions)</i>.</p>
  727. <p><i><b>Triggers</b></i> uyarının ne zaman yapılacağını belirler. 3 tip tetikleme vardır ve nesnenin 3 durumuna ilişkilendirilmiştir:
  728. <ol>
  729. <li>the "OnCreate" tetikleme nesne yaratıldığı zaman çalışır</li>
  730. <li>the "OnStateEnter" tetikleme nesne belli bir duruma girişinde çalışır</li>
  731. <li>the "OnStateLeave" tetikleme nesne belli bir durumdan çıkışında çalışır</li>
  732. </ol>
  733. </p>
  734. <p>
  735. <i><b>Actions</b></i> tetikleme olduğunda yapılacak işlemleri belirler. Şimdilik sadece e-posta gönderme işlemi yapılabilmektedir.
  736. E-posta için şablon tanımlanabilmektedir. Şablona parametreler girilebilmektedir (recipients, importance, etc.).
  737. </p>
  738. <p>Özel sayfa: <a href="../setup/email.test.php" target="_blank">email.test.php</a> PHP e-posta konfigürnunu test ediniz.</p>
  739. <p>İşlemin gerçekleşmesi için bir tetikleme ile ilişkilendirilmesi gerekir.
  740. Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçekleştirilir.</p>',
  741. 'UI:NotificationsMenu:Triggers' => 'Tetikleyiciler',
  742. 'UI:NotificationsMenu:AvailableTriggers' => 'Kullanılabilir tetikleyiciler',
  743. 'UI:NotificationsMenu:OnCreate' => 'Nesne yaratıldığında',
  744. 'UI:NotificationsMenu:OnStateEnter' => 'Nesnenin durumuna girişinde',
  745. 'UI:NotificationsMenu:OnStateLeave' => 'Nesnenin durumdan çıkışında',
  746. 'UI:NotificationsMenu:Actions' => 'İşlemler',
  747. 'UI:NotificationsMenu:AvailableActions' => 'Kullanılabilir işlemler',
  748. 'Menu:AuditCategories' => 'Denetleme Kategorileri', // Duplicated into itop-welcome-itil (will be removed from here...)
  749. 'Menu:AuditCategories+' => 'Denetleme Kategorileri', // Duplicated into itop-welcome-itil (will be removed from here...)
  750. 'Menu:Notifications:Title' => 'Denetleme Kategorileri', // Duplicated into itop-welcome-itil (will be removed from here...)
  751. 'Menu:RunQueriesMenu' => 'Sorgu çalıştır', // Duplicated into itop-welcome-itil (will be removed from here...)
  752. 'Menu:RunQueriesMenu+' => 'Sorgu çalıştır', // Duplicated into itop-welcome-itil (will be removed from here...)
  753. 'Menu:DataAdministration' => 'Veri Yönetimi', // Duplicated into itop-welcome-itil (will be removed from here...)
  754. 'Menu:DataAdministration+' => 'Veri Yönetimi', // Duplicated into itop-welcome-itil (will be removed from here...)
  755. 'Menu:UniversalSearchMenu' => 'Genel sorgu', // Duplicated into itop-welcome-itil (will be removed from here...)
  756. 'Menu:UniversalSearchMenu+' => 'Herhangi bir arama...', // Duplicated into itop-welcome-itil (will be removed from here...)
  757. 'Menu:UserManagementMenu' => 'Kullanıcı Yönetimi', // Duplicated into itop-welcome-itil (will be removed from here...)
  758. 'Menu:UserManagementMenu+' => 'Kullanıcı Yönetimi', // Duplicated into itop-welcome-itil (will be removed from here...)
  759. 'Menu:ProfilesMenu' => 'Profiller', // Duplicated into itop-welcome-itil (will be removed from here...)
  760. 'Menu:ProfilesMenu+' => 'Profiller', // Duplicated into itop-welcome-itil (will be removed from here...)
  761. 'Menu:ProfilesMenu:Title' => 'Profiller', // Duplicated into itop-welcome-itil (will be removed from here...)
  762. 'Menu:UserAccountsMenu' => 'Kullanıcı Hesapları', // Duplicated into itop-welcome-itil (will be removed from here...)
  763. 'Menu:UserAccountsMenu+' => 'Kullanıcı Hesapları', // Duplicated into itop-welcome-itil (will be removed from here...)
  764. 'Menu:UserAccountsMenu:Title' => 'Kullanıcı Hesapları', // Duplicated into itop-welcome-itil (will be removed from here...)
  765. 'UI:iTopVersion:Short' => '%1$s versiyonu %2$s',
  766. 'UI:iTopVersion:Long' => '%1$s %4$s tarihli versiyonu %2$s-%3$s',
  767. 'UI:PropertiesTab' => 'Özellikler',
  768. 'UI:OpenDocumentInNewWindow_' => 'Dokümanı yeni pencerede aç: %1$s',
  769. 'UI:DownloadDocument_' => 'Dokümanı indir: %1$s',
  770. 'UI:Document:NoPreview' => 'Bu tip doküman için öngösterim mevcut değil',
  771. 'UI:DeadlineMissedBy_duration' => '%1$s ile kaçırıldı',
  772. 'UI:Deadline_LessThan1Min' => '< 1 dk.',
  773. 'UI:Deadline_Minutes' => '%1$d dk.',
  774. 'UI:Deadline_Hours_Minutes' => '%1$dh %2$ddk',
  775. 'UI:Deadline_Days_Hours_Minutes' => '%1$d gün %2$d saat %3$d dk',
  776. 'UI:Help' => 'Yardım',
  777. 'UI:PasswordConfirm' => '(Onay)',
  778. 'UI:BeforeAdding_Class_ObjectsSaveThisObject' => 'Yeni %1$s nesneleri eklemeden önce bu nesneyi kaydediniz.',
  779. 'UI:DisplayThisMessageAtStartup' => 'Bu mesajı başlangıçta göster',
  780. 'UI:RelationshipGraph' => 'Grafiksel gösterim',
  781. 'UI:RelationshipList' => 'List',
  782. 'Portal:Title' => 'iTop Kullanıcı Portalı',
  783. 'Portal:Refresh' => 'Yenile',
  784. 'Portal:Back' => 'Geri',
  785. 'Portal:WelcomeUserOrg' => 'Welcome %1$s, from %2$s',
  786. 'Portal:ShowOngoing' => 'Show open requests',
  787. 'Portal:ShowClosed' => 'Show closed requests',
  788. 'Portal:CreateNewRequest' => 'Yeni istek yarat',
  789. 'Portal:CreateNewRequestItil' => 'Yeni istek yarat',
  790. 'Portal:CreateNewIncidentItil' => 'Create a new incident report~~',
  791. 'Portal:ChangeMyPassword' => 'Şifre değiştir',
  792. 'Portal:Disconnect' => 'Çıkış',
  793. 'Portal:OpenRequests' => 'Açık isteklerim',
  794. 'Portal:ClosedRequests' => 'My closed requests',
  795. 'Portal:ResolvedRequests' => 'Çözdüğüm istekler',
  796. 'Portal:SelectService' => 'Kataloğdan servis seçiniz:',
  797. 'Portal:PleaseSelectOneService' => 'Sevis seçiniz',
  798. 'Portal:SelectSubcategoryFrom_Service' => '%1$s servis için alt kategorsi seçiniz:',
  799. 'Portal:PleaseSelectAServiceSubCategory' => 'Alt kategori seçiniz',
  800. 'Portal:DescriptionOfTheRequest' => 'İstek tanımlaması:',
  801. 'Portal:TitleRequestDetailsFor_Request' => 'İsteğin detayı %1$s:',
  802. 'Portal:NoOpenRequest' => 'Bu kategoride istek yok.',
  803. 'Portal:NoClosedRequest' => 'Bu kategoride istek yok.',
  804. 'Portal:Button:ReopenTicket' => 'Reopen this ticket',
  805. 'Portal:Button:CloseTicket' => 'Çağrıyı kapat',
  806. 'Portal:Button:UpdateRequest' => 'Update the request',
  807. 'Portal:EnterYourCommentsOnTicket' => 'İsteğin çözümüne yönelik açıklamalar:',
  808. 'Portal:ErrorNoContactForThisUser' => 'Hata: mevcut kullanıcının irtibat bilgisi yok. Sistem yöneticisi ile irtibata geçiniz.',
  809. 'Enum:Undefined' => 'Tanımsız',
  810. 'UI:Button:Refresh' => 'Yenile',
  811. 'Class:Query' => 'Query~~',
  812. 'Class:Query+' => 'A query is a data set defined in a dynamic way~~',
  813. 'Class:Query/Attribute:name' => 'Name~~',
  814. 'Class:Query/Attribute:name+' => 'Identifies the query~~',
  815. 'Class:Query/Attribute:description' => 'Description~~',
  816. 'Class:Query/Attribute:description+' => 'Long description for the query (purpose, usage, etc.)~~',
  817. 'Class:Query/Attribute:fields' => 'Fields~~',
  818. 'Class:Query/Attribute:fields+' => 'Coma separated list of attributes (or alias.attribute) to export~~',
  819. 'Class:QueryOQL' => 'OQL Query~~',
  820. 'Class:QueryOQL+' => 'A query based on the Object Query Language~~',
  821. 'Class:QueryOQL/Attribute:oql' => 'Expression~~',
  822. 'Class:QueryOQL/Attribute:oql+' => 'OQL Expression~~',
  823. 'Class:UserInternal' => 'User Internal~~',
  824. 'Class:UserInternal+' => 'User defined within iTop~~',
  825. 'UI:Button:Save' => 'Save~~',
  826. 'UI:Button:Restart' => ' |<< Restart ~~',
  827. 'UI:Button:Rename' => ' Rename... ~~',
  828. 'UI:History:BulkImports' => 'History~~',
  829. 'UI:History:BulkImports+' => 'List of CSV imports (latest import first)~~',
  830. 'UI:History:BulkImportDetails' => 'Changes resulting from the CSV import performed on %1$s (by %2$s)~~',
  831. 'UI:History:StatsCreations' => 'Created~~',
  832. 'UI:History:StatsCreations+' => 'Count of objects created~~',
  833. 'UI:History:StatsModifs' => 'Modified~~',
  834. 'UI:History:StatsModifs+' => 'Count of objects modified~~',
  835. 'UI:History:StatsDeletes' => 'Deleted~~',
  836. 'UI:History:StatsDeletes+' => 'Count of objects deleted~~',
  837. 'UI:SplitDateTime-Date' => 'date~~',
  838. 'UI:SplitDateTime-Time' => 'time~~',
  839. 'UI:SearchValue:NbSelected' => '# selected~~',
  840. 'UI:SearchValue:CheckAll' => 'Check All~~',
  841. 'UI:SearchValue:UncheckAll' => 'Uncheck All~~',
  842. 'UI:Login:ForgotPwd' => 'Forgot your password?~~',
  843. 'UI:Login:ForgotPwdForm' => 'Forgot your password~~',
  844. 'UI:Login:ForgotPwdForm+' => 'iTop can send you an email in which you will find instructions to follow to reset your account.~~',
  845. 'UI:Login:ResetPassword' => 'Send now!~~',
  846. 'UI:Login:ResetPwdFailed' => 'Failed to send an email: %1$s~~',
  847. 'UI:ResetPwd-Error-WrongLogin' => '\'%1$s\' is not a valid login~~',
  848. 'UI:ResetPwd-Error-NotPossible' => 'external accounts do not allow password reset.~~',
  849. 'UI:ResetPwd-Error-FixedPwd' => 'the account does not allow password reset.~~',
  850. 'UI:ResetPwd-Error-NoContact' => 'the account is not associated to a person.~~',
  851. 'UI:ResetPwd-Error-NoEmailAtt' => 'the account is not associated to a person having an email attribute. Please Contact your administrator.~~',
  852. 'UI:ResetPwd-Error-NoEmail' => 'missing an email address. Please Contact your administrator.~~',
  853. 'UI:ResetPwd-Error-Send' => 'email transport technical issue. Please Contact your administrator.~~',
  854. 'UI:ResetPwd-EmailSent' => 'Please check your email box and follow the instructions...~~',
  855. 'UI:ResetPwd-EmailSubject' => 'Reset your iTop password~~',
  856. 'UI:ResetPwd-EmailBody' => '<body><p>You have requested to reset your iTop password.</p><p>Please follow this link (single usage) to <a href=\"%1$s\">enter a new password</a></p>.~~',
  857. 'UI:ResetPwd-Title' => 'Reset password~~',
  858. 'UI:ResetPwd-Error-InvalidToken' => 'Sorry, either the password has already been reset, or you have received several emails. Please make sure that you use the link provided in the very last email received.~~',
  859. 'UI:ResetPwd-Error-EnterPassword' => 'Enter a new password for the account \'%1$s\'.~~',
  860. 'UI:ResetPwd-Ready' => 'The password has been changed.~~',
  861. 'UI:ResetPwd-Login' => 'Click here to login...~~',
  862. 'UI:Login:PasswordChanged' => 'Password successfully set!~~',
  863. 'UI:AccessRO-All' => 'iTop is read-only~~',
  864. 'UI:AccessRO-Users' => 'iTop is read-only for end-users~~',
  865. 'UI:ApplicationEnvironment' => 'Application environment: %1$s~~',
  866. 'UI:Title:BulkSynchro_nbItem_ofClass_class' => 'Synchronization of %1$d objects of class %2$s~~',
  867. 'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~',
  868. 'UI:CSVReport-Value-Modified' => 'Modified~~',
  869. 'UI:CSVReport-Value-SetIssue' => 'Could not be changed - reason: %1$s~~',
  870. 'UI:CSVReport-Value-ChangeIssue' => 'Could not be changed to %1$s - reason: %2$s~~',
  871. 'UI:CSVReport-Value-NoMatch' => 'No match~~',
  872. 'UI:CSVReport-Value-Missing' => 'Missing mandatory value~~',
  873. 'UI:CSVReport-Value-Ambiguous' => 'Ambiguous: found %1$s objects~~',
  874. 'UI:CSVReport-Row-Unchanged' => 'unchanged~~',
  875. 'UI:CSVReport-Row-Created' => 'created~~',
  876. 'UI:CSVReport-Row-Updated' => 'updated %1$d cols~~',
  877. 'UI:CSVReport-Row-Disappeared' => 'disappeared, changed %1$d cols~~',
  878. 'UI:CSVReport-Row-Issue' => 'Issue: %1$s~~',
  879. 'UI:CSVReport-Value-Issue-Null' => 'Null not allowed~~',
  880. 'UI:CSVReport-Value-Issue-NotFound' => 'Object not found~~',
  881. 'UI:CSVReport-Value-Issue-FoundMany' => 'Found %1$d matches~~',
  882. 'UI:CSVReport-Value-Issue-Readonly' => 'The attribute \'%1$s\' is read-only and cannot be modified (current value: %2$s, proposed value: %3$s)~~',
  883. 'UI:CSVReport-Value-Issue-Format' => 'Failed to process input: %1$s~~',
  884. 'UI:CSVReport-Value-Issue-NoMatch' => 'Unexpected value for attribute \'%1$s\': no match found, check spelling~~',
  885. 'UI:CSVReport-Value-Issue-Unknown' => 'Unexpected value for attribute \'%1$s\': %2$s~~',
  886. 'UI:CSVReport-Row-Issue-Inconsistent' => 'Attributes not consistent with each others: %1$s~~',
  887. 'UI:CSVReport-Row-Issue-Attribute' => 'Unexpected attribute value(s)~~',
  888. 'UI:CSVReport-Row-Issue-MissingExtKey' => 'Could not be created, due to missing external key(s): %1$s~~',
  889. 'UI:CSVReport-Row-Issue-DateFormat' => 'wrong date format~~',
  890. 'UI:CSVReport-Row-Issue-Reconciliation' => 'failed to reconcile~~',
  891. 'UI:CSVReport-Row-Issue-Ambiguous' => 'ambiguous reconciliation~~',
  892. 'UI:CSVReport-Row-Issue-Internal' => 'Internal error: %1$s, %2$s~~',
  893. 'UI:CSVReport-Icon-Unchanged' => 'Unchanged~~',
  894. 'UI:CSVReport-Icon-Modified' => 'Modified~~',
  895. 'UI:CSVReport-Icon-Missing' => 'Missing~~',
  896. 'UI:CSVReport-Object-MissingToUpdate' => 'Missing object: will be updated~~',
  897. 'UI:CSVReport-Object-MissingUpdated' => 'Missing object: updated~~',
  898. 'UI:CSVReport-Icon-Created' => 'Created~~',
  899. 'UI:CSVReport-Object-ToCreate' => 'Object will be created~~',
  900. 'UI:CSVReport-Object-Created' => 'Object created~~',
  901. 'UI:CSVReport-Icon-Error' => 'Error~~',
  902. 'UI:CSVReport-Object-Error' => 'ERROR: %1$s~~',
  903. 'UI:CSVReport-Object-Ambiguous' => 'AMBIGUOUS: %1$s~~',
  904. 'UI:CSVReport-Stats-Errors' => '%1$.0f %% of the loaded objects have errors and will be ignored.~~',
  905. 'UI:CSVReport-Stats-Created' => '%1$.0f %% of the loaded objects will be created.~~',
  906. 'UI:CSVReport-Stats-Modified' => '%1$.0f %% of the loaded objects will be modified.~~',
  907. 'UI:CSVExport:AdvancedMode' => 'Advanced mode~~',
  908. 'UI:CSVExport:AdvancedMode+' => 'In advanced mode, several columns are added to the export: the id of the object, the id of external keys and their reconciliation attributes.~~',
  909. 'UI:CSVExport:LostChars' => 'Encoding issue~~',
  910. 'UI:CSVExport:LostChars+' => 'The downloaded file will be encoded into %1$s. iTop has detected some characters that are not compatible with this format. Those characters will either be replaced by a substitute (e.g. accentuated chars losing the accent), or they will be discarded. You can copy/paste the data from your web browser. Alternatively, you can contact your administrator to change the encoding (See parameter \'csv_file_default_charset\').~~',
  911. 'UI:Audit:ErrorIn_Rule_Reason' => 'OQL Error in the Rule %1$s: %2$s.~~',
  912. 'UI:Audit:ErrorIn_Category_Reason' => 'OQL Error in the Category %1$s: %2$s.~~',
  913. 'UI:Query:UrlForExcel' => 'URL to use for MS-Excel web queries~~',
  914. 'UI:Query:UrlV1' => 'The list of fields has been left unspecified. The page <em>export-V2.php</em> cannot be invoked without this information. Therefore, the URL suggested herebelow points to the legacy page: <em>export.php</em>. This legacy version of the export has the following limitation: the list of exported fields may vary depending on the output format and the data model of iTop. Should you want to garantee that the list of exported columns will remain stable on the long run, then you must specify a value for the attribute "Fields" and use the page <em>export-V2.php</em>.~~',
  915. 'UI:Edit:TestQuery' => 'Test query~~',
  916. 'UI:Error:CannotDeleteBecauseManualOpNeeded' => 'This object could not be deleted because some manual operations must be performed prior to that~~',
  917. 'UI:Delete:Deleted' => 'deleted~~',
  918. 'UI:Delete:CannotDeleteBecause' => 'Could not be deleted: %1$s~~',
  919. 'UI:Delete:ShouldBeDeletedAtomaticallyButNotPossible' => 'Should be automaticaly deleted, but this is not feasible: %1$s~~',
  920. 'UI:Delete:MustBeDeletedManuallyButNotPossible' => 'Must be deleted manually, but this is not feasible: %1$s~~',
  921. 'UI:Search:NeedleTooShort' => 'The search string \"%1$s\" is too short. Please type at least %2$d characters.~~',
  922. 'UI:Search:Ongoing' => 'Searching for \"%1$s\"~~',
  923. 'UI:Search:Enlarge' => 'Broaden the search~~',
  924. 'Menu:QueryMenu' => 'Query phrasebook~~',
  925. 'Menu:QueryMenu+' => 'Query phrasebook~~',
  926. 'UI:Download-CSV' => 'Download %1$s~~',
  927. 'UI:RelationGroups' => 'Groups~~',
  928. 'UI:OperationCancelled' => 'Operation Cancelled~~',
  929. 'UI:ElementsDisplayed' => 'Filtering~~',
  930. 'UI:RelationGroupNumber_N' => 'Group #%1$d~~',
  931. 'UI:Relation:ExportAsPDF' => 'Export as PDF...~~',
  932. 'UI:RelationOption:GroupingThreshold' => 'Grouping threshold~~',
  933. 'UI:Relation:AdditionalContextInfo' => 'Additional context info~~',
  934. 'UI:Relation:NoneSelected' => 'None~~',
  935. 'UI:Relation:ExportAsAttachment' => 'Export as Attachment...~~',
  936. 'UI:Relation:DrillDown' => 'Details...~~',
  937. 'UI:Relation:PDFExportOptions' => 'PDF Export Options~~',
  938. 'UI:Relation:AttachmentExportOptions_Name' => 'Options for Attachment to %1$s~~',
  939. 'UI:RelationOption:Untitled' => 'Untitled~~',
  940. 'UI:Relation:Key' => 'Key~~',
  941. 'UI:Relation:Comments' => 'Comments~~',
  942. 'UI:RelationOption:Title' => 'Title~~',
  943. 'UI:RelationOption:IncludeList' => 'Include the list of objects~~',
  944. 'UI:RelationOption:Comments' => 'Comments~~',
  945. 'UI:Button:Export' => 'Export~~',
  946. 'UI:Relation:PDFExportPageFormat' => 'Page format~~',
  947. 'UI:PageFormat_A3' => 'A3~~',
  948. 'UI:PageFormat_A4' => 'A4~~',
  949. 'UI:PageFormat_Letter' => 'Letter~~',
  950. 'UI:Relation:PDFExportPageOrientation' => 'Page orientation~~',
  951. 'UI:PageOrientation_Portrait' => 'Portrait~~',
  952. 'UI:PageOrientation_Landscape' => 'Landscape~~',
  953. 'UI:RelationTooltip:Redundancy' => 'Redundancy~~',
  954. 'UI:RelationTooltip:ImpactedItems_N_of_M' => '# of impacted items: %1$d / %2$d~~',
  955. 'UI:RelationTooltip:CriticalThreshold_N_of_M' => 'Critical threshold: %1$d / %2$d~~',
  956. 'Portal:NoRequestMgmt' => 'Dear %1$s, you have been redirected to this page because your account is configured with the profile \'Portal user\'. Unfortunately, iTop has not been installed with the feature \'Request Management\'. Please contact your administrator.~~',
  957. 'Portal:TitleDetailsFor_Request' => 'Details for request~~',
  958. 'Portal:Attachments' => 'Attachments~~',
  959. 'Portal:AddAttachment' => ' Add Attachment ~~',
  960. 'Portal:RemoveAttachment' => ' Remove Attachment ~~',
  961. 'Portal:Attachment_No_To_Ticket_Name' => 'Attachment #%1$d to %2$s (%3$s)~~',
  962. 'Portal:SelectRequestTemplate' => 'Select a template for %1$s~~',
  963. 'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s Days %2$s Hours %3$s Minutes %4$s Seconds~~',
  964. 'UI:ModifyAllPageTitle' => 'Modify All~~',
  965. 'UI:Modify_N_ObjectsOf_Class' => 'Modifying %1$d objects of class %2$s~~',
  966. 'UI:Modify_M_ObjectsOf_Class_OutOf_N' => 'Modifying %1$d objects of class %2$s out of %3$d~~',
  967. 'UI:Menu:ModifyAll' => 'Modify...~~',
  968. 'UI:Button:ModifyAll' => 'Modify All~~',
  969. 'UI:Button:PreviewModifications' => 'Preview Modifications >>~~',
  970. 'UI:ModifiedObject' => 'Object Modified~~',
  971. 'UI:BulkModifyStatus' => 'Operation~~',
  972. 'UI:BulkModifyStatus+' => 'Status of the operation~~',
  973. 'UI:BulkModifyErrors' => 'Errors (if any)~~',
  974. 'UI:BulkModifyErrors+' => 'Errors preventing the modification~~',
  975. 'UI:BulkModifyStatusOk' => 'Ok~~',
  976. 'UI:BulkModifyStatusError' => 'Error~~',
  977. 'UI:BulkModifyStatusModified' => 'Modified~~',
  978. 'UI:BulkModifyStatusSkipped' => 'Skipped~~',
  979. 'UI:BulkModify_Count_DistinctValues' => '%1$d distinct values:~~',
  980. 'UI:BulkModify:Value_Exists_N_Times' => '%1$s, %2$d time(s)~~',
  981. 'UI:BulkModify:N_MoreValues' => '%1$d more values...~~',
  982. 'UI:AttemptingToSetAReadOnlyAttribute_Name' => 'Attempting to set the read-only field: %1$s~~',
  983. 'UI:FailedToApplyStimuli' => 'The action has failed.~~',
  984. 'UI:StimulusModify_N_ObjectsOf_Class' => '%1$s: Modifying %2$d objects of class %3$s~~',
  985. 'UI:CaseLogTypeYourTextHere' => 'Type your text here:~~',
  986. 'UI:CaseLog:Header_Date_UserName' => '%1$s - %2$s:~~',
  987. 'UI:CaseLog:InitialValue' => 'Initial value:~~',
  988. 'UI:AttemptingToSetASlaveAttribute_Name' => 'The field %1$s is not writable because it is mastered by the data synchronization. Value not set.~~',
  989. 'UI:ActionNotAllowed' => 'You are not allowed to perform this action on these objects.~~',
  990. 'UI:BulkAction:NoObjectSelected' => 'Please select at least one object to perform this operation~~',
  991. 'UI:AttemptingToChangeASlaveAttribute_Name' => 'The field %1$s is not writable because it is mastered by the data synchronization. Value remains unchanged.~~',
  992. 'UI:Pagination:HeaderSelection' => 'Total: %1$s objects (%2$s objects selected).~~',
  993. 'UI:Pagination:HeaderNoSelection' => 'Total: %1$s objects.~~',
  994. 'UI:Pagination:PageSize' => '%1$s objects per page~~',
  995. 'UI:Pagination:PagesLabel' => 'Pages:~~',
  996. 'UI:Pagination:All' => 'All~~',
  997. 'UI:HierarchyOf_Class' => 'Hierarchy of %1$s~~',
  998. 'UI:Preferences' => 'Preferences...~~',
  999. 'UI:ArchiveModeOn' => 'Activate archive mode~~',
  1000. 'UI:ArchiveModeOff' => 'Deactivate archive mode~~',
  1001. 'UI:ArchiveMode:Banner' => 'Archive mode~~',
  1002. 'UI:ArchiveMode:Banner+' => 'Archived objects are visible, and no modification is allowed~~',
  1003. 'UI:FavoriteOrganizations' => 'Favorite Organizations~~',
  1004. 'UI:FavoriteOrganizations+' => 'Check in the list below the organizations that you want to see in the drop-down menu for a quick access. Note that this is not a security setting, objects from any organization are still visible and can be accessed by selecting \"All Organizations\" in the drop-down list.~~',
  1005. 'UI:FavoriteLanguage' => 'Language of the User Interface~~',
  1006. 'UI:Favorites:SelectYourLanguage' => 'Select your preferred language~~',
  1007. 'UI:FavoriteOtherSettings' => 'Other Settings~~',
  1008. 'UI:Favorites:Default_X_ItemsPerPage' => 'Default length for lists: %1$s items per page~~',
  1009. 'UI:Favorites:ShowObsoleteData' => 'Show obsolete data~~',
  1010. 'UI:Favorites:ShowObsoleteData+' => 'Show obsolete data in search results and lists of items to select~~',
  1011. 'UI:NavigateAwayConfirmationMessage' => 'Any modification will be discarded.~~',
  1012. 'UI:CancelConfirmationMessage' => 'You will loose your changes. Continue anyway?~~',
  1013. 'UI:AutoApplyConfirmationMessage' => 'Some changes have not been applied yet. Do you want itop to take them into account?~~',
  1014. 'UI:Create_Class_InState' => 'Create the %1$s in state: ~~',
  1015. 'UI:OrderByHint_Values' => 'Sort order: %1$s~~',
  1016. 'UI:Menu:AddToDashboard' => 'Add To Dashboard...~~',
  1017. 'UI:ConfigureThisList' => 'Configure This List...~~',
  1018. 'UI:ListConfigurationTitle' => 'List Configuration~~',
  1019. 'UI:ColumnsAndSortOrder' => 'Columns and sort order:~~',
  1020. 'UI:UseDefaultSettings' => 'Use the Default Settings~~',
  1021. 'UI:UseSpecificSettings' => 'Use the Following Settings:~~',
  1022. 'UI:Display_X_ItemsPerPage' => 'Display %1$s items per page~~',
  1023. 'UI:UseSavetheSettings' => 'Save the Settings~~',
  1024. 'UI:OnlyForThisList' => 'Only for this list~~',
  1025. 'UI:ForAllLists' => 'Default for all lists~~',
  1026. 'UI:ExtKey_AsLink' => '%1$s (Link)~~',
  1027. 'UI:ExtKey_AsFriendlyName' => '%1$s (Friendly Name)~~',
  1028. 'UI:ExtField_AsRemoteField' => '%1$s (%2$s)~~',
  1029. 'UI:Button:MoveUp' => 'Move Up~~',
  1030. 'UI:Button:MoveDown' => 'Move Down~~',
  1031. 'UI:OQL:UnknownClassAndFix' => 'Unknown class \"%1$s\". You may try \"%2$s\" instead.~~',
  1032. 'UI:OQL:UnknownClassNoFix' => 'Unknown class \"%1$s\"~~',
  1033. 'UI:Dashboard:Edit' => 'Edit This Page...~~',
  1034. 'UI:Dashboard:Revert' => 'Revert To Original Version...~~',
  1035. 'UI:Dashboard:RevertConfirm' => 'Every changes made to the original version will be lost. Please confirm that you want to do this.~~',
  1036. 'UI:ExportDashBoard' => 'Export to a file~~',
  1037. 'UI:ImportDashBoard' => 'Import from a file...~~',
  1038. 'UI:ImportDashboardTitle' => 'Import From a File~~',
  1039. 'UI:ImportDashboardText' => 'Select a dashboard file to import:~~',
  1040. 'UI:DashletCreation:Title' => 'Create a new Dashlet~~',
  1041. 'UI:DashletCreation:Dashboard' => 'Dashboard~~',
  1042. 'UI:DashletCreation:DashletType' => 'Dashlet Type~~',
  1043. 'UI:DashletCreation:EditNow' => 'Edit the Dashboard~~',
  1044. 'UI:DashboardEdit:Title' => 'Dashboard Editor~~',
  1045. 'UI:DashboardEdit:DashboardTitle' => 'Title~~',
  1046. 'UI:DashboardEdit:AutoReload' => 'Automatic refresh~~',
  1047. 'UI:DashboardEdit:AutoReloadSec' => 'Automatic refresh interval (seconds)~~',
  1048. 'UI:DashboardEdit:AutoReloadSec+' => 'The minimum allowed is %1$d seconds~~',
  1049. 'UI:DashboardEdit:Layout' => 'Layout~~',
  1050. 'UI:DashboardEdit:Properties' => 'Dashboard Properties~~',
  1051. 'UI:DashboardEdit:Dashlets' => 'Available Dashlets~~',
  1052. 'UI:DashboardEdit:DashletProperties' => 'Dashlet Properties~~',
  1053. 'UI:Form:Property' => 'Property~~',
  1054. 'UI:Form:Value' => 'Value~~',
  1055. 'UI:DashletPlainText:Label' => 'Text~~',
  1056. 'UI:DashletPlainText:Description' => 'Plain text (no formatting)~~',
  1057. 'UI:DashletPlainText:Prop-Text' => 'Text~~',
  1058. 'UI:DashletPlainText:Prop-Text:Default' => 'Please enter some text here...~~',
  1059. 'UI:DashletObjectList:Label' => 'Object list~~',
  1060. 'UI:DashletObjectList:Description' => 'Object list dashlet~~',
  1061. 'UI:DashletObjectList:Prop-Title' => 'Title~~',
  1062. 'UI:DashletObjectList:Prop-Query' => 'Query~~',
  1063. 'UI:DashletObjectList:Prop-Menu' => 'Menu~~',
  1064. 'UI:DashletGroupBy:Prop-Title' => 'Title~~',
  1065. 'UI:DashletGroupBy:Prop-Query' => 'Query~~',
  1066. 'UI:DashletGroupBy:Prop-Style' => 'Style~~',
  1067. 'UI:DashletGroupBy:Prop-GroupBy' => 'Group by...~~',
  1068. 'UI:DashletGroupBy:Prop-GroupBy:Hour' => 'Hour of %1$s (0-23)~~',
  1069. 'UI:DashletGroupBy:Prop-GroupBy:Month' => 'Month of %1$s (1 - 12)~~',
  1070. 'UI:DashletGroupBy:Prop-GroupBy:DayOfWeek' => 'Day of week for %1$s~~',
  1071. 'UI:DashletGroupBy:Prop-GroupBy:DayOfMonth' => 'Day of month for %1$s~~',
  1072. 'UI:DashletGroupBy:Prop-GroupBy:Select-Hour' => '%1$s (hour)~~',
  1073. 'UI:DashletGroupBy:Prop-GroupBy:Select-Month' => '%1$s (month)~~',
  1074. 'UI:DashletGroupBy:Prop-GroupBy:Select-DayOfWeek' => '%1$s (day of week)~~',
  1075. 'UI:DashletGroupBy:Prop-GroupBy:Select-DayOfMonth' => '%1$s (day of month)~~',
  1076. 'UI:DashletGroupBy:MissingGroupBy' => 'Please select the field on which the objects will be grouped together~~',
  1077. 'UI:DashletGroupByPie:Label' => 'Pie Chart~~',
  1078. 'UI:DashletGroupByPie:Description' => 'Pie Chart~~',
  1079. 'UI:DashletGroupByBars:Label' => 'Bar Chart~~',
  1080. 'UI:DashletGroupByBars:Description' => 'Bar Chart~~',
  1081. 'UI:DashletGroupByTable:Label' => 'Group By (table)~~',
  1082. 'UI:DashletGroupByTable:Description' => 'List (Grouped by a field)~~',
  1083. 'UI:DashletHeaderStatic:Label' => 'Header~~',
  1084. 'UI:DashletHeaderStatic:Description' => 'Displays an horizontal separator~~',
  1085. 'UI:DashletHeaderStatic:Prop-Title' => 'Title~~',
  1086. 'UI:DashletHeaderStatic:Prop-Title:Default' => 'Contacts~~',
  1087. 'UI:DashletHeaderStatic:Prop-Icon' => 'Icon~~',
  1088. 'UI:DashletHeaderDynamic:Label' => 'Header with statistics~~',
  1089. 'UI:DashletHeaderDynamic:Description' => 'Header with stats (grouped by...)~~',
  1090. 'UI:DashletHeaderDynamic:Prop-Title' => 'Title~~',
  1091. 'UI:DashletHeaderDynamic:Prop-Title:Default' => 'Contacts~~',
  1092. 'UI:DashletHeaderDynamic:Prop-Icon' => 'Icon~~',
  1093. 'UI:DashletHeaderDynamic:Prop-Subtitle' => 'Subtitle~~',
  1094. 'UI:DashletHeaderDynamic:Prop-Subtitle:Default' => 'Contacts~~',
  1095. 'UI:DashletHeaderDynamic:Prop-Query' => 'Query~~',
  1096. 'UI:DashletHeaderDynamic:Prop-GroupBy' => 'Group by~~',
  1097. 'UI:DashletHeaderDynamic:Prop-Values' => 'Values~~',
  1098. 'UI:DashletBadge:Label' => 'Badge~~',
  1099. 'UI:DashletBadge:Description' => 'Object Icon with new/search~~',
  1100. 'UI:DashletBadge:Prop-Class' => 'Class~~',
  1101. 'DayOfWeek-Sunday' => 'Sunday~~',
  1102. 'DayOfWeek-Monday' => 'Monday~~',
  1103. 'DayOfWeek-Tuesday' => 'Tuesday~~',
  1104. 'DayOfWeek-Wednesday' => 'Wednesday~~',
  1105. 'DayOfWeek-Thursday' => 'Thursday~~',
  1106. 'DayOfWeek-Friday' => 'Friday~~',
  1107. 'DayOfWeek-Saturday' => 'Saturday~~',
  1108. 'Month-01' => 'January~~',
  1109. 'Month-02' => 'February~~',
  1110. 'Month-03' => 'March~~',
  1111. 'Month-04' => 'April~~',
  1112. 'Month-05' => 'May~~',
  1113. 'Month-06' => 'June~~',
  1114. 'Month-07' => 'July~~',
  1115. 'Month-08' => 'August~~',
  1116. 'Month-09' => 'September~~',
  1117. 'Month-10' => 'October~~',
  1118. 'Month-11' => 'November~~',
  1119. 'Month-12' => 'December~~',
  1120. 'DayOfWeek-Sunday-Min' => 'Su~~',
  1121. 'DayOfWeek-Monday-Min' => 'Mo~~',
  1122. 'DayOfWeek-Tuesday-Min' => 'Tu~~',
  1123. 'DayOfWeek-Wednesday-Min' => 'We~~',
  1124. 'DayOfWeek-Thursday-Min' => 'Th~~',
  1125. 'DayOfWeek-Friday-Min' => 'Fr~~',
  1126. 'DayOfWeek-Saturday-Min' => 'Sa~~',
  1127. 'Month-01-Short' => 'Jan~~',
  1128. 'Month-02-Short' => 'Feb~~',
  1129. 'Month-03-Short' => 'Mar~~',
  1130. 'Month-04-Short' => 'Apr~~',
  1131. 'Month-05-Short' => 'May~~',
  1132. 'Month-06-Short' => 'Jun~~',
  1133. 'Month-07-Short' => 'Jul~~',
  1134. 'Month-08-Short' => 'Aug~~',
  1135. 'Month-09-Short' => 'Sep~~',
  1136. 'Month-10-Short' => 'Oct~~',
  1137. 'Month-11-Short' => 'Nov~~',
  1138. 'Month-12-Short' => 'Dec~~',
  1139. 'Calendar-FirstDayOfWeek' => '0~~',
  1140. 'UI:Menu:ShortcutList' => 'Create a Shortcut...~~',
  1141. 'UI:ShortcutRenameDlg:Title' => 'Rename the shortcut~~',
  1142. 'UI:ShortcutListDlg:Title' => 'Create a shortcut for the list~~',
  1143. 'UI:ShortcutDelete:Confirm' => 'Please confirm that wou wish to delete the shortcut(s).~~',
  1144. 'Menu:MyShortcuts' => 'My Shortcuts~~',
  1145. 'Class:Shortcut' => 'Shortcut~~',
  1146. 'Class:Shortcut/Attribute:name' => 'Name~~',
  1147. 'Class:Shortcut/Attribute:name+' => 'Label used in the menu and page title~~',
  1148. 'Class:ShortcutOQL' => 'Search result shortcut~~',
  1149. 'Class:ShortcutOQL/Attribute:oql' => 'Query~~',
  1150. 'Class:ShortcutOQL/Attribute:oql+' => 'OQL defining the list of objects to search for~~',
  1151. 'Class:ShortcutOQL/Attribute:auto_reload' => 'Automatic refresh~~',
  1152. 'Class:ShortcutOQL/Attribute:auto_reload/Value:none' => 'Disabled~~',
  1153. 'Class:ShortcutOQL/Attribute:auto_reload/Value:custom' => 'Custom rate~~',
  1154. 'Class:ShortcutOQL/Attribute:auto_reload_sec' => 'Automatic refresh interval (seconds)~~',
  1155. 'Class:ShortcutOQL/Attribute:auto_reload_sec/tip' => 'The minimum allowed is %1$d seconds~~',
  1156. 'UI:FillAllMandatoryFields' => 'Please fill all mandatory fields.~~',
  1157. 'UI:ValueMustBeSet' => 'Please specify a value~~',
  1158. 'UI:ValueMustBeChanged' => 'Please change the value~~',
  1159. 'UI:ValueInvalidFormat' => 'Invalid format~~',
  1160. 'UI:CSVImportConfirmTitle' => 'Please confirm the operation~~',
  1161. 'UI:CSVImportConfirmMessage' => 'Are you sure you want to do this?~~',
  1162. 'UI:CSVImportError_items' => 'Errors: %1$d~~',
  1163. 'UI:CSVImportCreated_items' => 'Created: %1$d~~',
  1164. 'UI:CSVImportModified_items' => 'Modified: %1$d~~',
  1165. 'UI:CSVImportUnchanged_items' => 'Unchanged: %1$d~~',
  1166. 'UI:Button:Remove' => 'Remove~~',
  1167. 'UI:AddAnExisting_Class' => 'Add objects of type %1$s...~~',
  1168. 'UI:SelectionOf_Class' => 'Selection of objects of type %1$s~~',
  1169. 'UI:AboutBox' => 'About iTop...~~',
  1170. 'UI:About:Title' => 'About iTop~~',
  1171. 'UI:About:DataModel' => 'Data model~~',
  1172. 'UI:About:Support' => 'Support information~~',
  1173. 'UI:About:Licenses' => 'Licenses~~',
  1174. 'UI:About:Modules' => 'Installed modules~~',
  1175. 'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
  1176. 'UI:DisconnectedDlgTitle' => 'Warning!~~',
  1177. 'UI:LoginAgain' => 'Login again~~',
  1178. 'UI:StayOnThePage' => 'Stay on this page~~',
  1179. 'ExcelExporter:ExportMenu' => 'Excel Export...~~',
  1180. 'ExcelExporter:ExportDialogTitle' => 'Excel Export~~',
  1181. 'ExcelExporter:ExportButton' => 'Export~~',
  1182. 'ExcelExporter:DownloadButton' => 'Download %1$s~~',
  1183. 'ExcelExporter:RetrievingData' => 'Retrieving data...~~',
  1184. 'ExcelExporter:BuildingExcelFile' => 'Building the Excel file...~~',
  1185. 'ExcelExporter:Done' => 'Done.~~',
  1186. 'ExcelExport:AutoDownload' => 'Start the download automatically when the export is ready~~',
  1187. 'ExcelExport:PreparingExport' => 'Preparing the export...~~',
  1188. 'ExcelExport:Statistics' => 'Statistics~~',
  1189. 'portal:legacy_portal' => 'End-User Portal~~',
  1190. 'portal:backoffice' => 'iTop Back-Office User Interface~~',
  1191. 'UI:CurrentObjectIsLockedBy_User' => 'The object is locked since it is currently being modified by %1$s.~~',
  1192. 'UI:CurrentObjectIsLockedBy_User_Explanation' => 'The object is currently being modified by %1$s. Your modifications cannot be submitted since they would be overwritten.~~',
  1193. 'UI:CurrentObjectLockExpired' => 'The lock to prevent concurrent modifications of the object has expired.~~',
  1194. 'UI:CurrentObjectLockExpired_Explanation' => 'The lock to prevent concurrent modifications of the object has expired. You can no longer submit your modification since other users are now allowed to modify this object.~~',
  1195. 'UI:ConcurrentLockKilled' => 'The lock preventing modifications on the current object has been deleted.~~',
  1196. 'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !~~',
  1197. 'UI:Menu:ExportPDF' => 'Export as PDF...~~',
  1198. ));