User:Learath2/JavaScripts/language.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Learath2/JavaScripts/language. |
// Language file for [[User:Haza-w/cactions.js]] and [[MediaWiki:Gadget-dropdown-menus.js]]
// Submit new language data at [[User talk:Haza-w]]
switch (wgUserLanguage) {
default:
cactions._lang = {
c_u_logs: 'Kullanıcı günlüğü >',
c_u_rfx: 'RfX'e linkler >',
c_u_blocks: 'Engellemeler >',
c_u_contribs: 'Katkılar',
c_u_editcount: 'Edit count',
c_u_editsum: 'Özetleri değiştir',
c_u_wcuser: 'Analizi değiştir',
c_u_sul: 'SUL durumu',
c_u_subpages: 'Userspace',
c_u_email: 'Kullanıcıya E-mail gönder',
c_u_groups: 'Kullanıcı grupları',
c_u_rightslog: 'Hak değişiklikleri',
c_ul_logs: 'Bütün kullanıcı günlükleri',
c_ul_blocks: 'Engellemeler',
c_ul_deletes: 'Silmeler',
c_ul_moves: 'Taşımalar',
c_ul_patrols: 'Devriyeler',
c_ul_protects: 'Korumalar',
c_ul_uploads: 'Yüklemeler',
c_ul_rights: 'Kullanıcı hakları',
c_ub_block: 'Kullanıcıyı engelle',
c_ub_unblock: 'Kullanıcı engelini kaldır',
c_ub_ipblock: 'Engeli göster',
c_ub_blocklog: 'Engelleme günlüğü',
c_ux_rfa: 'RfAs',
c_ux_rfb: 'RfBs',
c_ux_rfar: 'RfAr',
c_ux_rfc: 'RfC',
c_ux_rfcu: 'RfCU',
c_ux_spi: 'SPI',
c_p_logs: 'Sayfa günlüğü >',
c_p_history: 'Geçmiş',
c_p_move: 'Sayfayı Taşı',
c_p_watch: 'Sayfayı izle',
c_p_unwatch: 'Sayfayı izleme',
c_p_protect: 'Sayfayı koru',
c_p_unprotect: 'Unprotect page',
c_p_delete: 'Sayfayı sil',
c_p_undelete: 'Sayfayı geri getir',
c_p_diff: 'En son fark',
c_p_editzero: 'Introyu değiştir',
c_p_wcpage: 'Sayfa analizi',
c_p_purge: 'Önbelleği sil',
c_pl_logs: 'Bütün sayfa günlükleri',
c_pl_deletes: 'Silme günlüğü',
c_pl_moves: 'Taşıma günlüğü',
c_pl_patrols: 'Devriye günlüğü',
c_pl_protects: 'Koruma günlüğü',
c_pl_uploads: 'Yükleme günlüğü'
};
}