prompt Package wsglm... create or replace package wsglm is /********************************************************************** ** Caption: The text forms the caption/prompt for an item ** (1-100) **********************************************************************/ -- The text displaced in radio groups and lists which represents a null value -- in an optional column based on a domain. CAP001_UNKNOWN constant varchar2(100) := 'Bilinmiyor'; -- The text used in link to an insert form.

is replaced by the zone -- caption CAP002_ADD_LINK constant varchar2(100) := 'Yeni

kaydı ilave et'; -- Query Form: Default Caption for Find Button CAP003_QF_FIND constant varchar2(100) := 'Bul'; -- Query Form: Default Caption for Clear Button CAP004_QF_CLEAR constant varchar2(100) := 'Temizle'; -- View Form: Default Caption for Requery Button CAP005_VF_REQUERY constant varchar2(100) := 'YenidenSorgula'; -- View Form: Default Caption for Update Button CAP006_VF_UPDATE constant varchar2(100) := 'Güncelle'; -- View Form: Default Caption for Delete Button CAP007_VF_DELETE constant varchar2(100) := 'Sil'; -- View Form: Default Caption for Revert Button CAP008_VF_REVERT constant varchar2(100) := 'Geri Al'; -- Insert Form: Default Caption for Insert Button CAP009_IF_INSERT constant varchar2(100) := 'Ekle'; -- Insert Form: Default Caption for Clear Button CAP010_IF_CLEAR constant varchar2(100) := 'Temizle'; -- Record List: Default Caption for Next Button CAP011_RL_NEXT constant varchar2(100) := 'İleri'; -- Record List: Default Caption for Previous Button CAP012_RL_PREVIOUS constant varchar2(100) := 'Geri'; -- Record List: Default Caption for First Button CAP013_RL_FIRST constant varchar2(100) := 'İlk'; -- Record List: Default Caption for Last Button CAP014_RL_LAST constant varchar2(100) := 'Son'; -- Record List: Default Caption for Count Button CAP015_RL_COUNT constant varchar2(100) := 'Say'; -- Record List: Default Caption for Requery Button CAP016_RL_REQUERY constant varchar2(100) := 'YenidenSorgula'; -- Record List: Default Caption for Find Button CAP017_LOV_FIND constant varchar2(100) := 'Bul'; -- Record List: Default Caption for Close Button CAP018_LOV_CLOSE constant varchar2(100) := 'Kapat'; -- List of Values: Caption for search criterion field in LOV.

is the caption -- of the data field CAP019_LOV_FILTER_CAPTION constant varchar2(100) := 'Kapat '; -- Caption used for Return Links menu caption. CAP020_RETURN_LINKS constant varchar2(100) := 'Bağlantılara Geri Dön'; -- Caption used for Return Link to module startup. CAP021_TOP_LEVEL constant varchar2(100) := 'Üst Düzey'; -- Caption used for Return Link to untitled module component startup. CAP022_UNTITLED constant varchar2(100) := 'İsimsiz'; -- Record List/Query Form/View Form: Default Caption for New Button CAP023_NEW constant varchar2(100) := 'Yeni'; -- Record List: Default Caption for Query Button CAP024_RL_QUERY constant varchar2(100) := 'Sorgu'; -- Caption for close button on popup calendar CAP025_CAL_CLOSE constant varchar2(100) := CAP018_LOV_CLOSE; -- Caption for poplist to mark row for update CAP026_DO_UPDATE constant varchar2(100) := 'Güncelle'; CAP027_DONT_UPDATE constant varchar2(100) := 'Güncellemeyin'; -- Caption to display if valid value is invalid CAP028_INVALID_VAL constant varchar2(100) := '#GEÇERSİZ!#'; -- Caption for poplist to mark row for insert CAP029_DO_INSERT constant varchar2(100) := 'Ekle'; CAP030_DONT_INSERT constant varchar2(100) := 'Eklemeyin'; /************************************************************************ ** Display: Text is displaced as information on a page ** (101-200) ************************************************************************/ -- The title/header displayed by the WSGL. Info() procedure DSP101_WSGL_INFO constant varchar2(100) := 'WSGL Bilgisi'; -- The name of the Webserver Generator Library, used in WSGL.Info() DSP102_WSGL constant varchar2(100) := 'WebServer Oluşturucu Kitaplığı'; -- The prompt for the current user, used in WSGL.Info() DSP103_USER constant varchar2(100) := 'Geçerli Kullanıcı'; -- The prompt for the Environment variable information, used in WSGL.Info() DSP104_ENVIRONMENT constant varchar2(100) := 'Ortam'; -- The prompt for the version of Webserver in use, used in WSGL.Info() DSP105_WEB_SERVER constant varchar2(100) := 'Oracle WebServer'; -- The prompt for the Web Browser in use, used in WSGL.Info() DSP106_WEB_BROWSER constant varchar2(100) := 'Web Gözatıcısı'; -- Used as part of the window title and page header for an 'about' box, -- and also as the default link text (preference MODAPL) DSP107_ABOUT constant varchar2(100) := 'Hakkında'; -- Text which describes the name/version of the generator used to create -- the application, used in 'About' box -- Note: is substituted with the name of the generator, and with -- the version DSP108_GENERATED_BY constant varchar2(100) := 'Bu uygulama sürüm tarafından oluşturulmuştur'; -- Text displayed when one row is in record list.

is replaced with the -- number of the record DSP109_RECORD constant varchar2(100) := 'Kayıt

'; -- Text displayed when more than one row is in record list.

is replaced -- with the number of the first record, and with the last. DSP110_RECORDS_N_M constant varchar2(100) := 'Kayıtlar dan ye'; -- Text displayed after the "Records a to b" text, which contains the total -- number of records.

is replaced with the total DSP111_OF_TOTAL constant varchar2(100) := '

'; -- Text displayed when no row is in record list. DSP112_NO_RECORDS constant varchar2(100) := 'Hiç Kayıt Yoktur'; -- Text used in link to a detail if the number of rows are to be displayed. --

is replaced withthe number of rows DSP113_DETAIL_ROWS constant varchar2(100) := '(

Sıralar )'; -- Text displayed at start of a QueryForm, where there is no module -- component caption DSP115_ENTER_QRY constant varchar2(100) := 'Sorgu Ölçütlerini Giriniz'; -- Text displayed at start of a QueryForm, where there is a module -- component caption.

is replaced with that caption DSP116_ENTER_QRY_CAPTION constant varchar2(100) := '

için Sorgu Ölçütlerini Giriniz'; -- Text displayed at start of a Inset Form,

is replaced with module -- component caption. Note: the module component caption could be null. DSP117_ENTER_NEW_ROW constant varchar2(100) := 'Yeni

kaydının değerini giriniz'; -- Text displayed at start of a Delete Form. DSP118_CONFIRM_DELETE constant varchar2(100) := 'Lütfen Sil emrini teyit ediniz'; -- Text displayed between two range controls in a Query Form DSP119_RANGE_TO constant varchar2(100) := 'git'; -- Date prompt in standard footer DSP120_DATE constant varchar2(100) := 'Tarih'; -- Text displayed at top of form after a successful insert/update DSP121_SUCCESS constant varchar2(100) := 'Başarılı'; -- Text displayed at top of form after an unsuccessful insert/update DSP122_ERROR constant varchar2(100) := 'Hata'; -- Caption for a list of values form DSP123_LOV_CAPTION constant varchar2(100) := '

Değerleri Listesi'; -- Text displayed when a search criterion is required for a List of Values.

is the -- caption of the fieldwhich the search is applied DSP124_LOV_ENTER_SEARCH constant varchar2(100) := 'Lütfen için arama ölçütü giriniz'; -- The prompt for the Repository Applicaiton System, used in WSGL.Info() DSP125_REPOS_APPSYS constant varchar2(100) := 'Veri Havuzu Konteyneri'; -- The prompt for the Repository Module, used in WSGL.Info() DSP126_REPOS_MODULE constant varchar2(100) := 'Veri Havuzu Modülü'; -- Text displayed whilst waiting for List of Values to load DSP127_LOV_PLEASE_WAIT constant varchar2(100) := 'Lütfen bekleyiniz...'; -- Heading for a popup calendar form DSP128_CAL_CAPTION constant varchar2(100) := 'Takvim: '; -- Caption for button that returns to today on the popup calendar DSP129_CAL_TODAY constant varchar2(100) := 'Bugün'; -- Caption to prefix the number of rows succesfully inserted DSP130_ROWS_INSERTED constant varchar2(100) := 'Satırlar başarıyla eklendi:'; -- Caption to prefix the number of rows not inserted DSP131_ROWS_NOT_INSERTED constant varchar2(100) := 'Satırlar eklenmedi:'; -- Caption to prefix row number in error messages DSP132_ROW constant varchar2(100) := 'Satır'; -- Heading for insert checkbox column DSP133_INSERT constant varchar2(100) := 'Ekle?'; -- Heading for delete checkbox column DSP134_DELETE constant varchar2(100) := 'Sil?'; -- Caption to prefix information about deleted rows DSP135_DELETED_ROW_INFO constant varchar2(100) := 'Satır bilgileri silindi:-'; -- Text displayed to indicate that no row has been updated DSP136_NO_ROW_UPDATED constant varchar2(100) := 'Satır güncellenmedi'; /***************************************************************** ** Message: The text forms whole or part of a message issued to the user ** (201-300) *****************************************************************/ -- Caption to indicate number of rows successfully updated DSP137_ROWS_UPDATED constant varchar2(100) := 'Güncellenen satırlar:'; -- Caption to indicate number of errors DSP138_ERRORS constant varchar2(100) := 'Hatalar:'; -- Caption to indicate number of rows deleted DSP139_ROWS_DELETED constant varchar2(100) := 'Silinen Satırlar:'; -- WSGL Internal error issued in Domain Validation. MSG201_DV_INIT_ERR constant varchar2(100):= 'Başlatılmayan Etki Alanı Kaydına Girildi'; -- WSGL Internal error issued in Domain Validation. MSG202_DV_CTL_ERR constant varchar2(100) := 'Bilinmeyen Kontrol Türüne Erişildi'; -- Message issued when the maximum number of rows (indentified by WSGL.MAX_ROWS) -- have been fetched.

is replaced by WSGL.MAX_ROWS. MSG203_MAX_ROWS constant varchar2(100) := 'Maksimum sayıda kayıt (

) döndürüldü'; -- Message issued when an attempt is made to access a row which has been deleted -- (presumably by another user) MSG204_ROW_DELETED constant varchar2(100) := 'Sıra başka bir kullanıcı tarafından silindi'; -- Message issued after a successful row update MSG207_ROW_UPDATED constant varchar2(100) := 'Sıra Güncellendi'; -- Message issued after a successful row insert MSG208_ROW_INSERTED constant varchar2(100) := 'Sıra Eklendi'; -- Message issued when an invalid value has been entered in a domain MSG209_INVALID_DV constant varchar2(100) := 'Geçersiz Değer'; -- Message issued when an invalid value has been entered in a query field. -- The

is replaced by the field caption. MSG210_INVALID_QRY constant varchar2(100) := '

alanında(alanlarında) geçersiz değer'; -- Action text issued when an invalid value has been entered in a date -- Query field. The

is replaced by the current date in the required format MSG211_EXAMPLE_TODAY constant varchar2(100) := 'Gösterilen formatda giriniz :

'; -- Part of the message issued when a column which has a format mask fails -- some basic validation.

is replaced by the format mask. MSG212_FOMAT_MASK constant varchar2(100) := '(Format Maskesi

)'; -- Message issued when attempting to navigate beyond the first record set MSG213_AT_FIRST constant varchar2(100) := 'İlk Sırada'; -- Message issued when attempting to navigate beyond the last record set MSG214_AT_LAST constant varchar2(100) := 'Son Sırada'; -- Message issued if browser does not support multiple submit buttons. MSG215_NO_MULTIPLE_SUBMITS constant varchar2(200) := 'Kullanılan gözatıcı çoklu formda tuşlarla çalışmıyor, bu sebeple istenilen uygulamayı çalıştıramıyor'; -- Message issued after a successful row delete MSG216_ROW_DELETED constant varchar2(100) := 'Sıra silindi'; -- Message issued if an unhandled exception occurs.

is replaced by the name of the -- routine MSG217_EXCEPTION constant varchar2(200) := 'Gösterilen hata

rutininde meydana gelmiştir'; -- Message issued as suggested action following an unhandled exception. MSG218_CONTACT_SUPPORT constant varchar2(100) := 'Lütfen teknik destek temsilcinize başvurun'; -- Message issued if mandatory field is missing.

is the field caption. MSG219_MISSING_MANDATORY constant varchar2(100) := '

Bir değer girilmelidir'; -- Message issued if numeric precision is wrong. is the field caption, is the precision. MSG220_PRECISION_ERROR constant varchar2(100) := ' Değerde katsayıdan önce den fazla hane bulunamaz'; -- Message issued if numeric scale is wrong. is the field caption, is the scale. MSG221_SCALE_ERROR1 constant varchar2(100) := '

Değerde den fazla katsayı hanesi bulunamaz'; -- Message issued if no scale defined.

is the field caption. MSG222_SCALE_ERROR2 constant varchar2(100) := '

Değerde katsayı hanesi bulunamaz'; -- Message issued if value is not in range. is the field caption, is low value. -- is high value. MSG223_RANGE_ERROR constant varchar2(100) := ' Değer izin verilen sınırların dışında ( den e )'; -- Message issued if a List of values contains no rows. MSG224_LOV_NO_ROWS constant varchar2(100) := 'Arama ölçütüyle eşleşen sıra bulunamadı'; -- Message issued when "Ora-06502 : PL/SQL: numeric or value error" occurs MSG225_ORA_6502 constant varchar2(100) := 'Yanlış Veri Türü'; -- Message issued when an invalid value has been entered in a Foreign Key control MSG226_INVALID_FK constant varchar2(100) := 'Geçersiz değer'; -- Message issued when a lookup value does not uniquely identify a Foreign Key Control MSG227_TOO_MANY_FKS constant varchar2(100) := 'Girilen değer benzersiz bir sırayı tanımlamıyor'; -- Message issued when a LOV no longer in context of the current page MSG228_LOV_NOT_IN_CONTEXT constant varchar2(100) := 'Değerler listesi uygun değil'; -- Message displayed when a current browser does not support frames MSG229_NO_FRAME_SUPPORT constant varchar2(200) := 'Bu uygulama HTML Çerçeveleri kullanır. Gözatıcınız bu fonksiyonelligi desteklememektedir. Bu uygulamaıy kullanmak isterseniz gözatıcınızı güncelleştirmeniz gerekir.'; -- Message issued if is value > max length. is the field caption, is the max length. MSG230_MAXLEN_ERROR constant varchar2(100) := ' Değer, en büyük sütun uzunluğunu aşıyor ()'; -- Message issued when access to a package procedure is denied MSG231_ACCESS_DENIED constant varchar2(100) := 'Erişim Reddedildi'; -- Message issued when dependant LOV field is not filled in. is the captin of the missing field MSG232_LOV_MISSING_DEPENDANT constant varchar2(100) := ' için bir değer girin'; -- Message issued when user attempts to leave page without saving changes MSG233_DATA_CHANGED constant varchar2(200) := 'Bu sayfadaki veriler değiştirilmiş. Lütfen değişiklikleri iletin veya devam etmeden önce geri alın.'; -- Message issued if invalid year entered into calendar window MSG234_FOUR_DIGIT_YEAR constant varchar2(200) := 'Lütfen 4 hane kullanarak yıl girin'; MSG235_ROW_REQUERY_FAILURE constant varchar2(200) := 'Satır yeniden sorgulanamadı. Satır, sorgu kısıtlamalarına uymuyor.'; MSG236_PORTLET_DESCRIPTION constant varchar2(200) := ' portleti, Web Sunucu Oluşturucusu tarafından oluşturuldu.'; /*************************************************************************** ** OCO Text: The text is used in defining a Oracle Context Option Query Form ** (501-600) ***************************************************************************/ -- Caption of button to add more terms to search criteria OCO501_MORE_TERMS constant varchar2(100) := 'Daha Fazla Terim'; -- Caption of button to extend search criteria OCO502_EXTEND constant varchar2(100) := 'Arama Yeteneğini Genişlet'; -- Caption of button to simplify search criteria OCO503_SIMPLIFY constant varchar2(100) := 'Arama Yeteneğini Sadeleştir'; -- Text to describe how to combine terms in query OCO504_AND constant varchar2(100) := 've'; OCO505_OR constant varchar2(100) := 'veya'; OCO506_NOT constant varchar2(100) := 'yok'; OCO507_NEAR constant varchar2(100) := 'yakın'; OCO508_MINUS constant varchar2(100) := 'eksi'; OCO509_ACCUMULATE constant varchar2(100) := 'birikmiş'; -- Text to describe how to compare query fields OCO510_MATCH constant varchar2(100) := 'Eşle'; OCO511_STARTS_WITH constant varchar2(100) := 'ile başla'; OCO512_FUZZY constant varchar2(100) := 'Yaklaşık'; OCO513_STEM constant varchar2(100) := 'Stem'; OCO514_SOUNDEX constant varchar2(100) := 'Soundex'; OCO515_RESULTS_OF constant varchar2(100) := 'Sonuç'; -- Text to describe weighting factors OCO516_HIGH constant varchar2(100) := 'Yüksek'; OCO517_MEDIUM constant varchar2(100) := 'Orta'; OCO518_LOW constant varchar2(100) := 'Düşük'; -- Text to describe rows returned OCO519_RETURN_CAPTION constant varchar2(100) := 'Döndür'; OCO520_RETURN_ALL constant varchar2(100) := 'Tüm isabetler'; OCO521_RETURN_10 constant varchar2(100) := 'İlk 10 isabet'; OCO522_RETURN_100 constant varchar2(100) := 'İlk 100 isabet'; OCO523_RETURN_GT30 constant varchar2(100) := 'İsabeti > 30 olanlar'; OCO524_RETURN_GT70 constant varchar2(100) := 'İsabeti > 70 olanlar'; /*************************************************************************** ** WSGSEC Default security implementation text (601-700) ***************************************************************************/ -- Message to indicate user has to log on SEC601_LOGON_REQUIRED constant varchar2(100) := 'Oturum Açma Gerekli'; -- Ask user for user name and password SEC602_USERNAME_PASSWORD constant varchar2(100) := 'Oturum açmak için kullanıcı adı ve parolanızı girin'; -- Prompt for user name SEC603_USERNAME_PROMPT constant varchar2(100) := 'Kullanıcı adı:'; -- Prompt for password SEC604_PASSWORD_PROMPT constant varchar2(100) := 'Parola:'; -- Caption for 'Log On' button SEC605_LOGON_CAPTION constant varchar2(100) := 'Oturum aç'; -- Message to indicate logon was successful SEC606_LOGON_SUCCESS constant varchar2(100) := 'Oturum açma Başarılı'; -- Message to ask user to go back to start of application SEC607_NAVIGATE_BACK constant varchar2(100) := 'Lütfen uygulamaya geri gidin'; -- Message to indicate that logon was not successful SEC608_INVALID_LOGON constant varchar2(100) := 'Geçersiz Oturum açma'; -- Message to indicate user does not have access to the application SEC609_ACCESS_DENIED constant varchar2(100) := 'Erişim Engellendi'; SEC610_NO_PERMISSION constant varchar2(100) := 'You do not have permission to use this application'; SEC611_LOGGING_OFF constant varchar2(100) := 'Oturum Kapatılıyor'; SEC612_LOGGED_OFF constant varchar2(100) := 'Oturum Kapatıldı'; SEC613_HOME constant varchar2(100) := 'Giriş Sayfası'; SEC614_NO_USER constant varchar2(500) := 'Bu uygulamada, Single Sign-On kullanıcınıza karşılık gelen bir kullanıcı yok.'; pragma restrict_references(wsglm, WNDS, WNPS, RNDS, RNPS); end; / show errors