From 66c8bb5772181ffbc27f5a9bddba280a179a228a Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Fri, 13 Apr 2018 10:15:42 +0200 Subject: [PATCH 01/23] Keep dashboards left panel on top --- resources/dashboard.php | 4 ++-- resources/dashboard_yearly_costs.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/dashboard.php b/resources/dashboard.php index d8076be5e..33a4fa0f5 100644 --- a/resources/dashboard.php +++ b/resources/dashboard.php @@ -13,7 +13,7 @@ - - diff --git a/resources/dashboard_yearly_costs.php b/resources/dashboard_yearly_costs.php index 5b92c3286..8d9804563 100644 --- a/resources/dashboard_yearly_costs.php +++ b/resources/dashboard_yearly_costs.php @@ -12,7 +12,7 @@ - - From 3160b812d8bd493eff288551b04d2366139a871c Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Fri, 13 Apr 2018 10:22:55 +0200 Subject: [PATCH 02/23] Dashboards: align vertically left panel and results table --- resources/ajax_htmldata/getDashboard.php | 2 +- resources/ajax_htmldata/getDashboardYearlyCosts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/ajax_htmldata/getDashboard.php b/resources/ajax_htmldata/getDashboard.php index e202d90c1..788efcb5d 100644 --- a/resources/ajax_htmldata/getDashboard.php +++ b/resources/ajax_htmldata/getDashboard.php @@ -16,7 +16,7 @@ $query = $dashboard->getQuery($resourceTypeID, $year, $acquisitionTypeID, $orderTypeID, $subjectID, $costDetailsID, $groupBy); $results = $dashboard->getResults($query); if ($groupBy == "GS.shortName") $groupBy = "generalSubject"; - echo ""; + echo "
"; echo ""; echo ""; echo ""; diff --git a/resources/ajax_htmldata/getDashboardYearlyCosts.php b/resources/ajax_htmldata/getDashboardYearlyCosts.php index 3503bcc20..5ded81a7f 100644 --- a/resources/ajax_htmldata/getDashboardYearlyCosts.php +++ b/resources/ajax_htmldata/getDashboardYearlyCosts.php @@ -23,7 +23,7 @@ $costDetails = new CostDetails(); $costDetailsArray = $costDetails->allAsArray(); - echo "
" . _("Name") . "" . _("Resource Type") . "
"; + echo "
"; echo ""; echo ""; echo ""; From 826a94484070889f0af3dfbbce0eed33304f066f Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Mon, 14 May 2018 12:00:36 +0200 Subject: [PATCH 03/23] =?UTF-8?q?Turkish=20translation=20(by=20=C3=96zhan?= =?UTF-8?q?=20Sa=C4=9Fl=C4=B1k)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LangCodes.php | 6 +- auth/locale/tr_TR/LC_MESSAGES/messages.mo | Bin 0 -> 976 bytes auth/locale/tr_TR/LC_MESSAGES/messages.po | 56 + .../locale/tr_TR/LC_MESSAGES/messages.mo | Bin 0 -> 23444 bytes .../locale/tr_TR/LC_MESSAGES/messages.po | 1470 ++++++++ locale/tr_TR/LC_MESSAGES/messages.mo | Bin 0 -> 974 bytes locale/tr_TR/LC_MESSAGES/messages.po | 56 + .../locale/tr_TR/LC_MESSAGES/messages.mo | Bin 0 -> 20783 bytes .../locale/tr_TR/LC_MESSAGES/messages.po | 1340 +++++++ .../locale/tr_TR/LC_MESSAGES/messages.mo | Bin 0 -> 16571 bytes .../locale/tr_TR/LC_MESSAGES/messages.po | 1190 ++++++ reports/locale/tr_TR/messages.mo | Bin 0 -> 6796 bytes reports/locale/tr_TR/messages.po | 246 ++ .../locale/tr_TR/LC_MESSAGES/messages.mo | Bin 0 -> 49470 bytes .../locale/tr_TR/LC_MESSAGES/messages.po | 3219 +++++++++++++++++ usage/locale/tr_TR/LC_MESSAGES/messages.mo | Bin 0 -> 29996 bytes usage/locale/tr_TR/LC_MESSAGES/messages.po | 1722 +++++++++ 17 files changed, 9303 insertions(+), 2 deletions(-) create mode 100644 auth/locale/tr_TR/LC_MESSAGES/messages.mo create mode 100644 auth/locale/tr_TR/LC_MESSAGES/messages.po create mode 100644 licensing/locale/tr_TR/LC_MESSAGES/messages.mo create mode 100644 licensing/locale/tr_TR/LC_MESSAGES/messages.po create mode 100644 locale/tr_TR/LC_MESSAGES/messages.mo create mode 100644 locale/tr_TR/LC_MESSAGES/messages.po create mode 100644 management/locale/tr_TR/LC_MESSAGES/messages.mo create mode 100644 management/locale/tr_TR/LC_MESSAGES/messages.po create mode 100644 organizations/locale/tr_TR/LC_MESSAGES/messages.mo create mode 100644 organizations/locale/tr_TR/LC_MESSAGES/messages.po create mode 100644 reports/locale/tr_TR/messages.mo create mode 100644 reports/locale/tr_TR/messages.po create mode 100644 resources/locale/tr_TR/LC_MESSAGES/messages.mo create mode 100644 resources/locale/tr_TR/LC_MESSAGES/messages.po create mode 100644 usage/locale/tr_TR/LC_MESSAGES/messages.mo create mode 100644 usage/locale/tr_TR/LC_MESSAGES/messages.po diff --git a/LangCodes.php b/LangCodes.php index 5d3b3cdf6..cf2811ad9 100644 --- a/LangCodes.php +++ b/LangCodes.php @@ -11,7 +11,8 @@ public function getLanguage($code){ 'en_US'=>'en_US', 'zh_CN'=>'zh_CN', 'zh_TW'=>'zh_TW', - 'de_DE'=>'de_DE' + 'de_DE'=>'de_DE', + 'tr_TR'=>'tr_TR' ); return array_key_exists($code, $all_lang) ? $all_lang[$code] : "en_US"; } @@ -22,7 +23,8 @@ public function getNameLang($code_lang){ 'en_US'=>'English (US)', 'zh_CN'=>'中文 (简体)', 'zh_TW'=>'中文 (正體)', - 'de_DE'=>'Deutsch' + 'de_DE'=>'Deutsch', + 'tr_TR'=>'Türkçe' ); return array_key_exists($code_lang, $name_lang) ? $name_lang[$code_lang] : "English"; } diff --git a/auth/locale/tr_TR/LC_MESSAGES/messages.mo b/auth/locale/tr_TR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..3258565d5b65aacbe5c95e6601047a3cfa07cd1b GIT binary patch literal 976 zcmYk4%We}f6ow6yTL3{TBm`n%Sb>n!ne?iuf&{&(YNJMJKx75(%xPje2au4&DG8qxj8ed>{1ldf)}{19%(!2!4W&pqq$84Bi2sfj(agyaFcRbua_( zf`_25`*{?91t$>y1gF4XAW{}NfYWvvZ8&1zD^oRM~H+q9)thlSCydj5_KC49Hf z8f5dHiOI4T7G}QV;IU4{mQkYyjmG(zWOb9jrPzs$M7$(pQ9I%pSwG*F>f24RY^bOt zR-~hdSAuX}1al$`c{m%*R75Zz1TcyQ9VkD2>{}3FMO5Z_7({amPl6fvwxo5UIr`7s zL>ym++aQ`Gvompo?Red6lxiEb)$z*0a!^{%wZk@uX1|N|IC}4`+T`QGGbN7d4j!+_~Nc|rB`B|G#TmqI_fzk%JHzgSf0hmFciQK{ky4UW|BBc}{or;~5~WDYrapp4@EJni|rVT=2cN!B{~p~ 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-SearchPath-0: .\n" + +#: index.php:49 +msgid "eRM" +msgstr "e-KY" + +#: index.php:49 +msgid "eResource Management" +msgstr "e-Kaynak Yönetimi" + +#: index.php:51 +msgid "Change language:" +msgstr "Dili değiştir" + +#: index.php:67 +msgid "Invalid translation route!" +msgstr "Geçersiz çeviri yolu!" + +#: index.php:101 index.php:106 +msgid "Resources" +msgstr "Kaynaklar" + +#: index.php:116 index.php:121 +msgid "Licensing" +msgstr "Lisanslama" + +#: index.php:130 index.php:135 +msgid "Organizations" +msgstr "Yayıncılar" + +#: index.php:144 index.php:149 +msgid "Usage Statistics" +msgstr "Kullanım İstatistikleri" + +#: index.php:158 index.php:163 +msgid "Management" +msgstr "Yönetim" + +#: index.php:170 +msgid "Powered by" +msgstr "Tarafından destekleniyor" diff --git a/licensing/locale/tr_TR/LC_MESSAGES/messages.mo b/licensing/locale/tr_TR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..18650a4687032f29beda1b4d2bc5b25a0fa960a2 GIT binary patch literal 23444 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 literal 0 HcmV?d00001 diff --git a/licensing/locale/tr_TR/LC_MESSAGES/messages.po b/licensing/locale/tr_TR/LC_MESSAGES/messages.po new file mode 100644 index 000000000..3132af5ae --- /dev/null +++ b/licensing/locale/tr_TR/LC_MESSAGES/messages.po @@ -0,0 +1,1470 @@ +msgid "" +msgstr "" +"Project-Id-Version: messages\n" +"POT-Creation-Date: 2016-10-04 09:53-0600\n" +"PO-Revision-Date: 2017-12-26 14:26+0300\n" +"Last-Translator: <>\n" +"Language-Team: CORAL Türkiye \n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: ../../..\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-SearchPath-0: .\n" + +#: js/admin.js:122 js/admin.js:257 js/admin.js:282 js/admin.js:308 +#: js/admin.js:335 js/index.js:43 +msgid "Processing..." +msgstr "İşlem devam ediyor..." + +#: js/admin.js:255 js/admin.js:333 +msgid "Do you really want to delete this data?" +msgstr "Bu veriyi silmek istediğinizden emin misiniz?" + +#: js/admin.js:280 +msgid "Do you really want to delete this user?" +msgstr "Bu kullanıcıyı silmek istediğinizden emin misiniz?" + +#: js/admin.js:306 +msgid "" +"Do you really want to delete this expression type? Any associated " +"Qualifiers will be deleted as well." +msgstr "" +"Bu açıklamayı silmek istediğinizden emin misiniz? İlişkili olan açıklamalar " +"da silinecektir." + +#: js/admin.js:357 js/forms/documentForm.js:188 js/forms/expressionForm.js:78 +#: js/forms/licenseForm.js:172 js/forms/signatureForm.js:115 ajax_forms.php:480 +#: ajax_forms.php:743 +msgid "add" +msgstr "ekle" + +#: js/forms/attachmentForm.js:41 js/forms/attachmentForm.js:54 +#: js/forms/documentForm.js:102 +msgid "File name is already being used..." +msgstr "Dosya adı kullanımda..." + +#: js/forms/attachmentForm.js:46 +msgid "The attachments directory is not writable." +msgstr "Ek dizini yazılabilir değil." + +#: js/forms/attachmentForm.js:84 js/forms/documentForm.js:134 js/license.js:457 +msgid " successfully uploaded." +msgstr "yükleme başarılı." + +#: js/forms/attachmentForm.js:84 ajax_forms.php:458 ajax_forms.php:728 +#: ajax_forms.php:815 ajax_htmldata.php:142 ajax_htmldata.php:234 +#: ajax_htmldata.php:1150 ajax_htmldata.php:1230 ajax_htmldata.php:1287 +#: ajax_htmldata.php:1335 ajax_htmldata.php:1452 +msgid "remove" +msgstr "kaldır" + +#: js/forms/attachmentForm.js:101 js/forms/attachmentForm.js:109 +msgid "Do you really want to delete this attachment?" +msgstr "Bu eki silmek istediğinizden emin misiniz?" + +#: js/forms/documentForm.js:38 js/forms/licenseForm.js:34 +msgid "This name is already being used!" +msgstr "Bu ad daha önce alınmış!" + +#: js/forms/documentForm.js:106 +msgid "" +"File name may not contain special characters - ampersand, single quote, " +"double quote or less than/greater than characters" +msgstr "" +"Dosya adı özel karakter içermemelidir - ve işareti, tek tırnak, çift tırnak " +"veya küçük, büyük işareti" + +#: js/forms/documentForm.js:110 +msgid "The documents directory is not writable." +msgstr "Belgeler dizini yazılabilir değil." + +#: js/forms/documentForm.js:176 +msgid "Document Type is required." +msgstr "Belge tipi zorunludur." + +#: js/forms/documentForm.js:177 +msgid "Short Name is required." +msgstr "Kısa ad gerekli." + +#: js/forms/documentForm.js:207 +msgid "DocumentType has been added" +msgstr "Doküman Türü eklendi" + +#: js/forms/expressionForm.js:89 +msgid "ExpressionType has been added" +msgstr "Açıklama Türü eklendi" + +#: js/forms/licenseForm.js:57 js/forms/licenseForm.js:118 js/onix_import.js:11 +#: js/onix_import.js:68 +msgid "Warning! This organization will be added new." +msgstr "Uyarı! Bu yayıncı yeni eklenecek." + +#: js/forms/licenseForm.js:191 +msgid "Consortium has been added" +msgstr "Konsorsiyum eklendi" + +#: js/forms/licenseForm.js:200 +msgid "License Name is required." +msgstr "Lisans Adı gereklidir" + +#: js/forms/licenseForm.js:201 +msgid "Provider is required." +msgstr "Sağlayıcı gereklidir." + +#: js/forms/sfxForm.js:59 +msgid "A document must be selected to continue." +msgstr "Devam edebilmek için bir belge seçiniz." + +#: js/forms/sfxForm.js:60 +msgid "Terms Tool Resource must be entered to continue." +msgstr "Devam etmek için Kaynak Kullanım Şartları doldurulmalıdır." + +#: js/forms/signatureForm.js:41 +msgid "No match!" +msgstr "Eşleşme yok!" + +#: js/forms/signatureForm.js:41 +msgid "Selected: " +msgstr "Seçildi:" + +#: js/forms/signatureForm.js:96 +msgid "Do you really want to delete this signature?" +msgstr "Bu imzayı silmek istediğinizden emin misiniz?" + +#: js/forms/signatureForm.js:126 +msgid "SignatureType has been added" +msgstr "İmza Türü eklendi" + +#: js/license.js:103 +msgid "Do you really want to delete this license?" +msgstr "Bu lisansı silmek istediğinizden emin misiniz?" + +#: js/license.js:159 +msgid "Refreshing Contents..." +msgstr "İçerik Yenileniyor..." + +#: js/license.js:279 +msgid " record)" +msgstr "kayıt)" + +#: js/license.js:281 +msgid " records)" +msgstr "kayıtlar)" + +#: js/license.js:314 +msgid "Do you really want to archive this document?" +msgstr "Bu belgeyi arşivlemek istediğinizden emin misiniz?" + +#: js/license.js:332 +msgid "Do you really want to delete this document?" +msgstr "Bu belgeyi silmek istediğinizden emin misiniz?" + +#: js/license.js:339 +msgid "" +"There was a problem with deleting the document. You may not delete a " +"document if there are associated expressions. Remove all expressions and " +"try again." +msgstr "" +"Bu belgeyi silerken bir problemle karşılaşıldı. Belgeyle ilişkili " +"açıklamalar varsa, belgeyi silemezsiniz. Tüm açıklamaları kaldırarak tekrar " +"deneyiniz." + +#: js/license.js:353 +msgid "Do you really want to delete this expression?" +msgstr "Bu açıklamayı silmek istediğinizden emin misiniz?" + +#: js/license.js:368 +msgid "" +"Do you really want to delete this attachment? This will also delete all " +"attached files." +msgstr "" +"Bu eki silmek istediğinizden emin misiniz? Bu işlem eklenmiş tüm dosyaları " +"da silecektir." + +#: js/license.js:385 +msgid "Do you really want to delete this terms tool resource link?" +msgstr "" +"Kaynak Kullanım Şartları bağlantısını silmek istediğinizden emin misiniz?" + +#: js/license.js:425 js/license.js:455 +msgid "File name is already being used." +msgstr "Dosya adı kullanımda..." + +#: js/onix_import.js:99 +msgid "Please select a file to upload." +msgstr "Lütfen yüklenecek bir dosya seçin" + +#: js/onix_import.js:105 +msgid "At least one term type must be selected." +msgstr "En az bir dönem türü seçilmelidir." + +#: js/onix_import.js:111 +msgid "The Publisher / Provider field must contain a value." +msgstr "Le champ Editeur/fournisseur doit contenir une valeur." + +#: js/onix_import.js:114 +msgid "" +"Please correct the following form error(s):\n" +"\n" +msgstr "Lütfen aşağıdaki form hata(lar)ını düzeltin:\n" + +#: js/plugins/date.js:30 +msgid "Sunday" +msgstr "Pazar" + +#: js/plugins/date.js:30 +msgid "Monday" +msgstr "Pazartesi" + +#: js/plugins/date.js:30 +msgid "Tuesday" +msgstr "Salı" + +#: js/plugins/date.js:30 +msgid "Wednesday" +msgstr "Çarşamba" + +#: js/plugins/date.js:30 +msgid "Thursday" +msgstr "Perşembe" + +#: js/plugins/date.js:30 +msgid "Friday" +msgstr "Cuma" + +#: js/plugins/date.js:30 +msgid "Saturday" +msgstr "Cumartesi" + +#: js/plugins/date.js:42 +msgid "Sun" +msgstr "Pazar" + +#: js/plugins/date.js:42 +msgid "Mon" +msgstr "Ptesi" + +#: js/plugins/date.js:42 +msgid "Tue" +msgstr "Sal" + +#: js/plugins/date.js:42 +msgid "Wed" +msgstr "Çar" + +#: js/plugins/date.js:42 +msgid "Thu" +msgstr "Per" + +#: js/plugins/date.js:42 +msgid "Fri" +msgstr "Cum" + +#: js/plugins/date.js:42 +msgid "Sat" +msgstr "Cmt" + +#: js/plugins/date.js:54 +msgid "January" +msgstr "Ocak" + +#: js/plugins/date.js:54 +msgid "February" +msgstr "Şubat" + +#: js/plugins/date.js:54 +msgid "March" +msgstr "Mart" + +#: js/plugins/date.js:54 +msgid "April" +msgstr "Nisan" + +#: js/plugins/date.js:54 js/plugins/date.js:66 +msgid "May" +msgstr "Mayıs" + +#: js/plugins/date.js:54 +msgid "June" +msgstr "Haziran" + +#: js/plugins/date.js:54 +msgid "July" +msgstr "Temmuz" + +#: js/plugins/date.js:54 +msgid "August" +msgstr "Ağustos" + +#: js/plugins/date.js:54 +msgid "September" +msgstr "Eylül" + +#: js/plugins/date.js:54 +msgid "October" +msgstr "Ekim" + +#: js/plugins/date.js:54 +msgid "November" +msgstr "Kasım" + +#: js/plugins/date.js:54 +msgid "December" +msgstr "Aralık" + +#: js/plugins/date.js:66 +msgid "Jan" +msgstr "Oca" + +#: js/plugins/date.js:66 +msgid "Feb" +msgstr "Şub" + +#: js/plugins/date.js:66 +msgid "Mar" +msgstr "Mar" + +#: js/plugins/date.js:66 +msgid "Apr" +msgstr "Nis" + +#: js/plugins/date.js:66 +msgid "Jun" +msgstr "Haz" + +#: js/plugins/date.js:66 +msgid "Jul" +msgstr "Tem" + +#: js/plugins/date.js:66 +msgid "Aug" +msgstr "Ağu" + +#: js/plugins/date.js:66 +msgid "Sep" +msgstr "Eyl" + +#: js/plugins/date.js:66 +msgid "Oct" +msgstr "Eki" + +#: js/plugins/date.js:66 +msgid "Nov" +msgstr "Kas" + +#: js/plugins/date.js:66 +msgid "Dec" +msgstr "Ara" + +#: js/plugins/jquery.datePicker.js:1129 +msgid "Previous year" +msgstr "Önceki yıl" + +#: js/plugins/jquery.datePicker.js:1130 +msgid "Previous month" +msgstr "Önceki ay" + +#: js/plugins/jquery.datePicker.js:1131 +msgid "Next year" +msgstr "Gelecek yıl" + +#: js/plugins/jquery.datePicker.js:1132 +msgid "Next month" +msgstr "Gelecek ay" + +#: js/plugins/jquery.datePicker.js:1133 ajax_forms.php:490 ajax_forms.php:753 +msgid "Close" +msgstr "Kapat" + +#: js/plugins/jquery.datePicker.js:1134 +msgid "Choose date" +msgstr "Tarih seçiniz" + +#: admin.php:22 +msgid "Administration" +msgstr "Yönetim" + +#: admin.php:35 +msgid "Users" +msgstr "Kullanıcılar" + +#: admin.php:36 +msgid "add new user" +msgstr "yeni kullanıcı ekle" + +#: admin.php:39 admin.php:56 admin.php:70 admin.php:83 admin.php:97 +#: admin.php:112 admin.php:132 admin.php:153 admin.php:167 in_progress.php:38 +#: license.php:70 license.php:112 license.php:131 license.php:151 +msgid "Loading..." +msgstr "Yükleniyor..." + +#: admin.php:52 +msgid "Document Types" +msgstr "Belge Türleri" + +#: admin.php:53 +msgid "add new document type" +msgstr "yeni belge türü ekle" + +#: admin.php:66 +msgid "Expression Types" +msgstr "Açıklama Türleri" + +#: admin.php:67 +msgid "add new expression type" +msgstr "yeni açıklama türü ekle" + +#: admin.php:79 +msgid "Qualifiers" +msgstr "Yeterlilikler" + +#: admin.php:80 +msgid "add new qualifier" +msgstr "yeni yeterlilik ekle" + +#: admin.php:93 +msgid "Signature Types" +msgstr "İmza Türleri" + +#: admin.php:94 +msgid "add new signature type" +msgstr "yeni imza türü ekle" + +#: admin.php:108 +msgid "License Statuses" +msgstr "Lisans Durumları" + +#: admin.php:109 +msgid "add new license status" +msgstr "Yeni lisans durumu ekle" + +#: admin.php:129 ajax_forms.php:1035 +msgid "Calendar Settings" +msgstr "Takvim Ayarları" + +#: admin.php:149 +msgid "Consortia" +msgstr "Konsorsiyum" + +#: admin.php:150 +msgid "add new consortium" +msgstr "Yeni konsorsiyum ekle" + +#: admin.php:163 +msgid "Providers" +msgstr "Sağlayıcılar" + +#: admin.php:164 +msgid "add new provider" +msgstr "yeni sağlayıcı ekle" + +#: admin.php:180 +msgid "You don't have permission to access this page" +msgstr "Bu sayfaya erişim yetkiniz yok." + +#: admin/classes/common/DBService.php:40 +msgid "There was a problem with the database: " +msgstr "Veritabanıyla ilgili bir sorun oluştu: " + +#: admin/classes/common/Object.php:72 +msgid "Cannot get value for undefined key (" +msgstr "Tanımlamayan anahtar için değer oluşturulamadı (" + +#: ajax_forms.php:47 ajax_htmldata.php:630 +msgid "License" +msgstr "Lisans" + +#: ajax_forms.php:51 +msgid "License Name:" +msgstr "Lisans Adı" + +#: ajax_forms.php:56 onix_import.php:325 +msgid "Publisher / Provider:" +msgstr "Yayıncı / Sağlayıcı:" + +#: ajax_forms.php:66 +msgid "Consortium:" +msgstr "Konsorsiyum:" + +#: ajax_forms.php:94 ajax_htmldata.php:496 index.php:92 +msgid "" +"There was an error processing this request - please verify configuration.ini " +"is set up for organizations correctly and the database and tables have been " +"created." +msgstr "" +"Talebinizi işlerken bir hata oluştu - Yayıncılar ile oluşturduğunuz " +"veritabanı ve tabloların doğruluğu için configuration.ini dosyasını kontrol " +"edin." + +#: ajax_forms.php:106 +msgid "add consortium" +msgstr "konsorsiyum ekle" + +#: ajax_forms.php:113 ajax_forms.php:270 ajax_forms.php:369 ajax_forms.php:639 +#: ajax_forms.php:831 +msgid "submit" +msgstr "gönder" + +#: ajax_forms.php:114 ajax_forms.php:271 ajax_forms.php:370 ajax_forms.php:640 +#: ajax_forms.php:832 ajax_forms.php:965 ajax_forms.php:1011 +#: ajax_forms.php:1119 ajax_forms.php:1173 +msgid "cancel" +msgstr "iptal" + +#: ajax_forms.php:164 +msgid "Document Upload" +msgstr "Belge Yükle" + +#: ajax_forms.php:167 +msgid "Effective Date:" +msgstr "Geçerli Tarih:" + +#: ajax_forms.php:174 +msgid "Document Type:" +msgstr "Doküman Türü:" + +#: ajax_forms.php:195 +msgid "add document type" +msgstr "doküman türü ekle" + +#: ajax_forms.php:203 +msgid "Parent:" +msgstr "Üst öge:" + +#: ajax_forms.php:235 +msgid "Name:" +msgstr "Adı:" + +#: ajax_forms.php:241 +msgid "File:" +msgstr "Dosya:" + +#: ajax_forms.php:247 +msgid "replace with new file" +msgstr "yeni dosyayla değiştir" + +#: ajax_forms.php:263 +msgid "Archived:" +msgstr "Arşivlendi:" + +#: ajax_forms.php:297 +msgid "Archive Document Date" +msgstr "Belgenin Arşivlenme Tarihi" + +#: ajax_forms.php:302 +msgid "Archive Date:" +msgstr "Arşiv Tarihi:" + +#: ajax_forms.php:305 ajax_processing.php:505 ajax_processing.php:517 +#: ajax_processing.php:530 +msgid "Continue" +msgstr "Devam et" + +#: ajax_forms.php:335 +msgid "Terms Tool Resource Link" +msgstr "Kaynak Kullanım Şartları Bağlantısı" + +#: ajax_forms.php:340 ajax_htmldata.php:1079 +msgid "For Document:" +msgstr "Belge için" + +#: ajax_forms.php:363 +msgid "Terms Tool Resource:" +msgstr "Kaynak Kullanım Şartları:" + +#: ajax_forms.php:401 ajax_htmldata.php:773 ajax_htmldata.php:778 +#: ajax_htmldata.php:903 ajax_htmldata.php:908 +msgid "Signatures" +msgstr "İmzalar" + +#: ajax_forms.php:407 +msgid "Signer Name" +msgstr "İmzalayan" + +#: ajax_forms.php:408 ajax_htmldata.php:182 +msgid "Date" +msgstr "Tarih" + +#: ajax_forms.php:409 ajax_htmldata.php:771 ajax_htmldata.php:776 +#: ajax_htmldata.php:901 ajax_htmldata.php:906 ajax_htmldata.php:1083 +msgid "Type" +msgstr "Tür" + +#: ajax_forms.php:444 ajax_forms.php:705 +msgid "commit update" +msgstr "işlemi güncelle" + +#: ajax_forms.php:457 ajax_forms.php:727 ajax_htmldata.php:141 +#: ajax_htmldata.php:234 ajax_htmldata.php:1150 ajax_htmldata.php:1229 +#: ajax_htmldata.php:1412 +msgid "edit" +msgstr "düzenle" + +#: ajax_forms.php:546 license.php:63 license.php:105 license.php:125 +#: license.php:144 +msgid "Expressions" +msgstr "Açıklamalar" + +#: ajax_forms.php:551 +msgid "Document:" +msgstr "Belge:" + +#: ajax_forms.php:573 +msgid "Expression Type:" +msgstr "Açıklama Türü:" + +#: ajax_forms.php:592 +msgid "add expression" +msgstr "açıklama ekle" + +#: ajax_forms.php:599 +msgid "Qualifier:" +msgstr "Nitelendirici:" + +#: ajax_forms.php:635 ajax_htmldata.php:543 +msgid "Document Text:" +msgstr "Belge Metni:" + +#: ajax_forms.php:673 ajax_forms.php:684 ajax_htmldata.php:631 +msgid "Notes" +msgstr "Notlar" + +#: ajax_forms.php:674 +msgid "For Document Text:" +msgstr "Belge Türü için:" + +#: ajax_forms.php:789 license.php:65 license.php:107 license.php:127 +#: license.php:146 +msgid "Attachments" +msgstr "Ekler" + +#: ajax_forms.php:793 +msgid "Date:" +msgstr "Tarih:" + +#: ajax_forms.php:800 +msgid "Details:" +msgstr "Ayrıntılar:" + +#: ajax_forms.php:806 +msgid "Attachments:" +msgstr "Ekler:" + +#: ajax_forms.php:860 ajax_forms.php:901 ajax_forms.php:984 ajax_forms.php:1135 +msgid "Update" +msgstr "Güncelle" + +#: ajax_forms.php:865 ajax_htmldata.php:1286 ajax_htmldata.php:1334 +#: ajax_htmldata.php:1451 +msgid "update" +msgstr "güncelle" + +#: ajax_forms.php:872 +msgid "close" +msgstr "kapat" + +#: ajax_forms.php:904 ajax_forms.php:987 ajax_forms.php:1138 +msgid "Add New" +msgstr "Yeni Ekle" + +#: ajax_forms.php:912 +msgid "User" +msgstr "Kullanıcı" + +#: ajax_forms.php:913 ajax_htmldata.php:1258 +msgid "Login ID" +msgstr "Giriş kimliği" + +#: ajax_forms.php:914 ajax_htmldata.php:1259 +msgid "First Name" +msgstr "Ad" + +#: ajax_forms.php:915 ajax_htmldata.php:1260 +msgid "Last Name" +msgstr "Soyad" + +#: ajax_forms.php:916 ajax_htmldata.php:1261 +msgid "Privilege" +msgstr "Ayrıcalık" + +#: ajax_forms.php:919 ajax_forms.php:922 +msgid "Add/Edit users can add, edit, or remove licenses and associated fields" +msgstr "" +"Kullanıcı ekle/düzenle ile kullanıcılar lisansları ve ilişkili alanları " +"ekleyebilir, düzenleyebilir veya kaldırabilir" + +#: ajax_forms.php:919 ajax_forms.php:922 +msgid "Admin users have access to the Admin page and the SFX tab." +msgstr "" +"Yönetici kullanıcılar Yönetici sayfası ve SFX sekmesine erişim hakkına " +"sahiptir." + +#: ajax_forms.php:919 ajax_forms.php:922 +msgid "Restricted users do not have the ability to view documents" +msgstr "Kısıtlı kullanıcılar belgeleri görüntüleme yetkisine sahip değildir." + +#: ajax_forms.php:919 ajax_forms.php:922 +msgid "" +"View only users can view all license information, including the license pdf" +msgstr "" +"Lisansların pdfsi de dâhil olmak üzere tüm lisans bilgilerini görebilen " +"kullanıcıları göster" + +#: ajax_forms.php:951 +msgid "Terms Tool Email" +msgstr "E-Posta Kullanım Şartları" + +#: ajax_forms.php:954 +msgid "" +"Enter email address if you wish this user to receive email notifications " +"when the terms tool box is checked on the Expressions tab." +msgstr "" +"Açıklamalar sekmesindeki terimler aracı etkinleştirildiğinde bu kullanıcının " +"da e-posta bildirimleri almasını istiyorsanız, e-posta adresi giriniz." + +#: ajax_forms.php:954 +msgid "Leave this field blank if the user shouldn't receive emails." +msgstr "Kullanıcı e-posta almayacaksa, bu alanı boş bırakın." + +#: ajax_forms.php:995 ajax_forms.php:996 ajax_htmldata.php:1324 index.php:180 +msgid "Expression Type" +msgstr "Açıklama Türü" + +#: ajax_forms.php:997 ajax_htmldata.php:1325 +msgid "Note Type" +msgstr "Not Türü" + +#: ajax_forms.php:1000 +msgid "Internal" +msgstr "Dahili" + +#: ajax_forms.php:1001 +msgid "Display" +msgstr "Görünüm" + +#: ajax_forms.php:1006 +msgid "Note type of display allows for terms tool use" +msgstr "Terimler aracı kullanımında görünüme dair notlar türünü göster" + +#: ajax_forms.php:1026 +msgid "Edit" +msgstr "Düzenle" + +#: ajax_forms.php:1040 ajax_forms.php:1070 ajax_forms.php:1103 +msgid "Variable Name" +msgstr "Değişken Ad" + +#: ajax_forms.php:1043 ajax_forms.php:1073 ajax_forms.php:1104 +#: ajax_htmldata.php:1366 +msgid "Value" +msgstr "Değer" + +#: ajax_forms.php:1146 ajax_forms.php:1169 ajax_htmldata.php:1086 +#: ajax_htmldata.php:1439 index.php:205 +msgid "Qualifier" +msgstr "Nitelendirici:" + +#: ajax_forms.php:1148 ajax_htmldata.php:1438 +msgid "For Expression Type" +msgstr "Açıklama Türü için" + +#: ajax_forms.php:1196 ajax_htmldata.php:1590 ajax_processing.php:1172 +msgid "Action " +msgstr "Eylem" + +#: ajax_forms.php:1196 ajax_htmldata.php:1590 ajax_processing.php:1172 +msgid " not set up!" +msgstr " kurulmadı!" + +#: ajax_htmldata.php:50 +msgid "edit license" +msgstr "lisansı düzenle" + +#: ajax_htmldata.php:50 +msgid "remove license" +msgstr "lisansı kaldır" + +#: ajax_htmldata.php:61 +msgid "edit organization" +msgstr "yayıncıyı düzenle" + +#: ajax_htmldata.php:78 +msgid "License Status:" +msgstr "Lisans Durumu:" + +#: ajax_htmldata.php:131 +msgid "For Document" +msgstr "Belge için" + +#: ajax_htmldata.php:132 +msgid "Resource" +msgstr "Kaynak" + +#: ajax_htmldata.php:155 ajax_htmldata.php:245 ajax_htmldata.php:852 +#: ajax_htmldata.php:970 ajax_htmldata.php:1027 ajax_htmldata.php:1196 +#: ajax_htmldata.php:1239 ajax_htmldata.php:1296 ajax_htmldata.php:1344 +#: ajax_htmldata.php:1421 +msgid "(none found)" +msgstr "(bulunamadı)" + +#: ajax_htmldata.php:159 +msgid "add new terms tool resource link" +msgstr "kaynak kullanım şartları bağlantısı ekle" + +#: ajax_htmldata.php:183 +msgid "Details" +msgstr "Ayrıntılar" + +#: ajax_htmldata.php:206 ajax_htmldata.php:675 +msgid "more..." +msgstr "daha fazla..." + +#: ajax_htmldata.php:211 ajax_htmldata.php:680 +msgid "less..." +msgstr "daha az..." + +#: ajax_htmldata.php:223 ajax_htmldata.php:865 ajax_htmldata.php:983 +msgid "(none uploaded)" +msgstr "(hiçbiri yüklenemedi)" + +#: ajax_htmldata.php:228 +msgid "view attachment " +msgstr "eki görüntüle" + +#: ajax_htmldata.php:249 +msgid "add new attachment" +msgstr "yeni ek ekle" + +#: ajax_htmldata.php:322 +msgid "Sorry, no licenses fit your query" +msgstr "Aramanıza uygun lisans bulunamadı" + +#: ajax_htmldata.php:329 +msgid "Displaying " +msgstr "Gösteriliyor" + +#: ajax_htmldata.php:329 +msgid " to " +msgstr " e " + +#: ajax_htmldata.php:329 +msgid " of " +msgstr " nin " + +#: ajax_htmldata.php:329 +msgid " License Records" +msgstr "Lisans Kayıtları" + +#: ajax_htmldata.php:383 ajax_htmldata.php:463 ajax_htmldata.php:770 +#: ajax_htmldata.php:775 ajax_htmldata.php:900 ajax_htmldata.php:905 +msgid "Name" +msgstr "Ad" + +#: ajax_htmldata.php:384 ajax_htmldata.php:464 +msgid "Publisher / Provider" +msgstr "Yayıncı" + +#: ajax_htmldata.php:385 ajax_htmldata.php:465 index.php:101 +msgid "Consortium" +msgstr "Konsorsiyum" + +#: ajax_htmldata.php:386 ajax_htmldata.php:466 index.php:124 +msgid "Status" +msgstr "Durum" + +#: ajax_htmldata.php:432 +msgid "records per page" +msgstr "sayfadaki kayıt sayısı" + +#: ajax_htmldata.php:535 +msgid "view / edit license" +msgstr "lisansı görüntüle / düzenle" + +#: ajax_htmldata.php:535 +msgid "view / edit " +msgstr "görüntüle / düzenle" + +#: ajax_htmldata.php:535 ajax_htmldata.php:1176 +msgid " notes" +msgstr "notlar" + +#: ajax_htmldata.php:535 ajax_htmldata.php:537 ajax_htmldata.php:863 +#: ajax_htmldata.php:981 +msgid "view document" +msgstr "belgeyi görüntüle" + +#: ajax_htmldata.php:537 ajax_htmldata.php:639 +msgid "view license" +msgstr "lisansı görüntüle" + +#: ajax_htmldata.php:547 ajax_htmldata.php:652 ajax_htmldata.php:1155 +#: ajax_htmldata.php:1157 +msgid " Notes:" +msgstr "Notlar:" + +#: ajax_htmldata.php:573 +msgid "Qualifiers:" +msgstr "Yeterlilikler:" + +#: ajax_htmldata.php:632 ajax_htmldata.php:1084 +msgid "Document Text" +msgstr "Belge Metni" + +#: ajax_htmldata.php:644 +msgid "(document text not entered)" +msgstr "(belge metni girilmedi)" + +#: ajax_htmldata.php:692 +msgid "(none for " +msgstr "(hiçbiri için " + +#: ajax_htmldata.php:742 +msgid "Archived Documents" +msgstr "Arşivlenen Belgeler" + +#: ajax_htmldata.php:742 +msgid "hide archives" +msgstr "arşivleri gizle" + +#: ajax_htmldata.php:772 ajax_htmldata.php:777 ajax_htmldata.php:902 +#: ajax_htmldata.php:907 +msgid "Effective Date" +msgstr "Geçerli Tarih" + +#: ajax_htmldata.php:813 ajax_htmldata.php:933 +msgid "archived on: " +msgstr "arşivlendi:" + +#: ajax_htmldata.php:836 ajax_htmldata.php:954 +msgid "(no date)" +msgstr "(tarih yok)" + +#: ajax_htmldata.php:847 ajax_htmldata.php:965 +msgid "add/view details" +msgstr "ayrıntıları ekle/görüntüle" + +#: ajax_htmldata.php:854 ajax_htmldata.php:972 +msgid "add signatures" +msgstr "imzaları ekle" + +#: ajax_htmldata.php:870 ajax_htmldata.php:987 +msgid "view expressions" +msgstr "açıklamaları görüntüle" + +#: ajax_htmldata.php:876 ajax_htmldata.php:993 +msgid "edit document" +msgstr "belge düzenle" + +#: ajax_htmldata.php:876 ajax_htmldata.php:993 +msgid "remove document" +msgstr "belgeyi kaldır" + +#: ajax_htmldata.php:886 ajax_htmldata.php:888 +msgid "This document has " +msgstr "Bu belge " + +#: ajax_htmldata.php:886 ajax_htmldata.php:888 +msgid " children document(s) not displayed." +msgstr "alt belgeler görüntülenemedi." + +#: ajax_htmldata.php:886 ajax_htmldata.php:888 +msgid "show all documents for this parent" +msgstr "Bu üst öge için tüm belgeleri göster" + +#: ajax_htmldata.php:892 ajax_htmldata.php:894 ajax_htmldata.php:1002 +#: ajax_htmldata.php:1004 +msgid "The following " +msgstr "Takip eden " + +#: ajax_htmldata.php:892 ajax_htmldata.php:894 ajax_htmldata.php:1002 +#: ajax_htmldata.php:1004 +msgid " document(s) belong to " +msgstr " ait belge(ler) " + +#: ajax_htmldata.php:892 ajax_htmldata.php:894 +msgid "hide children documents for this parent" +msgstr "Bu üst ögede alt belgeleri gizle" + +#: ajax_htmldata.php:931 +msgid "archive document" +msgstr "belgeyi arşivle" + +#: ajax_htmldata.php:1031 +msgid " archive(s) available." +msgstr "arşiv(ler) mevcut" + +#: ajax_htmldata.php:1031 +msgid "show archives" +msgstr "arşivleri göster" + +#: ajax_htmldata.php:1037 +msgid "upload new document" +msgstr "yeni belge yükle" + +#: ajax_htmldata.php:1125 +msgid "used in terms tool" +msgstr "terimler aracında kullanıldı" + +#: ajax_htmldata.php:1170 index.php:105 +msgid "(none)" +msgstr "(hiçbiri)" + +#: ajax_htmldata.php:1176 +msgid "add/view " +msgstr "ekle/görüntüle" + +#: ajax_htmldata.php:1200 +msgid "add new expression" +msgstr "yeni açıklama ekle" + +#: ajax_htmldata.php:1267 +msgid "Terms Tool Update Email" +msgstr "Terimler Aracını Güncelleme E-Postası" + +#: ajax_htmldata.php:1365 +msgid "Setting" +msgstr "Ayar" + +#: ajax_htmldata.php:1488 +msgid "Limit by Qualifier:" +msgstr "Niteleyiciler ile Sınırlandır:" + +#: ajax_htmldata.php:1572 +msgid "Resources Module" +msgstr "Kaynaklar Modülü" + +#: ajax_processing.php:96 +msgid "License successfully deleted." +msgstr "Lisans başarıyla silindi." + +#: ajax_processing.php:172 ajax_processing.php:957 +msgid "success uploading!" +msgstr "yükleme başarılı!" + +#: ajax_processing.php:175 ajax_processing.php:960 +msgid "There was a problem saving your file to" +msgstr "Dosyanızı kaydederken bir hata oluştu" + +#: ajax_processing.php:236 +msgid "Document Saved Successfully." +msgstr "Belge Başarıyla Kaydedildi." + +#: ajax_processing.php:250 +msgid "Signature Deleted Successfully." +msgstr "İmza Başarıyla Silindi." + +#: ajax_processing.php:312 +msgid "Expression Removed Successfully." +msgstr "Açıklama Başarıyla Kaldırıldı." + +#: ajax_processing.php:335 +msgid "" +"An expression in the licensing module has been approved for terms tool use." +msgstr "" +"Lisanslama modlündeki açıklama terimler aracında kullanılmak üzere kabul " +"edildi." + +#: ajax_processing.php:336 +msgid "License: " +msgstr "Lisans: " + +#: ajax_processing.php:337 +msgid "View License Record: " +msgstr "Lisans Kaydını Göster:" + +#: ajax_processing.php:341 +msgid "Licensing - expression set to production use" +msgstr "Lisanslama - ürünün kullanımı için açıklama oluşturun" + +#: ajax_processing.php:346 +msgid "Approved for terms tool display." +msgstr "Terimler aracının gösterimi için onaylandı." + +#: ajax_processing.php:348 +msgid "Removed from terms tool display." +msgstr "Terimler aracının görüntülenmesi için kaldırıldı." + +#: ajax_processing.php:375 +msgid "Expression Note Updated Successfully." +msgstr "Açıklama Notu Başarıyla Kaydedildi." + +#: ajax_processing.php:391 +msgid "Expression Note Added Successfully." +msgstr "Açıklama Notu Başarıyla Eklendi." + +#: ajax_processing.php:415 +msgid "Note Removed Successfully." +msgstr "Not Başarıyla Kaldırıldı." + +#: ajax_processing.php:452 +msgid "Terms Tool Resource Link successfully deleted" +msgstr "Kaynakları Kullanma Şartları Bağlantısı başarıyla silindi" + +#: ajax_processing.php:468 +msgid "License Updated Successfully." +msgstr "Lisans Başarıyla Yüklendi." + +#: ajax_processing.php:477 +msgid "License Added Successfully." +msgstr "Lisans Başarıyla Eklendi." + +#: ajax_processing.php:477 +msgid "Please continue to upload documents and add expressions or emails." +msgstr "Belge yüklemeye devam edin ve açıklama ya da e-posta gönderin." + +#: ajax_processing.php:514 ajax_processing.php:527 +msgid "SQL Insert Failed." +msgstr "SQL eklenmesi başarısız." + +#: ajax_processing.php:514 ajax_processing.php:527 +msgid "Please make sure everything is filled out correctly." +msgstr "Her şeyin doğru doldurulduğundan emin olun." + +#: ajax_processing.php:772 +msgid "Unable to delete - this " +msgstr "Silme başarısız" + +#: ajax_processing.php:772 +msgid "" +" is in use. Please make sure no licenses are set up with this information." +msgstr "" +"Kullanımda. Lütfen bu bilgiler kullanılarak bir lisans oluşturulmadığından " +"emin olun." + +#: ajax_processing.php:778 +msgid "" +"Unable to delete. Please make sure no licenses are set up with this " +"information." +msgstr "" +"Silinemedi. Lütfen bu bilgiler kullanılarak bir lisans oluşturulmadığından " +"emin olun." + +#: ajax_processing.php:1027 +msgid "Attachment successfully deleted" +msgstr "Ek başarıyla silindi" + +#: ajax_processing.php:1041 +msgid "Attachment file successfully deleted" +msgstr "Ek dosyası başarıyla silindi" + +#: ajax_processing.php:1062 +msgid "Status has been updated" +msgstr "Durum güncellendi" + +#: calendar.php:21 in_progress.php:23 index.php:23 templates/header.php:181 +#: templates/header.php:236 templates/header.php:284 +msgid "Home" +msgstr "Anasayfa" + +#: calendar.php:34 templates/header.php:210 templates/header.php:265 +#: templates/header.php:313 +msgid "Calendar" +msgstr "Takvim" + +#: calendar.php:41 +msgid "Could not connect to host." +msgstr "Sunucuya bağlanılamadı." + +#: calendar.php:42 +msgid "Could not find License database." +msgstr "Lisans veritabanı bulunamadı." + +#: calendar.php:43 +msgid "Could not find Resource database." +msgstr "Kaynak veritabanı bulunamadı." + +#: calendar.php:49 +msgid "" +"There was an error with the CalendarSettings Table please verify the table " +"has been created." +msgstr "" +"Takvim Ayarları Tablosunda bir hata var. Lütfen oluşturduğunuz tabloyu " +"kontrol edin." + +#: calendar.php:90 +msgid "There was an error with the CalendarSettings Configuration." +msgstr "Takvim Ayarları Yapılandırmasında bir hata var." + +#: calendar.php:115 calendar.php:152 +msgid "Bad Query Failure" +msgstr "Sorgu Başarısız" + +#: calendar.php:122 +msgid "Upcoming License Renewals" +msgstr "Bekleyen Lisans Yenilemeleri" + +#: calendar.php:210 +msgid "No associated licenses available." +msgstr "İlişkili lisans mevcut değil." + +#: calendar.php:216 +msgid "Expired " +msgstr "Süresi doldu" + +#: calendar.php:216 +msgid " days ago" +msgstr " gün önce" + +#: calendar.php:218 +msgid "- Expires in " +msgstr "- sona erecek" + +#: calendar.php:221 +msgid " days)" +msgstr "günler)" + +#: calendar.php:223 +msgid " days " +msgstr "günler" + +#: calendar.php:234 +msgid "Participants: " +msgstr "Katılımcılar:" + +#: compare.php:22 templates/header.php:202 templates/header.php:257 +#: templates/header.php:305 +msgid "Expression Comparison" +msgstr "Açıklama Kıyaslaması" + +#: compare.php:39 +msgid "Limit by Expression Type:" +msgstr "Açıklama Türüne göre Sınırlandır:" + +#: in_progress.php:33 +msgid "Licenses In Progress" +msgstr "İşlemdeki Lisanslar" + +#: in_progress.php:33 +msgid "Browse All" +msgstr "Hepsini Göz At" + +#: index.php:48 +msgid "Search" +msgstr "Ara" + +#: index.php:49 index.php:238 +msgid "new search" +msgstr "yeni arama" + +#: index.php:58 +msgid "Name (contains)" +msgstr "Ad (içerir)" + +#: index.php:61 +msgid "go!" +msgstr "git!" + +#: index.php:67 +msgid "Publisher/Provider" +msgstr "Yayıncı/Sağlayıcı" + +#: index.php:78 index.php:104 +msgid "All" +msgstr "Hepsi" + +#: index.php:149 +msgid "Document Type" +msgstr "Belge Türü" + +#: index.php:215 +msgid "Starts with" +msgstr "Başlıyor" + +#: license.php:62 license.php:104 license.php:124 license.php:143 +msgid "Documents" +msgstr "Belgeler" + +#: license.php:64 license.php:106 license.php:126 license.php:145 +msgid "Terms Tool" +msgstr "Terimler Aracı" + +#: license.php:79 +msgid "Helpful Links" +msgstr "Yardımcı Bağlantılar" + +#: license.php:87 +msgid "Send feedback on this resource" +msgstr "Bu kaynakla ilgili geribildirim gönder" + +#: not_available.php:21 +msgid "Not Available" +msgstr "Mevcut Değil" + +#: not_available.php:66 +msgid "Please contact your Administrator for access to the Licensing Module." +msgstr "Lisanslama Modülüne erişmek için Yönetici ile irtibata geçin." + +#: onix_import.php:14 onix_import.php:17 +msgid "ONIX-PL Import" +msgstr "ONIX-PL dâhil et" + +#: onix_import.php:28 +msgid "The file has been successfully uploaded." +msgstr "Dosya başarıyla yüklendi." + +#: onix_import.php:51 +msgid "Unable to create file for license." +msgstr "Lisans için dosya oluşturma başarısız." + +#: onix_import.php:284 +msgid " Expression Type(s) Created" +msgstr "Açıklama Tür(leri) Oluşturuldu" + +#: onix_import.php:285 +msgid " Qualifiers Created" +msgstr "Niteleyiciler Oluşturuldu" + +#: onix_import.php:289 +msgid "Cannot create XML object" +msgstr "XML dosyası oluşturulamadı" + +#: onix_import.php:294 +msgid "Unable to upload the file" +msgstr "Dosya yükleme başarısız" + +#: onix_import.php:298 +msgid "Error: " +msgstr "Hata:" + +#: onix_import.php:312 +msgid "File selection" +msgstr "Dosya seçimi" + +#: onix_import.php:313 +msgid "XML File" +msgstr "XML Dosyası" + +#: onix_import.php:317 +msgid "Import options" +msgstr "İçe aktarma seçenekleri" + +#: onix_import.php:319 +msgid "Usage Terms" +msgstr "Kullanım Koşulları" + +#: onix_import.php:320 +msgid "Supply Terms" +msgstr "Tedarik Koşulları" + +#: onix_import.php:321 +msgid "Continuing Access Terms" +msgstr "Devam Eden Erişim Koşulları" + +#: onix_import.php:322 +msgid "Payment Terms" +msgstr "Ödeme Koşulları" + +#: onix_import.php:323 +msgid "General Terms" +msgstr "Genel Koşullar" + +#: onix_import.php:334 +msgid "Upload" +msgstr "Yükle" + +#: templates/footer.php:21 +msgid "Copyright" +msgstr "Telif hakkı" + +#: templates/footer.php:21 +msgid "Licensing Module version" +msgstr "Lisanslama Modülü versiyonu" + +#: templates/footer.php:21 +msgid "CORAL Project Website" +msgstr "CORAL Projesi Web sitesi" + +#: templates/footer.php:21 +msgid "Report an issue" +msgstr "Sorun bildir" + +#: templates/header.php:35 +msgid "" +"Both license name and organization must be filled out. Please try again." +msgstr "Hem lisans hem yayıncı adı doldurulmalı. Lütfen tekrar deneyin." + +#: templates/header.php:85 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " +msgstr "" +"CORAL kullanmak için JavaScript etkin olmalıdır. Kullandığınız tarayıcı " +"JavaScript desteklemiyor ya da devre dışı bırakılmış olabilir. CORAL " +"kullanmak için tarayıcınızdan JavaScript'i etkinleştirin." + +#: templates/header.php:85 +msgid "try again" +msgstr "tekrar deneyin" + +#: templates/header.php:107 +msgid "Licensing" +msgstr "Lisanslama" + +#: templates/header.php:108 +msgid "Powered by" +msgstr "Tarafından destekleniyor" + +#: templates/header.php:114 +msgid "Hello" +msgstr "Merhaba" + +#: templates/header.php:124 +msgid "logout" +msgstr "çıkış" + +#: templates/header.php:124 +msgid "Help" +msgstr "Yardım" + +#: templates/header.php:142 +msgid "Invalid translation route!" +msgstr "Geçersiz çeviri yolu!" + +#: templates/header.php:188 templates/header.php:243 templates/header.php:291 +msgid "New License" +msgstr "Yeni Lisans" + +#: templates/header.php:195 templates/header.php:250 templates/header.php:298 +msgid "License In Progress" +msgstr "İşlemdeki Lisanslar" + +#: templates/header.php:218 templates/header.php:273 templates/header.php:321 +msgid "ONIX-PL File Import" +msgstr "ONIX-PL Dosyası İçe Aktarma" + +#: templates/header.php:225 +msgid "Admin" +msgstr "Yönetici" + +#: templates/header.php:342 +msgid "Change Module" +msgstr "Değişim Modülü" + +#: templates/header.php:345 +msgid "Main Menu" +msgstr "Ana Menü" + +#: templates/header.php:350 +msgid "Resources" +msgstr "Kaynaklar" + +#: templates/header.php:355 +msgid "Organizations" +msgstr "Yayıncılar" + +#: templates/header.php:360 +msgid "Usage Statistics" +msgstr "Kullanım İstatistikleri" + +#: templates/header.php:365 +msgid "Management" +msgstr "Yönetim" + +#: terms_report.php:22 +msgid "Terms Report" +msgstr "Koşulları Raporu" diff --git a/locale/tr_TR/LC_MESSAGES/messages.mo b/locale/tr_TR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..43c83733c18c19b2616a4d969f371cb72afd8a5a GIT binary patch literal 974 zcmYk4zi$&U6vqveUjYQIkdT1EFoBTMyR@|BsvwpAQq@L{(tyYW?&UQxz4#*AX-Q|q zzyt#eOGZ|*bYX0|@i*|d@bx7$weIVWpZ)yaJKKM!CcZPY8_+|@L6guQ$hSKeAaD}A z4?YI3gGDe0u7kJ0%E*2{THgo#z7BW^{0!a&zkuJM9&{Uah{b#066n`!;5AT#H^D>D z*Y*kYdB1`Wz#rfQcnnT~zd?k|Y68yMRgA7c7aQ}URyZx9S0xlRBRblO3-MXp9@wt=?99P*rC{}sFG}*vm?G|-mO(~rH#_+xUw)GvVOP1_Td_`>jC8(^a!PgOc$ifg3yXX>EI!fvB@dr2j-%{kmx62e#YKEr-C2$uk|u7J zkwpZ^lVd9?QM^uro;vM0W!O5M{PZ_-#K8k)6z`@<$G;7WALC0pk*B?uOr#m~S?%Ol zlT$5LlifjI$AdoRSydXj2eU3U+mu}`_x?dRtBe7ZYUFOXH HM^)?}7h(b1 literal 0 HcmV?d00001 diff --git a/locale/tr_TR/LC_MESSAGES/messages.po b/locale/tr_TR/LC_MESSAGES/messages.po new file mode 100644 index 000000000..0325e7302 --- /dev/null +++ b/locale/tr_TR/LC_MESSAGES/messages.po @@ -0,0 +1,56 @@ +msgid "" +msgstr "" +"Project-Id-Version: messages\n" +"POT-Creation-Date: 2016-05-11 14:32-0600\n" +"PO-Revision-Date: 2017-12-27 09:41+0300\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-Basepath: ../../..\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-SearchPath-0: .\n" + +#: index.php:49 +msgid "eRM" +msgstr "e-KY" + +#: index.php:49 +msgid "eResource Management" +msgstr "e-Kaynak Yönetimi" + +#: index.php:51 +msgid "Change language:" +msgstr "Dili değiştir" + +#: index.php:67 +msgid "Invalid translation route!" +msgstr "Geçersiz çeviri yolu!" + +#: index.php:101 index.php:106 +msgid "Resources" +msgstr "Kaynaklar" + +#: index.php:116 index.php:121 +msgid "Licensing" +msgstr "Lisans Anlaşmaları" + +#: index.php:130 index.php:135 +msgid "Organizations" +msgstr "Yayıncılar" + +#: index.php:144 index.php:149 +msgid "Usage Statistics" +msgstr "Kullanıcı İstatistikleri" + +#: index.php:158 index.php:163 +msgid "Management" +msgstr "Yönetim" + +#: index.php:170 +msgid "Powered by" +msgstr "Tarafından" diff --git a/management/locale/tr_TR/LC_MESSAGES/messages.mo b/management/locale/tr_TR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..d559da057edf37e6881dc4e5a8c50e55ebb3e97e GIT binary patch literal 20783 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 JPWuk?e*x+WtCIi# literal 0 HcmV?d00001 diff --git a/management/locale/tr_TR/LC_MESSAGES/messages.po b/management/locale/tr_TR/LC_MESSAGES/messages.po new file mode 100644 index 000000000..66a4210b8 --- /dev/null +++ b/management/locale/tr_TR/LC_MESSAGES/messages.po @@ -0,0 +1,1340 @@ +msgid "" +msgstr "" +"Project-Id-Version: messages\n" +"POT-Creation-Date: 2016-10-04 10:07-0600\n" +"PO-Revision-Date: 2018-01-05 09:40+0300\n" +"Last-Translator: <>\n" +"Language-Team: Coral Türkiye \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Poedit-Basepath: ../../..\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-SearchPath-0: .\n" + +#: js/admin.js:106 js/admin.js:232 js/admin.js:257 js/admin.js:283 +#: js/admin.js:310 js/index.js:43 +msgid "Processing..." +msgstr "İşlem devam ediyor..." + +#: js/admin.js:135 +msgid "That " +msgstr "O " + +#: js/admin.js:135 +msgid " is already in use." +msgstr "Kullanımda" + +#: js/admin.js:230 js/admin.js:308 +msgid "Do you really want to delete this data?" +msgstr "Bu veriyi silmek istediğinizden emin misiniz?" + +#: js/admin.js:255 +msgid "Do you really want to delete this user?" +msgstr "Bu kullanıcıyı silmek istediğinizden emin misiniz?" + +#: js/admin.js:281 +msgid "" +"Do you really want to delete this expression type? Any associated " +"Qualifiers will be deleted as well." +msgstr "" +"Bu açıklamayı silmek istediğinizden emin misiniz? İlişkili olan açıklamalar " +"da silinecektir." + +#: js/admin.js:332 js/forms/documentForm.js:189 js/forms/expressionForm.js:78 +#: js/forms/licenseForm.js:196 js/forms/licenseForm.js:234 +#: js/forms/licenseForm.js:270 js/forms/licenseForm.js:306 +#: js/forms/noteForm.js:37 js/forms/signatureForm.js:104 ajax_forms.php:634 +#: ajax_forms.php:896 +msgid "add" +msgstr "ekle" + +#: js/forms/attachmentForm.js:41 js/forms/attachmentForm.js:54 +#: js/forms/documentForm.js:102 js/forms/licenseForm.js:358 +msgid "File name is already being used..." +msgstr "Dosya adı kullanımda..." + +#: js/forms/attachmentForm.js:46 +msgid "The attachments directory is not writable." +msgstr "Ek dizini yazılabilir değil." + +#: js/forms/attachmentForm.js:84 js/forms/documentForm.js:134 +#: js/forms/licenseForm.js:390 js/license.js:482 +msgid " successfully uploaded." +msgstr "yükleme başarılı." + +#: js/forms/attachmentForm.js:84 ajax_forms.php:612 ajax_forms.php:881 +#: ajax_forms.php:966 ajax_htmldata.php:48 ajax_htmldata.php:157 +#: ajax_htmldata.php:236 ajax_htmldata.php:319 ajax_htmldata.php:1258 +#: ajax_htmldata.php:1329 ajax_htmldata.php:1383 ajax_htmldata.php:1424 +#: ajax_htmldata.php:1467 +msgid "remove" +msgstr "kaldır" + +#: js/forms/attachmentForm.js:101 js/forms/attachmentForm.js:109 +msgid "Do you really want to delete this attachment?" +msgstr "Bu eki silmek istediğinizden emin misiniz?" + +#: js/forms/documentForm.js:38 js/forms/licenseForm.js:39 +msgid "This name is already being used!" +msgstr "Bu ad daha önce alınmış!" + +#: js/forms/documentForm.js:106 js/forms/licenseForm.js:362 +msgid "" +"File name may not contain special characters - ampersand, single quote, " +"double quote or less than/greater than characters" +msgstr "" +"Dosya adı özel karakter içermemelidir - ve işareti, tek tırnak, çift tırnak " +"veya küçük, büyük işareti" + +#: js/forms/documentForm.js:110 js/forms/licenseForm.js:366 +msgid "The documents directory is not writable." +msgstr "Belgeler dizini yazılabilir değil." + +#: js/forms/documentForm.js:177 +msgid "Document Type is required." +msgstr "Belge tipi zorunludur." + +#: js/forms/documentForm.js:178 +msgid "Short Name is required." +msgstr "Kısa ad gerekli." + +#: js/forms/documentForm.js:216 js/forms/licenseForm.js:260 +msgid "DocumentType has been added" +msgstr "Doküman Türü eklendi" + +#: js/forms/documentForm.js:219 js/forms/licenseForm.js:263 +msgid "That type is already in use." +msgstr "Bu tür zaten kullanılıyor." + +#: js/forms/expressionForm.js:89 +msgid "ExpressionType has been added" +msgstr "Açıklama Türü eklendi" + +#: js/forms/licenseForm.js:62 js/forms/licenseForm.js:124 +msgid "Warning! This organization will be added new." +msgstr "Uyarı! Bu yayıncı yeni eklenecek." + +#: js/forms/licenseForm.js:222 +msgid "Category has been added" +msgstr "Kategori eklendi." + +#: js/forms/licenseForm.js:225 +msgid "That Category is already in use." +msgstr "Bu kategori zaten kullanılıyor." + +#: js/forms/licenseForm.js:295 js/forms/noteForm.js:62 +msgid "Note Type has been added" +msgstr "Not Türü eklendi" + +#: js/forms/licenseForm.js:298 js/forms/noteForm.js:65 +msgid "That Note Type is already in use." +msgstr "Bu Not Türü zaten kullanılıyor." + +#: js/forms/licenseForm.js:322 +msgid "Document Name is required." +msgstr "Belge adı gereklidir." + +#: js/forms/licenseForm.js:323 +msgid "A Category is required." +msgstr "Kategori gereklidir." + +#: js/forms/licenseForm.js:326 +msgid "Edit" +msgstr "Düzenle" + +#: js/forms/licenseForm.js:327 +msgid "successfully uploaded" +msgstr "yükleme başarılı" + +#: js/forms/licenseForm.js:330 +msgid "File is required" +msgstr "Dosya gereklidir" + +#: js/forms/sfxForm.js:59 +msgid "A document must be selected to continue." +msgstr "Devam edebilmek için bir belge seçiniz." + +#: js/forms/sfxForm.js:60 +msgid "Terms Tool Resource must be entered to continue." +msgstr "Devam etmek için Kaynak Kullanım Şartları doldurulmalıdır." + +#: js/forms/signatureForm.js:42 +msgid "No match!" +msgstr "Eşleşme yok!" + +#: js/forms/signatureForm.js:42 +msgid "Selected: " +msgstr "Seçilmiş:" + +#: js/forms/signatureForm.js:85 +msgid "Do you really want to delete this signature?" +msgstr "Bu imzayı silmek istediğinizden emin misiniz?" + +#: js/forms/signatureForm.js:115 +msgid "SignatureType has been added" +msgstr "İmza Türü eklendi" + +#: js/license.js:101 js/license.js:329 +msgid "Do you really want to delete this document?" +msgstr "Bu belgeyi silmek istediğinizden emin misiniz?" + +#: js/license.js:276 +msgid "record" +msgstr "kayıt" + +#: js/license.js:278 +msgid "records" +msgstr "kayıtlar" + +#: js/license.js:311 +msgid "Do you really want to archive this document?" +msgstr "Bu belgeyi arşivlemek istediğinizden emin misiniz?" + +#: js/license.js:336 +msgid "" +"There was a problem with deleting the document. You may not delete a " +"document if there are associated expressions. Remove all expressions and " +"try again." +msgstr "" +"Bu belgeyi silerken bir problemle karşılaşıldı. Belgeyle ilişkili " +"açıklamalar varsa, belgeyi silemezsiniz. Tüm açıklamaları kaldırarak tekrar " +"deneyiniz." + +#: js/license.js:350 +msgid "Do you really want to delete this expression?" +msgstr "Bu açıklamayı silmek istediğinizden emin misiniz?" + +#: js/license.js:365 +msgid "" +"Do you really want to delete this attachment? This will also delete all " +"attached files." +msgstr "" +"Bu eki silmek istediğinizden emin misiniz? Bu işlem eklenmiş tüm dosyaları " +"da silecektir." + +#: js/license.js:381 +msgid "Do you really want to delete this note?" +msgstr "Bu notu silmek istediğinizden emin misiniz?" + +#: js/license.js:398 +msgid "Do you really want to delete this terms tool resource link?" +msgstr "" +"Kaynak Kullanım Şartları bağlantısını silmek istediğinizden emin misiniz?" + +#: js/license.js:450 js/license.js:480 +msgid "File name is already being used." +msgstr "Dosya adı kullanımda..." + +#: js/plugins/date.js:30 +msgid "Sunday" +msgstr "Pazar" + +#: js/plugins/date.js:30 +msgid "Monday" +msgstr "Pazartesi" + +#: js/plugins/date.js:30 +msgid "Tuesday" +msgstr "Salı" + +#: js/plugins/date.js:30 +msgid "Wednesday" +msgstr "Çarşamba" + +#: js/plugins/date.js:30 +msgid "Thursday" +msgstr "Perşembe" + +#: js/plugins/date.js:30 +msgid "Friday" +msgstr "Cuma" + +#: js/plugins/date.js:30 +msgid "Saturday" +msgstr "Cumartesi" + +#: js/plugins/date.js:42 +msgid "Sun" +msgstr "Pzr" + +#: js/plugins/date.js:42 +msgid "Mon" +msgstr "Ptesi" + +#: js/plugins/date.js:42 +msgid "Tue" +msgstr "Sal" + +#: js/plugins/date.js:42 +msgid "Wed" +msgstr "Çar" + +#: js/plugins/date.js:42 +msgid "Thu" +msgstr "Per" + +#: js/plugins/date.js:42 +msgid "Fri" +msgstr "Cum" + +#: js/plugins/date.js:42 +msgid "Sat" +msgstr "Cmt" + +#: js/plugins/date.js:54 +msgid "January" +msgstr "Ocak" + +#: js/plugins/date.js:54 +msgid "February" +msgstr "Şubat" + +#: js/plugins/date.js:54 +msgid "March" +msgstr "Mart" + +#: js/plugins/date.js:54 +msgid "April" +msgstr "Nisan" + +#: js/plugins/date.js:54 js/plugins/date.js:66 +msgid "May" +msgstr "Mayıs" + +#: js/plugins/date.js:54 +msgid "June" +msgstr "Haziran" + +#: js/plugins/date.js:54 +msgid "July" +msgstr "Temmuz" + +#: js/plugins/date.js:54 +msgid "August" +msgstr "Ağustos" + +#: js/plugins/date.js:54 +msgid "September" +msgstr "Eylül" + +#: js/plugins/date.js:54 +msgid "October" +msgstr "Ekim" + +#: js/plugins/date.js:54 +msgid "November" +msgstr "Kasım" + +#: js/plugins/date.js:54 +msgid "December" +msgstr "Aralık" + +#: js/plugins/date.js:66 +msgid "Jan" +msgstr "Oca" + +#: js/plugins/date.js:66 +msgid "Feb" +msgstr "Şub" + +#: js/plugins/date.js:66 +msgid "Mar" +msgstr "Mar" + +#: js/plugins/date.js:66 +msgid "Apr" +msgstr "Nis" + +#: js/plugins/date.js:66 +msgid "Jun" +msgstr "Haz" + +#: js/plugins/date.js:66 +msgid "Jul" +msgstr "Tem" + +#: js/plugins/date.js:66 +msgid "Aug" +msgstr "Ağu" + +#: js/plugins/date.js:66 +msgid "Sep" +msgstr "Eyl" + +#: js/plugins/date.js:66 +msgid "Oct" +msgstr "Eki" + +#: js/plugins/date.js:66 +msgid "Nov" +msgstr "Kas" + +#: js/plugins/date.js:66 +msgid "Dec" +msgstr "Ara" + +#: js/plugins/jquery.datePicker.js:1129 +msgid "Previous year" +msgstr "Önceki yıl" + +#: js/plugins/jquery.datePicker.js:1130 +msgid "Previous month" +msgstr "Önceki ay" + +#: js/plugins/jquery.datePicker.js:1131 +msgid "Next year" +msgstr "Gelecek yıl" + +#: js/plugins/jquery.datePicker.js:1132 +msgid "Next month" +msgstr "Gelecek ay" + +#: js/plugins/jquery.datePicker.js:1133 ajax_forms.php:644 ajax_forms.php:906 +msgid "Close" +msgstr "Kapat" + +#: js/plugins/jquery.datePicker.js:1134 +msgid "Choose date" +msgstr "Tarih seçiniz" + +#: admin.php:22 +msgid "Administration" +msgstr "Yönetim" + +#: admin.php:35 +msgid "Users" +msgstr "Kullanıcılar" + +#: admin.php:36 +msgid "add new user" +msgstr "yeni kullanıcı ekle" + +#: admin.php:39 admin.php:53 admin.php:67 admin.php:155 in_progress.php:38 +#: license.php:68 license.php:93 license.php:112 license.php:131 +msgid "Loading..." +msgstr "Yükleniyor..." + +#: admin.php:49 +msgid "Document Types" +msgstr "Belge Türleri" + +#: admin.php:50 +msgid "add new document type" +msgstr "yeni belge türü ekle" + +#: admin.php:63 +msgid "Note Types" +msgstr "Not Türleri" + +#: admin.php:64 +msgid "add new note type" +msgstr "yeni not türü ekle" + +#: admin.php:151 +msgid "Categories" +msgstr "Kategoriler" + +#: admin.php:152 +msgid "add new category" +msgstr "yeni kategori ekle" + +#: admin.php:183 +msgid "You don't have permission to access this page" +msgstr "Bu sayfaya erişim yetkiniz yok" + +#: admin/classes/common/DBService.php:40 +msgid "There was a problem with the database: " +msgstr "Veritabanıyla ilgili bir sorun oluştu:" + +#: admin/classes/common/Object.php:63 admin/classes/common/Object.php:72 +msgid "Cannot set value for undefined key (" +msgstr "Tanımlamayan anahtar için değer belirlenemedi (" + +#: ajax_forms.php:59 +msgid "Edit " +msgstr "Düzenle" + +#: ajax_forms.php:59 +msgid "New " +msgstr "Yeni" + +#: ajax_forms.php:59 ajax_htmldata.php:200 +msgid "Document" +msgstr "Belge" + +#: ajax_forms.php:65 ajax_forms.php:378 +msgid "Name:" +msgstr "Ad" + +#: ajax_forms.php:72 +msgid "Description:" +msgstr "Açıklama:" + +#: ajax_forms.php:95 +msgid "Type:" +msgstr "Tür:" + +#: ajax_forms.php:114 +msgid "add type" +msgstr "tür ekle" + +#: ajax_forms.php:120 ajax_forms.php:307 +msgid "Last Document Revision:" +msgstr "Son Gözden Geçirme:" + +#: ajax_forms.php:135 ajax_htmldata.php:60 ajax_htmldata.php:73 +msgid "Categories:" +msgstr "Kategoriler:" + +#: ajax_forms.php:163 ajax_htmldata.php:591 index.php:95 +msgid "" +"There was an error processing this request - please verify configuration.ini " +"is set up for organizations correctly and the database and tables have been " +"created." +msgstr "" +"Talebinizi işlerken bir hata oluştu - Yayıncılar ile oluşturduğunuz " +"veritabanı ve tabloların doğruluğu için configuration.ini dosyasını kontrol " +"edin." + +#: ajax_forms.php:175 +msgid "add category" +msgstr "kategori ekle" + +#: ajax_forms.php:192 ajax_forms.php:384 +msgid "File:" +msgstr "Dosya:" + +#: ajax_forms.php:202 ajax_forms.php:406 +msgid "Archived:" +msgstr "Arşivlendi:" + +#: ajax_forms.php:211 +msgid "Add Optional Note" +msgstr "Seçmeli Bir Not Ekleyin" + +#: ajax_forms.php:221 ajax_forms.php:1021 +msgid "Note:" +msgstr "Not:" + +#: ajax_forms.php:226 ajax_forms.php:1025 +msgid "Note Type:" +msgstr "Not Türü:" + +#: ajax_forms.php:238 ajax_forms.php:1041 +msgid "add note type" +msgstr "not türü ekle" + +#: ajax_forms.php:252 ajax_forms.php:425 ajax_forms.php:523 ajax_forms.php:793 +#: ajax_forms.php:982 ajax_forms.php:1064 +msgid "submit" +msgstr "gönder" + +#: ajax_forms.php:253 ajax_forms.php:426 ajax_forms.php:524 ajax_forms.php:794 +#: ajax_forms.php:983 ajax_forms.php:1065 ajax_forms.php:1200 +#: ajax_forms.php:1246 ajax_forms.php:1302 +msgid "cancel" +msgstr "iptal et" + +#: ajax_forms.php:304 +msgid "Document Upload" +msgstr "Belge Yükle" + +#: ajax_forms.php:315 +msgid "Document Type:" +msgstr "Belge Türü:" + +#: ajax_forms.php:336 +msgid "add document type" +msgstr "belge türü ekle" + +#: ajax_forms.php:390 +msgid "replace with new file" +msgstr "yeni dosyayla değiştir" + +#: ajax_forms.php:452 +msgid "Archive Document Date" +msgstr "Belgenin Arşivlenme Tarihi" + +#: ajax_forms.php:457 +msgid "Archive Date:" +msgstr "Arşiv Tarihi:" + +#: ajax_forms.php:460 ajax_processing.php:561 ajax_processing.php:573 +#: ajax_processing.php:586 +msgid "Continue" +msgstr "Devam et" + +#: ajax_forms.php:490 +msgid "Terms Tool Resource Link" +msgstr "Kaynak Kullanım Şartları Bağlantısı" + +#: ajax_forms.php:495 ajax_htmldata.php:1187 +msgid "For Document:" +msgstr "Belge için:" + +#: ajax_forms.php:518 +msgid "Terms Tool Resource:" +msgstr "Kaynak Kullanım Şartları:" + +#: ajax_forms.php:555 ajax_htmldata.php:1004 ajax_htmldata.php:1009 +msgid "Signatures" +msgstr "İmzalar" + +#: ajax_forms.php:561 +msgid "Signer Name" +msgstr "İmzalayan" + +#: ajax_forms.php:562 ajax_htmldata.php:198 ajax_htmldata.php:267 +msgid "Date" +msgstr "Tarih" + +#: ajax_forms.php:563 ajax_htmldata.php:480 ajax_htmldata.php:866 +#: ajax_htmldata.php:871 ajax_htmldata.php:1002 ajax_htmldata.php:1007 +#: ajax_htmldata.php:1191 +msgid "Type" +msgstr "Tür" + +#: ajax_forms.php:598 ajax_forms.php:858 +msgid "commit update" +msgstr "işlemi güncelle" + +#: ajax_forms.php:611 ajax_forms.php:880 ajax_htmldata.php:48 +#: ajax_htmldata.php:156 ajax_htmldata.php:236 ajax_htmldata.php:319 +#: ajax_htmldata.php:1258 ajax_htmldata.php:1328 +msgid "edit" +msgstr "düzenle" + +#: ajax_forms.php:700 license.php:87 license.php:106 +msgid "Expressions" +msgstr "Açıklamalar" + +#: ajax_forms.php:705 ajax_forms.php:1048 +msgid "Document:" +msgstr "Belge:" + +#: ajax_forms.php:727 +msgid "Expression Type:" +msgstr "Açıklama Türü:" + +#: ajax_forms.php:746 +msgid "add expression type" +msgstr "açıklama türü ekle" + +#: ajax_forms.php:753 +msgid "Qualifier:" +msgstr "Nitelendirici:" + +#: ajax_forms.php:789 ajax_htmldata.php:638 +msgid "Document Text:" +msgstr "Belge Metni:" + +#: ajax_forms.php:827 ajax_forms.php:837 ajax_forms.php:1018 +#: ajax_htmldata.php:186 +msgid "Notes" +msgstr "Notlar" + +#: ajax_forms.php:828 +msgid "For Document Text:" +msgstr "Belge Metni için :" + +#: ajax_forms.php:942 license.php:64 license.php:89 license.php:108 +#: license.php:127 +msgid "Attachments" +msgstr "Ekler" + +#: ajax_forms.php:946 +msgid "Date:" +msgstr "Tarih:" + +#: ajax_forms.php:953 +msgid "Details:" +msgstr "Ayrıntılar:" + +#: ajax_forms.php:957 +msgid "Attachments:" +msgstr "Ekler:" + +#: ajax_forms.php:1051 +msgid "All Documents" +msgstr "Tüm Belgeler" + +#: ajax_forms.php:1093 ajax_forms.php:1136 ajax_forms.php:1219 +#: ajax_forms.php:1264 +msgid "Update" +msgstr "Güncelle" + +#: ajax_forms.php:1102 ajax_htmldata.php:1382 ajax_htmldata.php:1423 +#: ajax_htmldata.php:1466 +msgid "update" +msgstr "güncelle" + +#: ajax_forms.php:1107 +msgid "close" +msgstr "kapat" + +#: ajax_forms.php:1139 ajax_forms.php:1222 ajax_forms.php:1267 +msgid "Add New" +msgstr "Yeni Ekle" + +#: ajax_forms.php:1147 +msgid "User" +msgstr "Kullanıcı" + +#: ajax_forms.php:1148 ajax_htmldata.php:1356 +msgid "Login ID" +msgstr "Oturum Açma Kimliği" + +#: ajax_forms.php:1149 ajax_htmldata.php:1357 +msgid "First Name" +msgstr "Ad" + +#: ajax_forms.php:1150 ajax_htmldata.php:1358 +msgid "Last Name" +msgstr "Soyad" + +#: ajax_forms.php:1151 ajax_htmldata.php:1359 +msgid "Privilege" +msgstr "Ayrıcalık" + +#: ajax_forms.php:1154 ajax_forms.php:1157 +msgid "Add/Edit users can add, edit, or remove licenses and associated fields" +msgstr "" +"Kullanıcı ekle/düzenle ile kullanıcılar lisansları ve ilişkili alanları " +"ekleyebilir, düzenleyebilir veya kaldırabilir" + +#: ajax_forms.php:1154 ajax_forms.php:1157 +msgid "Admin users have access to the Admin page and the SFX tab." +msgstr "" +"Yönetici kullanıcılar Yönetici sayfası ve SFX sekmesine erişim hakkına " +"sahiptir." + +#: ajax_forms.php:1154 ajax_forms.php:1157 +msgid "" +"View only users can view all license information, including the license pdf" +msgstr "" +"Lisansların pdfsi de dâhil olmak üzere tüm lisans bilgilerini görebilen " +"kullanıcıları göster" + +#: ajax_forms.php:1186 +msgid "Terms Tool Email" +msgstr "E-Posta Kullanım Şartları" + +#: ajax_forms.php:1189 +msgid "" +"Enter email address if you wish this user to receive email notifications " +"when the terms tool box is checked on the Expressions tab." +msgstr "" +"Açıklamalar sekmesindeki terimler aracı etkinleştirildiğinde bu kullanıcının " +"da e-posta bildirimleri almasını istiyorsanız, e-posta adresi giriniz." + +#: ajax_forms.php:1189 +msgid "Leave this field blank if the user shouldn't receive emails." +msgstr "Kullanıcı e-posta almayacaksa, bu alanı boş bırakın." + +#: ajax_forms.php:1230 ajax_forms.php:1231 ajax_htmldata.php:1413 +msgid "Expression Type" +msgstr "Açıklama Türü" + +#: ajax_forms.php:1232 ajax_htmldata.php:201 ajax_htmldata.php:1414 +msgid "Note Type" +msgstr "Not Türü" + +#: ajax_forms.php:1235 +msgid "Internal" +msgstr "Dahili" + +#: ajax_forms.php:1236 +msgid "Display" +msgstr "Göster" + +#: ajax_forms.php:1241 +msgid "* Note type of display allows for terms tool use" +msgstr "* Terimler aracı kullanımında not türünü göster" + +#: ajax_forms.php:1275 +msgid " Qualifier" +msgstr " Nitelendirici" + +#: ajax_forms.php:1277 ajax_htmldata.php:1453 +msgid "For Expression Type" +msgstr "Açıklama Türü için" + +#: ajax_forms.php:1298 ajax_htmldata.php:1194 ajax_htmldata.php:1454 +#: index.php:213 +msgid "Qualifier" +msgstr "Nitelendirici" + +#: ajax_forms.php:1325 ajax_htmldata.php:1570 ajax_processing.php:1330 +msgid "Action " +msgstr "Eylem" + +#: ajax_forms.php:1325 ajax_htmldata.php:1570 ajax_processing.php:1330 +msgid " not set up!" +msgstr " kurulmadı!" + +#: ajax_htmldata.php:59 ajax_htmldata.php:72 +msgid "Description: " +msgstr "Tanım: " + +#: ajax_htmldata.php:85 +msgid "Creation Date: " +msgstr "Oluşturma Tarihi: " + +#: ajax_htmldata.php:86 +msgid "Last Update: " +msgstr "Son Güncelleme:" + +#: ajax_htmldata.php:93 +msgid "License Status:" +msgstr "Lisans Durumu:" + +#: ajax_htmldata.php:146 +msgid "For Document" +msgstr "Belge için" + +#: ajax_htmldata.php:147 +msgid "Resource" +msgstr "Kaynak" + +#: ajax_htmldata.php:170 ajax_htmldata.php:247 ajax_htmldata.php:330 +#: ajax_htmldata.php:1071 ajax_htmldata.php:1128 ajax_htmldata.php:1304 +#: ajax_htmldata.php:1338 ajax_htmldata.php:1392 ajax_htmldata.php:1433 +msgid "(none found)" +msgstr "(hiçbiri bulunamadı)" + +#: ajax_htmldata.php:175 +msgid "add new terms tool resource link" +msgstr "kaynak kullanım şartları bağlantısı ekle" + +#: ajax_htmldata.php:189 +msgid "add new note" +msgstr "yeni not ekle" + +#: ajax_htmldata.php:199 +msgid "Note" +msgstr "Not" + +#: ajax_htmldata.php:223 ajax_htmldata.php:291 ajax_htmldata.php:770 +msgid "more" +msgstr "daha fazla" + +#: ajax_htmldata.php:228 ajax_htmldata.php:296 ajax_htmldata.php:775 +msgid "less" +msgstr "daha az" + +#: ajax_htmldata.php:268 +msgid "Details" +msgstr "Ayrıntılar" + +#: ajax_htmldata.php:308 ajax_htmldata.php:966 ajax_htmldata.php:1084 +msgid "(none uploaded)" +msgstr "(hiçbiri yüklenemedi)" + +#: ajax_htmldata.php:313 +msgid "view attachment " +msgstr "eki görüntüle" + +#: ajax_htmldata.php:334 +msgid "add new attachment" +msgstr "yeni ek ekle" + +#: ajax_htmldata.php:418 +msgid "Sorry, no documents fit your query" +msgstr "Üzgünüz, sorgunuza uygun bir belge bulunamadı." + +#: ajax_htmldata.php:425 +msgid "Displaying " +msgstr "Gösteriliyor" + +#: ajax_htmldata.php:425 +msgid " to " +msgstr " ona " + +#: ajax_htmldata.php:425 +msgid " of " +msgstr " onun " + +#: ajax_htmldata.php:425 +msgid " Records" +msgstr " Kayıtlar" + +#: ajax_htmldata.php:473 index.php:105 +msgid "Category" +msgstr "Kategori" + +#: ajax_htmldata.php:478 ajax_htmldata.php:558 ajax_htmldata.php:865 +#: ajax_htmldata.php:870 ajax_htmldata.php:1001 ajax_htmldata.php:1006 +msgid "Name" +msgstr "Ad" + +#: ajax_htmldata.php:481 ajax_htmldata.php:867 ajax_htmldata.php:872 +msgid "Last Document Revision" +msgstr "Son Gözden Geçirme:" + +#: ajax_htmldata.php:527 +msgid "records per page" +msgstr "sayfadaki kayıt sayısı" + +#: ajax_htmldata.php:559 +msgid "Publisher / Provider" +msgstr "Yayıncı/Sağlayıcı" + +#: ajax_htmldata.php:560 +msgid "Consortium" +msgstr "Konsorsiyum" + +#: ajax_htmldata.php:561 +msgid "Status" +msgstr "Durum" + +#: ajax_htmldata.php:630 +msgid "view / edit license" +msgstr "lisansı görüntüle / düzenle" + +#: ajax_htmldata.php:630 +msgid "view / edit " +msgstr "görüntüle / düzenle" + +#: ajax_htmldata.php:630 ajax_htmldata.php:1284 +msgid " notes" +msgstr " notlar" + +#: ajax_htmldata.php:630 ajax_htmldata.php:632 ajax_htmldata.php:964 +#: ajax_htmldata.php:1082 +msgid "view document" +msgstr "belgeyi görüntüle" + +#: ajax_htmldata.php:632 ajax_htmldata.php:734 +msgid "view license" +msgstr "lisansı görüntüle" + +#: ajax_htmldata.php:642 +msgid " Notes: " +msgstr " Notlar: " + +#: ajax_htmldata.php:668 +msgid "Qualifiers:" +msgstr "Yeterlilikler:" + +#: ajax_htmldata.php:725 +msgid "License" +msgstr "Lisans" + +#: ajax_htmldata.php:726 +msgid " Notes" +msgstr " Notlar" + +#: ajax_htmldata.php:727 ajax_htmldata.php:1192 +msgid "Document Text" +msgstr "Belge Metni" + +#: ajax_htmldata.php:739 +msgid "(document text not entered)" +msgstr "(belge metni girilmedi)" + +#: ajax_htmldata.php:747 ajax_htmldata.php:1263 ajax_htmldata.php:1265 +msgid " Notes:" +msgstr " Notlar:" + +#: ajax_htmldata.php:787 +msgid "none for " +msgstr "(hiçbiri için " + +#: ajax_htmldata.php:837 +msgid "Archived Documents" +msgstr "Arşivlenen Belgeler" + +#: ajax_htmldata.php:837 +msgid "hide archives" +msgstr "arşivleri gizle" + +#: ajax_htmldata.php:914 ajax_htmldata.php:1034 +msgid "archived on: " +msgstr "arşivlendi:" + +#: ajax_htmldata.php:971 ajax_htmldata.php:1088 +msgid "view expressions" +msgstr "açıklamaları görüntüle" + +#: ajax_htmldata.php:977 ajax_htmldata.php:1094 +msgid "edit document" +msgstr "belge düzenle" + +#: ajax_htmldata.php:977 ajax_htmldata.php:1094 +msgid "remove document" +msgstr "belgeyi kaldır" + +#: ajax_htmldata.php:987 ajax_htmldata.php:989 +msgid "This document has " +msgstr "Bu belge " + +#: ajax_htmldata.php:987 ajax_htmldata.php:989 +msgid " children document(s) not displayed. " +msgstr "alt belgeler görüntülenemedi." + +#: ajax_htmldata.php:987 ajax_htmldata.php:989 +msgid "show all documents for this parent" +msgstr "Bu üst öge için tüm belgeleri göster" + +#: ajax_htmldata.php:993 ajax_htmldata.php:995 ajax_htmldata.php:1103 +#: ajax_htmldata.php:1105 +msgid "The following " +msgstr "Takip eden " + +#: ajax_htmldata.php:993 ajax_htmldata.php:995 ajax_htmldata.php:1103 +#: ajax_htmldata.php:1105 +msgid " document(s) belong to " +msgstr " ait belge(ler) " + +#: ajax_htmldata.php:993 ajax_htmldata.php:995 +msgid "hide children documents for this parent" +msgstr "Bu üst ögedeki alt belgeleri gizle" + +#: ajax_htmldata.php:1003 ajax_htmldata.php:1008 +msgid "Effective Date" +msgstr "Geçerli Tarih" + +#: ajax_htmldata.php:1032 +msgid "archive document" +msgstr "belgeyi arşivle" + +#: ajax_htmldata.php:1055 +msgid "(no date)" +msgstr "(tarih yok)" + +#: ajax_htmldata.php:1066 +msgid "add/view details" +msgstr "ayrıntıları ekle/görüntüle" + +#: ajax_htmldata.php:1073 +msgid "add signatures" +msgstr "imzaları ekle" + +#: ajax_htmldata.php:1132 +msgid " archive(s) available." +msgstr " arşiv(ler) mevcut" + +#: ajax_htmldata.php:1132 +msgid "show archives" +msgstr "arşivleri göster" + +#: ajax_htmldata.php:1141 +msgid "upload new document" +msgstr "yeni belge yükle" + +#: ajax_htmldata.php:1143 +msgid "Only one active document is allowed." +msgstr "Sadece bir etkin belgeye izin var." + +#: ajax_htmldata.php:1143 +msgid "upload archived document" +msgstr "Arşivlenen belgeyi yükleme" + +#: ajax_htmldata.php:1233 +msgid "used in terms tool" +msgstr "terimler aracında kullanıldı" + +#: ajax_htmldata.php:1278 index.php:109 +msgid "(none)" +msgstr "(hiçbiri)" + +#: ajax_htmldata.php:1284 +msgid "add/view " +msgstr "ekle/görüntüle" + +#: ajax_htmldata.php:1308 +msgid "add new expression" +msgstr "yeni açıklama ekle" + +#: ajax_htmldata.php:1363 +msgid "Terms Tool Update Email" +msgstr "Terimler Aracını Güncelleme E-Postası" + +#: ajax_htmldata.php:1503 compare.php:73 +msgid "Limit by Qualifier:" +msgstr "Niteleyiciler ile Sınırlandır:" + +#: ajax_processing.php:101 +msgid "License successfully deleted." +msgstr "Lisans başarıyla silindi." + +#: ajax_processing.php:177 +msgid "success uploading!" +msgstr "yükleme başarılı!" + +#: ajax_processing.php:180 ajax_processing.php:1078 +msgid "There was a problem saving your file to " +msgstr "Dosyanızı kaydederken bir hata oluştu" + +#: ajax_processing.php:241 +msgid "Document Saved Successfully." +msgstr "Belge Başarıyla Kaydedildi." + +#: ajax_processing.php:255 +msgid "Signature Deleted Successfully." +msgstr "İmza Başarıyla Silindi." + +#: ajax_processing.php:317 +msgid "Expression Removed Successfully." +msgstr "Açıklama Başarıyla Kaldırıldı." + +#: ajax_processing.php:340 +msgid "" +"An expression in the licensing module has been approved for terms tool use." +msgstr "" +"Lisanslama modlündeki açıklama terimler aracında kullanılmak üzere kabul " +"edildi." + +#: ajax_processing.php:341 +msgid "License: " +msgstr "Lisans:" + +#: ajax_processing.php:342 +msgid "View License Record: " +msgstr "Lisans Kaydını Göster:" + +#: ajax_processing.php:346 +msgid "Licensing - expression set to production use" +msgstr "Lisanslama - ürünün kullanımı için açıklama oluşturun" + +#: ajax_processing.php:351 +msgid "Approved for terms tool display." +msgstr "Terimler aracının gösterimi için onaylandı." + +#: ajax_processing.php:353 +msgid "Removed from terms tool display." +msgstr "Terimler aracının görüntülenmesi için kaldırıldı." + +#: ajax_processing.php:380 +msgid "Expression Note Updated Successfully." +msgstr "Açıklama Notu Başarıyla Kaydedildi." + +#: ajax_processing.php:396 +msgid "Expression Note Added Successfully." +msgstr "Açıklama Notu Başarıyla Eklendi." + +#: ajax_processing.php:420 +msgid "Note Removed Successfully." +msgstr "Not Başarıyla Kaldırıldı." + +#: ajax_processing.php:457 +msgid "Terms Tool Resource Link successfully deleted" +msgstr "Kaynakları Kullanma Şartları Bağlantısı başarıyla silindi" + +#: ajax_processing.php:472 +msgid "Document Updated Successfully." +msgstr "Belge Başarıyla Güncellendi." + +#: ajax_processing.php:482 +msgid "Document Added Successfully." +msgstr "Belge Başarıyla Eklendi." + +#: ajax_processing.php:570 ajax_processing.php:583 +msgid "SQL Insert Failed." +msgstr "SQL eklenmesi başarısız." + +#: ajax_processing.php:570 ajax_processing.php:583 +msgid " Please make sure everything is filled out correctly." +msgstr "Her şeyin doğru doldurulduğundan emin olun." + +#: ajax_processing.php:911 +msgid "Unable to delete - this " +msgstr "Silme başarısız" + +#: ajax_processing.php:911 +msgid "" +" is in use. Please make sure no documents are set up with this information." +msgstr "" +"Kullanımda. Lütfen bu bilgilerin bir belgeyle eşleştirilmediğinden emin olun." + +#: ajax_processing.php:917 +msgid "" +"Unable to delete. Please make sure no documents are set up with this " +"information." +msgstr "" +"Silme başarısız. Lütfen bu bilgilerin bir belgeyle eşleştirilmediğinden emin " +"olun." + +#: ajax_processing.php:1145 +msgid "Attachment successfully deleted" +msgstr "Ek başarıyla silindi" + +#: ajax_processing.php:1159 +msgid "Attachment file successfully deleted" +msgstr "Ek dosyası başarıyla silindi" + +#: ajax_processing.php:1172 +msgid "Note successfully deleted" +msgstr "Not başarıyla silindi." + +#: ajax_processing.php:1220 +msgid "Status has been updated" +msgstr "Durum güncellendi" + +#: compare.php:22 +msgid "Expression Comparison" +msgstr "Açıklama Kıyaslaması" + +#: compare.php:39 terms_report.php:35 +msgid "Limit by Expression Type:" +msgstr "Açıklama Türüne göre Sınırlandır:" + +#: in_progress.php:23 index.php:23 templates/header.php:210 +#: templates/header.php:233 templates/header.php:249 +msgid "Home" +msgstr "Anasayfa" + +#: in_progress.php:33 +msgid "Licenses In Progress" +msgstr "İşlemdeki Lisanslar" + +#: in_progress.php:33 +msgid "Browse All" +msgstr "Hepsine Göz At" + +#: index.php:48 +msgid "Search" +msgstr "Ara" + +#: index.php:49 index.php:246 +msgid "new search" +msgstr "yeni arama" + +#: index.php:58 +msgid "Name (contains)" +msgstr "Ad (içerir)" + +#: index.php:61 +msgid "go!" +msgstr "git!" + +#: index.php:108 +msgid "All" +msgstr "Hepsi" + +#: index.php:158 +msgid "Document Type" +msgstr "Belge Türü" + +#: index.php:223 +msgid "Starts with" +msgstr "Şununla başlayan" + +#: license.php:61 license.php:86 license.php:105 license.php:124 +msgid "Documents" +msgstr "Belgeler" + +#: license.php:63 license.php:88 license.php:107 license.php:126 +msgid "Terms Tool" +msgstr "Terimler Aracı" + +#: not_available.php:21 +msgid "Not Available" +msgstr "Mevcut Değil" + +#: not_available.php:29 +msgid "Management Module" +msgstr "Yönetim Modulü" + +#: not_available.php:55 +msgid "Please contact your Administrator for access to the Management Module." +msgstr "Yönetim Modülüne erişmek için Yönetici ile irtibata geçin." + +#: templates/footer.php:33 +msgid "Copyright" +msgstr "Telif hakkı" + +#: templates/footer.php:33 +msgid "Management Module version" +msgstr "Yönetim Modülü versiyonu" + +#: templates/footer.php:33 +msgid "CORAL Project Website" +msgstr "CORAL Projesi Web sitesi" + +#: templates/footer.php:33 +msgid "Report an issue" +msgstr "Sorun bildir" + +#: templates/header.php:34 +msgid "" +"Both license name and organization must be filled out. Please try again." +msgstr "Hem lisans hem yayıncı adı doldurulmalı. Lütfen tekrar deneyin." + +#: templates/header.php:84 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " +msgstr "" +"CORAL kullanmak için JavaScript etkin olmalıdır. Kullandığınız tarayıcı " +"JavaScript desteklemiyor ya da devre dışı bırakılmış olabilir. CORAL " +"kullanmak için tarayıcınızdan JavaScript'i etkinleştirin." + +#: templates/header.php:84 +msgid "try again" +msgstr "tekrar deneyin" + +#: templates/header.php:104 +msgid "Management" +msgstr "Yönetim" + +#: templates/header.php:105 +msgid "Powered by" +msgstr "Tarafından" + +#: templates/header.php:111 +msgid "Hello" +msgstr "Merhaba" + +#: templates/header.php:121 +msgid "logout" +msgstr "çıkış" + +#: templates/header.php:121 +msgid "Help" +msgstr "Yardım" + +#: templates/header.php:139 +msgid "Invalid translation route!" +msgstr "Geçersiz çeviri yolu!" + +#: templates/header.php:217 templates/header.php:240 templates/header.php:256 +msgid "New Document" +msgstr "Yeni Belge" + +#: templates/header.php:224 +msgid "Admin" +msgstr "Yönetici" + +#: templates/header.php:277 +msgid "Change Module" +msgstr "Değişim Modülü" + +#: templates/header.php:280 +msgid "Main Menu" +msgstr "Ana Menü" + +#: templates/header.php:285 +msgid "Resources" +msgstr "Kaynaklar" + +#: templates/header.php:290 +msgid "Organizations" +msgstr "Yayıncılar" + +#: templates/header.php:295 +msgid "Licensing" +msgstr "Lisanslar" + +#: templates/header.php:300 +msgid "Usage Statistics" +msgstr "Kullanım İstatistikleri" + +#: terms_report.php:22 +msgid "Terms Report" +msgstr "Koşullar Raporu" diff --git a/organizations/locale/tr_TR/LC_MESSAGES/messages.mo b/organizations/locale/tr_TR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..d39a0cf3b548df8d48587ed28c2508e0694f1b43 GIT binary patch literal 16571 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\n" +"Language-Team: Coral Türkiye \n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Poedit-Basepath: ../../..\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-SearchPath-0: .\n" + +#: js/admin.js:81 js/admin.js:133 js/admin.js:159 js/admin.js:200 +#: js/index.js:46 +msgid "Processing..." +msgstr "İşlem devam ediyor..." + +#: js/admin.js:131 +msgid "Do you really want to delete this data?" +msgstr "Bu veriyi silmek istediğinizden emin misiniz?" + +#: js/admin.js:157 +msgid "Do you really want to delete this user?" +msgstr "Bu kullanıcıyı silmek istediğinizden emin misiniz?" + +#: js/admin.js:181 +msgid "add" +msgstr "ekle" + +#: js/common.js:68 +msgid "No match!" +msgstr "Eşleşme yok!" + +#: js/common.js:68 +msgid "Selected: " +msgstr "Seçildi:" + +#: js/forms/aliasSubmitForm.js:43 js/forms/contactSubmitForm.js:125 +#: js/forms/organizationSubmitForm.js:109 +msgid "Name must be entered to continue." +msgstr "Devam etmek için bir ad giriniz." + +#: js/forms/contactSubmitForm.js:117 +msgid "Please choose at least one role." +msgstr "Lütfen en az bir rol tanımlayınız." + +#: js/forms/organizationSubmitForm.js:33 +msgid "This organization already exists!" +msgstr "Uyarı: Bu yayıncı mevcut." + +#: js/orgDetail.js:159 +msgid "Must set a date." +msgstr "Bir tarih belirtmelisiniz." + +#: js/orgDetail.js:185 +msgid "Must set an end date." +msgstr "Bitiş tarihi belirlemelisiniz." + +#: js/orgDetail.js:247 js/orgDetail.js:281 js/orgDetail.js:300 +#: js/orgDetail.js:324 js/orgDetail.js:342 js/orgDetail.js:504 +#: js/orgDetail.js:560 +msgid "Refreshing Contents..." +msgstr "İçerik Yenileniyor..." + +#: js/orgDetail.js:527 +msgid "New contact must have a name." +msgstr "Yeni muhatabın bir adı olmalıdır." + +#: js/orgDetail.js:534 +msgid "CC must be a valid email." +msgstr "CC, geçerli bir e-posta olmalıdır." + +#: js/orgDetail.js:578 +msgid "Do you really want to delete this organization?" +msgstr "Bu yayıncıyı silmek istediğinizden emin misiniz?" + +#: js/orgDetail.js:591 +msgid "" +"This Organization cannot be deleted because it has at least one License " +"Record associated." +msgstr "" +"Bu yayıncı silinemez çünkü onunla ilişkilendirilmiş en az bir Lisans " +"Anlaşması var." + +#: js/orgDetail.js:655 +msgid "Do you really want to delete this alias?" +msgstr "Bu takma adı silmek istediğinizden emin misiniz?" + +#: js/orgDetail.js:673 +msgid "Do you really want to delete this contact?" +msgstr "Bu muhatabı silmek istediğinizden emin misiniz?" + +#: js/orgDetail.js:691 +msgid "Do you really want to delete this account?" +msgstr "Bu hesabı silmek istediğinizden emin misiniz?" + +#: js/orgDetail.js:710 +msgid "Do you really want to delete this issue?" +msgstr "Bu konuyu silmek istediğinizden emin misiniz?" + +#: js/plugins/date.js:30 +msgid "Sunday" +msgstr "Pazar" + +#: js/plugins/date.js:30 +msgid "Monday" +msgstr "Pazartesi" + +#: js/plugins/date.js:30 +msgid "Tuesday" +msgstr "Salı" + +#: js/plugins/date.js:30 +msgid "Wednesday" +msgstr "Çarşamba" + +#: js/plugins/date.js:30 +msgid "Thursday" +msgstr "Perşembe" + +#: js/plugins/date.js:30 +msgid "Friday" +msgstr "Cuma" + +#: js/plugins/date.js:30 +msgid "Saturday" +msgstr "Cumartesi" + +#: js/plugins/date.js:42 +msgid "Sun" +msgstr "Pzr" + +#: js/plugins/date.js:42 +msgid "Mon" +msgstr "Ptesi" + +#: js/plugins/date.js:42 +msgid "Tue" +msgstr "Sal" + +#: js/plugins/date.js:42 +msgid "Wed" +msgstr "Çar" + +#: js/plugins/date.js:42 +msgid "Thu" +msgstr "Per" + +#: js/plugins/date.js:42 +msgid "Fri" +msgstr "Cum" + +#: js/plugins/date.js:42 +msgid "Sat" +msgstr "Cmt" + +#: js/plugins/date.js:54 +msgid "January" +msgstr "Ocak" + +#: js/plugins/date.js:54 +msgid "February" +msgstr "Şubat" + +#: js/plugins/date.js:54 +msgid "March" +msgstr "Mart" + +#: js/plugins/date.js:54 +msgid "April" +msgstr "Nisan" + +#: js/plugins/date.js:54 js/plugins/date.js:66 +msgid "May" +msgstr "Mayıs" + +#: js/plugins/date.js:54 +msgid "June" +msgstr "Haziran" + +#: js/plugins/date.js:54 +msgid "July" +msgstr "Temmuz" + +#: js/plugins/date.js:54 +msgid "August" +msgstr "Ağustos" + +#: js/plugins/date.js:54 +msgid "September" +msgstr "Eylül" + +#: js/plugins/date.js:54 +msgid "October" +msgstr "Ekim" + +#: js/plugins/date.js:54 +msgid "November" +msgstr "Kasım" + +#: js/plugins/date.js:54 +msgid "December" +msgstr "Aralık" + +#: js/plugins/date.js:66 +msgid "Jan" +msgstr "Oca" + +#: js/plugins/date.js:66 +msgid "Feb" +msgstr "Şub" + +#: js/plugins/date.js:66 +msgid "Mar" +msgstr "Mar" + +#: js/plugins/date.js:66 +msgid "Apr" +msgstr "Nis" + +#: js/plugins/date.js:66 +msgid "Jun" +msgstr "Haz" + +#: js/plugins/date.js:66 +msgid "Jul" +msgstr "Tem" + +#: js/plugins/date.js:66 +msgid "Aug" +msgstr "Ağu" + +#: js/plugins/date.js:66 +msgid "Sep" +msgstr "Eyl" + +#: js/plugins/date.js:66 +msgid "Oct" +msgstr "Eki" + +#: js/plugins/date.js:66 +msgid "Nov" +msgstr "Kas" + +#: js/plugins/date.js:66 +msgid "Dec" +msgstr "Ara" + +#: js/plugins/jquery.datePicker.js:1129 +msgid "Previous year" +msgstr "Önceki yıl" + +#: js/plugins/jquery.datePicker.js:1130 +msgid "Previous month" +msgstr "Önceki ay" + +#: js/plugins/jquery.datePicker.js:1131 +msgid "Next year" +msgstr "Gelecek yıl" + +#: js/plugins/jquery.datePicker.js:1132 +msgid "Next month" +msgstr "Gelecek ay" + +#: js/plugins/jquery.datePicker.js:1133 +msgid "Close" +msgstr "Kapat" + +#: js/plugins/jquery.datePicker.js:1134 +msgid "Choose date" +msgstr "Tarih seçiniz" + +#: admin.php:22 +msgid "Administration" +msgstr "Yönetim" + +#: admin.php:33 +msgid "Users" +msgstr "Kullanıcılar" + +#: admin.php:34 +msgid "add new user" +msgstr "yeni kullanıcı ekle" + +#: admin.php:37 admin.php:52 admin.php:66 admin.php:81 admin.php:95 +#: admin.php:106 +msgid "Loading..." +msgstr "Yükleniyor..." + +#: admin.php:48 +msgid "Organization Role" +msgstr "Yayıncı Rolü" + +#: admin.php:49 +msgid "add new organization role" +msgstr "yeni organizasyon rolü ekle" + +#: admin.php:62 +msgid "Contact Role" +msgstr "Muhatabın Rolü" + +#: admin.php:63 +msgid "add new contact role" +msgstr "yeni muhatap rolü ekle" + +#: admin.php:77 ajax_forms.php:202 ajax_htmldata.php:329 +msgid "Alias Type" +msgstr "Takma ad Türü" + +#: admin.php:78 +msgid "add new alias type" +msgstr "yeni takma ad ekle" + +#: admin.php:91 +msgid "External Login Type" +msgstr "Harici Giriş Türü" + +#: admin.php:92 +msgid "add new external login type" +msgstr "yeni harici giriş türü ekle" + +#: admin.php:102 +msgid "Issue Type" +msgstr "Sorun Türü" + +#: admin.php:103 +msgid "add new issue type" +msgstr "yeni sorun türü ekle" + +#: admin.php:118 +msgid "You do not have permissions to access this screen." +msgstr "Bu ekrana erişim yetkiniz yok." + +#: admin/classes/common/DBService.php:39 +msgid "There was a problem with the database: " +msgstr "Veritabanıyla ilgili bir sorun oluştu: " + +#: admin/classes/common/Object.php:63 +msgid "Cannot set value for undefined key (" +msgstr "Tanımlanmayan anahtar için değer ayarlanamıyor (" + +#: admin/classes/common/Object.php:72 +msgid "Cannot get value for undefined key (" +msgstr "Tanımlamayan anahtar için değer oluşturulamadı (" + +#: ajax_forms.php:67 +msgid "Update Organization" +msgstr "Yayıncıyı Güncelle" + +#: ajax_forms.php:67 +msgid "Add New Organization" +msgstr "Yeni Yayıncı Ekle" + +#: ajax_forms.php:72 ajax_forms.php:322 +msgid "Name:" +msgstr "Ad:" + +#: ajax_forms.php:78 ajax_forms.php:92 +msgid "Parent:" +msgstr "Üst öge:" + +#: ajax_forms.php:101 ajax_htmldata.php:232 summary.php:161 +msgid "Company URL:" +msgstr "Şirket URL:" + +#: ajax_forms.php:107 ajax_forms.php:379 ajax_htmldata.php:240 summary.php:169 +msgid "Role(s):" +msgstr "Rol(ler):" + +#: ajax_forms.php:139 ajax_htmldata.php:248 summary.php:177 +msgid "Account Details:" +msgstr "Hesap Ayrıntıları:" + +#: ajax_forms.php:144 ajax_forms.php:416 ajax_forms.php:519 ajax_forms.php:934 +#: ajax_htmldata.php:256 ajax_htmldata.php:493 ajax_htmldata.php:615 +#: summary.php:185 summary.php:393 summary.php:497 +msgid "Notes:" +msgstr "Notlar:" + +#: ajax_forms.php:154 ajax_forms.php:231 ajax_forms.php:425 ajax_forms.php:529 +#: ajax_forms.php:688 ajax_forms.php:856 ajax_forms.php:943 +msgid "submit" +msgstr "gönder" + +#: ajax_forms.php:155 ajax_forms.php:232 ajax_forms.php:426 ajax_forms.php:530 +#: ajax_forms.php:689 ajax_forms.php:857 ajax_forms.php:944 ajax_forms.php:1154 +msgid "cancel" +msgstr "iptal et" + +#: ajax_forms.php:196 +msgid "Update Alias" +msgstr "Takma ad Güncelle" + +#: ajax_forms.php:196 +msgid "Add Alias" +msgstr "Takma Ad Ekle" + +#: ajax_forms.php:219 +msgid "Name" +msgstr "Ad" + +#: ajax_forms.php:316 +msgid "Update Contact" +msgstr "Muhatabı Güncelle" + +#: ajax_forms.php:316 +msgid "Add Contact" +msgstr "Muhatap Ekle" + +#: ajax_forms.php:329 ajax_htmldata.php:445 summary.php:345 +msgid "Title:" +msgstr "Başlık:" + +#: ajax_forms.php:336 ajax_htmldata.php:461 summary.php:361 +msgid "Phone:" +msgstr "Telefon:" + +#: ajax_forms.php:343 ajax_htmldata.php:469 summary.php:369 +msgid "Alt Phone:" +msgstr "Alternatif Telefon:" + +#: ajax_forms.php:350 ajax_htmldata.php:477 summary.php:377 +msgid "Fax:" +msgstr "Faks:" + +#: ajax_forms.php:357 ajax_htmldata.php:485 summary.php:385 +msgid "Email:" +msgstr "E-posta:" + +#: ajax_forms.php:364 +msgid "Archived:" +msgstr "Arşivlendi:" + +#: ajax_forms.php:372 ajax_htmldata.php:453 summary.php:353 +msgid "Address:" +msgstr "Adres:" + +#: ajax_forms.php:468 +msgid "Update Login" +msgstr "Girişi Güncelle" + +#: ajax_forms.php:468 +msgid "Add Login" +msgstr "Giriş Ekle" + +#: ajax_forms.php:474 +msgid "Login Type:" +msgstr "Giriş Türü:" + +#: ajax_forms.php:491 +msgid "URL:" +msgstr "URL:" + +#: ajax_forms.php:498 +msgid "Local Account Email:" +msgstr "Yerel Hesap E-postası:" + +#: ajax_forms.php:505 +msgid "Username:" +msgstr "Kullanıcı Adı:" + +#: ajax_forms.php:512 ajax_htmldata.php:599 summary.php:481 +msgid "Password:" +msgstr "Şifre:" + +#: ajax_forms.php:591 +msgid "Report New Problem" +msgstr "Yeni Problem Bildir" + +#: ajax_forms.php:592 +msgid "* required fields" +msgstr "* zorunlu alanlar" + +#: ajax_forms.php:596 +msgid "Organization:" +msgstr "Yayıncı:" + +#: ajax_forms.php:603 +msgid "Contact:" +msgstr "Muhatap:" + +#: ajax_forms.php:620 orgDetail.php:206 +msgid "add contact" +msgstr "muhatap ekle" + +#: ajax_forms.php:625 +msgid "CC myself:" +msgstr "Kendime CC" + +#: ajax_forms.php:632 +msgid "CC:" +msgstr "Bilgi:" + +#: ajax_forms.php:635 +msgid "Add" +msgstr "Ekle" + +#: ajax_forms.php:637 +msgid "Current CCs: " +msgstr "Mevcut CCler:" + +#: ajax_forms.php:644 +msgid "Subject:" +msgstr "Konu:" + +#: ajax_forms.php:651 +msgid "Body:" +msgstr "Gövde:" + +#: ajax_forms.php:658 +msgid "Applies to:" +msgstr "Şunlara uygula:" + +#: ajax_forms.php:661 +msgid "Applies to all " +msgstr "Hepsine uygula" + +#: ajax_forms.php:661 ajax_forms.php:664 +msgid "resources" +msgstr "kaynaklar" + +#: ajax_forms.php:664 +msgid "Applies to selected " +msgstr "Seçilenlere uygula" + +#: ajax_forms.php:680 +msgid "Send me a reminder every" +msgstr "Her zaman bana bir hatırlatma gönder" + +#: ajax_forms.php:683 +msgid "day(s)" +msgstr "gün(ler)" + +#: ajax_forms.php:718 ajax_forms.php:785 ajax_forms.php:802 +#: ajax_htmldata.php:760 +msgid "Date" +msgstr "Tarih" + +#: ajax_forms.php:723 ajax_forms.php:790 ajax_forms.php:807 +msgid "Time" +msgstr "Saat" + +#: ajax_forms.php:778 +msgid "Resource Downtime Report" +msgstr "Kaynak Arıza Raporu" + +#: ajax_forms.php:782 +msgid "Downtime Start:" +msgstr "Arıza Başlangıcı:" + +#: ajax_forms.php:799 +msgid "Downtime Resolution:" +msgstr "Arıza Bitişi:" + +#: ajax_forms.php:816 +msgid "Problem Type:" +msgstr "Sorun Türü:" + +#: ajax_forms.php:831 +msgid "Link to open issue:" +msgstr "Konu açmak için bağlantı:" + +#: ajax_forms.php:847 +msgid "Note:" +msgstr "Not:" + +#: ajax_forms.php:895 +msgid "Update Issue" +msgstr "Sorunu Güncelle" + +#: ajax_forms.php:895 +msgid "Add Issue" +msgstr "Sorun Ekle" + +#: ajax_forms.php:901 +msgid "Type:" +msgstr "Tür" + +#: ajax_forms.php:919 +msgid "Start date:" +msgstr "Başlangıç tarihi:" + +#: ajax_forms.php:926 +msgid "End date:" +msgstr "Bitiş tarihi:" + +#: ajax_forms.php:984 ajax_htmldata.php:194 ajax_htmldata.php:338 +#: ajax_htmldata.php:426 ajax_htmldata.php:561 ajax_htmldata.php:794 +msgid "edit" +msgstr "düzenle" + +#: ajax_forms.php:985 ajax_forms.php:1091 +msgid "remove" +msgstr "kaldır" + +#: ajax_forms.php:994 ajax_forms.php:1100 +msgid "(none found)" +msgstr "(bulunamadı)" + +#: ajax_forms.php:1012 ajax_forms.php:1111 +msgid "Update" +msgstr "Güncelle" + +#: ajax_forms.php:1022 ajax_forms.php:1090 +msgid "update" +msgstr "güncelle" + +#: ajax_forms.php:1028 +msgid "close" +msgstr "kapat" + +#: ajax_forms.php:1075 ajax_forms.php:1128 +msgid "Login ID" +msgstr "Giriş kimliği" + +#: ajax_forms.php:1076 ajax_forms.php:1129 +msgid "First Name" +msgstr "Ad" + +#: ajax_forms.php:1077 ajax_forms.php:1130 +msgid "Last Name" +msgstr "Soyadı" + +#: ajax_forms.php:1078 ajax_forms.php:1131 +msgid "Privilege" +msgstr "Ayrıcalık" + +#: ajax_forms.php:1113 +msgid "Add New" +msgstr "Yeni Ekle" + +#: ajax_forms.php:1127 +msgid "User" +msgstr "Kullanıcı" + +#: ajax_forms.php:1169 ajax_htmldata.php:1079 ajax_processing.php:542 +msgid "Action " +msgstr "Eylem" + +#: ajax_forms.php:1169 ajax_htmldata.php:1079 ajax_processing.php:542 +msgid " not set up!" +msgstr " kurulmadı!" + +#: ajax_htmldata.php:194 +msgid "edit resource" +msgstr "kaynak düzenle" + +#: ajax_htmldata.php:194 +msgid "remove resource" +msgstr "kaynağı kaldır" + +#: ajax_htmldata.php:200 summary.php:129 +msgid "Parent Organization:" +msgstr "Ana Yayıncı:" + +#: ajax_htmldata.php:205 summary.php:134 summary.php:150 +msgid "view organization" +msgstr "yayıncıyı görüntüle" + +#: ajax_htmldata.php:205 summary.php:134 summary.php:150 +msgid "View" +msgstr "Görüntüle" + +#: ajax_htmldata.php:216 summary.php:145 +msgid "Child Organizations:" +msgstr "Alt Yayıncılar:" + +#: ajax_htmldata.php:267 +msgid "Created:" +msgstr "Oluşturuldu:" + +#: ajax_htmldata.php:272 ajax_htmldata.php:286 summary.php:205 summary.php:221 +msgid " by " +msgstr "tarafından" + +#: ajax_htmldata.php:286 +msgid "Last Update:" +msgstr "Son Güncelleme:" + +#: ajax_htmldata.php:328 ajax_htmldata.php:966 +msgid "Alias" +msgstr "Takma ad" + +#: ajax_htmldata.php:338 +msgid "edit alias" +msgstr "takma ad düzenle" + +#: ajax_htmldata.php:339 +msgid "remove alias" +msgstr "takma adı kaldır" + +#: ajax_htmldata.php:350 summary.php:261 +msgid "No aliases defined" +msgstr "Takma ad yok" + +#: ajax_htmldata.php:356 +msgid "add a new alias" +msgstr "yeni takma ad ekle" + +#: ajax_htmldata.php:384 summary.php:283 +msgid "The following are archived contacts:" +msgstr "Arşivlenen muhatap bilgileri:" + +#: ajax_htmldata.php:426 +msgid "edit contact" +msgstr "muhatabı düzenle" + +#: ajax_htmldata.php:427 +msgid "remove contact" +msgstr "muhatabı kaldır" + +#: ajax_htmldata.php:437 summary.php:337 +msgid "No longer valid:" +msgstr "Artık geçerli değil:" + +#: ajax_htmldata.php:501 ajax_htmldata.php:607 summary.php:401 summary.php:489 +msgid "Last Updated:" +msgstr "Son Güncelleme:" + +#: ajax_htmldata.php:514 summary.php:412 +msgid "No unarchived contacts" +msgstr "Arşivlenmiş muhatap bilgisi yok" + +#: ajax_htmldata.php:519 +msgid " archived contact(s) available. " +msgstr "arşivlenmiş muhatap bilgi(leri) mevcut." + +#: ajax_htmldata.php:519 +msgid "show archived contacts" +msgstr "arşivlenen muhatap bilgilerini göster" + +#: ajax_htmldata.php:523 +msgid "hide archived contacts" +msgstr "arşivlenen muhatap bilgilerini gizle" + +#: ajax_htmldata.php:561 +msgid "edit external login" +msgstr "harici girişi düzenle" + +#: ajax_htmldata.php:562 +msgid "remove external login" +msgstr "harici girişi kaldır" + +#: ajax_htmldata.php:571 summary.php:453 +msgid "Login URL:" +msgstr "Giriş URL" + +#: ajax_htmldata.php:576 summary.php:458 +msgid "Visit Login URL" +msgstr "Giriş URL'sine Git" + +#: ajax_htmldata.php:583 summary.php:465 +msgid "Local email on account:" +msgstr "Hesapta kayıtlı olan e-posta:" + +#: ajax_htmldata.php:591 summary.php:473 +msgid "User Name:" +msgstr "Kullanıcı Adı:" + +#: ajax_htmldata.php:628 summary.php:507 +msgid "No external logins added" +msgstr "Harici giriş eklenmedi" + +#: ajax_htmldata.php:633 +msgid "add new external login" +msgstr "Yeni harici giriş ekle" + +#: ajax_htmldata.php:650 +msgid "Issues/Problems" +msgstr "Sorunlar/Problemler" + +#: ajax_htmldata.php:653 +msgid "report new issue" +msgstr "yeni sorun bildir" + +#: ajax_htmldata.php:657 +msgid "view open issues" +msgstr "açık sorunları görüntüleri" + +#: ajax_htmldata.php:664 +msgid "view archived issues" +msgstr "arşivlenen sorunları görüntüle" + +#: ajax_htmldata.php:673 +msgid "Downtime" +msgstr "Arıza" + +#: ajax_htmldata.php:676 +msgid "report new Downtime" +msgstr "Yeni arıza bildir" + +#: ajax_htmldata.php:680 +msgid "view current/upcoming downtime" +msgstr "mevcut/muhtemel arızaları görüntüle" + +#: ajax_htmldata.php:687 +msgid "view archived downtime" +msgstr "arşivlenen arızaları görüntüle" + +#: ajax_htmldata.php:706 +msgid "There are no organization level issues." +msgstr "Yayıncı düzeyinde sorunlar yok." + +#: ajax_htmldata.php:721 +msgid "There are no organization level downtimes." +msgstr "Yayıncı düzeyinde sorunlar yok." + +#: ajax_htmldata.php:759 +msgid "Added" +msgstr "Eklenen" + +#: ajax_htmldata.php:761 +msgid "Type" +msgstr "Tür" + +#: ajax_htmldata.php:762 summary.php:551 +msgid "Notes" +msgstr "Notlar" + +#: ajax_htmldata.php:779 summary.php:562 +msgid "by " +msgstr "tarafından" + +#: ajax_htmldata.php:782 ajax_htmldata.php:913 +msgid " to " +msgstr "ona" + +#: ajax_htmldata.php:784 +msgid "start: " +msgstr "başlangıç:" + +#: ajax_htmldata.php:786 +msgid "end: " +msgstr "bitiş:" + +#: ajax_htmldata.php:794 +msgid "edit issue" +msgstr "sorunu düzenle" + +#: ajax_htmldata.php:795 +msgid "remove issue" +msgstr "sorunu kaldır" + +#: ajax_htmldata.php:806 summary.php:571 +msgid "No issues reported" +msgstr "Bildirilen sorun yok" + +#: ajax_htmldata.php:811 +msgid "add new issue" +msgstr "yeni sorun ekle" + +#: ajax_htmldata.php:815 +msgid "export these issues" +msgstr "bu sorunları dışa aktar" + +#: ajax_htmldata.php:815 +msgid "export all issues" +msgstr "tüm sorunları dışa aktar" + +#: ajax_htmldata.php:842 +msgid "License" +msgstr "Lisans" + +#: ajax_htmldata.php:843 summary.php:598 +msgid "Consortium" +msgstr "Konsorsiyum" + +#: ajax_htmldata.php:844 summary.php:599 +msgid "Status" +msgstr "Durum" + +#: ajax_htmldata.php:863 summary.php:618 +msgid "No licenses set up for this organization" +msgstr "Bu yayıncı için lisans oluşturulmadı" + +#: ajax_htmldata.php:867 summary.php:624 +msgid "" +"Unable to access the licensing database. Make sure the configuration.ini is " +"pointing to the correct place and that the database and associated tables " +"have been set up." +msgstr "" +"Lisanslama veritabanına erişilemiyor. Configuration.ini dosyasının doğru " +"konumlandırıldığından ve veritabanı ile ilişkili tabloların kurulduğundan " +"emin olun." + +#: ajax_htmldata.php:909 +msgid "Sorry, no requests fit your query" +msgstr "Aramanızla uyuşan talep bulunamadı" + +#: ajax_htmldata.php:913 +msgid "Displaying " +msgstr "Gösteriliyor" + +#: ajax_htmldata.php:913 +msgid " of " +msgstr "onun" + +#: ajax_htmldata.php:913 +msgid " Organization Records" +msgstr "Yayıncı Kayıtları" + +#: ajax_htmldata.php:958 +msgid "Contact Name(s)" +msgstr "Muhatap Ad(ları)" + +#: ajax_htmldata.php:959 +msgid "Contact Role(s)" +msgstr "Muhatap Görev(leri)" + +#: ajax_htmldata.php:960 ajax_htmldata.php:965 +msgid "Organization Name" +msgstr "Yayıncı Adı" + +#: ajax_htmldata.php:961 ajax_htmldata.php:967 +msgid "Parent Organization" +msgstr "Ana Yayıncı:" + +#: ajax_htmldata.php:962 +msgid "Organization Role(s)" +msgstr "Yayıncı Rol(leri)" + +#: ajax_htmldata.php:968 +msgid "Role(s)" +msgstr "Rol(ler)" + +#: ajax_htmldata.php:1057 +msgid "records per page" +msgstr "sayfadaki kayıt sayısı" + +#: ajax_processing.php:411 +msgid "Unable to delete - this " +msgstr "Silme başarısız" + +#: ajax_processing.php:411 +msgid "" +" is in use. Please make sure no organizations are set up with this " +"information." +msgstr "" +"Kullanımda. Lütfen bu bilgilerin bir yayıncıyla eşleştirilmediğinden emin " +"olun." + +#: ajax_processing.php:417 +msgid "" +"Unable to delete. Please make sure no organizations are set up with this " +"information." +msgstr "" +"Silme başarısız. Lütfen bu bilgilerin bir yayıncıyla eşleştirilmediğinden " +"emin olun." + +#: ajax_processing.php:430 +msgid "Organization successfully deleted." +msgstr "Yayıncı başarıyla silindi." + +#: ajax_processing.php:474 +msgid "User successfully saved." +msgstr "Kullanıcı başarıyla kaydedildi." + +#: index.php:26 templates/header.php:171 templates/header.php:195 +#: templates/header.php:211 +msgid "Home" +msgstr "Ana Sayfa" + +#: index.php:47 +msgid "Search" +msgstr "Ara" + +#: index.php:48 index.php:124 +msgid "new search" +msgstr "yeni arama" + +#: index.php:57 +msgid "Name (contains)" +msgstr "Ad (içerir)" + +#: index.php:60 index.php:94 +msgid "go!" +msgstr "git!" + +#: index.php:66 +msgid "Role" +msgstr "Rol" + +#: index.php:69 +msgid "All" +msgstr "Hepsi" + +#: index.php:91 +msgid "Contact Name (contains)" +msgstr "Muhatap Adı (içerir)" + +#: index.php:100 +msgid "Starts with" +msgstr "Şununla başlayan" + +#: orgDetail.php:66 +msgid "Organization Search" +msgstr "Yayıncı Ara" + +#: orgDetail.php:80 +msgid "Helpful Links" +msgstr "Yardımcı Bağlantılar" + +#: orgDetail.php:81 +msgid "Print View" +msgstr "Çıktı Görünümü" + +#: orgDetail.php:92 +msgid " of:" +msgstr "ait:" + +#: orgDetail.php:98 +msgid "(archived)" +msgstr "(arşivlendi)" + +#: orgDetail.php:119 orgDetail.php:150 orgDetail.php:187 orgDetail.php:224 +#: orgDetail.php:277 orgDetail.php:303 +msgid "Organization" +msgstr "Yayıncı" + +#: orgDetail.php:120 orgDetail.php:151 orgDetail.php:188 orgDetail.php:225 +#: orgDetail.php:278 orgDetail.php:304 summary.php:248 +msgid "Aliases" +msgstr "Takma adlar" + +#: orgDetail.php:121 orgDetail.php:152 orgDetail.php:189 orgDetail.php:226 +#: orgDetail.php:279 orgDetail.php:305 summary.php:314 +msgid "Contacts" +msgstr "Muhataplar" + +#: orgDetail.php:122 orgDetail.php:153 orgDetail.php:190 orgDetail.php:227 +#: orgDetail.php:280 orgDetail.php:306 +msgid "Accounts" +msgstr "Hesaplar" + +#: orgDetail.php:125 orgDetail.php:127 orgDetail.php:156 orgDetail.php:158 +#: orgDetail.php:193 orgDetail.php:195 orgDetail.php:230 orgDetail.php:232 +#: orgDetail.php:259 orgDetail.php:281 orgDetail.php:309 orgDetail.php:311 +#: summary.php:540 +msgid "Issues" +msgstr "Sorunlar" + +#: orgDetail.php:130 orgDetail.php:161 orgDetail.php:198 orgDetail.php:235 +#: orgDetail.php:282 orgDetail.php:314 summary.php:590 +msgid "Licenses" +msgstr "Lisanslar" + +#: orgDetail.php:130 orgDetail.php:161 orgDetail.php:198 orgDetail.php:235 +#: orgDetail.php:282 orgDetail.php:314 +msgid " record" +msgstr "kayıt" + +#: orgDetail.php:130 orgDetail.php:161 orgDetail.php:198 orgDetail.php:235 +#: orgDetail.php:282 orgDetail.php:314 +msgid " records" +msgstr "kayıtlar" + +#: orgDetail.php:337 summary.php:643 +msgid "invalid organization" +msgstr "geçersiz yayıncı" + +#: setuser.php:41 +msgid "" +"LDAP Connection is not working or has timed out. Please check configuration." +"ini to verify settings." +msgstr "" +"LDAP Bağlantısı çalışmıyor veya zaman aşımına uğramış. Doğrulamak için " +"configuration.ini dosyasını kontrol edin." + +#: summary.php:202 +msgid "Created: " +msgstr "Oluşturuldu:" + +#: summary.php:221 +msgid "Last Update: " +msgstr "Son Güncelleme:" + +#: summary.php:438 +msgid "External Logins" +msgstr "Harici Girişler" + +#: summary.php:549 +msgid "Date Added" +msgstr "Eklenme Tarihi" + +#: summary.php:550 +msgid "Issue Date" +msgstr "Sorun Tarihi" + +#: templates/footer.php:31 +msgid "Copyright" +msgstr "Telif hakkı" + +#: templates/footer.php:31 +msgid "Organizations Module version" +msgstr "Yayıncı Modülü" + +#: templates/footer.php:31 +msgid "CORAL Project Website" +msgstr "CORAL Projesi Web sitesi" + +#: templates/footer.php:31 +msgid "Report an issue" +msgstr "Sorun bildir" + +#: templates/header.php:77 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " +msgstr "" +"CORAL kullanmak için JavaScript etkin olmalıdır. Kullandığınız tarayıcı " +"JavaScript desteklemiyor ya da devre dışı bırakılmış olabilir. CORAL " +"kullanmak için tarayıcınızdan JavaScript'i etkinleştirin." + +#: templates/header.php:77 +msgid "try again" +msgstr "tekrar deneyin" + +#: templates/header.php:97 +msgid "Organizations" +msgstr "Yayıncılar" + +#: templates/header.php:98 +msgid "Powered by" +msgstr "Tarafından destekleniyor" + +#: templates/header.php:104 +msgid "Hello" +msgstr "Merhaba" + +#: templates/header.php:114 +msgid "logout" +msgstr "çıkış" + +#: templates/header.php:114 +msgid "Help" +msgstr "Yardım" + +#: templates/header.php:132 +msgid "Invalid translation route!" +msgstr "Geçersiz çeviri yolu!" + +#: templates/header.php:178 templates/header.php:202 templates/header.php:218 +msgid "New Organization" +msgstr "Yeni Yayıncı Ekle" + +#: templates/header.php:186 templates/header.php:226 +msgid "Admin" +msgstr "admin" + +#: templates/header.php:244 +msgid "Change Module" +msgstr "Değişim Modülü" + +#: templates/header.php:247 +msgid "Main Menu" +msgstr "Ana Menü" + +#: templates/header.php:252 +msgid "Licensing" +msgstr "Lisanslar" + +#: templates/header.php:257 +msgid "Resources" +msgstr "Kaynaklar" + +#: templates/header.php:262 +msgid "Cancel" +msgstr "iptal et" + +#: templates/header.php:267 +msgid "Usage Statistics" +msgstr "Kullanım İstatistikleri" + +#: templates/header.php:272 +msgid "Management" +msgstr "Yönetim" + +#: user.php:106 +msgid "" +"Login is not working. Check the .htaccess file and the " +"remoteAuthVariableName specified in /admin/configuration.ini" +msgstr "" +"Giriş çalışmıyor. .htaccess dosyasını ve admin/configuration.ini " +"içerisindeki remoteAuthVariableName kontrol edin" diff --git a/reports/locale/tr_TR/messages.mo b/reports/locale/tr_TR/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..8835d3fe2e2291cb47ad780c2f978bd64d1f8666 GIT binary patch literal 6796 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 literal 0 HcmV?d00001 diff --git a/reports/locale/tr_TR/messages.po b/reports/locale/tr_TR/messages.po new file mode 100644 index 000000000..8cc5bdb98 --- /dev/null +++ b/reports/locale/tr_TR/messages.po @@ -0,0 +1,246 @@ +msgid "" +msgstr "" +"Project-Id-Version: messages\n" +"POT-Creation-Date: 2016-10-04 09:23-0600\n" +"PO-Revision-Date: 2017-12-27 09:40+0300\n" +"Last-Translator: <>\n" +"Language-Team: CORAL Türkiye \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Basepath: ../../..\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPathExcluded-0: js/plugins/jquery.js\n" + +#: js/index.js:21 +msgid "Refreshing Contents..." +msgstr "İçerik Yenileniyor..." + +#: admin/classes/domain/ReportNotes.php:53 +msgid "Platform Interface Notes (if available)" +msgstr "Platform Arayüz Notları (eğer gerekliyse)" + +#: admin/classes/domain/ReportNotes.php:54 +msgid "Publisher Notes (if available)" +msgstr "Yayıncı Notları (eğer gerekliyse)" + +#: admin/classes/domain/ReportTable.php:109 +msgid "Sorry, no rows were returned." +msgstr "Maalesef, hiçbir satır döndürülemedi." + +#: admin/classes/domain/ReportTable.php:183 +#: admin/classes/domain/ReportTable.php:185 +msgid "view related titles" +msgstr "ilgili başlıkları görüntüle" + +#: admin/classes/domain/ReportTable.php:190 +msgid "view in link resolver" +msgstr "bağlantı çözücüde görüntüle" + +#: index.php:38 report.php:117 +msgid "Usage Reports" +msgstr "Kullanım Raporları" + +#: index.php:41 report.php:120 +msgid "Powered by" +msgstr "Tarafından destekleniyor" + +#: index.php:60 +msgid "Invalid translation route!" +msgstr "Geçersiz çeviri yolu!" + +#: index.php:87 +msgid "Help" +msgstr "Yardım" + +#: index.php:97 +msgid "Select Report" +msgstr "Rapor Seç" + +#: index.php:147 +msgid "Submit" +msgstr "Gönder" + +#: index.php:148 +msgid "Reset" +msgstr "Sıfırla" + +#: popup.php:66 +msgid "Frequently Asked Questions" +msgstr "Sıkça Sorulan Sorular" + +#: popup.php:67 +msgid "" +"Q. Why isn't the HTML number double the PDF number for interfaces that " +"automatically download HTML?" +msgstr "" +"S. Neden otomatik olarak indirilen HTML dosyalarının bulunduğu arayüzlerdeki " +"HTML sayıları PDF sayısını ikiye katlamıyor?" + +#: popup.php:69 +msgid "" +"A. Frequently these sites do NOT automatically download HTML from the Table " +"of Contents browse interface, so even platforms such as ScienceDirect " +"occasionally have higher PDF than HTML counts." +msgstr "" +"C. Genellikle bu siteler İçindekiler Listesine gözatma arayüzünü kullanarak " +"HTML dosyalarını otomatik olarak indirmez, bu nedenle ScienceDirect gibi " +"platformlarda PDF kullanım sayısı HTML kullanım sayısından daha yüksektir. " + +#: popup.php:71 +msgid "" +"Q. I thought COUNTER standards prevented double-counting of article " +"downloads." +msgstr "" +"S. COUNTER standartlarının indirilen makalelerin mükerrer sayımını " +"engellediğini düşünüyorum." + +#: popup.php:73 +msgid "" +"A. COUNTER does require that duplicate clicks on HTML or PDF within a short " +"period of time be counted once. But COUNTER specifically does not deny " +"double count of different formats--HTML and PDF. Because some publishers " +"automatically choose HTML for users, and because many users prefer to save " +"and/or print the PDF version, this interface significantly inflates total " +"article usage." +msgstr "" +"C. COUNTER, kullanımları hesaplamadan önce kısa bir zaman dilimi içerisinde " +"HTML veya PDF dosyalarının mükerrer olarak tıklanmasına ihtiyaç duyar. Fakat " +"COUNTER, HTML ve PDF örneğinde olduğu gibi farklı formatlardaki mükerrer " +"sayımları belirtmez. Çünkü, bazı yayıncılar kullanıcıları için HTML'yi " +"otomatik olarak ekrana getirir ve bazı kullanıcılar da PDF formatında " +"kaydetmeyi veya çıktı almayı sever, bu husus toplam makale kullanımını da " +"oldukça ciddi etkiler." + +#: popup.php:75 +msgid "" +"Q. Why do some Highwire Press publishers have high HTML ratios to PDFs, but " +"some appear to have a very low ratio?" +msgstr "" +"S. Neden, bazı Highwire Press yayıncıları PDF'ye göre daha yüksek HTML " +"kullanımına sahipken, bazıları düşük kullanıma sahiptir?" + +#: popup.php:77 +msgid "" +"A. Some publishers have automatic HTML display on Highwire, and some do not. " +"This is because the publisher is able to indicate a preferred linking page " +"through the DOI registry. Because this platform includes multiple " +"publishers, the interface impact is not consistent." +msgstr "" +"C. Bazı yayıncılar Highwire Platformunda otomatik HTML görüntüleyicisine " +"sahipken bazıları sahip değildir. Bu nedenle DOI numarası aracılığıyla bazı " +"yayıncılar sayfalarına bağlantı verebilmektedir. Highwire Platformu pek çok " +"yayıncıyı içerisine dâhil edebilir, arayüz kullanımda çok etkili değildir." + +#: popup.php:85 +msgid "Invalid type!!" +msgstr "Geçersiz tür!!" + +#: report.php:74 +msgid "CORAL Usage Statistics Reporting" +msgstr "CORAL Kullanım İstatistikleri Raporlama" + +#: report.php:136 +msgid "Click to show information about this report" +msgstr "Bu rapor hakkındaki bilgileri görüntülemek için tıklayın" + +#: report.php:142 +msgid "Modify Parameters" +msgstr "Parametreleri Düzenle" + +#: report.php:146 +msgid "Create New Report" +msgstr "Yeni Rapor Oluştur" + +#: report.php:187 +msgid "By Month and Resource" +msgstr "Ay ve Kaynağa Göre" + +#: report.php:190 +msgid "from an Archive" +msgstr "Arşivden" + +#: report.php:195 +#, php-format +msgid "Number of Successful Full-Text Article Requests %s" +msgstr "Başarılı %s denemelerin sayısı" + +#: report.php:240 report.php:297 +msgid "" +"Multiple titles with the same print ISSN (generally multiple parts) have " +"been merged together" +msgstr "Aynı basılı ISSN'ye sahip farklı başlıklar biraraya getirildi" + +#: report.php:247 +msgid "Key" +msgstr "Anahtar" + +#: report.php:252 +msgid "not been adjusted" +msgstr "ayarlanmadı" + +#: report.php:252 +msgid "been adjusted manually by Electronic Resources" +msgstr "Elektronik Kaynaklar tarafından elle düzeltildi" + +#: report.php:260 +#, php-format +msgid "" +"Programmatically flagged as outlier based on previous 12 month average. The " +"number has %s" +msgstr "" +"Programlanarak önceki 12 ayın ortalamasına aykırı bir şekilde işaretlendi. " +"Sayılar %s sahiptir." + +#: report.php:273 report.php:340 +#, php-format +msgid "" +"Programmatically flagged as outlier using the following formula: Count is %d " +"over %d%% of the previous 12 month average." +msgstr "" +"Programlanarak önceki 12 ayın ortalamasına aykırı bir şekilde işaretlendi. " +"Sayım geçmiş 12 ay ortalamasının %sinden %fazla" + +#: report.php:295 +msgid "" +"Programmatically flagged as outlier based on previous 12 month average. The " +"number has not been adjusted." +msgstr "" +"Programlanarak önceki 12 ayın ortalamasına aykırı bir şekilde işaretlendi. " +"Sayılar düzenlenmemiştir." + +#: report.php:296 +msgid "" +"Programmatically flagged as outlier based on previous 12 month average. The " +"number has been adjusted manually by Electronic Resources." +msgstr "" +"Programlanarak önceki 12 ayın ortalamasına aykırı bir şekilde işaretlendi. " +"Sayılar Elektronik Kaynaklar tarafından elle düzeltilmiştir." + +#: report.php:305 report.php:327 +msgid "Color Background Key" +msgstr "Arkaplan Renk Anahtarı" + +#: templates/header.php:72 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then" +msgstr "" +"CORAL kullanmak için JavaScript etkin olmalıdır. Kullandığınız tarayıcı " +"JavaScript desteklemiyor ya da devre dışı bırakılmış olabilir. CORAL " +"kullanmak için tarayıcınızdan JavaScript'i etkinleştirin." + +#: templates/header.php:72 +msgid "try again" +msgstr "tekrar deneyin" + +#~ msgid "" +#~ "Programmatically flagged as outlier using the following formula: Count is " +#~ "%d over %d% of the previous 12 month average." +#~ msgstr "" +#~ "使用如下公式以编程的方式标记为离群值:计数是%d高于之前12个月平均值的%d%。" diff --git a/resources/locale/tr_TR/LC_MESSAGES/messages.mo b/resources/locale/tr_TR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6b8beeb45e7c2e95a93ddd59ab6b4cadb229bc6b GIT binary patch literal 49470 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\n" +"Language-Team: Coral Türkiye \n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-KeywordsList: watchString\n" +"X-Poedit-Basepath: ../../..\n" +"X-Poedit-SearchPath-0: .\n" + +#: js/admin.js:493 +msgid "Number of days must be a number" +msgstr "Gün sayısı bir sayı olmalıdır" + +#: js/admin.js:496 +msgid "Number of days should be between 1 and 365" +msgstr "Gün sayısı 1 ila 365 arasında olmalıdır" + +#: js/admin.js:516 +msgid "Do you really want to delete this data?" +msgstr "Bu veriyi silmek istediğinizden emin misiniz?" + +#: js/admin.js:543 js/admin.js:571 js/admin.js:599 js/admin.js:682 +msgid "Do you really want to remove this data?" +msgstr "Bu veriyi kaldırmak istediğinizden emin misiniz?" + +#: js/admin.js:627 +msgid "Do you really want to delete this user?" +msgstr "Bu kullanıcıyı silmek istediğinizden emin misiniz?" + +#: js/admin.js:654 +msgid "Do you really want to remove this alert setting?" +msgstr "Bu uyarı ayarını kaldırmak istediğinizden emin misiniz?" + +#: js/admin.js:710 +msgid "Do you really want to delete this currency?" +msgstr "Bu para birimini silmek istediğinizden emin misiniz?" + +#: js/common.js:70 +msgid "No match!" +msgstr "Eşleşme yok!" + +#: js/common.js:70 +msgid "Selected: " +msgstr "Seçildi:" + +#: js/forms/acquisitionsForm.js:123 js/forms/costForm.js:329 +msgid "Error - Either amount or fund is required" +msgstr "Hata - Miktar ya da para birimi giriniz" + +#: js/forms/acquisitionsForm.js:126 js/forms/costForm.js:334 +msgid "Error - order type is a required field" +msgstr "Hata - sipariş türü, zorunlu bir alandır" + +#: js/forms/acquisitionsForm.js:129 js/forms/costForm.js:339 +msgid "Error - price is not numeric" +msgstr "Hata - fiyat sayısal değil" + +#: js/forms/acquisitionsForm.js:147 js/forms/acquisitionsForm.js:148 +#: js/forms/costForm.js:144 +msgid "remove this payment" +msgstr "Bu ödemeyi kaldır" + +#: js/forms/acquisitionsForm.js:232 +msgid "Error - acquisition type is a required field" +msgstr "Hata - sağlama türü, zorunlu bir alandır" + +#: js/forms/attachmentForm.js:94 +msgid "File name is already being used..." +msgstr "Dosya adı kullanımda..." + +#: js/forms/attachmentForm.js:98 +msgid "" +"File name may not contain special characters - ampersand, single quote, " +"double quote or less than/greater than characters" +msgstr "" +"Dosya adı özel karakter içermemelidir - ve işareti, tek tırnak, çift tırnak " +"veya küçük, büyük işareti" + +#: js/forms/attachmentForm.js:102 +msgid "The attachments directory is not writable." +msgstr "Ek dizini yazılabilir değildir." + +#: js/forms/attachmentForm.js:124 js/forms/attachmentForm.js:146 +msgid " successfully uploaded." +msgstr "yükleme başarılı." + +#: js/forms/attachmentForm.js:159 js/forms/resourceUpdateForm.js:378 +msgid "Name must be entered to continue." +msgstr "Devam etmek için bir ad giriniz." + +#: js/forms/attachmentForm.js:160 +msgid "Attachment Type must be selected to continue." +msgstr "Devam etmek için ek türünü giriniz." + +#: js/forms/attachmentForm.js:178 +msgid "A file must be uploaded" +msgstr "Dosya ekleyiniz" + +#: js/forms/contactForm.js:179 +msgid "Please choose at least one role." +msgstr "Lütfen en az bir rol tanımlayınız." + +#: js/forms/costForm.js:301 +msgid "Validation Failed" +msgstr "Doğrulama başarısız" + +#: js/forms/detailedSubjectForm.js:60 js/forms/generalSubjectForm.js:59 +msgid "Error - Please enter a value" +msgstr "Hata - Lütfen değer giriniz" + +#: js/forms/generalDetailSubjectForm.js:87 +msgid "Error - Detailed Subject is required" +msgstr "Hata - Ayrıntılı konu gereklidir" + +#: js/forms/generalDetailSubjectForm.js:108 +#: js/forms/generalDetailSubjectForm.js:109 +msgid "Error - Detail Subject Already Added" +msgstr "Hata - Ayrıntılı konu daha önce eklenmiş" + +#: js/forms/generalDetailSubjectForm.js:133 +#: ajax_forms/getGeneralDetailSubjectForm.php:107 +msgid "remove detailed subject" +msgstr "ayrıntılı konuyu kaldır" + +#: js/forms/generalDetailSubjectForm.js:175 +msgid "Short Name must be entered to continue." +msgstr "Devam etmek için kısa ad giriniz." + +#: js/forms/licenseForm.js:140 js/forms/licenseForm.js:251 +msgid "Error - Please choose a valid license" +msgstr "Hata - Lütfen geçerli bir lisans seçiniz" + +#: js/forms/licenseForm.js:153 +msgid "remove this license" +msgstr "Bu lisansı kaldır" + +#: js/forms/resourceNewForm.js:99 +msgid "Warning: this name already exists." +msgstr "Uyarı: Bu ad mevcut." + +#: js/forms/resourceNewForm.js:227 +msgid "A title must be entered to continue." +msgstr "Devam etmek için bir başlık giriniz." + +#: js/forms/resourceNewForm.js:232 +msgid "The resource format is required." +msgstr "Kaynak formatını belirtiniz." + +#: js/forms/resourceNewForm.js:237 +msgid "The resource type is required." +msgstr "Kaynak türünü belirtiniz." + +#: js/forms/resourceNoteForm.js:34 +msgid "Note must be entered to continue." +msgstr "Devam etmek için bir not giriniz." + +#: js/forms/resourceUpdateForm.js:90 +msgid "Error - Parent cannot be the same as the child" +msgstr "Hata - Üst öge, alt öge ile aynı olamaz" + +#: js/forms/resourceUpdateForm.js:223 js/forms/resourceUpdateForm.js:307 +#: js/forms/resourceUpdateForm.js:392 js/forms/resourceUpdateForm.js:403 +msgid "Error - Both fields are required" +msgstr "Hata - Tüm alanların doldurulması gereklidir" + +#: js/forms/resourceUpdateForm.js:236 ajax_forms/getUpdateProductForm.php:400 +msgid "remove this alias" +msgstr "Bu takma adı kaldır." + +#: js/forms/resourceUpdateForm.js:263 ajax_forms/getUpdateProductForm.php:164 +msgid "remove Issn/Isbn" +msgstr "ISSN/ISBN kaldır." + +#: js/forms/resourceUpdateForm.js:282 +msgid "Error - Parent is not found. Please use the Autocomplete." +msgstr "Hata - Üst öge bulunamadı. Otomatik bulucuyu kullanınız." + +#: js/forms/resourceUpdateForm.js:291 ajax_forms/getUpdateProductForm.php:137 +msgid "remove parent" +msgstr "Üst ögeyi kaldır" + +#: js/forms/resourceUpdateForm.js:309 +msgid "Error - Organization is not found. Please use the Autocomplete." +msgstr "Hata - Yayıncı bulunamadı. Otomatik tamamlayıcıyı kullanınız." + +#: js/forms/resourceUpdateForm.js:324 +msgid "remove this organization" +msgstr "Yayıncıyı kaldır" + +#: js/forms/resourceUpdateForm.js:394 +msgid "Error - Organization is not found. Please use Autocomplete." +msgstr "Hata - Yayıncı bulunamadı. Otomatik tamamlayıcıyı kullanınız." + +#: js/forms/userGroupForm.js:101 +msgid "Error - User is required" +msgstr "Hata - kullanıcı belirtiniz." + +#: js/forms/userGroupForm.js:117 ajax_forms/getAdminUserGroupForm.php:121 +msgid "remove user from group" +msgstr "Kullanıcı grubunu kaldır" + +#: js/forms/userGroupForm.js:118 +msgid "remove from group" +msgstr "Gruptan çıkar" + +#: js/forms/userGroupForm.js:163 +msgid "Group name must be entered to continue." +msgstr "Devam etmek için bir grup adı giriniz." + +#: js/forms/workflowForm.js:185 +msgid "Error - Step name is required" +msgstr "Hata - Adım adı zorunludur" + +#: js/forms/workflowForm.js:201 js/forms/workflowForm.js:202 +#: ajax_forms/getAdminWorkflowForm.php:238 +msgid "remove this step" +msgstr "Bu adımı kaldır" + +#: js/forms/workflowForm.js:373 +msgid "Please add at least one step to this workflow." +msgstr "Bu iş akışına en az bir adım ekleyiniz." + +#: js/forms/workflowForm.js:379 +msgid "" +"Please click the Add button to the first step before submitting this " +"workflow." +msgstr "Bu iş akışını göndermeden önce ilk adıma Ekle düğmesini tıklayınız." + +#: js/index.js:112 +msgid "Processing..." +msgstr "İşlem devam ediyor..." + +#: js/index.js:240 index.php:354 +msgid "more options..." +msgstr "daha fazla seçenek..." + +#: js/plugins/date.js:30 +msgid "Sunday" +msgstr "Pazar" + +#: js/plugins/date.js:30 +msgid "Monday" +msgstr "Pazartesi" + +#: js/plugins/date.js:30 +msgid "Tuesday" +msgstr "Salı" + +#: js/plugins/date.js:30 +msgid "Wednesday" +msgstr "Çarşamba" + +#: js/plugins/date.js:30 +msgid "Thursday" +msgstr "Perşembe" + +#: js/plugins/date.js:30 +msgid "Friday" +msgstr "Cuma" + +#: js/plugins/date.js:30 +msgid "Saturday" +msgstr "Cumartesi" + +#: js/plugins/date.js:42 +msgid "Sun" +msgstr "Pzr" + +#: js/plugins/date.js:42 +msgid "Mon" +msgstr "Ptesi" + +#: js/plugins/date.js:42 +msgid "Tue" +msgstr "Sal" + +#: js/plugins/date.js:42 +msgid "Wed" +msgstr "Çar" + +#: js/plugins/date.js:42 +msgid "Thu" +msgstr "Per" + +#: js/plugins/date.js:42 +msgid "Fri" +msgstr "Cum" + +#: js/plugins/date.js:42 +msgid "Sat" +msgstr "Cmt" + +#: js/plugins/date.js:54 +msgid "January" +msgstr "Ocak" + +#: js/plugins/date.js:54 +msgid "February" +msgstr "Şubat" + +#: js/plugins/date.js:54 +msgid "March" +msgstr "Mart" + +#: js/plugins/date.js:54 +msgid "April" +msgstr "Nisan" + +#: js/plugins/date.js:54 js/plugins/date.js:66 +msgid "May" +msgstr "Mayıs" + +#: js/plugins/date.js:54 +msgid "June" +msgstr "Haziran" + +#: js/plugins/date.js:54 +msgid "July" +msgstr "Temmuz" + +#: js/plugins/date.js:54 +msgid "August" +msgstr "Ağustos" + +#: js/plugins/date.js:54 +msgid "September" +msgstr "Eylül" + +#: js/plugins/date.js:54 +msgid "October" +msgstr "Ekim" + +#: js/plugins/date.js:54 +msgid "November" +msgstr "Kasım" + +#: js/plugins/date.js:54 +msgid "December" +msgstr "Aralık" + +#: js/plugins/date.js:66 +msgid "Jan" +msgstr "Oca" + +#: js/plugins/date.js:66 +msgid "Feb" +msgstr "Şub" + +#: js/plugins/date.js:66 +msgid "Mar" +msgstr "Mar" + +#: js/plugins/date.js:66 +msgid "Apr" +msgstr "Nis" + +#: js/plugins/date.js:66 +msgid "Jun" +msgstr "Haz" + +#: js/plugins/date.js:66 +msgid "Jul" +msgstr "Tem" + +#: js/plugins/date.js:66 +msgid "Aug" +msgstr "Ağu" + +#: js/plugins/date.js:66 +msgid "Sep" +msgstr "Eyl" + +#: js/plugins/date.js:66 +msgid "Oct" +msgstr "Eki" + +#: js/plugins/date.js:66 +msgid "Nov" +msgstr "Kas" + +#: js/plugins/date.js:66 +msgid "Dec" +msgstr "Ara" + +#: js/plugins/jquery.datePicker.js:1129 +msgid "Previous year" +msgstr "Önceki yıl" + +#: js/plugins/jquery.datePicker.js:1130 +msgid "Previous month" +msgstr "Önceki ay" + +#: js/plugins/jquery.datePicker.js:1131 +msgid "Next year" +msgstr "Gelecek yıl" + +#: js/plugins/jquery.datePicker.js:1132 +msgid "Next month" +msgstr "Sonraki ay" + +#: js/plugins/jquery.datePicker.js:1133 +msgid "Close" +msgstr "Kapat" + +#: js/plugins/jquery.datePicker.js:1134 +msgid "Choose date" +msgstr "Tarih seçiniz" + +#: js/queue.js:55 js/queue.js:89 js/queue.js:123 js/queue.js:155 +msgid "Refreshing..." +msgstr "Yenileniyor..." + +#: js/queue.js:153 +msgid "Do you really want to delete this request?" +msgstr "Bu talebi silmek istediğinizden emin misiniz?" + +#: js/queue.js:193 js/queue.js:214 js/queue.js:235 js/resource.js:653 +msgid " record)" +msgstr "kayıt)" + +#: js/queue.js:195 js/queue.js:216 js/queue.js:237 js/resource.js:655 +msgid " records)" +msgstr "kayıtlar)" + +#: js/resource.js:93 +msgid "Must set a date." +msgstr "Bir tarih belirtmelisiniz." + +#: js/resource.js:119 +msgid "Must set an end date." +msgstr "Bitiş tarihi belirlemelisiniz." + +#: js/resource.js:173 +msgid "New contact must have a name." +msgstr "Yeni muhatabın bir adı olmalıdır." + +#: js/resource.js:180 js/resource.js:222 +msgid "CC must be a valid email." +msgstr "CC, geçerli bir e-posta olmalıdır." + +#: js/resource.js:376 js/resource.js:701 +msgid "Refreshing Contents..." +msgstr "İçerik Yenileniyor..." + +#: js/resource.js:469 +msgid "" +"Opening an issue requires a resource to be associated with an organization. " +"Please contact your IT department." +msgstr "" +"Bir konunun açılması, bir kaynağın yayıncıyla ilişkilendirilmesini " +"gerektirir. Lütfen BT biriminize başvurun. " + +#: js/resource.js:474 +msgid "A contact must be selected to continue." +msgstr "Devam etmek için bir muhatap seçiniz." + +#: js/resource.js:479 +msgid "A subject must be entered to continue." +msgstr "Devam etmek için bir konu başlığı yazınız." + +#: js/resource.js:484 +msgid "A body must be entered to continue." +msgstr "Devam etmek için ürün adı girmelisiniz." + +#: js/resource.js:497 +msgid "An issue must be associated with an organization or resource(s)." +msgstr "Konunun bir yayıncı ya da kaynaklarla ilişkili olması gerekir." + +#: js/resource.js:741 +msgid "Do you really want to delete this contact?" +msgstr "Bu muhatabı silmek istediğinizden emin misiniz?" + +#: js/resource.js:759 +msgid "Do you really want to delete this account?" +msgstr "Bu hesabı silmek istediğinizden emin misiniz?" + +#: js/resource.js:777 +msgid "Do you really want to delete this attachment?" +msgstr "Bu eki silmek istediğinizden emin misiniz?" + +#: js/resource.js:797 +msgid "Do you really want to delete this resource?" +msgstr "Bu kaynağı silmek istediğinizden emin misiniz?" + +#: js/resource.js:815 +msgid "Do you really want to delete this resource and all its children?" +msgstr "Bu kaynağı ve ilişiklerini silmek istediğinize emin misiniz?" + +#: js/resource.js:836 +msgid "Do you really want to remove this Subject?" +msgstr "Bu Konuyu kaldırmak istediğinizden emin misiniz?" + +#: js/resource.js:854 +msgid "Do you really want to delete this note?" +msgstr "Bu notu silmek istediğinizden emin misiniz?" + +#: js/resource.js:896 +msgid "" +"Warning! You are about to remove any steps that have been started and " +"completed. Are you sure you wish to continue?" +msgstr "" +"Uyarı! Başlatılan ve tamamlanan adımları kaldırmak üzeresiniz. Devam etmek " +"istediğinizden emin misiniz?" + +#: js/resource.js:913 +msgid "" +"Do you really want to mark this resource complete? This action cannot be " +"undone." +msgstr "" +"Bu kaynağı tamamlandı olarak işaretlemek istediğinizden emin misiniz? Bu " +"işlem geri alınamaz." + +#: js/resource.js:927 +msgid "" +"Do you really want to delete this step? If other steps depended on this one, " +"they will be started upon deletion. This action cannot be undone" +msgstr "" +"Bu adımı silmek istediğinizden emin misiniz? Başka adımlar buna bağlı " +"olursa, bunlar silindikten sonra başlatılır. Bu işlem geri alınamaz." + +#: admin.php:22 admin.php:40 +msgid "Administration" +msgstr "Yönetim" + +#: admin.php:51 ajax_htmldata/getAdminUserDisplay.php:19 +#: ajax_htmldata/getAdminWorkflowDisplay.php:74 +msgid "Users" +msgstr "Kullanıcılar" + +#: admin.php:52 +msgid "Workflow / User Group" +msgstr "İş Akışı / Kullanıcı Grubu" + +#: admin.php:53 +msgid "Access Method" +msgstr "Erişim yöntemi" + +#: admin.php:54 ajax_forms/getNewResourceForm.php:176 +#: ajax_htmldata/getAdminWorkflowDisplay.php:16 +#: ajax_htmldata/getOutstandingQueue.php:21 ajax_htmldata/getSavedQueue.php:20 +#: ajax_htmldata/getSearchResources.php:117 +#: ajax_htmldata/getSubmittedQueue.php:17 index.php:115 +msgid "Acquisition Type" +msgstr "Sağlama Türü" + +#: admin.php:55 index.php:481 +msgid "Administering Site" +msgstr "Yönetim Alanı" + +#: admin.php:57 ajax_htmldata/getAdminAlertDisplay.php:10 +msgid "Alert Settings" +msgstr "Uyarı Ayarları" + +#: admin.php:59 ajax_forms/getImportConfigForm.php:57 +#: ajax_forms/getImportConfigForm.php:71 ajax_forms/getImportConfigForm.php:247 +msgid "Alias Type" +msgstr "Takma ad Türü" + +#: admin.php:60 +msgid "Attachment Type" +msgstr "Ek Türü" + +#: admin.php:61 index.php:511 +msgid "Authentication Type" +msgstr "Doğrulama Türü" + +#: admin.php:62 index.php:449 +msgid "Authorized Site" +msgstr "Yetki Alanı" + +#: admin.php:63 index.php:541 resources/cataloging_edit.php:55 +msgid "Cataloging Status" +msgstr "Kataloglama Durumu" + +#: admin.php:64 resources/cataloging_edit.php:48 +msgid "Cataloging Type" +msgstr "Kataloglama Türü" + +#: admin.php:65 +msgid "Contact Role" +msgstr "Muhatabın Rolü" + +#: admin.php:67 ajax_forms/getCostForm.php:81 +msgid "Cost Details" +msgstr "Maliyet Ayrıntıları" + +#: admin.php:69 ajax_forms/getCostForm.php:78 +#: ajax_htmldata/getAdminCurrencyDisplay.php:8 +msgid "Currency" +msgstr "Para birimi" + +#: admin.php:70 +msgid "Downtime Type" +msgstr "Arıza Türü" + +#: admin.php:71 +msgid "External Login Type" +msgstr "Harici Giriş Türü" + +#: admin.php:72 +msgid "Funds" +msgstr "Sermaye" + +#: admin.php:73 ajax_htmldata/getAdminImportConfigDisplay.php:7 +msgid "Import Configuration" +msgstr "İçe Aktarmayı Yapılandırma" + +#: admin.php:74 +msgid "License Status" +msgstr "Lisans Durumu" + +#: admin.php:75 ajax_forms/getImportConfigForm.php:149 +#: ajax_forms/getImportConfigForm.php:163 +#: ajax_forms/getImportConfigForm.php:271 index.php:359 +msgid "Note Type" +msgstr "Not Türü" + +#: admin.php:76 +msgid "Order Type" +msgstr "Sipariş Türü" + +#: admin.php:83 ajax_forms/getImportConfigForm.php:184 +#: ajax_forms/getImportConfigForm.php:196 +#: ajax_forms/getImportConfigForm.php:277 +msgid "Organization Role" +msgstr "Yayıncı Türü" + +#: admin.php:84 templates/header.php:225 +msgid "Organizations" +msgstr "Yayıncılar" + +#: admin.php:88 +msgid "Purchasing Site" +msgstr "Satın Alma Alanı" + +#: admin.php:89 ajax_forms/getImportConfigForm.php:49 +#: ajax_htmldata/getAdminWorkflowDisplay.php:17 index.php:201 +msgid "Resource Format" +msgstr "Kaynak Biçimi" + +#: admin.php:90 ajax_forms/getImportConfigForm.php:50 +#: ajax_forms/getNewResourceForm.php:223 +#: ajax_htmldata/getAdminWorkflowDisplay.php:18 index.php:225 +msgid "Resource Type" +msgstr "Kaynak Türü" + +#: admin.php:91 +msgid "Storage Location" +msgstr "Depolama Yeri" + +#: admin.php:92 ajax_htmldata/getProductDetails.php:327 +msgid "Subjects" +msgstr "Konular" + +#: admin.php:93 +msgid "User Limit" +msgstr "Kullanıcı Sınırı" + +#: admin.php:98 queue.php:59 +msgid "Loading..." +msgstr "Yükleniyor..." + +#: admin.php:121 +msgid "You do not have permissions to access this screen." +msgstr "Bu ekrana erişim yetkiniz yok." + +#: admin/classes/common/DBService.php:39 +msgid "There was a problem with the database: " +msgstr "Veritabanıyla ilgili bir sorun oluştu." + +#: admin/classes/common/LdapPerson.php:34 +msgid "Could not connect to " +msgstr "Bağlanamadı" + +#: admin/classes/common/Object.php:63 admin/classes/common/Object.php:72 +msgid "Cannot set value for undefined key (" +msgstr "Tanımlanmayan anahtar için değer ayarlanamıyor (" + +#: admin/classes/common/Utility.php:121 +msgid "Error: unexpected fgets() fail" +msgstr "Hata: beklenmedik fgets () başarısız" + +#: admin/classes/common/Utility.php:133 +msgid "Edit DDW facet/term selections at: " +msgstr "DDW dönem seçimini düzenleyin:" + +#: admin/classes/common/Utility.php:148 +msgid "Email template file not found: " +msgstr "E-posta şablon dosyası bulunamadı:" + +#: admin/classes/domain/Resource.php:1034 +msgid "Name contains: " +msgstr "Ad içerir:" + +#: admin/classes/domain/Resource.php:1040 +msgid "Resource ID: " +msgstr "Kaynak ID:" + +#: admin/classes/domain/Resource.php:1045 +msgid "ISSN/ISBN: " +msgstr "ISSN/ISBN:" + +#: admin/classes/domain/Resource.php:1052 +msgid "Routing Step: " +msgstr "Yönlendirme Adımı:" + +#: admin/classes/domain/Resource.php:1067 +msgid "Status: " +msgstr "Durum:" + +#: admin/classes/domain/Resource.php:1079 +msgid "Creator: " +msgstr "Oluşturan:" + +#: admin/classes/domain/Resource.php:1085 +msgid "Resource Format: " +msgstr "Kaynak Biçimi" + +#: admin/classes/domain/Resource.php:1091 +msgid "Acquisition Type: " +msgstr "Sağlama Türü" + +#: admin/classes/domain/Resource.php:1097 +msgid "Note contains: " +msgstr "Not içerir:" + +#: admin/classes/domain/Resource.php:1103 +msgid "Created on or after: " +msgstr "Ardından veya sonra oluşturuldu:" + +#: admin/classes/domain/Resource.php:1105 +msgid "Created between: " +msgstr "Arasında oluşturuldu:" + +#: admin/classes/domain/Resource.php:1112 +msgid "Created on or before: " +msgstr "Ardından veya önce oluşturuldu:" + +#: admin/classes/domain/Resource.php:1118 +msgid "Starts with: " +msgstr "Şununla başlıyor:" + +#: admin/classes/domain/Resource.php:1124 +msgid "Fund: none" +msgstr "Sermaye: yok" + +#: admin/classes/domain/Resource.php:1128 +msgid "Fund: " +msgstr "Sermaye" + +#: admin/classes/domain/Resource.php:1132 +#: admin/classes/domain/Resource.php:1142 +#: admin/classes/domain/Resource.php:1151 +msgid "Resource Type: none" +msgstr "Kaynak Türü: yok" + +#: admin/classes/domain/Resource.php:1136 +msgid "Resource Type: " +msgstr "Kaynak Türü" + +#: admin/classes/domain/Resource.php:1146 +msgid "General Subject: " +msgstr "Genel Konu:" + +#: admin/classes/domain/Resource.php:1155 +msgid "Detailed Subject: " +msgstr "Ayrıntılı Konu:" + +#: admin/classes/domain/Resource.php:1160 +msgid "Note Type: none" +msgstr "Not Türü: yok" + +#: admin/classes/domain/Resource.php:1164 +msgid "Note Type: " +msgstr "Not Türü:" + +#: admin/classes/domain/Resource.php:1170 +msgid "Purchase Site: none" +msgstr "Satın Alma Alanı: yok" + +#: admin/classes/domain/Resource.php:1174 +msgid "Purchase Site: " +msgstr "Satın Alma Alanı" + +#: admin/classes/domain/Resource.php:1180 +msgid "Authorized Site: none" +msgstr "Yetki Alanı: yok" + +#: admin/classes/domain/Resource.php:1184 +msgid "Authorized Site: " +msgstr "Yetki Alanı" + +#: admin/classes/domain/Resource.php:1190 +msgid "Administering Site: none" +msgstr "Yönetim Alanı: yok" + +#: admin/classes/domain/Resource.php:1194 +msgid "Administering Site: " +msgstr "Yönetim Alanı:" + +#: admin/classes/domain/Resource.php:1200 +msgid "Authentication Type: none" +msgstr "Doğrulama Türü: yok" + +#: admin/classes/domain/Resource.php:1204 +msgid "Authentication Type: " +msgstr "Doğrulama Türü:" + +#: admin/classes/domain/Resource.php:1209 +msgid "Cataloging Status: none" +msgstr "Kataloglama Durumu: yok" + +#: admin/classes/domain/Resource.php:1213 +msgid "Cataloging Status: " +msgstr "Kataloglama Durumu:" + +#: ajax_forms.php:25 +msgid "Form action " +msgstr "İşlem formu" + +#: ajax_forms.php:25 ajax_htmldata.php:25 ajax_processing.php:27 +msgid " not set up!" +msgstr "Hazırlanmadı" + +#: ajax_forms/getAccessForm.php:59 +msgid "Edit Access" +msgstr "Erişimi Düzenle" + +#: ajax_forms/getAccessForm.php:68 +msgid "Access" +msgstr "Erişim" + +#: ajax_forms/getAccessForm.php:75 ajax_htmldata/getAccessDetails.php:57 +#: summary.php:694 +msgid "Authentication Type:" +msgstr "Doğrulama Türü:" + +#: ajax_forms/getAccessForm.php:90 ajax_forms/getAccountForm.php:58 +msgid "Username:" +msgstr "Kullanıcı adı:" + +#: ajax_forms/getAccessForm.php:94 ajax_htmldata/getAccessDetails.php:102 +#: summary.php:731 +msgid "Access Method:" +msgstr "Erişim Türü:" + +#: ajax_forms/getAccessForm.php:109 ajax_forms/getAccountForm.php:65 +#: ajax_htmldata/getAccountDetails.php:80 +msgid "Password:" +msgstr "Şifre" + +#: ajax_forms/getAccessForm.php:113 ajax_htmldata/getAccessDetails.php:88 +#: summary.php:724 +msgid "Storage Location:" +msgstr "Depolama Yeri" + +#: ajax_forms/getAccessForm.php:128 ajax_htmldata/getAccessDetails.php:72 +#: summary.php:708 +msgid "Simultaneous User Limit:" +msgstr "Eşzamanlı Kullanıcı Limiti:" + +#: ajax_forms/getAccessForm.php:145 ajax_htmldata/getAccessDetails.php:95 +msgid "Coverage:" +msgstr "Kapsam:" + +#: ajax_forms/getAccessForm.php:163 +msgid "Authorized Site(s)" +msgstr "Yetkili Alan(lar)" + +#: ajax_forms/getAccessForm.php:208 +msgid "Administering Site(s)" +msgstr "Yönetim Alan(ları)" + +#: ajax_forms/getAccessForm.php:251 ajax_forms/getAccountForm.php:86 +#: ajax_forms/getAdminAlertDaysForm.php:34 +#: ajax_forms/getAdminAlertEmailForm.php:34 +#: ajax_forms/getAdminCurrencyUpdateForm.php:38 +#: ajax_forms/getAdminFundUpdateForm.php:45 +#: ajax_forms/getAdminImportConfigUpdateForm.php:40 +#: ajax_forms/getAdminUpdateForm.php:44 +#: ajax_forms/getAdminUserGroupForm.php:147 +#: ajax_forms/getAdminUserUpdateForm.php:66 +#: ajax_forms/getAdminWorkflowForm.php:266 ajax_forms/getAttachmentForm.php:89 +#: ajax_forms/getContactForm.php:161 ajax_forms/getCostForm.php:362 +#: ajax_forms/getDetailSubjectUpdateForm.php:38 +#: ajax_forms/getGeneralDetailSubjectForm.php:130 +#: ajax_forms/getGeneralSubjectUpdateForm.php:38 +#: ajax_forms/getLicenseForm.php:191 ajax_forms/getNewDowntimeForm.php:132 +#: ajax_forms/getNewIssueForm.php:132 ajax_forms/getNewResourceForm.php:295 +#: ajax_forms/getNoteForm.php:61 ajax_forms/getOrderForm.php:160 +#: ajax_forms/getResourceStepForm.php:64 +#: ajax_forms/getUpdateProductForm.php:429 resources/cataloging_edit.php:102 +msgid "submit" +msgstr "gönder" + +#: ajax_forms/getAccessForm.php:252 ajax_forms/getAccountForm.php:87 +#: ajax_forms/getAdminAlertDaysForm.php:35 +#: ajax_forms/getAdminAlertEmailForm.php:35 +#: ajax_forms/getAdminCurrencyUpdateForm.php:39 +#: ajax_forms/getAdminFundUpdateForm.php:46 +#: ajax_forms/getAdminImportConfigUpdateForm.php:41 +#: ajax_forms/getAdminUpdateForm.php:45 +#: ajax_forms/getAdminUserGroupForm.php:148 +#: ajax_forms/getAdminUserUpdateForm.php:67 +#: ajax_forms/getAdminWorkflowForm.php:267 ajax_forms/getAttachmentForm.php:90 +#: ajax_forms/getContactForm.php:162 ajax_forms/getCostForm.php:363 +#: ajax_forms/getDetailSubjectUpdateForm.php:39 +#: ajax_forms/getGeneralDetailSubjectForm.php:131 +#: ajax_forms/getGeneralSubjectUpdateForm.php:39 +#: ajax_forms/getImportSaveCfgForm.php:28 ajax_forms/getLicenseForm.php:192 +#: ajax_forms/getNewDowntimeForm.php:133 ajax_forms/getNewDowntimeForm.php:142 +#: ajax_forms/getNewIssueForm.php:133 ajax_forms/getNewIssueForm.php:142 +#: ajax_forms/getNewResourceForm.php:296 ajax_forms/getNoteForm.php:62 +#: ajax_forms/getOrderForm.php:161 ajax_forms/getResourceStepForm.php:65 +#: ajax_forms/getResourceSubjectForm.php:48 +#: ajax_forms/getUpdateProductForm.php:430 importFunds.php:64 +#: resources/cataloging_edit.php:103 +msgid "cancel" +msgstr "İptal et" + +#: ajax_forms/getAccountForm.php:17 +msgid "Edit Account" +msgstr "Hesabı Düzenle" + +#: ajax_forms/getAccountForm.php:17 +msgid "Add Account" +msgstr "Hesap Ekle" + +#: ajax_forms/getAccountForm.php:27 +msgid "Login Type:" +msgstr "Giriş Türü:" + +#: ajax_forms/getAccountForm.php:44 ajax_forms/getNewResourceForm.php:115 +#: ajax_forms/getUpdateProductForm.php:101 summary.php:804 +msgid "URL:" +msgstr "URL:" + +#: ajax_forms/getAccountForm.php:51 ajax_htmldata/getAccountDetails.php:96 +msgid "Registered Email:" +msgstr "Kayıtlı e-posta:" + +#: ajax_forms/getAccountForm.php:72 ajax_forms/getContactForm.php:138 +#: ajax_forms/getNoteForm.php:48 ajax_htmldata/getAccountDetails.php:104 +#: ajax_htmldata/getContactDetails.php:165 +msgid "Notes:" +msgstr "Notlar:" + +#: ajax_forms/getAdminAlertDaysForm.php:14 +msgid "Edit Alert Days In Advance" +msgstr "Önceden Uyarı Günlerini Düzenle" + +#: ajax_forms/getAdminAlertDaysForm.php:14 +msgid "Add Alert Days In Advance" +msgstr "Önceden Uyarı Günlerini Ekle" + +#: ajax_forms/getAdminAlertEmailForm.php:14 +msgid "Edit Alert Email Address" +msgstr "Uyarı E-posta Adresini Düzenle" + +#: ajax_forms/getAdminAlertEmailForm.php:14 +msgid "Add Alert Email Address" +msgstr "Uyarı E-posta Adresi Ekle" + +#: ajax_forms/getAdminCurrencyUpdateForm.php:14 +msgid "Edit Currency" +msgstr "Para birimi Düzenle" + +#: ajax_forms/getAdminCurrencyUpdateForm.php:14 +msgid "Add Currency" +msgstr "Para birimi Ekle" + +#: ajax_forms/getAdminCurrencyUpdateForm.php:24 +#: ajax_forms/getAdminFundUpdateForm.php:25 +#: ajax_htmldata/getAdminCurrencyDisplay.php:14 +#: ajax_htmldata/getAdminFundDisplay.php:14 +msgid "Code" +msgstr "Kod" + +#: ajax_forms/getAdminCurrencyUpdateForm.php:27 +#: ajax_forms/getAdminFundUpdateForm.php:28 +#: ajax_htmldata/getAdminCurrencyDisplay.php:15 +#: ajax_htmldata/getAdminFundDisplay.php:15 +#: ajax_htmldata/getAdminImportConfigDisplay.php:13 +#: ajax_htmldata/getOutstandingQueue.php:20 ajax_htmldata/getSavedQueue.php:18 +#: ajax_htmldata/getSearchResources.php:114 +#: ajax_htmldata/getSubmittedQueue.php:15 +msgid "Name" +msgstr "Ad:" + +#: ajax_forms/getAdminFundUpdateForm.php:15 +msgid "Edit Fund" +msgstr "Sermaye Düzenle" + +#: ajax_forms/getAdminFundUpdateForm.php:15 +msgid "Add Fund" +msgstr "Sermaye Ekle" + +#: ajax_forms/getAdminFundUpdateForm.php:32 +msgid "Archived" +msgstr "Arşivlendi" + +#: ajax_forms/getAdminImportConfigUpdateForm.php:22 +msgid "Edit Import Configuration" +msgstr "İçe Aktarma Ayarlarını Düzenle" + +#: ajax_forms/getAdminImportConfigUpdateForm.php:24 +msgid "Add Import Configuration" +msgstr "İçe Aktarma Ayarlarını Ekle" + +#: ajax_forms/getAdminImportConfigUpdateForm.php:31 +msgid "Configuration Name" +msgstr "Yapılandırma Adı" + +#: ajax_forms/getAdminImportConfigUpdateForm.php:34 +msgid "" +"For each of the resource fields please input the number of the column in " +"your CSV file that corresponds to the resource field. For example, if your " +"import file has a second column called Name that corresponds to the Resource " +"Title, then you would input 2 for the value for the Resource Title field. " +"For columns with multiple values that are character-delimited, indicate the " +"delimiter using the If delimited, delimited by field. For fields with values " +"across multiple columns, add additional sets using the +Add another links. " +"Use the Dedupe on this column option for ISBN/ISSN sets to ignore any " +"duplicate values that might occur across those columns. The Alias Types, " +"Note Types, and Organization Roles that you can assign to your mapped " +"columns can be configured on the Admin page." +msgstr "" +"Her kaynak alanı için CSV dosyanızdaki kaynak alanına karşılık gelen sütunun " +"numarasını yazınız. Mesela, içeri aktardığınız dosyanın Ad başlıklı 2. " +"sütunu Kaynak Adına karşılık geliyorsa, Kaynak Adı alanına 2 yazınız. Eğer " +"sütunlarda karakter sınırlandırmalı çoklu değerler varsa, ilgili alanda " +"sınırlandırma yaparak sınırlandırmanın varlığını belirtiniz. Birden fazla " +"sütundan elde edilecek değerlerle oluşturulacak alanlarda, + Başka " +"bağlantılar ekleye basarak diğer ayarları yapınız. Sütunlarda ISBN/ISSN " +"değerleri birden fazla oluşmuşsa, bunları çıkarmak için Çıkar fonksiyonunu " +"kullanınız. Takma ad Türü, Not Türü ve Yayıncı Rolü Yönetici sayfasındaki " +"eşleştirilmiş sütun ayarlarından atanabilir." + +#: ajax_forms/getAdminUpdateForm.php:16 +#: ajax_forms/getDetailSubjectUpdateForm.php:16 +#: ajax_forms/getGeneralSubjectUpdateForm.php:16 +msgid "Edit " +msgstr "Düzenle" + +#: ajax_forms/getAdminUpdateForm.php:16 +#: ajax_forms/getDetailSubjectUpdateForm.php:16 +#: ajax_forms/getGeneralSubjectUpdateForm.php:16 +msgid "Add " +msgstr "Ekle" + +#: ajax_forms/getAdminUpdateForm.php:31 +msgid "Show stats button?" +msgstr "İstatistikleri göster?" + +#: ajax_forms/getAdminUserGroupForm.php:17 +msgid "Edit User Group" +msgstr "Kullanıcı Grubunu Düzenle" + +#: ajax_forms/getAdminUserGroupForm.php:17 +msgid "Add User Group" +msgstr "Kullanıcı Grubu Ekle" + +#: ajax_forms/getAdminUserGroupForm.php:26 +msgid "User Group" +msgstr "Kullanıcı Grubu" + +#: ajax_forms/getAdminUserGroupForm.php:34 +msgid "Group Name:" +msgstr "Grup Adı:" + +#: ajax_forms/getAdminUserGroupForm.php:41 +msgid "Email Address:" +msgstr "E-posta Adresi:" + +#: ajax_forms/getAdminUserGroupForm.php:58 +msgid "Assigned Users" +msgstr "Tanımlanan Kullanıcılar" + +#: ajax_forms/getAdminUserGroupForm.php:82 +msgid "add user" +msgstr "kullanıcı ekle" + +#: ajax_forms/getAdminUserGroupForm.php:82 +#: ajax_forms/getAdminWorkflowForm.php:155 ajax_forms/getCostForm.php:184 +#: ajax_forms/getGeneralDetailSubjectForm.php:76 +#: ajax_forms/getLicenseForm.php:76 ajax_forms/getNewIssueForm.php:75 +#: ajax_forms/getResourceSubjectForm.php:26 +#: ajax_forms/getResourceSubjectForm.php:33 +#: ajax_forms/getUpdateProductForm.php:124 +#: ajax_forms/getUpdateProductForm.php:153 +#: ajax_forms/getUpdateProductForm.php:266 +#: ajax_forms/getUpdateProductForm.php:359 +msgid "Add" +msgstr "Ekle" + +#: ajax_forms/getAdminUserUpdateForm.php:21 +msgid "Edit User" +msgstr "Kullanıcı Düzenleme" + +#: ajax_forms/getAdminUserUpdateForm.php:21 +msgid "Add New User" +msgstr "Yeni Kullanıcı Ekle" + +#: ajax_forms/getAdminUserUpdateForm.php:32 +#: ajax_htmldata/getAdminUserDisplay.php:22 +msgid "Login ID" +msgstr "Giriş kimliği" + +#: ajax_forms/getAdminUserUpdateForm.php:33 +#: ajax_htmldata/getAdminUserDisplay.php:23 +msgid "First Name" +msgstr "Ad" + +#: ajax_forms/getAdminUserUpdateForm.php:34 +#: ajax_htmldata/getAdminUserDisplay.php:24 +msgid "Last Name" +msgstr "Soyad" + +#: ajax_forms/getAdminUserUpdateForm.php:35 +#: ajax_htmldata/getAdminAlertDisplay.php:16 +#: ajax_htmldata/getAdminUserDisplay.php:27 +#: ajax_htmldata/getAdminWorkflowDisplay.php:73 +msgid "Email Address" +msgstr "E-posta Adresi" + +#: ajax_forms/getAdminUserUpdateForm.php:36 +#: ajax_htmldata/getAdminUserDisplay.php:25 +msgid "Privilege" +msgstr "Ayrıcalık" + +#: ajax_forms/getAdminUserUpdateForm.php:54 +#: ajax_htmldata/getAdminUserDisplay.php:26 +msgid "View Accounts" +msgstr "Hesapları Görüntüle" + +#: ajax_forms/getAdminWorkflowForm.php:42 +msgid "Edit Workflow" +msgstr "İş Akışını Düzenle" + +#: ajax_forms/getAdminWorkflowForm.php:51 +msgid "Resource Entry Requirements" +msgstr "Kaynak Oluşturma Gereksinimleri" + +#: ajax_forms/getAdminWorkflowForm.php:58 ajax_forms/getOrderForm.php:46 +#: ajax_htmldata/getAcquisitionsDetails.php:111 summary.php:435 +msgid "Acquisition Type:" +msgstr "Sağlama Türü:" + +#: ajax_forms/getAdminWorkflowForm.php:74 +#: ajax_forms/getUpdateProductForm.php:176 +msgid "Format:" +msgstr "Biçim:" + +#: ajax_forms/getAdminWorkflowForm.php:89 ajax_forms/getAttachmentForm.php:35 +#: ajax_forms/getUpdateProductForm.php:336 +#: ajax_htmldata/getAttachmentDetails.php:47 +#: ajax_htmldata/getDowntimeList.php:17 +msgid "Type:" +msgstr "Tür:" + +#: ajax_forms/getAdminWorkflowForm.php:114 +msgid "Workflow Steps" +msgstr "İş Akışı Adımları" + +#: ajax_forms/getAdminWorkflowForm.php:123 ajax_forms/getAttachmentForm.php:27 +#: ajax_forms/getContactForm.php:43 ajax_forms/getImportSaveCfgForm.php:16 +#: ajax_forms/getNewResourceForm.php:100 ajax_forms/getUpdateProductForm.php:91 +msgid "Name:" +msgstr "Ad:" + +#: ajax_forms/getAdminWorkflowForm.php:124 +msgid "Approval/Notification Group:" +msgstr "Onay/Bildirim Grubu:" + +#: ajax_forms/getAdminWorkflowForm.php:125 +msgid "Parent Step" +msgstr "Ana Adım" + +#: ajax_forms/getAdminWorkflowForm.php:155 +msgid "add step" +msgstr "adım ekle" + +#: ajax_forms/getAttachmentForm.php:16 +msgid "Edit Attachment" +msgstr "Ek Düzenleme" + +#: ajax_forms/getAttachmentForm.php:16 +msgid "Add Attachment" +msgstr "Ek Ekleme" + +#: ajax_forms/getAttachmentForm.php:55 +msgid "File:" +msgstr "Dosya" + +#: ajax_forms/getAttachmentForm.php:61 +msgid "replace with new file" +msgstr "yeni dosyayla değiştir" + +#: ajax_forms/getAttachmentForm.php:76 +#: ajax_htmldata/getAttachmentDetails.php:55 summary.php:544 +msgid "Details:" +msgstr "Ayrıntılar:" + +#: ajax_forms/getContactForm.php:30 +msgid "Edit Contact" +msgstr "Kişi Düzenleme" + +#: ajax_forms/getContactForm.php:30 +msgid "Add Contact" +msgstr "Kişi Ekle" + +#: ajax_forms/getContactForm.php:50 ajax_htmldata/getContactDetails.php:100 +msgid "Title:" +msgstr "Başlık:" + +#: ajax_forms/getContactForm.php:57 ajax_htmldata/getContactDetails.php:133 +msgid "Phone:" +msgstr "Telefon:" + +#: ajax_forms/getContactForm.php:64 ajax_htmldata/getContactDetails.php:141 +msgid "Alt Phone:" +msgstr "Alternatif Telefon:" + +#: ajax_forms/getContactForm.php:71 ajax_htmldata/getContactDetails.php:149 +msgid "Fax:" +msgstr "Faks:" + +#: ajax_forms/getContactForm.php:78 ajax_htmldata/getContactDetails.php:157 +msgid "Email:" +msgstr "E-posta:" + +#: ajax_forms/getContactForm.php:85 ajax_htmldata/getContactDetails.php:108 +msgid "Address:" +msgstr "Adres:" + +#: ajax_forms/getContactForm.php:92 ajax_forms/getUpdateProductForm.php:214 +#: ajax_htmldata/getProductDetails.php:116 +msgid "Archived:" +msgstr "Arşivlendi:" + +#: ajax_forms/getContactForm.php:102 +msgid "Role(s):" +msgstr "Rol(ler):" + +#: ajax_forms/getCostForm.php:52 +msgid "Edit Cost Information" +msgstr "Maliyet Bilgileri Düzenleme" + +#: ajax_forms/getCostForm.php:59 ajax_htmldata/getAcquisitionsDetails.php:172 +#: summary.php:492 +msgid "Cost History" +msgstr "Maliyet Geçmişi" + +#: ajax_forms/getCostForm.php:67 ajax_htmldata/getAcquisitionsDetails.php:181 +msgid "Year" +msgstr "Yıl" + +#: ajax_forms/getCostForm.php:68 ajax_htmldata/getAcquisitionsDetails.php:182 +msgid "Sub Start" +msgstr "Abn. Başlangıcı" + +#: ajax_forms/getCostForm.php:69 ajax_htmldata/getAcquisitionsDetails.php:183 +msgid "Sub End" +msgstr "Abn. Bitişi" + +#: ajax_forms/getCostForm.php:71 ajax_htmldata/getAcquisitionsDetails.php:185 +#: ajax_htmldata/getAdminFundDisplay.php:8 index.php:87 +msgid "Fund" +msgstr "San." + +#: ajax_forms/getCostForm.php:73 ajax_htmldata/getAcquisitionsDetails.php:187 +msgid "Tax Excl." +msgstr "Vergi Hariç" + +#: ajax_forms/getCostForm.php:74 ajax_htmldata/getAcquisitionsDetails.php:188 +msgid "Tax Rate" +msgstr "Vergi Oranı" + +#: ajax_forms/getCostForm.php:75 ajax_htmldata/getAcquisitionsDetails.php:189 +msgid "Tax Incl." +msgstr "Vergi Dâhil" + +#: ajax_forms/getCostForm.php:77 ajax_htmldata/getAcquisitionsDetails.php:191 +msgid "Payment" +msgstr "Ödeme" + +#: ajax_forms/getCostForm.php:79 ajax_htmldata/getAcquisitionsDetails.php:195 +msgid "Type" +msgstr "Tür" + +#: ajax_forms/getCostForm.php:83 ajax_forms/getImportConfigForm.php:148 +#: ajax_forms/getImportConfigForm.php:162 +#: ajax_forms/getImportConfigForm.php:271 +msgid "Note" +msgstr "Not" + +#: ajax_forms/getCostForm.php:85 ajax_htmldata/getAcquisitionsDetails.php:201 +msgid "Invoice" +msgstr "Fatura" + +#: ajax_forms/getCostForm.php:184 +msgid "add payment" +msgstr "ödeme ekle" + +#: ajax_forms/getGeneralDetailSubjectForm.php:18 +msgid "Add / Edit Subject Relationships" +msgstr "Konu İlişkileri Düzenle / Ekle" + +#: ajax_forms/getGeneralDetailSubjectForm.php:27 +#: ajax_htmldata/getAdminSubjectDisplay.php:9 +#: ajax_htmldata/getAdminSubjectDisplay.php:98 index.php:266 +msgid "General Subject" +msgstr "Genel Konu" + +#: ajax_forms/getGeneralDetailSubjectForm.php:53 +msgid "Detailed Subjects" +msgstr "Ayrıntılı Konular" + +#: ajax_forms/getGeneralDetailSubjectForm.php:76 +msgid "add detail subject" +msgstr "ayrıntılı konu ekle" + +#: ajax_forms/getGeneralDetailSubjectForm.php:109 +#: ajax_htmldata/getAdminSubjectDisplay.php:30 +#: ajax_htmldata/getAdminSubjectDisplay.php:71 +msgid "subject in use" +msgstr "konu kullanılıyor" + +#: ajax_forms/getImportConfigForm.php:43 +msgid "General Resource Fields" +msgstr "Genel Kaynak Alanları" + +#: ajax_forms/getImportConfigForm.php:45 +msgid "Resource Title" +msgstr "Kaynak Başlığı" + +#: ajax_forms/getImportConfigForm.php:46 +msgid "Description" +msgstr "Açıklama" + +#: ajax_forms/getImportConfigForm.php:47 +msgid "Resource URL" +msgstr "Kaynak URL" + +#: ajax_forms/getImportConfigForm.php:48 +msgid "Alternate URL" +msgstr "Alternatif URL" + +#: ajax_forms/getImportConfigForm.php:52 +msgid "Alias Sets" +msgstr "Takma ad Setleri" + +#: ajax_forms/getImportConfigForm.php:56 ajax_forms/getImportConfigForm.php:70 +#: ajax_forms/getImportConfigForm.php:247 +msgid "Alias" +msgstr "Takma ad" + +#: ajax_forms/getImportConfigForm.php:66 ajax_forms/getImportConfigForm.php:76 +#: ajax_forms/getImportConfigForm.php:104 +#: ajax_forms/getImportConfigForm.php:110 +#: ajax_forms/getImportConfigForm.php:128 +#: ajax_forms/getImportConfigForm.php:133 +#: ajax_forms/getImportConfigForm.php:158 +#: ajax_forms/getImportConfigForm.php:168 +#: ajax_forms/getImportConfigForm.php:247 +#: ajax_forms/getImportConfigForm.php:259 +#: ajax_forms/getImportConfigForm.php:265 +#: ajax_forms/getImportConfigForm.php:271 +msgid "If delimited, delimited by" +msgstr "Sınırlama yapılacaksa, sınırlama yap" + +#: ajax_forms/getImportConfigForm.php:79 +msgid "+ Add another alias set" +msgstr "+ Başka takma ad setleri ekle" + +#: ajax_forms/getImportConfigForm.php:81 +msgid "Resource Parents" +msgstr "Ana Kaynaklar" + +#: ajax_forms/getImportConfigForm.php:85 ajax_forms/getImportConfigForm.php:89 +#: ajax_forms/getImportConfigForm.php:253 +msgid "Parent Resource" +msgstr "Ana Kaynak" + +#: ajax_forms/getImportConfigForm.php:92 +msgid "+ Add another parent resource" +msgstr "+ Başka ana kaynak ekle" + +#: ajax_forms/getImportConfigForm.php:97 +msgid "ISBN/ISSN Sets" +msgstr "ISBN/ISSN setleri" + +#: ajax_forms/getImportConfigForm.php:103 +#: ajax_forms/getImportConfigForm.php:109 +#: ajax_forms/getImportConfigForm.php:259 +msgid "ISBN or ISSN" +msgstr "ISBN veya ISSN" + +#: ajax_forms/getImportConfigForm.php:105 +#: ajax_forms/getImportConfigForm.php:111 +#: ajax_forms/getImportConfigForm.php:259 +msgid "Dedupe on this column" +msgstr "Bu sütunu ayır" + +#: ajax_forms/getImportConfigForm.php:114 +msgid "+ Add another ISBN or ISSN set" +msgstr "+ Başka ISBN veya ISSN set ekle" + +#: ajax_forms/getImportConfigForm.php:121 +msgid "Subject Sets" +msgstr "Konu Setleri" + +#: ajax_forms/getImportConfigForm.php:127 +#: ajax_forms/getImportConfigForm.php:132 +#: ajax_forms/getImportConfigForm.php:265 +msgid "Subject" +msgstr "Konu" + +#: ajax_forms/getImportConfigForm.php:136 +msgid "+ Add another subject set" +msgstr "Başka konu seti ekle" + +#: ajax_forms/getImportConfigForm.php:143 +msgid "Note Sets" +msgstr "Not setleri" + +#: ajax_forms/getImportConfigForm.php:171 +msgid "+ Add another note set" +msgstr "+ Başka not seti ekle" + +#: ajax_forms/getImportConfigForm.php:180 +msgid "Organization Sets" +msgstr "Yayıncı setleri" + +#: ajax_forms/getImportConfigForm.php:184 +#: ajax_forms/getImportConfigForm.php:196 +#: ajax_forms/getImportConfigForm.php:277 +msgid "Organization" +msgstr "Yayıncı" + +#: ajax_forms/getImportConfigForm.php:203 +msgid "+ Add another organization set" +msgstr "+ Başka yayıncı seti ekle" + +#: ajax_forms/getImportConfigForm.php:208 +msgid "Organization Name Mapping" +msgstr "Yayıncı Adı Eşleştirme" + +#: ajax_forms/getImportConfigForm.php:209 +msgid "" +"Use these mappings to normalize different variations of an organization’s " +"name to a single value. For example, you could have a publisher with three " +"variations of their name across your import file: PublisherHouse, " +"PublisherH, and PH. You could create a mapping for each one and normalize " +"them all to PublisherHouse, to prevent duplicate organizations from being " +"created. Each column that is added to an Organization set above is checked " +"against the complete list of mappings that you create. " +msgstr "" +"Yayıncıların farklı kısaltmalarını tek bir değere dönüştürmek için bu " +"eşleştirmeleri kullanın. Mesela, içe aktarma dosyanızda bir yayıncının üç " +"farklı ama aynı muhtevaya sahip kısaltması olsun. Kullanılmasını istediğiniz " +"sütuna, diğerlerini eşleyerek mükerrer kayıtların oluşmasını " +"engelleyebilirsiniz. Yayıncı setlerine eklenen her sütun, oluşturduğunuz " +"eşleştirme listesiyle kontrol edilecektir." + +#: ajax_forms/getImportConfigForm.php:209 +msgid "PCRE regular expressions" +msgstr "PCRE kurallı ifadeler" + +#: ajax_forms/getImportConfigForm.php:209 +msgid " are supported for these mappings." +msgstr "Bu eşlemeler için desteklenir." + +#: ajax_forms/getImportConfigForm.php:213 +msgid "Organization Name" +msgstr "Yayıncı Adı" + +#: ajax_forms/getImportConfigForm.php:214 +msgid "Will Be Mapped To" +msgstr "Şununla eşleştir." + +#: ajax_forms/getImportConfigForm.php:231 +msgid "+ Add another mapping" +msgstr "+ Başka bir eşleme ekle" + +#: ajax_forms/getImportSaveCfgForm.php:6 +msgid "Save Import Configuration" +msgstr "İçe Aktarma Yapılandırmasını Kaydet" + +#: ajax_forms/getImportSaveCfgForm.php:27 ajax_forms/getNewResourceForm.php:294 +msgid "save" +msgstr "kaydet" + +#: ajax_forms/getLicenseForm.php:50 +msgid "Edit Licenses" +msgstr "Lisansları Düzenle" + +#: ajax_forms/getLicenseForm.php:60 +msgid "License Records" +msgstr "Lisans Kayıtları" + +#: ajax_forms/getLicenseForm.php:76 +msgid "add license" +msgstr "lisans ekle" + +#: ajax_forms/getLicenseForm.php:103 +msgid "remove license link" +msgstr "lisans bağlantısını kaldır" + +#: ajax_forms/getLicenseForm.php:103 ajax_forms/getUpdateProductForm.php:306 +msgid "remove " +msgstr "kaldır" + +#: ajax_forms/getLicenseForm.php:103 +msgid " license" +msgstr "lisans" + +#: ajax_forms/getLicenseForm.php:128 +msgid "Licensing Status" +msgstr "Lisans Durumu" + +#: ajax_forms/getLicenseForm.php:136 +#: ajax_htmldata/getAcquisitionsDetails.php:286 +#: ajax_htmldata/getProductDetails.php:106 summary.php:218 summary.php:578 +msgid "Status:" +msgstr "Durum:" + +#: ajax_forms/getLicenseForm.php:160 +msgid "History:" +msgstr "Geçmiş:" + +#: ajax_forms/getLicenseForm.php:166 ajax_htmldata/getAccessDetails.php:173 +#: ajax_htmldata/getAcquisitionsDetails.php:292 +#: ajax_htmldata/getAcquisitionsDetails.php:386 +#: ajax_htmldata/getProductDetails.php:125 +#: ajax_htmldata/getProductDetails.php:127 +#: ajax_htmldata/getProductDetails.php:150 +#: ajax_htmldata/getProductDetails.php:152 +#: ajax_htmldata/getProductDetails.php:174 +#: ajax_htmldata/getProductDetails.php:176 +#: ajax_htmldata/getProductDetails.php:454 +#: ajax_htmldata/getRoutingDetails.php:53 +#: ajax_htmldata/getRoutingDetails.php:55 +#: ajax_htmldata/getRoutingDetails.php:88 +#: ajax_htmldata/getRoutingDetails.php:90 resources/cataloging.php:221 +#: summary.php:232 summary.php:258 summary.php:413 summary.php:584 +#: summary.php:659 summary.php:781 summary.php:894 +msgid " by " +msgstr "tarafından" + +#: ajax_forms/getLicenseForm.php:169 +#: ajax_htmldata/getAcquisitionsDetails.php:295 summary.php:587 +msgid "No license status information available." +msgstr "Lisans durum bilgisi mevcut değil." + +#: ajax_forms/getNewDowntimeForm.php:54 +msgid "Resource Downtime Report" +msgstr "Kaynak Arıza Raporu" + +#: ajax_forms/getNewDowntimeForm.php:58 ajax_htmldata/getDowntimeList.php:20 +msgid "Downtime Start:" +msgstr "Arıza Başlangıcı:" + +#: ajax_forms/getNewDowntimeForm.php:61 ajax_forms/getNewDowntimeForm.php:78 +msgid "Date" +msgstr "Tarih" + +#: ajax_forms/getNewDowntimeForm.php:66 ajax_forms/getNewDowntimeForm.php:83 +msgid "Time" +msgstr "Saat" + +#: ajax_forms/getNewDowntimeForm.php:75 +msgid "Downtime Resolution:" +msgstr "Arıza Bitişi:" + +#: ajax_forms/getNewDowntimeForm.php:92 +msgid "Problem Type:" +msgstr "Sorun Türü:" + +#: ajax_forms/getNewDowntimeForm.php:107 +msgid "Link to open issue:" +msgstr "Konu açmak için bağlantı:" + +#: ajax_forms/getNewDowntimeForm.php:123 ajax_htmldata/getDowntimeList.php:39 +#: summary.php:549 +msgid "Note:" +msgstr "Not:" + +#: ajax_forms/getNewDowntimeForm.php:141 +msgid "" +"Creating downtime requires an organization or a resource to be associated " +"with an organization." +msgstr "" +"Arıza talebi oluşturmak için, talebin bir kaynak ya da yayıncıyla " +"ilişkilendirilmesi gerekir." + +#: ajax_forms/getNewIssueForm.php:24 +msgid "Report New Problem" +msgstr "Yeni Problem Bildir" + +#: ajax_forms/getNewIssueForm.php:25 +msgid "* required fields" +msgstr "* zorunlu alanlar" + +#: ajax_forms/getNewIssueForm.php:29 ajax_forms/getUpdateProductForm.php:244 +#: ajax_htmldata/getContactDetails.php:83 +msgid "Organization:" +msgstr "Yayıncı:" + +#: ajax_forms/getNewIssueForm.php:36 +msgid "Contact:" +msgstr "Muhatap:" + +#: ajax_forms/getNewIssueForm.php:57 ajax_htmldata/getContactDetails.php:43 +#: ajax_htmldata/getContactDetails.php:187 +#: ajax_htmldata/getContactDetails.php:197 +msgid "add contact" +msgstr "muhatap ekle" + +#: ajax_forms/getNewIssueForm.php:65 +msgid "CC myself:" +msgstr "Kendime CC" + +#: ajax_forms/getNewIssueForm.php:72 +msgid "CC:" +msgstr "Bilgi:" + +#: ajax_forms/getNewIssueForm.php:77 +msgid "Current CCs:" +msgstr "Mevcut CCler:" + +#: ajax_forms/getNewIssueForm.php:84 ajax_htmldata/getIssuesList.php:58 +msgid "Subject:" +msgstr "Konu:" + +#: ajax_forms/getNewIssueForm.php:91 ajax_htmldata/getIssuesList.php:61 +msgid "Body:" +msgstr "Gövde:" + +#: ajax_forms/getNewIssueForm.php:98 ajax_htmldata/getIssuesList.php:47 +msgid "Applies to:" +msgstr "Şunlara uygula:" + +#: ajax_forms/getNewIssueForm.php:102 +msgid "Applies only to" +msgstr "Sadece şuna uygula" + +#: ajax_forms/getNewIssueForm.php:105 +msgid "Applies to all" +msgstr "Hepsine uygula" + +#: ajax_forms/getNewIssueForm.php:108 +msgid "Applies to selected" +msgstr "Seçilenlere uygula" + +#: ajax_forms/getNewIssueForm.php:124 +msgid "Send me a reminder every" +msgstr "Her zaman bana bir hatırlatma gönder" + +#: ajax_forms/getNewIssueForm.php:127 +msgid "day(s)" +msgstr "gün(ler)" + +#: ajax_forms/getNewIssueForm.php:141 +msgid "" +"Opening an issue requires a resource to be associated with an organization." +msgstr "" +"Konu açma talebi için talebin bir yayıncıyla ilişkilendirilmesi gerekir." + +#: ajax_forms/getNewResourceForm.php:84 +msgid "Edit Saved Resource" +msgstr "Kaydedilen Kaynakları Düzenle" + +#: ajax_forms/getNewResourceForm.php:84 +msgid "Add New Resource" +msgstr "Yeni Kaynak Ekle" + +#: ajax_forms/getNewResourceForm.php:85 +msgid "required fields" +msgstr "zorunlu alanlar" + +#: ajax_forms/getNewResourceForm.php:91 ajax_forms/getUpdateProductForm.php:81 +msgid "Product" +msgstr "Ürün" + +#: ajax_forms/getNewResourceForm.php:105 ajax_forms/getUpdateProductForm.php:96 +#: ajax_htmldata/getProductDetails.php:291 summary.php:361 +msgid "Description:" +msgstr "Açıklama:" + +#: ajax_forms/getNewResourceForm.php:110 +msgid "Provider:" +msgstr "Sağlayıcı:" + +#: ajax_forms/getNewResourceForm.php:120 +#: ajax_forms/getUpdateProductForm.php:106 +#: ajax_htmldata/getProductDetails.php:283 summary.php:353 +msgid "Alt URL:" +msgstr "Alternatif URL:" + +#: ajax_forms/getNewResourceForm.php:131 +msgid "Format" +msgstr "Biçim:" + +#: ajax_forms/getNewResourceForm.php:269 +#: ajax_htmldata/getAcquisitionsDetails.php:199 +msgid "Notes" +msgstr "Notlar" + +#: ajax_forms/getNewResourceForm.php:278 +msgid "Include any additional information" +msgstr "Ek bilgi içerir" + +#: ajax_forms/getNoteForm.php:18 +msgid "Edit Note" +msgstr "Not Düzenle" + +#: ajax_forms/getNoteForm.php:18 +msgid "Add Note" +msgstr "Not Ekle" + +#: ajax_forms/getNoteForm.php:28 +msgid "Note Type:" +msgstr "Not Türü:" + +#: ajax_forms/getOrderForm.php:33 +msgid "Edit Acquisitions Information" +msgstr "Sağlama Bilgilerini Düzenle" + +#: ajax_forms/getOrderForm.php:40 ajax_htmldata/getAcquisitionsDetails.php:101 +#: summary.php:428 +msgid "Order" +msgstr "Sipariş" + +#: ajax_forms/getOrderForm.php:64 ajax_htmldata/getAcquisitionsDetails.php:118 +#: summary.php:442 +msgid "Order Number:" +msgstr "Sipariş Numarası:" + +#: ajax_forms/getOrderForm.php:69 ajax_htmldata/getAcquisitionsDetails.php:125 +#: summary.php:449 +msgid "System Number:" +msgstr "Sistem Numarası:" + +#: ajax_forms/getOrderForm.php:74 ajax_htmldata/getAcquisitionsDetails.php:146 +#: summary.php:472 +msgid "Sub Start:" +msgstr "Abn. Başlangıcı:" + +#: ajax_forms/getOrderForm.php:79 summary.php:479 +msgid "Current Sub End:" +msgstr "Mevcut Abn. Bitişi:" + +#: ajax_forms/getOrderForm.php:89 +msgid "Enable Alert" +msgstr "Uyarıları Etkinleştir" + +#: ajax_forms/getOrderForm.php:111 +msgid "Purchasing Site(s)" +msgstr "Satın Alma Alan(ları)" + +#: ajax_forms/getResourceStepForm.php:25 +msgid "Edit Resource Step" +msgstr "Kaynak Adımı Düzenle" + +#: ajax_forms/getResourceStepForm.php:32 +msgid "Reassign Resource Step" +msgstr "Kaynak Adımını Yeniden Ata" + +#: ajax_forms/getResourceStepForm.php:40 +msgid "Step name: " +msgstr "Adım adı:" + +#: ajax_forms/getResourceStepForm.php:42 +msgid "Group: " +msgstr "Grup:" + +#: ajax_forms/getResourceStepForm.php:53 +msgid "Apply to all later steps?" +msgstr "Sonraki adımlara da uygula?" + +#: ajax_forms/getResourceSubjectForm.php:7 +msgid "Add General / Detail Subject Link" +msgstr "Genel / Ayrıntılı Konu Bağlantısı Ekle" + +#: ajax_forms/getResourceSubjectForm.php:14 +msgid "General Subject Name" +msgstr "Genel Kodu Adı" + +#: ajax_forms/getResourceSubjectForm.php:15 +msgid "Detail Subject Name" +msgstr "Ayrıntılı Konu Adı" + +#: ajax_forms/getResourceSubjectForm.php:26 +#: ajax_forms/getResourceSubjectForm.php:33 +msgid "add" +msgstr "ekle" + +#: ajax_forms/getResourceSubjectForm.php:44 +#: ajax_htmldata/getAdminAlertDisplay.php:35 +#: ajax_htmldata/getAdminAlertDisplay.php:65 +#: ajax_htmldata/getAdminDisplay.php:38 +#: ajax_htmldata/getAdminFundDisplay.php:44 +#: ajax_htmldata/getAdminSubjectDisplay.php:41 +#: ajax_htmldata/getAdminSubjectDisplay.php:81 +#: ajax_htmldata/getAdminSubjectDisplay.php:123 +#: ajax_htmldata/getAdminUserDisplay.php:58 +#: ajax_htmldata/getAdminWorkflowDisplay.php:49 +#: ajax_htmldata/getAdminWorkflowDisplay.php:100 +#: ajax_htmldata/getGeneralSubjectDisplay.php:35 +msgid "(none found)" +msgstr "(hiçbiri bulunamadı)" + +#: ajax_forms/getUpdateProductForm.php:72 +msgid "Edit Resource" +msgstr "Kaynak Düzenle" + +#: ajax_forms/getUpdateProductForm.php:118 +msgid "Parents:" +msgstr "Üst öge:" + +#: ajax_forms/getUpdateProductForm.php:124 +msgid "add Parent Resource" +msgstr "Ana Kaynak ekle" + +#: ajax_forms/getUpdateProductForm.php:148 +#: ajax_htmldata/getProductDetails.php:223 summary.php:298 +msgid "ISSN / ISBN:" +msgstr "ISSN / ISBN:" + +#: ajax_forms/getUpdateProductForm.php:153 +msgid "add Isbn" +msgstr "ISBN ekle" + +#: ajax_forms/getUpdateProductForm.php:243 +msgid "Role:" +msgstr "Rol:" + +#: ajax_forms/getUpdateProductForm.php:266 +msgid "add organization" +msgstr "yayıncı ekle" + +#: ajax_forms/getUpdateProductForm.php:306 +msgid "remove organization" +msgstr "yayıncı sil" + +#: ajax_forms/getUpdateProductForm.php:306 +msgid "organization" +msgstr "yayıncı" + +#: ajax_forms/getUpdateProductForm.php:328 +msgid "Aliases" +msgstr "Takma adlar" + +#: ajax_forms/getUpdateProductForm.php:337 +msgid "Alias:" +msgstr "Takma ad:" + +#: ajax_forms/getUpdateProductForm.php:359 +msgid "add alias" +msgstr "takma ad ekle" + +#: ajax_htmldata.php:25 +msgid "Data action " +msgstr "Veri işlemi" + +#: ajax_htmldata/getAccessDetails.php:31 summary.php:673 +msgid "Access Information" +msgstr "Erişim Bilgileri" + +#: ajax_htmldata/getAccessDetails.php:35 ajax_htmldata/getAccessDetails.php:170 +#: ajax_htmldata/getAccountDetails.php:44 +#: ajax_htmldata/getAcquisitionsDetails.php:103 +#: ajax_htmldata/getAcquisitionsDetails.php:174 +#: ajax_htmldata/getAcquisitionsDetails.php:280 +#: ajax_htmldata/getAcquisitionsDetails.php:383 +#: ajax_htmldata/getAdminAlertDisplay.php:25 +#: ajax_htmldata/getAdminAlertDisplay.php:55 +#: ajax_htmldata/getAdminCurrencyDisplay.php:25 +#: ajax_htmldata/getAdminDisplay.php:28 +#: ajax_htmldata/getAdminSubjectDisplay.php:66 +#: ajax_htmldata/getAdminSubjectDisplay.php:114 +#: ajax_htmldata/getAdminUserDisplay.php:47 +#: ajax_htmldata/getAdminWorkflowDisplay.php:39 +#: ajax_htmldata/getAdminWorkflowDisplay.php:90 +#: ajax_htmldata/getAttachmentDetails.php:35 +#: ajax_htmldata/getContactDetails.php:68 +#: ajax_htmldata/getGeneralSubjectDisplay.php:25 +#: ajax_htmldata/getProductDetails.php:75 +#: ajax_htmldata/getProductDetails.php:451 ajax_htmldata/getSavedQueue.php:49 +msgid "edit" +msgstr "düzenle" + +#: ajax_htmldata/getAccessDetails.php:35 +#: ajax_htmldata/getAcquisitionsDetails.php:280 +#: ajax_htmldata/getProductDetails.php:76 +msgid "edit resource" +msgstr "kaynak düzenle" + +#: ajax_htmldata/getAccessDetails.php:43 summary.php:687 +msgid "Administering Sites:" +msgstr "Yönetim Alanları" + +#: ajax_htmldata/getAccessDetails.php:50 summary.php:464 +msgid "Authorized Sites:" +msgstr "Yetkili Alanlar" + +#: ajax_htmldata/getAccessDetails.php:65 summary.php:701 +msgid "Username / Password:" +msgstr "Kullanıcı adı / Şifre" + +#: ajax_htmldata/getAccessDetails.php:80 summary.php:716 +msgid "Registered IP Address:" +msgstr "Kayıtlı IP Adresi" + +#: ajax_htmldata/getAccessDetails.php:109 +msgid "No access information available" +msgstr "Erişim bilgisi yok" + +#: ajax_htmldata/getAccessDetails.php:116 +msgid "edit access information" +msgstr "Erişim bilgisi düzenle" + +#: ajax_htmldata/getAccessDetails.php:159 +#: ajax_htmldata/getAcquisitionsDetails.php:372 +#: ajax_htmldata/getProductDetails.php:440 resources/cataloging.php:207 +msgid "Additional Notes" +msgstr "Ek Notlar" + +#: ajax_htmldata/getAccessDetails.php:162 +#: ajax_htmldata/getAccessDetails.php:181 +#: ajax_htmldata/getAcquisitionsDetails.php:375 +#: ajax_htmldata/getAcquisitionsDetails.php:394 +#: ajax_htmldata/getProductDetails.php:443 +#: ajax_htmldata/getProductDetails.php:462 resources/cataloging.php:210 +#: resources/cataloging.php:229 +msgid "add new note" +msgstr "yeni not ekle" + +#: ajax_htmldata/getAccessDetails.php:170 +#: ajax_htmldata/getAcquisitionsDetails.php:383 +#: ajax_htmldata/getProductDetails.php:451 resources/cataloging.php:218 +msgid "edit note" +msgstr "Not düzenle" + +#: ajax_htmldata/getAccessDetails.php:170 +#: ajax_htmldata/getAcquisitionsDetails.php:383 +#: ajax_htmldata/getContactDetails.php:69 +#: ajax_htmldata/getProductDetails.php:451 resources/cataloging.php:218 +msgid "remove note" +msgstr "not kaldır" + +#: ajax_htmldata/getAccountDetails.php:14 +#: ajax_htmldata/getContactDetails.php:35 +msgid "Resource Specific:" +msgstr "Kaynağa Özgü" + +#: ajax_htmldata/getAccountDetails.php:18 +msgid "No Resource Specific Accounts" +msgstr "Kaynağa Özgü Hesap mevcut değil" + +#: ajax_htmldata/getAccountDetails.php:22 +#: ajax_htmldata/getAccountDetails.php:119 +msgid "add new account" +msgstr "yeni hesap ekle" + +#: ajax_htmldata/getAccountDetails.php:27 +#: ajax_htmldata/getContactDetails.php:48 +msgid "Inherited:" +msgstr "Devrolan" + +#: ajax_htmldata/getAccountDetails.php:44 +msgid "edit account" +msgstr "hesabı düzenle" + +#: ajax_htmldata/getAccountDetails.php:44 +msgid "remove account" +msgstr "hesabı sil" + +#: ajax_htmldata/getAccountDetails.php:57 +msgid "Visit Account in Organizations Module" +msgstr "Yayıncı Modülünde Hesabı Gör" + +#: ajax_htmldata/getAccountDetails.php:65 +msgid "Visit Login URL" +msgstr "Giriş URL'sini Göster" + +#: ajax_htmldata/getAccountDetails.php:72 +msgid "User Name:" +msgstr "Kullanıcı Adı:" + +#: ajax_htmldata/getAccountDetails.php:88 +#: ajax_htmldata/getContactDetails.php:173 +msgid "Last Updated:" +msgstr "Son Güncelleme:" + +#: ajax_htmldata/getAccountDetails.php:114 +msgid "No accounts available" +msgstr "Hesap bulunamadı" + +#: ajax_htmldata/getAcquisitionsDetails.php:103 +#: ajax_htmldata/getAcquisitionsDetails.php:162 resources/cataloging.php:104 +msgid "edit order information" +msgstr "sipariş bilgileri düzenle" + +#: ajax_htmldata/getAcquisitionsDetails.php:130 +msgid "catalog view" +msgstr "katalog görünümü" + +#: ajax_htmldata/getAcquisitionsDetails.php:139 +msgid "Purchasing Sites:" +msgstr "Satın Alma Alanları" + +#: ajax_htmldata/getAcquisitionsDetails.php:155 summary.php:481 +msgid "Expiration Alert Enabled" +msgstr "Bitiş Tarihi Uyarısı Etkin" + +#: ajax_htmldata/getAcquisitionsDetails.php:174 +#: ajax_htmldata/getAcquisitionsDetails.php:269 +msgid "edit cost history" +msgstr "maliyet geçmişini düzenle" + +#: ajax_htmldata/getAcquisitionsDetails.php:197 +msgid "Details" +msgstr "Ayrıntılar" + +#: ajax_htmldata/getAcquisitionsDetails.php:263 +msgid "No payment information available" +msgstr "Ödeme bilgisi yok" + +#: ajax_htmldata/getAcquisitionsDetails.php:278 summary.php:573 +msgid "License" +msgstr "Lisans" + +#: ajax_htmldata/getAcquisitionsDetails.php:292 summary.php:584 +msgid " on " +msgstr "etkin" + +#: ajax_htmldata/getAcquisitionsDetails.php:305 summary.php:595 +msgid "Licenses:" +msgstr "Lisanslar:" + +#: ajax_htmldata/getAcquisitionsDetails.php:311 +msgid "View License" +msgstr "Lisansı İncele" + +#: ajax_htmldata/getAcquisitionsDetails.php:314 summary.php:604 +msgid "No associated licenses available." +msgstr "İlişkili lisans yok." + +#: ajax_htmldata/getAcquisitionsDetails.php:328 +msgid "edit license and status" +msgstr "lisans ve lisans durumu düzenle" + +#: ajax_htmldata/getAcquisitionsDetails.php:330 +msgid "edit license status" +msgstr "lisans durumunu düzenle" + +#: ajax_htmldata/getAdminAlertDisplay.php:26 +#: ajax_htmldata/getAdminAlertDisplay.php:56 +#: ajax_htmldata/getAdminCurrencyDisplay.php:26 +#: ajax_htmldata/getAdminDisplay.php:29 +#: ajax_htmldata/getAdminSubjectDisplay.php:28 +#: ajax_htmldata/getAdminSubjectDisplay.php:69 +#: ajax_htmldata/getAdminUserDisplay.php:48 +#: ajax_htmldata/getAdminWorkflowDisplay.php:40 +#: ajax_htmldata/getAdminWorkflowDisplay.php:91 +#: ajax_htmldata/getGeneralSubjectDisplay.php:26 +msgid "remove" +msgstr "kaldır" + +#: ajax_htmldata/getAdminAlertDisplay.php:38 +msgid "add email address" +msgstr "e-posta adresi ekle" + +#: ajax_htmldata/getAdminAlertDisplay.php:46 +msgid "Days in advance of expiration" +msgstr "Bitime kalan günler" + +#: ajax_htmldata/getAdminAlertDisplay.php:71 +msgid "add days" +msgstr "gün ekle" + +#: ajax_htmldata/getAdminCurrencyDisplay.php:38 +msgid "add new currency" +msgstr "yeni para birimi ekle" + +#: ajax_htmldata/getAdminDisplay.php:19 +#: ajax_htmldata/getAdminSubjectDisplay.php:15 +#: ajax_htmldata/getAdminSubjectDisplay.php:57 +#: ajax_htmldata/getGeneralSubjectDisplay.php:16 +msgid "Value" +msgstr "Değer" + +#: ajax_htmldata/getAdminDisplay.php:41 +#: ajax_htmldata/getAdminSubjectDisplay.php:44 +#: ajax_htmldata/getAdminSubjectDisplay.php:84 +#: ajax_htmldata/getGeneralSubjectDisplay.php:38 +msgid "add new " +msgstr "yeni ekle" + +#: ajax_htmldata/getAdminFundDisplay.php:46 +msgid "add new fund" +msgstr "yeni sermaye ekle" + +#: ajax_htmldata/getAdminFundDisplay.php:47 +msgid "import funds" +msgstr "sermaye bilgisini içe aktar" + +#: ajax_htmldata/getAdminImportConfigDisplay.php:34 +msgid "add new import configuration" +msgstr "yeni içe aktarma ayarları ekle" + +#: ajax_htmldata/getAdminSubjectDisplay.php:51 +#: ajax_htmldata/getAdminSubjectDisplay.php:99 index.php:297 +msgid "Detailed Subject" +msgstr "Ayrıntılı Konu" + +#: ajax_htmldata/getAdminSubjectDisplay.php:92 +msgid "Subject Relationships" +msgstr "Konu İlişkileri" + +#: ajax_htmldata/getAdminUserDisplay.php:47 +msgid "edit user" +msgstr "kullanıcıyı düzenle" + +#: ajax_htmldata/getAdminUserDisplay.php:54 +#: ajax_htmldata/getAdminUserDisplay.php:58 +msgid "add new user" +msgstr "yeni kullanıcı ekle" + +#: ajax_htmldata/getAdminWorkflowDisplay.php:10 +msgid "Workflow Setup" +msgstr "İş Akışı Yükle" + +#: ajax_htmldata/getAdminWorkflowDisplay.php:54 +msgid "add workflow" +msgstr "iş akışı ekle" + +#: ajax_htmldata/getAdminWorkflowDisplay.php:56 +msgid "You must set up at least one user group before you can add workflows" +msgstr "İş akışı eklemeden önce bir kullanıcı grubu belirlemelisiniz" + +#: ajax_htmldata/getAdminWorkflowDisplay.php:66 +msgid "User Group Setup" +msgstr "Kullanıcı Grubu Ayarları" + +#: ajax_htmldata/getAdminWorkflowDisplay.php:72 +msgid "Group Name" +msgstr "Grup Adı" + +#: ajax_htmldata/getAdminWorkflowDisplay.php:104 +msgid "add user group" +msgstr "kullanıcı grubu ekle" + +#: ajax_htmldata/getAttachmentDetails.php:30 +msgid "view attachment" +msgstr "eki görüntüle" + +#: ajax_htmldata/getAttachmentDetails.php:35 +msgid "edit attachment" +msgstr "eki düzenle" + +#: ajax_htmldata/getAttachmentDetails.php:35 +msgid "remove this attachment" +msgstr "bu eki kaldır" + +#: ajax_htmldata/getAttachmentDetails.php:67 +msgid "No attachments available" +msgstr "ek yok" + +#: ajax_htmldata/getAttachmentDetails.php:72 +msgid "add new attachment" +msgstr "yeni ek ekle" + +#: ajax_htmldata/getContactDetails.php:23 +msgid "The following are archived contacts:" +msgstr "Arşivlenmiş iletişim bilgileri şunlardır:" + +#: ajax_htmldata/getContactDetails.php:39 +msgid "No Resource Specific Contacts" +msgstr "Kaynağa Özgü Muhatap mevcut değil" + +#: ajax_htmldata/getContactDetails.php:68 +msgid "edit contact" +msgstr "kişiyi düzenle" + +#: ajax_htmldata/getContactDetails.php:69 +msgid "remove contact" +msgstr "kişiyi kaldır" + +#: ajax_htmldata/getContactDetails.php:84 +msgid "Visit Contact in Organizations Module" +msgstr "Yayıncı Modülünde Muhatapları Gör" + +#: ajax_htmldata/getContactDetails.php:92 +msgid "No longer valid:" +msgstr "Artık geçerli değil:" + +#: ajax_htmldata/getContactDetails.php:116 +msgid "Location:" +msgstr "Yer:" + +#: ajax_htmldata/getContactDetails.php:195 +msgid "No contacts available" +msgstr "iletişim bilgisi yok" + +#: ajax_htmldata/getContactDetails.php:205 +msgid " archived contact(s) available." +msgstr "arşivlenmiş iletişim bilgi(leri) mevcut." + +#: ajax_htmldata/getContactDetails.php:205 +msgid "show archived contacts" +msgstr "Arşivlenen aracıları göster" + +#: ajax_htmldata/getContactDetails.php:209 +msgid "hide archived contacts" +msgstr "Arşivlenen aracıları gizle" + +#: ajax_htmldata/getDowntimeList.php:22 +msgid "Downtime Resolved:" +msgstr "Arıza Çözüldü:" + +#: ajax_htmldata/getDowntimeList.php:33 +msgid "Linked issue:" +msgstr "Sorunu ilişkilendir:" + +#: ajax_htmldata/getDowntimeList.php:54 ajax_htmldata/getIssuesList.php:72 +msgid "Organizational" +msgstr "Kurumsal" + +#: ajax_htmldata/getDowntimeList.php:68 +msgid "There are no organization level downtimes." +msgstr "Kurumsal düzeyde arıza yok." + +#: ajax_htmldata/getDowntimeList.php:79 ajax_htmldata/getIssuesList.php:97 +#: templates/header.php:96 +msgid "Resources" +msgstr "Kaynaklar" + +#: ajax_htmldata/getDowntimeList.php:85 +msgid "There are no resource level downtimes." +msgstr "Kaynak düzeyinde arıza yok." + +#: ajax_htmldata/getIssues.php:17 +msgid "Issues/Problems" +msgstr "Sorunlar/Problemler" + +#: ajax_htmldata/getIssues.php:20 +msgid "report new issue" +msgstr "yeni sorun bildir" + +#: ajax_htmldata/getIssues.php:24 +msgid "view open issues" +msgstr "açık sorunları görüntüleri" + +#: ajax_htmldata/getIssues.php:31 +msgid "view archived issues" +msgstr "arşivlenen sorunları görüntüle" + +#: ajax_htmldata/getIssues.php:40 +msgid "Downtime" +msgstr "Arıza" + +#: ajax_htmldata/getIssues.php:43 +msgid "report new Downtime" +msgstr "Yeni arıza bildir" + +#: ajax_htmldata/getIssues.php:47 +msgid "view current/upcoming downtime" +msgstr "mevcut/muhtemel arızaları görüntüle" + +#: ajax_htmldata/getIssues.php:54 +msgid "view archived downtime" +msgstr "arşivlenen arızaları görüntüle" + +#: ajax_htmldata/getIssuesList.php:15 +msgid "close" +msgstr "kapalı" + +#: ajax_htmldata/getIssuesList.php:17 ajax_htmldata/getIssuesList.php:19 +msgid "downtime" +msgstr "arıza" + +#: ajax_htmldata/getIssuesList.php:24 +msgid "Date reported:" +msgstr "Raporlanan tarih:" + +#: ajax_htmldata/getIssuesList.php:28 +msgid "Date closed:" +msgstr "Kapanış tarihi" + +#: ajax_htmldata/getIssuesList.php:34 +msgid "Contact(s):" +msgstr "Muhatap(lar):" + +#: ajax_htmldata/getIssuesList.php:91 +msgid "There are no organization level issues." +msgstr "Yayıncı düzeyinde sorunlar yok." + +#: ajax_htmldata/getIssuesList.php:109 +msgid "There are no resource level issues." +msgstr "Kaynak düzeyinde sorunlar yok" + +#: ajax_htmldata/getOutstandingQueue.php:7 queue.php:51 +msgid "Outstanding Tasks" +msgstr "Bekleyen Görevler" + +#: ajax_htmldata/getOutstandingQueue.php:12 +msgid "No outstanding requests" +msgstr "Bekleyen talep yok" + +#: ajax_htmldata/getOutstandingQueue.php:19 ajax_htmldata/getSavedQueue.php:17 +#: ajax_htmldata/getSearchResources.php:113 +#: ajax_htmldata/getSubmittedQueue.php:14 +msgid "ID" +msgstr "ID" + +#: ajax_htmldata/getOutstandingQueue.php:22 index.php:568 +msgid "Routing Step" +msgstr "Yönlendirme Adımı:" + +#: ajax_htmldata/getOutstandingQueue.php:23 +#: ajax_htmldata/getRoutingDetails.php:24 +msgid "Start Date" +msgstr "Başlangıc Tarihi" + +#: ajax_htmldata/getProductDetails.php:84 +#: ajax_htmldata/getProductDetails.php:85 +msgid "remove resource" +msgstr "kaynağı kaldır" + +#: ajax_htmldata/getProductDetails.php:91 +#: ajax_htmldata/getProductDetails.php:92 +msgid "remove resource and its children" +msgstr "kaynağı ve ilişiklerini kaldır" + +#: ajax_htmldata/getProductDetails.php:101 summary.php:212 +msgid "Record ID:" +msgstr "Kayıt ID:" + +#: ajax_htmldata/getProductDetails.php:141 summary.php:224 +msgid "Created:" +msgstr "Oluşturuldu:" + +#: ajax_htmldata/getProductDetails.php:166 summary.php:250 +msgid "Last Update:" +msgstr "Son Güncelleme:" + +#: ajax_htmldata/getProductDetails.php:191 summary.php:275 +msgid "Related Products:" +msgstr "İlgili Ürünler:" + +#: ajax_htmldata/getProductDetails.php:199 +#: ajax_htmldata/getProductDetails.php:207 +msgid "view resource" +msgstr "kaynağı görüntüle" + +#: ajax_htmldata/getProductDetails.php:199 +#: ajax_htmldata/getProductDetails.php:207 +#: ajax_htmldata/getProductDetails.php:261 +msgid "View " +msgstr "Görüntüle" + +#: ajax_htmldata/getProductDetails.php:237 summary.php:307 +msgid "Aliases:" +msgstr "Takm adlar:" + +#: ajax_htmldata/getProductDetails.php:254 summary.php:324 +msgid "Organizations:" +msgstr "Yayıncılar:" + +#: ajax_htmldata/getProductDetails.php:275 summary.php:345 +msgid "Resource URL:" +msgstr "Kaynak URL:" + +#: ajax_htmldata/getProductDetails.php:276 +msgid "Visit Resource URL" +msgstr "Kaynak URL'sini Görüntüle" + +#: ajax_htmldata/getProductDetails.php:284 +msgid "Visit Secondary Resource URL" +msgstr "İkincil Kaynak URL'sini Görüntüle" + +#: ajax_htmldata/getProductDetails.php:299 +msgid "edit product details" +msgstr "Ürün ayrıntılarını düzenle" + +#: ajax_htmldata/getProductDetails.php:371 +#: ajax_htmldata/getProductDetails.php:372 +msgid "remove subject" +msgstr "konuyu kaldır" + +#: ajax_htmldata/getProductDetails.php:393 +msgid "add new subject" +msgstr "yeni konu ekle" + +#: ajax_htmldata/getRightPanel.php:40 +msgid "Print View" +msgstr "Çıktı Görünümü" + +#: ajax_htmldata/getRightPanel.php:42 +msgid "Catalog View" +msgstr "Katalog Görünümü" + +#: ajax_htmldata/getRightPanel.php:50 +msgid "Parent Record(s)" +msgstr "Üst Kayıt(lar)" + +#: ajax_htmldata/getRightPanel.php:58 +msgid "Child Record(s)" +msgstr "Alt Kayıt(lar)" + +#: ajax_htmldata/getRightPanel.php:77 +msgid "Organizations Module" +msgstr "Yayıncı Modülü" + +#: ajax_htmldata/getRightPanel.php:93 +msgid "Licensing Module" +msgstr "Lisanslama Modülü" + +#: ajax_htmldata/getRightPanel.php:111 +msgid "Usage Statistics Module" +msgstr "Kullanım İstatistikleri Modülü" + +#: ajax_htmldata/getRightPanel.php:117 +msgid "Get Statistics" +msgstr "İstatisistik Al" + +#: ajax_htmldata/getRoutingDetails.php:13 +msgid "" +"No workflow steps have been set up for this resource's combination of " +"Acquisition Type and Resource Format." +msgstr "" +"Sağlama Tipi ve Kaynak Biçiminden müteşekkil olan kaynak için iş akışı " +"adımları oluşturulamaz." + +#: ajax_htmldata/getRoutingDetails.php:13 +msgid "" +"If you think this is in error, please contact your workflow administrator." +msgstr "" +"Eğer bir sorunla karşılaştıysanız, lütfen iş akışı yöneticinizle irtibata " +"geçin." + +#: ajax_htmldata/getRoutingDetails.php:15 +msgid "Not entered into workflow." +msgstr "İş akışına girilmedi." + +#: ajax_htmldata/getRoutingDetails.php:21 +msgid "Step" +msgstr "Adım" + +#: ajax_htmldata/getRoutingDetails.php:23 +msgid "Group" +msgstr "Grup" + +#: ajax_htmldata/getRoutingDetails.php:25 +msgid "Complete" +msgstr "Tamamlandı" + +#: ajax_htmldata/getRoutingDetails.php:26 +msgid "Delete" +msgstr "Sil" + +#: ajax_htmldata/getRoutingDetails.php:60 +msgid "mark complete" +msgstr "tamamlandı olarak işaretle" + +#: ajax_htmldata/getRoutingDetails.php:88 +#: ajax_htmldata/getRoutingDetails.php:90 +msgid "Workflow completed on " +msgstr "İş akışı tamamlandı" + +#: ajax_htmldata/getRoutingDetails.php:94 +#: ajax_htmldata/getRoutingDetails.php:96 +msgid "Workflow restarted on " +msgstr "İş akışı yeniden başlatıldı" + +#: ajax_htmldata/getRoutingDetails.php:106 +msgid "restart workflow" +msgstr "iş akışını yeniden başlat" + +#: ajax_htmldata/getRoutingDetails.php:107 +msgid "mark entire workflow complete" +msgstr "tüm iş akışı tamamlandı olarak işaretle" + +#: ajax_htmldata/getSavedQueue.php:6 queue.php:52 +msgid "Saved Requests" +msgstr "Talepleri Kaydet" + +#: ajax_htmldata/getSavedQueue.php:11 +msgid "No saved requests" +msgstr "Kaydedilen talep yok" + +#: ajax_htmldata/getSavedQueue.php:19 ajax_htmldata/getSearchResources.php:116 +#: ajax_htmldata/getSubmittedQueue.php:16 +msgid "Date Created" +msgstr "Oluşturulan Tarih" + +#: ajax_htmldata/getSavedQueue.php:21 ajax_htmldata/getSearchResources.php:118 +#: ajax_htmldata/getSubmittedQueue.php:18 index.php:138 +msgid "Status" +msgstr "Durum" + +#: ajax_htmldata/getSavedQueue.php:49 +msgid "edit request" +msgstr "talebi düzenle" + +#: ajax_htmldata/getSavedQueue.php:50 +msgid "remove request" +msgstr "talebi kaldır" + +#: ajax_htmldata/getSearchResources.php:38 +msgid "Sorry, no requests fit your query" +msgstr "Aramanızla uyuşan talep bulunamadı" + +#: ajax_htmldata/getSearchResources.php:53 +#, php-format +msgid "Displaying %d to %d of %d Resource Record" +msgid_plural "Displaying %d to %d of %d Resource Records" +msgstr[0] "%d kaynak kayıtlarının %d ile %d arası gösteriliyor" + +#: ajax_htmldata/getSearchResources.php:66 +#: ajax_htmldata/getSearchResources.php:164 +msgid "previous page" +msgstr "önceki sayfa" + +#: ajax_htmldata/getSearchResources.php:100 +#: ajax_htmldata/getSearchResources.php:198 +msgid "next page" +msgstr "sonraki sayfa" + +#: ajax_htmldata/getSearchResources.php:115 index.php:169 +msgid "Creator" +msgstr "Oluşturan" + +#: ajax_htmldata/getSearchResources.php:215 +msgid "records per page" +msgstr "sayfa başına kayıt sayısı" + +#: ajax_htmldata/getSubmittedQueue.php:5 queue.php:53 +msgid "Submitted Requests" +msgstr "Gönderilen Talepler" + +#: ajax_htmldata/getSubmittedQueue.php:8 +msgid "No submitted requests" +msgstr "Gönderilen talep yok" + +#: ajax_processing.php:27 +msgid "Processing action " +msgstr "İşlem devam ediyor..." + +#: ajax_processing/deleteDetailedSubject.php:12 +#: ajax_processing/deleteGeneralSubject.php:12 +#: ajax_processing/deleteInstance.php:18 +msgid "" +"Unable to delete. Please make sure no resources are set up with this " +"information." +msgstr "" +"Silinemedi. Lütfen bu bilgilerle herhangi bir kaynağın eşleştirilmediğinden " +"emin olun." + +#: ajax_processing/deleteImportConfig.php:7 +msgid "Import configuration successfully deleted." +msgstr "İçe aktarma ayarları başarıyla silindi." + +#: ajax_processing/deleteInstance.php:12 +msgid "Unable to delete - this " +msgstr "Silinemiyor" + +#: ajax_processing/deleteInstance.php:12 +msgid "" +" is in use. Please make sure no resources are set up with this information." +msgstr "" +" kullanımda. Lütfen bu bilgilerle herhangi bir kaynağın eşleştirilmediğinden " +"emin olun." + +#: ajax_processing/deleteResource.php:7 +#: ajax_processing/deleteResourceAndChildren.php:8 +msgid "Resource successfully deleted." +msgstr "Kaynak başarıyla silindi." + +#: ajax_processing/deleteResourceNote.php:7 +msgid "Note successfully deleted." +msgstr "Not başarıyla silindi." + +#: ajax_processing/removeResourceSubjectRelationship.php:10 +msgid "Subject successfully removed." +msgstr "Konu başarıyla kaldırıldı." + +#: ajax_processing/updateDetailedSubject.php:22 +#: ajax_processing/updateGeneralSubject.php:21 +msgid "A duplicate " +msgstr "Mükerrer " + +#: ajax_processing/updateDetailedSubject.php:22 +#: ajax_processing/updateGeneralSubject.php:21 +msgid " exists." +msgstr " mevcut." + +#: ajax_processing/updateUserData.php:26 +msgid "User successfully saved." +msgstr "Kullanıcı başarıyla kaydedildi." + +#: ajax_processing/uploadAttachment.php:29 +msgid "There was a problem saving your file to " +msgstr "Kaydedilirken bir hata oluştu." + +#: ajax_processing/uploadAttachment.php:29 +msgid ". Please ensure your attachments directory is writable." +msgstr ". Lütfen ek dizininin yazılabilir olduğundan emin olun." + +#: import.php:15 +msgid "Resources import" +msgstr "Kaynakları içe aktar" + +#: import.php:18 +msgid "Delimited File Import" +msgstr "Sınırlandırılmış dosyaları içe aktarma" + +#: import.php:38 importFunds.php:21 +msgid "The file has been successfully uploaded." +msgstr "Dosya başarıyla yüklendi." + +#: import.php:52 importFunds.php:31 +msgid "Unable to get columns headers from the file" +msgstr "Dosyadan sütun başlıkları alınamıyor" + +#: import.php:58 importFunds.php:34 +msgid "Unable to open the uploaded file" +msgstr "Yüklenen dosyayı açmak başarısız" + +#: import.php:63 +msgid "Unable to upload the file" +msgstr "Dosya yükleme başarısız" + +#: import.php:67 importFunds.php:37 +msgid "Error: " +msgstr "Hata:" + +#: import.php:71 +msgid "" +"If you have not previously created an Import Configuration, then for each of " +"the resource fields please input the number of the column in your CSV file " +"that corresponds to the resource field. For example, if your import file has " +"a second column called Name that corresponds to the Resource Title, then you " +"would input 2 for the value for the Resource Title field. For columns with " +"multiple values that are character-delimited, indicate the delimiter using " +"the If delimited, delimited by field. For fields with values across multiple " +"columns, add additional sets using the +Add another links. Use the Dedupe on " +"this column option for ISBN/ISSN sets to ignore any duplicate values that " +"might occur across those columns. The Alias Types, Note Types, and " +"Organization Roles that you can assign to your mapped columns can be " +"configured on the Admin page." +msgstr "" +"Daha önce içe aktarma ayarları oluşturmadıysanız, her kaynak alanı için CSV " +"dosyanızdaki kaynak alanına karşılık gelen sütunun numarasını yazınız. " +"Mesela, içeri aktardığınız dosyanın Ad başlıklı 2. sütunu Kaynak Adına " +"karşılık geliyorsa, Kaynak Adı alanına 2 yazınız. Eğer sütunlarda karakter " +"sınırlandırmalı çoklu değerler varsa, ilgili alanda sınırlandırma yaparak " +"sınırlandırmanın varlığını belirtiniz. Birden fazla sütundan elde edilecek " +"değerlerle oluşturulacak alanlarda, + Başka bağlantılar ekleye basarak diğer " +"ayarları yapınız. Sütunlarda ISBN/ISSN değerleri birden fazla oluşmuşsa, " +"bunları çıkarmak için Çıkar fonksiyonunu kullanınız. Takma ad Türü, Not Türü " +"ve Yayıncı Rolü Yönetici sayfasındaki eşleştirilmiş sütun ayarlarından " +"atanabilir." + +#: import.php:72 +msgid "Please select the import configuration to load: " +msgstr "Yüklenecek içe aktarma ayarlarını seçiniz:" + +#: import.php:73 +msgid "Select Configuration" +msgstr "Aayarları Seç:" + +#: import.php:80 +msgid "Please choose columns from your CSV file:" +msgstr "CSV dosyanızdaki sütunları seçiniz:" + +#: import.php:265 +msgid "Settings" +msgstr "Ayarlar" + +#: import.php:266 +msgid "Importing and deduping isbnOrISSN on the following columns: " +msgstr "Sonraki satırlarda ISBN veya ISSN'leri aktarın veya çıkarın:" + +#: import.php:549 +msgid "Organization " +msgstr "Yayıncı" + +#: import.php:549 +msgid " could not be added." +msgstr "ekleme başarısız oldu." + +#: import.php:562 import.php:586 +msgid "Error: more than one organization is called " +msgstr "Hata: Birden fazla yayıncı seçildi" + +#: import.php:562 +msgid ". Please consider deduping." +msgstr ". Çıkarmayı gözden geçirin." + +#: import.php:586 +msgid " Please consider deduping." +msgstr " Çıkarmayı gözden geçirin." + +#: import.php:652 importFunds.php:52 +msgid "Results" +msgstr "Sonuçlar" + +#: import.php:653 +msgid " rows have been processed. " +msgstr "Satırlar işleniyor." + +#: import.php:653 +msgid " rows have been inserted." +msgstr "Satırlar eklendi." + +#: import.php:654 +msgid " parents have been created. " +msgstr "Üst ögeler oluşturuldu." + +#: import.php:654 +msgid " resources have been attached to an existing parent." +msgstr "Kaynaklar mevcut üst ögeyle ilişkilendirildi." + +#: import.php:655 +msgid " organizations have been created" +msgstr "Yayıncılar oluşturuldu" + +#: import.php:665 +msgid " resources have been attached to an existing organization." +msgstr "Kaynaklar mevcut yayıncıyla ilişkilendirildi." + +#: import.php:666 +msgid " resource types have been created" +msgstr "Kaynak türleri oluşturuldu" + +#: import.php:667 +msgid " resource formats have been created" +msgstr "Kaynak biçimleri oluşturuldu" + +#: import.php:668 +msgid " general subjects have been created" +msgstr "Genel konular oluşturuldu" + +#: import.php:669 +msgid " aliases have been created" +msgstr "Takma adlar oluşturuldu" + +#: import.php:670 +msgid " notes have been created" +msgstr "Notlar oluşturuldu" + +#: import.php:676 +msgid "" +"The first line of the CSV file must contain column names, and not data. " +"These names will be used during the import process." +msgstr "" +"CSV dosyasının ilk satırı veri değil sütun adları içermelidir. Bu adlar, içe " +"aktarma süresince kullanılacaktır." + +#: import.php:679 +msgid "File selection" +msgstr "Dosya seçimi" + +#: import.php:680 +msgid "CSV File" +msgstr "CSV Dosyası" + +#: import.php:684 +msgid "Import options" +msgstr "İçe aktarma ayarları" + +#: import.php:685 +msgid "CSV delimiter" +msgstr "CSV sınırlayıcı" + +#: import.php:687 +msgid "(comma)" +msgstr "(virgül)" + +#: import.php:688 +msgid "(semicolon)" +msgstr "(noktalı virgül)" + +#: import.php:689 +msgid "(pipe)" +msgstr "(boru)" + +#: import.php:692 +msgid "Upload" +msgstr "Yükle" + +#: importFunds.php:53 +msgid "rows have been processed." +msgstr "Satırlar işleniyor." + +#: importFunds.php:60 +msgid "Import Funds" +msgstr "Sermaye bilgilerini içe aktar" + +#: importFunds.php:61 +msgid "Select File" +msgstr "Dosya Seç" + +#: importFunds.php:63 +msgid "import" +msgstr "İçe aktar" + +#: index.php:36 templates/header.php:168 +msgid "Home" +msgstr "Anasayfa" + +#: index.php:55 +msgid "Search" +msgstr "Ara" + +#: index.php:56 +msgid "new search" +msgstr "Yeni arama" + +#: index.php:65 +msgid "Name (contains)" +msgstr "Ad (içerir)" + +#: index.php:69 index.php:80 index.php:261 index.php:393 index.php:410 +msgid "go!" +msgstr "çalıştır!" + +#: index.php:76 +msgid "ISBN/ISSN" +msgstr "ISBN/ISSN" + +#: index.php:90 index.php:118 index.php:141 index.php:172 index.php:204 +#: index.php:228 index.php:269 index.php:300 index.php:362 index.php:420 +#: index.php:452 index.php:484 index.php:514 index.php:544 index.php:571 +#: index.php:592 +msgid "All" +msgstr "Hepsi" + +#: index.php:93 index.php:95 index.php:233 index.php:235 index.php:274 +#: index.php:276 index.php:305 index.php:307 index.php:366 index.php:368 +#: index.php:424 index.php:426 index.php:456 index.php:458 index.php:488 +#: index.php:490 index.php:518 index.php:520 index.php:547 index.php:549 +msgid "(none)" +msgstr "(hiçbiri)" + +#: index.php:257 +msgid "Record ID" +msgstr "Kayıt ID" + +#: index.php:328 +msgid "Starts with" +msgstr "Şununla başlayan" + +#: index.php:389 +msgid "Note (contains)" +msgstr "Not (içeriyor)" + +#: index.php:401 +msgid "Date Created Between" +msgstr "Tarihleri arasında oluşturuldu" + +#: index.php:403 +msgid "and" +msgstr "ve" + +#: index.php:417 +msgid "Purchase Site" +msgstr "Satın Alma Alanı" + +#: index.php:593 +msgid "Parent" +msgstr "Üst ögeler" + +#: index.php:594 +msgid "Child" +msgstr "Alt ögeler" + +#: queue.php:26 queue.php:40 templates/header.php:183 +msgid "My Queue" +msgstr "İş Sırası" + +#: resource.php:53 +msgid "Success!" +msgstr "Başarılı1" + +#: resource.php:53 +msgid "New resource added" +msgstr "Yeni kaynak eklendi" + +#: resource.php:71 +msgid "product" +msgstr "ürün" + +#: resource.php:91 +msgid "acquisitions" +msgstr "sağlamalar" + +#: resource.php:116 +msgid "access" +msgstr "erişim" + +#: resource.php:134 +msgid "contacts" +msgstr "muhataplar" + +#: resource.php:151 +msgid "issues" +msgstr "sorunlar" + +#: resource.php:171 +msgid "accounts" +msgstr "hesaplar" + +#: resource.php:190 +msgid "attachments" +msgstr "ekler" + +#: resource.php:206 +msgid "routing" +msgstr "yönlendirme" + +#: resource.php:226 +msgid "cataloging" +msgstr "kataloglama" + +#: resource.php:240 +msgid "Helpful Links" +msgstr "Yardımcı bağlantılar" + +#: resource.php:250 +msgid "Send feedback on this resource" +msgstr "Kaynakla ilgili geribildirim gönder" + +#: resources/cataloging.php:101 summary.php:792 +msgid "Cataloging" +msgstr "Kataloglama" + +#: resources/cataloging.php:112 summary.php:798 +msgid "Identifier:" +msgstr "Tanımlayıcı:" + +#: resources/cataloging.php:118 +msgid "Source URL:" +msgstr "Kaynak URL:" + +#: resources/cataloging.php:119 +msgid "Visit Source URL" +msgstr "KAYNAK URL Görüntüle" + +#: resources/cataloging.php:126 summary.php:812 +msgid "Cataloging Type:" +msgstr "Kataloglama Tipi:" + +#: resources/cataloging.php:134 summary.php:820 +msgid "Cataloging Status:" +msgstr "Kataloglama Durumu:" + +#: resources/cataloging.php:139 +msgid "Number of Records Available" +msgstr "Mevcut Kayır Sayısı" + +#: resources/cataloging.php:140 summary.php:826 +msgid "# Records Available:" +msgstr "# Mevcut Kayıtlar:" + +#: resources/cataloging.php:145 +msgid "Number of Records Loaded" +msgstr "Yüklenen Kayıtların Sayısı" + +#: resources/cataloging.php:146 summary.php:832 +msgid "# Records Loaded:" +msgstr "# Yüklenen Kayıtlar:" + +#: resources/cataloging.php:151 summary.php:838 +msgid "OCLC Holdings:" +msgstr "OCLC Abonelikleri:" + +#: resources/cataloging.php:152 summary.php:839 +msgid "Yes" +msgstr "Evet" + +#: resources/cataloging.php:152 summary.php:839 +msgid "No" +msgstr "Hayır" + +#: resources/cataloging.php:157 summary.php:845 +msgid "No cataloging information available." +msgstr "Kataloglama bilgisi mevcut değil." + +#: resources/cataloging.php:163 +msgid "edit cataloging details" +msgstr "Kataloglama ayrıntılarını düzenle" + +#: resources/cataloging_edit.php:15 +msgid "Edit Cataloging" +msgstr "Kataloglamayı düzenle" + +#: resources/cataloging_edit.php:24 +msgid "Record Set" +msgstr "Kayıt Seti" + +#: resources/cataloging_edit.php:36 +msgid "Identifier" +msgstr "Tanımlayıcı" + +#: resources/cataloging_edit.php:42 +msgid "Source URL" +msgstr "Kaynak URL" + +#: resources/cataloging_edit.php:68 +msgid "# Records Available" +msgstr "# Kayıtlar Mevcut" + +#: resources/cataloging_edit.php:75 +msgid "# Records Loaded" +msgstr "# Kayıtlar Yükleniyor" + +#: resources/cataloging_edit.php:82 +msgid "OCLC Holdings" +msgstr "OCLC Abonelikleri" + +#: sendAlerts.php:73 +msgid "No Resources found fitting alert day criteria" +msgstr "Uyarı günü kriterinde hiçbir Kaynak bulunamadı." + +#: sendAlerts.php:95 +msgid "No Issues found fitting alert day criteria" +msgstr "Uyarı günü kriterine hiçbir Sorun bulunamadı." + +#: sendAlerts.php:98 +msgid "Alerts not enabled in configuration.ini file" +msgstr "configuration.ini dosyasında uyarılar etkinleştirilmemiş" + +#: setuser.php:44 +msgid "" +"LDAP Connection is not working or has timed out. Please check configuration." +"ini to verify settings." +msgstr "" +"LDAP Bağlantısı çalışmıyor veya zaman aşımına uğramış. Doğrulamak için " +"configuration.ini dosyasını kontrol edin." + +#: summary.php:36 +msgid " Summary" +msgstr "Özet" + +#: summary.php:281 +msgid "(Parent)" +msgstr "(Üst)" + +#: summary.php:408 +msgid "Additional Product Notes" +msgstr "Daha Fazla Ürün Notları" + +#: summary.php:457 +msgid "Purchasing Site:" +msgstr "Satın Alma Alanı" + +#: summary.php:502 +msgid "Year:" +msgstr "Yıl" + +#: summary.php:506 +msgid "Sub StartDate:" +msgstr "Abn. BaşlangıçTarihi:" + +#: summary.php:510 +msgid "Sub EndDate:" +msgstr "Abn. BitişTarihi:" + +#: summary.php:515 +msgid "Fund:" +msgstr "Sermaye" + +#: summary.php:520 +msgid "Tax Excl.:" +msgstr "Vergi Hariç:" + +#: summary.php:524 +msgid "Tax Rate:" +msgstr "Vergi Oranı:" + +#: summary.php:529 +msgid "Tax Incl.:" +msgstr "Vergi Dahil:" + +#: summary.php:535 +msgid "Payment:" +msgstr "Ödeme:" + +#: summary.php:539 +msgid "Order Type:" +msgstr "Sipariş Türü:" + +#: summary.php:554 +msgid "Invoice No.:" +msgstr "Fatura No:" + +#: summary.php:563 +msgid "No payment information available." +msgstr "Ödeme bilgisi mevcut değil." + +#: summary.php:651 +msgid "Additional Acquisitions Notes" +msgstr "Daha Fazla Sağlama Notları" + +#: summary.php:681 +msgid "No access information available." +msgstr "Erişim bilgisi mevcut değil." + +#: summary.php:776 +msgid "Additional Access Notes" +msgstr "Daha Fazla Erişim Notu" + +#: summary.php:889 +msgid "Additional Cataloging Notes" +msgstr "Daha Fazla Kataloglama Notları" + +#: templates/footer.php:31 +msgid "Copyright" +msgstr "Telif Hakkı" + +#: templates/footer.php:31 +msgid "Resources Module version" +msgstr "Kaynakları Modülü versiyonu" + +#: templates/footer.php:31 +msgid "CORAL Project Website" +msgstr "CORAL Projesi Websitesi" + +#: templates/footer.php:31 +msgid "Report an issue" +msgstr "Sorun bildir" + +#: templates/header.php:76 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " +msgstr "" +"CORAL kullanabilmeniz için JavaScript'in çalışması gerekir. JavaScript'in " +"tarayıcınız tarafından desteklenmediği veya etkin olmadığı görülmektedir. " +"CORAL kullanmak için tarayıcı ayarlarınızdan JavaScript'i etkinleştiriniz." + +#: templates/header.php:76 +msgid "try again" +msgstr "tekrar deneyin" + +#: templates/header.php:97 +msgid "Powered by" +msgstr "Tarafından Destekleniyor" + +#: templates/header.php:103 +msgid "Hello" +msgstr "Merhaba" + +#: templates/header.php:113 +msgid "logout" +msgstr "çıkış" + +#: templates/header.php:113 +msgid "Help" +msgstr "Yardım" + +#: templates/header.php:131 +msgid "Invalid translation route!" +msgstr "Geçersiz çeviri yolu!" + +#: templates/header.php:176 +msgid "New Resource" +msgstr "Yeni Kaynak" + +#: templates/header.php:190 +msgid "File Import" +msgstr "Dosyayı İçe Aktar" + +#: templates/header.php:198 +msgid "Admin" +msgstr "Yönetici" + +#: templates/header.php:217 +msgid "Change Module" +msgstr "Modül Değiştir" + +#: templates/header.php:220 +msgid "Main Menu" +msgstr "Ana Menü" + +#: templates/header.php:230 +msgid "Licensing" +msgstr "Lisanslama" + +#: templates/header.php:235 +msgid "Usage Statistics" +msgstr "Kullanım İstatistikleri" + +#: templates/header.php:240 +msgid "Management" +msgstr "Yönetim" + +#: user.php:95 +msgid "" +"Login is not working. Check the .htaccess file and the " +"remoteAuthVariableName specified in /admin/configuration.ini" +msgstr "" +"Giriş çalışmıyor. .htaccess dosyasını ve admin/configuration.ini " +"içerisindeki remoteAuthVariableName kontrol edin" diff --git a/usage/locale/tr_TR/LC_MESSAGES/messages.mo b/usage/locale/tr_TR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..d19cfbf7c27be3672abee086a32096e9e9e00181 GIT binary patch literal 29996 zcmb`P37i~9b^qJ=!ov53!3OvGTFKVzO7guvSGTOwTFDo-p?9Zuw>{S~J+ty`xXfk1 z++Y(EKpX~hg8)02DDmH{#F2v|CKy5pfqw`Aj0q%!!yNhkURC$>tRzSI=ieXI{JN^^ zeD&(pd#`HskH;Q#XTbC31A^cbaOdGc@Qfz~!HrK-Y7l&-F9;3;zX~1!ehWMb{2@rz z;Md@j!9z|9f@8p=K*jsOlfkond?k1=@r~eB;8q`hC%BOK`@j>yhrtm15vX>aaykJ# z8B}}y;6dPdKK)`)^{xPq1=srTH-oBg3_KK^0gnS;44wqu1!`O$1J42<05#-)0#(m% zK!z3^aYhh46C4De4sHO|j|7|tPJ_$9+kE$`W}K$12@fOIMN6u21t2aiXd4UZAO5*!BGpvL>B zp!)eRC^|g`il2T99tNIpj>A*IClg-)o(nGV>EqyP;#1%f@B#2@@KKO|!R0K5XMneW zT2HS4*Me^a#b^Hls=sHK96xUc4a zKd62#1s?`ifv|RPGLvBG9#?^q1M5JIa~xFvr$Dv$N1*uZm7vD|22k{W3#k0>0LAC; z2UTu2sQ!Hglsx(;Q2g>s|NUr~L-m{tE(QBQ@l6>NJ!;_LU2`Q0w~S-=mh==<{s%$L{VR|u3w{r(--8!8JP%a=E(VVS zSAZvg*MlnG@c4XCiT=^j$3$)&8$Q)py_}jz5kCmH%m=(ieEV$fvLJcrADm-zPxz<3*tO^i`nx`4*r4 zUQqJtW1!l51k}8L4?G_HS5W=@9jNk0Uh3$2GN^TQJ}7!^2E}KS;2<~yil09SYJPTr z>hEVj@zEDS@z0k))%*88{sU0;{X3|6JPamQz9CTkTM3FkuJ-A-dwdh9a@#?*dmpHF zcY+$nZqV8R)z2S*%KvLn^f~HsM~A0@HxVBOwcfXT{2nN}oOwkMTnnB9iZ5OQs=Yfv zeSae;e)wbXso;k}&G#-)eEcm?F0qZa1*Hc zdjY6irx!BjrVd;bXWn3{%b(B|7=kGoCYQQ zH1NZq>iaS%KKNHq^YaH#^__f`D}NSv2=Q}4lPjS5vl3MKt>D369n`$HK(+H)AHNIK zI{i5KWbm)Rv%#-{{oo%!eeYij&x1?Bv%m%@I^6}Tf1da}4d>lLoJZ8PyuTBK#6JG$H32p{e z?p9EAc>%Z(d>Qx@@Drfg`wLM0eFW6L_d`(q`Ym`qc*q8)FJB7kdjota_+n7?AG*=e z@d!}uoB%!pJOw-)90HF3SAj=?TS2uKgV%%GK*{m1f|`$i0gnP71J%FZgQELWH#s^j z0afqKpy*fu4+LKbYF=LgiY{*lMb~$O%Ks(sXz*L0`tv9#di@5x2t57jAh-~`5fq)? z42u2_foxg9ufQSj{LOA&r$GJ%_wgfoKY7II8w22x#5aTDn+Vi+Ug^{C2G#!i!PVgX zKK&0MBn^(-g6sru0=I(qf{Vf5fuidmiK>4+sC+kqSAy>Y#jigAj{}dr#*OsC@8+YAJn`&=y4aQaeNUx0sIDd0r(iGah(Zs@ESD06TvTln&0n$1K_Vgjc5K1 zP99$dsy{b@;_sJ%qWc>>z6;d+?*KLa&w`TgUjx;zN5OA_KLbnP-yn>X{ELJm_iuyh{{bi~YUc=W zEqFXAIz7kZG$^{f8Wcah$KwuA^Yb96e(eTD|1X0Y&o{tr;J1Bz>&>n|H-MVQ1QdOq z2Ws8C78ITS1XTY&>G2Uz?LQ8xpT|DieSaFr)C8A-8sA$$(Q^mb2Yv^Hq`?8tadPt} zQ1dtgY8y}z>hDfaa^**06MPI*zoIcW&y%3&It8lV9qfg^nm76!=`gaB>dJljqpMYv-2GqKJ5vcZG@4w#zYMtB% zhTvDglfa*WqR+fZbO`Vy@IY`2C^}pRs^6pFL14?rJD}RV15`iX2A&Mw3#wnUp!n+d zp!#uK;^cEbsPt)2oQI0(KP)VOzos{gCt72uD-e(;={)7M5kPJ`mlyFtfiH0jr+Br=JP|K=<*PF1o%yG0Q>={{+u}F`g;c*-keQpPp|4vYR@^(=4_yqVA@YCRt;4V=8c^DM`eH#@2JPv9cr?*`B zOF+rzP2d^e6sUQ-6IA~`3W`s@0G<3CHlhicseLJn(kHnY_OR)FZk~64&z{ z!UXSIz!xgPKgW348BRoo)RxC!{9pd=vhm+k@rVI$^IAcehcAx z-Y*3|2!5JS;r$ihOF=!)A$&(KJez!)-jCz`=X&A!F5x!f2M~T~Dfqc~FFuD7mn_^^ zNWX*lvwfy<(!a`kNcgzYe7={1|4MWP;a3E$;}QSujo=vZw-fYyk8lNP+Eetb;{An$ zXA@pTSVB0P^dAy_rVKp)LO6ji#Wy`;;ML#;@Kj52GDEMDEqb2hz-+&p{riW(uMnO> zxz*quzP@?jw~4=+Al*XG(WH%ouP3yWz$3Y{gK#6^C4^yL{)@c-hERNTp8E>_{Y*YQ ziT6?PGlb_8I)oX*Qqphs`94ehF2Z5N&jSC7@B_kf!t+UcrQX34eEw^QFCn~+P<#&Z zkq5vV2#1q@$d{1}{%gVv@n3^if=~9}-r%u9`UQl02|EdTt|Ns0`<1*85cJeY`#1M$ zcIvzQ`v`c1e-|7_c${zw`L8EDrbM1g3EPNg&sN?y68Uq&Ji>h9*MhGFHxrf-P9gp! zf}X!2tRwW3ei3+;kf3LQgW$d3uzx?wpTF;5m@+M#71tKZme|@MpwJV3nZfb>KI^lYIO~yr1viKgD~>`x+mA zIq~dy25GM+{Bf25wus*Yj{5w6!TWQ0zl`t#-j65zC*cExCLtm`LKyVTovq14O*APOSc3aa>Mkv5)Wc|$5@A#> zC-sSt(#>$H*_cksadW_Bt~Hu5b>}5Wo{Z9PG>+?Gd#c)q%Cw!f$Hw9`9dB2w9Wo@f zsYX+MBI6>(>sgNj8%P?rC<~FGB0tkHtybF_wTKdgEk^`;qFUoJRkRvmaAvsCvNjXw zwRnk}fRtpbA;VHwPSPnzLHk)+t(~^$au|j6c5PH+n;$jDCX?xSK`=iam>39`To`Uk zs#SG>_tvDk7SmcMo96lTMmTPh>xbtjj|%wWM%VK!sa7kMse8CwRtVRW<9aI@XDk+FEo9hba<${wdRe1hkH^$0%eB|U zI?IU}a_b{6s{Dg1$_c|{&?#&-&5RjiY5Hw8pkRH1jI~77^9%1cBi9oI3{1cX(^0i8CTNDRK|G$+8B!(gg!8jZ>gN+=nvCibak#!wZqxZ? z)nu#^_QxWJ0t|3vppj8DLpq}gqxx!g1!aC@=wrl zyxnTEm~9twvP;aNetGH3cCrk)*Qg<0*DNo-4+YCNuEDd~ibml#zZQb!@mPr;TPpb^ zYjY_I{IXULxmt8N4VFVwTk9!RI;krj2$naDpv^d9LkPDqwW4bo{%(n`Ovrv@iH$6g zBg+;0QNRs+e{vep_9vqx(Z2HKY{GDIrWQBG`%@yRGojf!tZ3%nv z;)^9XmY_zu@}WIkm|~=wO~anYc2^o>i3ZM^dU( zq?3jwuBjl`q5L}NdsZS9$1R25Y_VSFnqC2K((k?n7TmTv$h5-BQql)BYgSgDMw z*<^$zN@)iOkqRu@ND@3Lhdm47iSoAN?5mM&rPKUe-G!8)Fx-MftFmjL?ZsmVey;@} zdnIh0h$~D$|CUB8s`mHPJ`%UuQ&yG9SKBH@`^W^YWRcq|#eW6Gw5JZ6%Ft%CpvJn% z3|8FA{?Ss`+$5(^-l^BY%6POCtVGie*O;(#?_Q;o+UXLcs76{ctPKe&WRdHkGyt3D zQrJSp8>c2k2U@qb`np9;$IYZ^INog3oPsf67*B5Xjny!O{H9ZlniH^W z3pF7;fBjPH%#izK){L#RcmjBmI6rAThW6R& ztJQ{nr*QvM=^FGaen$A|>Z;w>a0?n-;ZrVf-12fPF%Up}EDp4}S{hCvOtkY!Ef`}+ zW9S@WC0pfUNynoaFEXmpMEOJBHr(uK)~&jI&*fa2PBg;N2qjE{5BgG1?3=LJQq8!FwuxChEhKDUAKW88LiJ$3cWUQG? zVeWdPjit$?n1Kshz+@VzCI)(ojwYoC!qts!G7%PrXt8OmNi5XGvWVG9D2(>%s-qGU zQtc^ktd4e6Ycm{eHny?tv&swgFGMD*T(MFLm|84;D3%PJQI;;$G}go5Dr&_Z`D&6JJJiKw2;*h~cLFz3lMFfhRDM2G@9g?GRhOL4Ja$OJi~Cydkz$+lA@k*&B=Rw>&)h7$YktG|Chn7Zx*(AE zDOV@lrm9>@&4^Rb+x)icb8Jl+rqhMI14@QQT<&Us8{%6X8*OL=s3;?HWQE>@4ke6j z>GkQ`^;?$v9ZLcdiq`lBSE0n3M$LwX(jWy#ZU(KcY=2W}_bwF)xjvwj>RgSM;xeh+ zWRame`3x}A(26xUwU@;$?aPWe?H9?S?omog8p@ZKi{|4gC^pvZaIy8KVD3BKbfnhE zQIy!NWUN&?L|b9k@^?(guRIgt0AvrMyBYU|p*%z0ivwH9*4D0!r;j;pOqYUxW0Q4MkSZiGkt zZTT&-FN3)lA<3zllMNg*=;h|IVIfL-?%}~u4Vh*tugx6EEuB)s$g-I7YOGN3+)=OU z?z;KJOipMaA6u;IWGwZLs=U2SRg`sJm#~DBBrcOW%;FowCsvk#Fk}rpz_|tc6UAtSGo8qz7396B{6%N07wmq)dO&rcT&Ww~X=r75%POG~&rLsQG0 z>GvNf!`pM)s77!VL@!2ETZ%4*H$9MooJ}U%1N7;xoT3^-zPg`I^MnM>A5xqmJl%7h zBtF4Wq9-DmsI}tsEmv+N-yE9s%6OK}`(oOOQCm016RZU^cwfZ1xV3hI5&6lTYLPqHGB^S*n$|dIpN}> zl%Z{MMP&A+6aA8Ol9BSkvMvhwurtjc*ej9fO6h-BtD}4VKRn+XDVIZ(m7x(K=Gt2n5 z>L^s%TI9vMYI4VbY2>&vmu^7vnMafL?uW0v!z#rQ}DezG*nTpbqPdXs=5N11u9RaY3?3rE=4SP}C{S{ zrt$GuOdECnGGuRQa7}_0;||Y8P{zD_+9iAXhkJb3BLODp^kN-nPKm^T`|{jn|sa|!i?sxjby0GYGSA1^o<2QU{$Q%vfkCD7pEUF7ph#!qsN|f z$CLVEZ{2T5JQZbUlF6w9(jKpGo{E?)92?}xY#O*@vZA@H)zT_dDSau3wnd4ljfr!e z>WYCg0RnltMv+CUw`|!IE{)P;Y+-oq$jFLtxXqx^uh6hHx#ZJ%q(2ixb2V;HW{3d;;s1B zu^6|JB%(=h+x_HFi{vMDhswc3qc7O^!SbYhrCl9JmV01nU5Z*-GHybvEsqNRr>#1^ z<(xqL74U8E>2_S0og)Trcxiy~hvNZH!#=2JGfTF{M5Emb3Le);E=aj@y-}7~x_*D~ za@6*Lv^|Oj;I@K+K+Kgo9l+g&KvOW|Dcfj@_gmZs<2QYOFo2d4*d>E{j5Ehs>&7yy z!@aQ!$t9zWQxGyc3Ks(Y1(a*&UJ0c9)EnD^G@jzX)6TSPl6C&>c5%90OG`w~^%AXwY`5xC8U( z%PjTDdAx86B<}-%S^&idL*rh1_Xid3gD%ZT>2om{)i?rUq)|nfy43u0&jPc$;EL>; ziCkyw5pEUP$7YNQCb8uPVrlT2AE?X~T|_9YDVMHsa(gJ`Mv+`b>AX!Fx0LYK*@`cj zcE$WGp9B4@Fck^9TTC}*dXi2!}qM>t_oU`a$ z^2w`N+T#7b4aD80my=eXXwzJ2OB~gPoGUlnGP|=`Njh#BS9-iVrZZ*T3|L8fZi)oM*vV-9bvYI0Plgzl|n2}Bg616(?bDp+=-Z7oU6l~zzFDFxI}l_)xNo2mLqylX*b(d>yEC!)#-Z>&hDH+q2nHp-aX}*15CT(z`}$vGLNLw9CyBS zyKN$#y|=~(U5AT0W%h6DGGELP$gl+I?{6~Ut=XN_p+ku?85YhmQGuS<==e+n30#is zZrtwe$uz7%p?X}=u#*n_lNQxDToqC&d%#Ge70mTT!6ZNbwlaz%DOnYw^ zxxvI7LVVc7It`Jk)=-mLH29S326(-@eXK;(TbwS)TBJE6x4U&wRGOGr5UBIP7V&&7 zW5jTU(rl&Ln=>hw8mrb>NOa#3#hA535rY#h zis5vIRe?+M1qn&1Ot}ZkV$?dFG=(a-e)j%)+)8Qz^4gz_hvptgS>s8tAxTTYHON}A zjfmscN3iSTRhp`3wP`JB*y~LnZZdruUjB#l*LJ*MJ$)T6aYD?-dm-`Gnt`anxkDCr^OZ${%LF6u$yVjgtnVje~{ifh6LQ|`hM zYrHnQbI+6^hBU?Xh%j#DQ;MF(h;cMbvIhLTIl%xK5J+6zYFFKw;Lct)_9rMc%6KJI zII=1y6j=_3LdK*f-zbZkj%^l|R4IMe9Xv5Af-vJ0H~LN#UT^DI!d_ELFC{5Wp4v*I zR+RA?T;SN|G)H|cU)VLwnBX)fqJpxZOC)$O?BmQpur^}r3$}LJwQBnc&Nd?CBr;R- zR!nTS`B-mWSTOmxCK%c{-nU8x@$a)b(%{;Xc*^CYk8{xge$@02?3og-koXN*k8~LE z!!Yn6BQ#U3wwZ;<0NN2xXM(z^g*wA&r1l7?YfB)jd5&oGKJXy(g|oZZKpp>uD@s!h zR7~s-^fy}t!@f0R^G$FZ7x~c2v_O0rW`vz#LVjszE_!iDJ^SuSt^}$xn(v`t{p?Pr zg;Mfqb|Y((S~YHpTjC$9i7fo8YGH94a+nllLY~u=sJK_i? zjPkb7Eg7z$=R?7&+50KO?k2hhOWSn>w|Z){roZ%vBW2EcF=E+oYZ98t3>m}N6DSga zbWMFf%3Yy?@M6BBh$r^9oH5Y;W-f@m|4AF2Y(dE=6ft_4Z=VFQfx!}}5i|cUMQNOJQWRtqriWq*os{%~Nj0u98YQs8ZgRQxE&9+nS)Wl8Q`<7npb;Vj?B~sEfsexd1 zgwQL6>lpPotKO+arcO8KEctK(eXG7l3BNbmM$U}Wt4YKs9;$G~2aA*~r(^xUtu z>4G{Jcep9H(Ah~g19^2dnSSyF(-|f^+rPOm8_gKcFsD*G*~3|(+Q$8+ja*SORulK_ z9dC8gXkmzUV|?ZG8q6+JJjb-DFv+x{6`pVoEXEUe`H^OfVe+}#A-YsXY&i|g1e2s- zL6^5qR$RZSUxrQ0pJmC=>-N-D;Z&w-8bb*Qw`!}aIrTfeupfc!_35l@;b^17_5JYt zaQ#x731?_BVYLV)%DT^0Cx@us`gVS*0EJc8C!?!h+Aym*duwBH@p+~CCd&Y!SA>C zct0?Zt^Zb2Z}xEZt{Iq@KW}5#@wUhu0jsqXs5NH`8&7!G$gUj=-FdI4F{(88#Sxq) zYS8&iu~>z`g+ZhP?lq3iVrwAJu)!yw=jF}P{Im?^4%<;5_m)s6oyp`l+th5c+6#9s z;}#e1Y#nFw?;SmGo(KZ1W^CY&(~37M%bcl7de$UJ{mu*5z~hwNEoK-+_D3l4RVQp% zIoPg}Bzy0c=?y6DKWDq0Q%Ms{<6xs_9JWA;gn#M6}R zn9`(^YUW%pH&InrR^c$&?FA>W+zrwm97EHszHt6%TgL*vBfC1nxK^3Y7+sYbtG8#CL^IhVR?1|Bu`n!U>zP>u<^y0J!W zi%MIUJn?GRF2?SY*~yXCcUk8?guqaV;1JSSDU zV036jXXXaW#|*^WGRO>cH$6@r_LFQ&fgT+}vX2WzKTvxJ22ZC=BG5 zyLk+`-3=vJ`m#2-4-EM^->5SIlEg022{$Mvvop+-Sz2ZkWO~Y4DXpv~T(faiUeE5N ziB;?;w_Lh)6>E6n&qIYmnM&R5NUnP9nN%!ja(o|5nU|EL zmPXiJr&v&=Sz+%QfpWese8Y+T#i-q-kff17*Tsp{mEcT<<;yXi7|SPdV$+pH$H>n-AU0jr>U_GhK*mNqB{Pl-vMh^SCv)i|cqB%9J`72X ztZPqgvRgP4iRD>jl8|w?XYVD)z7)-Yyr`X!N~1OP+Wm%^+LriuuPWSC#GOXqGZh>! z^hakF2ojffi|u--HhUas`wS!ad&k-#Bg-6<*#~#z=!|$iW|mr{Gh#bBaio?1#n~{< z|Af}d>XciA|KXw;DKHt;_HfD6)%~?hHFWK9&|+cWL>o85_7(+?VBmZ{|qYFs;%gUsw{XxD*VRmogU?yT5dSg{Xmp@=?rWLij;GS9h#`sgaig^~_e zjj0PCi#oCuVTy8B0uBa^)Q)jN*%01f(#xwR#@gP zItvZ=6Iya_7<0_Z#3p;P- zJjIC1m>Qp1c5}xZGrG{1Yo1P$;@^s;5lm?EZQ;OfT!OLNXkFf<9R_1}vG>ZK^q9_A zWp8eK+SEPHIXGTDv{6*sZe#v(L7)>it|ApR U3m5DPG@M%\n" +"Language-Team: CORAL Türkiye \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Poedit-Basepath: ../../..\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Poedit 1.8.4\n" +"X-Poedit-KeywordsList: watchString\n" +"X-Poedit-SearchPath-0: .\n" + +#: js/admin.js:62 +msgid "Do you really want to delete this user?" +msgstr "Bu kullanıcıyı silmek istediğinizden emin misiniz?" + +#: js/admin.js:64 js/index.js:41 js/publisherPlatform.js:81 +#: js/publisherPlatform.js:99 js/publisherPlatform.js:117 +#: js/publisherPlatform.js:136 js/publisherPlatform.js:155 +#: js/publisherPlatform.js:227 js/sushi.js:80 +msgid "Processing..." +msgstr "İşlem devam ediyor..." + +#: js/admin.js:121 js/reporting.js:61 +msgid "Error - Please enter a value." +msgstr "Hata - Lütfen değer giriniz" + +#: js/admin.js:125 +msgid "Error - Please enter a valid email address." +msgstr "Hata - Lütfen geçerli bir e-posta adresi girin." + +#: js/admin.js:135 +msgid "Do you really want to delete this email address?" +msgstr "Bu e-posta adresini silmek istediğinizden emin misiniz?" + +#: js/admin.js:199 +msgid "Count over must be a number." +msgstr "Sayı olmak zorunda." + +#: js/admin.js:200 +#, javascript-format +msgid "% over must be a number." +msgstr "% bir sayı olmak zorunda." + +#: js/forms/externalLoginSubmitForm.js:54 +msgid "Please enter a username to continue" +msgstr "Devam etmek için bir kullanıcı adı giriniz" + +#: js/forms/externalLoginSubmitForm.js:58 +msgid "For security, please enter a password" +msgstr "Güvenliğiniz için bir şifre giriniz" + +#: js/forms/identifierSubmitForm.js:71 +msgid "Identifier must be valid format." +msgstr "Tanımlayıcı geçerli bir formata sahip olmalıdır." + +#: js/forms/organizationForm.js:34 +msgid "This organization doesn't exist in the CORAL Organizations module." +msgstr "Bu yayıncı, CORAL Yayıncılar modülünde mevcut değil." + +#: js/forms/organizationForm.js:97 +msgid "This organization doesn't exist in the CORAL Organizations Module." +msgstr "Bu yayıncı, CORAL Yayıncılar Modülünde mevcut değil." + +#: js/forms/outlierSubmitForm.js:94 +msgid "" +"Count is required. If you wish to remove the count the outlier should be " +"ignored." +msgstr "" +"Sayı gereklidir. Eğer kaldırmak istiyorsanız, aykırı değerler göz ardı " +"edilecek." + +#: js/forms/overrideSubmitForm.js:58 +msgid "Count is required." +msgstr "Sayı gereklidir." + +#: js/forms/platformNoteSubmitForm.js:54 js/forms/publisherNoteSubmitForm.js:55 +msgid "Start Year must be 4 numbers and start with 19 or 20." +msgstr "Başlangıç Yılı 4 numaradan oluşmalı ve 19 ya da 20 ile başlamalıdır." + +#: js/forms/platformNoteSubmitForm.js:55 js/forms/publisherNoteSubmitForm.js:56 +msgid "End Year must be 4 numbers and start with 19 or 20." +msgstr "Bitiş Yılı 4 numaradan oluşmalı ve 19 ya da 20 ile başlamalıdır." + +#: js/forms/platformNoteSubmitForm.js:56 +msgid "Please choose Yes or No for Counter Compliant." +msgstr "Counter uyumu için Evet ya da Hayıra tıklayın." + +#: js/forms/platformSubmitForm.js:71 +msgid "Platform must be entered." +msgstr "Platform girilmelidir." + +#: js/import.js:38 js/publisherPlatform.js:139 admin.php:16 admin.php:31 +#: admin.php:46 +msgid "Loading..." +msgstr "Yükleniyor..." + +#: js/import.js:65 +msgid "Please select a file." +msgstr "Lütfen dosya seçiniz." + +#: js/index.js:133 ajax_htmldata.php:1541 publisherPlatformList.php:32 +#: reporting.php:41 +msgid "show publisher list" +msgstr "yayıncı listesini görüntüle" + +#: js/index.js:139 +msgid "hide publisher list" +msgstr "yayıncı listesini gizle" + +#: js/publisherPlatform.js:175 +msgid "Do you really want to remove this interface note?" +msgstr "Bu arayüz notunu kaldırmak istediğinizden emin misiniz?" + +#: js/publisherPlatform.js:193 +msgid "Do you really want to remove this Publisher note?" +msgstr "Bu yayıncı notunu kaldırmak istediğinizden emin misiniz?" + +#: js/publisherPlatform.js:211 +msgid "Do you really want to remove this login information?" +msgstr "Bu oturum açma bilgilerini kaldırmak istediğinizden emin misiniz?" + +#: js/publisherPlatform.js:226 +msgid "Do you really want to delete this month?" +msgstr "Bu ayı silmek istediğinizden emin misiniz?" + +#: js/publisherPlatform.js:244 +msgid "Do you really want to delete this " +msgstr "Bunu silmek istediğinizden emin misiniz" + +#: js/publisherPlatform.js:263 js/sushi.js:104 +msgid "Running..." +msgstr "Çalışıyor..." + +#: js/publisherPlatformList.js:35 js/reporting.js:35 +msgid "show Publisher list" +msgstr "Yayıncı listesini görüntüle" + +#: js/publisherPlatformList.js:39 js/reporting.js:39 +msgid "hide Publisher list" +msgstr "Yayıncı listesini gizle" + +#: js/sushi.js:78 +msgid "Do you really want to delete this import?" +msgstr "Bu içe aktarmayı silmek istediğinizden emin misiniz?" + +#: admin.php:2 +msgid "Administration" +msgstr "Yönetim" + +#: admin.php:12 +msgid "Users" +msgstr "Kullanıcılar" + +#: admin.php:13 +msgid "add new user" +msgstr "yeni kullanıcı ekle" + +#: admin.php:27 +msgid "Email addresses for logs" +msgstr "Log kayıtları için e-posta adresleri" + +#: admin.php:28 +msgid "add new email address" +msgstr "yeni e-posta adresi ekle" + +#: admin.php:43 +msgid "Outlier Parameters" +msgstr "aykırı parametreler" + +#: admin/classes/common/DBService.php:39 +msgid "There was a problem with the database: " +msgstr "Veritabanıyla ilgili bir sorun oluştu:" + +#: admin/classes/common/LdapPerson.php:34 +msgid "Could not connect to " +msgstr "Bağlanamadı" + +#: admin/classes/common/Object.php:63 +msgid "Cannot set value for undefined key (" +msgstr "Tanımlamayan anahtar için değer belirlenemedi (" + +#: admin/classes/common/Object.php:72 +msgid "Cannot get value for undefined key (" +msgstr "Tanımlamayan anahtar için değer oluşturulamadı (" + +#: admin/classes/domain/ImportLog.php:36 +msgid " (via sushi)" +msgstr "(sushi aracılığıyla)" + +#: admin/classes/domain/ImportLog.php:42 +msgid "Failed" +msgstr "Başarısız" + +#: admin/classes/domain/ImportLog.php:44 +msgid "awaiting import" +msgstr "içe aktarma bekleniyor" + +#: admin/classes/domain/SushiService.php:186 +msgid "At least one report type must be set up!" +msgstr "En az bir rapor türü seçilmelidir!" + +#: admin/classes/domain/SushiService.php:188 +msgid "Connection test successful!" +msgstr "Bağlantı testi başarılı!" + +#: admin/classes/domain/SushiService.php:211 +msgid "No report types are set up!" +msgstr "Rapor türleri ayarlanmadı!" + +#: ajax_forms.php:39 ajax_forms.php:167 ajax_forms.php:256 ajax_forms.php:353 +#: ajax_forms.php:420 ajax_forms.php:485 ajax_forms.php:978 +msgid "Update" +msgstr "Güncelle" + +#: ajax_forms.php:43 ajax_forms.php:256 ajax_forms.php:362 ajax_forms.php:426 +#: ajax_forms.php:489 +msgid "Add" +msgstr "ekle" + +#: ajax_forms.php:55 +msgid "Email Address" +msgstr "E-posta Adresi" + +#: ajax_forms.php:64 ajax_forms.php:228 +msgid "close" +msgstr "kapat" + +#: ajax_forms.php:105 +msgid "SUSHI Service for" +msgstr "SUSHI Servisi" + +#: ajax_forms.php:105 +msgid "Optional Parameters" +msgstr "İsteğe bağlı Parametreler" + +#: ajax_forms.php:108 +msgid "Start Date:" +msgstr "Başlangıç tarihi:" + +#: ajax_forms.php:112 +msgid "End Date:" +msgstr "Bitiş tarihi:" + +#: ajax_forms.php:113 +msgid "(yyyy-mm-dd)" +msgstr "(yyyy-aa-gg)" + +#: ajax_forms.php:118 +msgid "Ensure platform name stays CORAL's Platform Name: " +msgstr "Platform adının CORAL'ın Platform adıyla aynı olduğundan emin olun:" + +#: ajax_forms.php:127 +msgid "submit for processing" +msgstr "işlem için gönder" + +#: ajax_forms.php:128 ajax_forms.php:168 ajax_forms.php:325 ajax_forms.php:394 +#: ajax_forms.php:461 ajax_forms.php:627 ajax_forms.php:831 ajax_forms.php:885 +#: ajax_forms.php:1023 +msgid "cancel" +msgstr "iptal et" + +#: ajax_forms.php:141 +msgid "No Sushi Service passed in!" +msgstr "Sushi Servisi başarılı olamadı!" + +#: ajax_forms.php:162 +msgid "Update Outlier" +msgstr "Aykırı değerleri Güncelle" + +#: ajax_forms.php:162 +msgid "Level" +msgstr "Düzey" + +#: ajax_forms.php:163 +msgid "Count Over" +msgstr "Sayı üzerinde" + +#: ajax_forms.php:164 +msgid "% Over prior 12 months" +msgstr "% geçmiş 12 aydan fazla" + +#: ajax_forms.php:217 +msgid "Update Report Display Name" +msgstr "Rapor Adını Güncelle" + +#: ajax_forms.php:222 ajax_forms.php:771 ajax_forms.php:778 ajax_forms.php:785 +#: ajax_htmldata.php:1013 ajax_htmldata.php:1020 ajax_htmldata.php:1027 +#: ajax_htmldata.php:1418 +msgid "update" +msgstr "güncelle" + +#: ajax_forms.php:295 ajax_htmldata.php:377 ajax_htmldata.php:398 +msgid "Interface Notes" +msgstr "Arayüz notları" + +#: ajax_forms.php:298 ajax_forms.php:376 +msgid "Start Year:" +msgstr "Başlangıç Yılı:" + +#: ajax_forms.php:302 ajax_forms.php:380 +msgid "End Year:" +msgstr "Bitiş Yılı:" + +#: ajax_forms.php:306 +msgid "Counter Compliant?" +msgstr "Counter uyumlu?" + +#: ajax_forms.php:308 +msgid "Yes" +msgstr "Evet" + +#: ajax_forms.php:309 +msgid "No" +msgstr "Hayır" + +#: ajax_forms.php:315 +msgid "Interface Notes:" +msgstr "Arayüz Notları:" + +#: ajax_forms.php:324 ajax_forms.php:393 ajax_forms.php:460 ajax_forms.php:626 +#: ajax_forms.php:830 ajax_forms.php:884 +msgid "submit" +msgstr "gönder" + +#: ajax_forms.php:373 ajax_htmldata.php:321 +msgid "Publisher Notes" +msgstr "Yayıncı Notları" + +#: ajax_forms.php:384 +msgid "Publisher Notes:" +msgstr "Yayıncı Notları:" + +#: ajax_forms.php:437 ajax_htmldata.php:470 +msgid "Login" +msgstr "Giriş" + +#: ajax_forms.php:440 +msgid "Username:" +msgstr "Kullanıcı Adı:" + +#: ajax_forms.php:444 ajax_forms.php:549 +msgid "Password:" +msgstr "Şifre:" + +#: ajax_forms.php:447 +msgid "URL:" +msgstr "URL:" + +#: ajax_forms.php:451 +msgid "Login Notes:" +msgstr "Oturum Açma Notları:" + +#: ajax_forms.php:499 ajax_htmldata.php:459 +msgid "SUSHI Connection" +msgstr "SUSHI Bağlantısı" + +#: ajax_forms.php:502 +msgid "Service/Endpoint URL:" +msgstr "Servis/Bitiş noktası URL:" + +#: ajax_forms.php:504 +msgid "if using COUNTER's WSDL" +msgstr "COUNTER WSDL'si kullanılıyorsa" + +#: ajax_forms.php:508 +msgid "or - WSDL URL:" +msgstr "veya - WSDL URL:" + +#: ajax_forms.php:510 +msgid "if not using COUNTER's WSDL" +msgstr "COUNTER WSDL'si kullanılmıyorsa" + +#: ajax_forms.php:513 +msgid "Report Type(s):" +msgstr "Rapor Tür(leri)" + +#: ajax_forms.php:515 +msgid "separate report types with semi-colon, e.g. JR1;BR1" +msgstr "rapor türlerini noktalı virgülle ayır, örnek JR1; BR1 gibi" + +#: ajax_forms.php:519 +msgid "COUNTER Release:" +msgstr "COUNTER Sürümü:" + +#: ajax_forms.php:528 +msgid "Requestor ID:" +msgstr "Talep Sahibinin Kimliği:" + +#: ajax_forms.php:532 +msgid "Customer ID:" +msgstr "Müşteri Kimliği:" + +#: ajax_forms.php:536 +msgid "Security Type:" +msgstr "Güvenlik Türü:" + +#: ajax_forms.php:538 ajax_forms.php:544 ajax_forms.php:551 ajax_forms.php:559 +msgid "(optional)" +msgstr "(isteğe bağlı)" + +#: ajax_forms.php:538 +msgid "can be: HTTP Basic, WSSE Authentication" +msgstr "HTTP Basic, WSSE Kimlik Doğrulaması olabilir" + +#: ajax_forms.php:542 +msgid "Login:" +msgstr "Oturum açma:" + +#: ajax_forms.php:544 ajax_forms.php:551 +msgid "only needed for HTTP or WSSE Authentication" +msgstr "Sadece HTTP Basic veya WSSE Kimlik Doğrulaması için gereklidir" + +#: ajax_forms.php:557 +msgid "Service Day:" +msgstr "Hizmet Günleri:" + +#: ajax_forms.php:559 +msgid "number indicating the day of month the service should run" +msgstr "sistemin bir ayda çalışması gereken gün sayısı" + +#: ajax_forms.php:559 +msgid "(e.g. 27 will run 27th of every month)" +msgstr "(örnek 27 her ayın 27sinde çalışacak)" + +#: ajax_forms.php:563 +msgid "Sushi Notes:" +msgstr "Sushi Notları:" + +#: ajax_forms.php:611 +msgid "Link Associated Organization" +msgstr "İlgili Yayıncının Bağlantısı" + +#: ajax_forms.php:615 +msgid "Organization:" +msgstr "Yayıncı:" + +#: ajax_forms.php:686 ajax_forms.php:762 ajax_htmldata.php:961 +msgid "None currently" +msgstr "Şu an mevcut değil" + +#: ajax_forms.php:693 ajax_htmldata.php:968 +msgid "update override" +msgstr "geçersiz kılmayı güncelle" + +#: ajax_forms.php:693 ajax_htmldata.php:969 +msgid "ignore outlier" +msgstr "aykırı değeri yoksay" + +#: ajax_forms.php:702 ajax_forms.php:796 ajax_forms.php:953 +msgid "Close" +msgstr "Kapat" + +#: ajax_forms.php:753 +msgid "(showing only titles for which there were outliers during the year)" +msgstr "(yıl içerisinde sadece geçersiz kalan başlıkları görüntüle)" + +#: ajax_forms.php:768 ajax_htmldata.php:1010 +msgid "Total" +msgstr "Total" + +#: ajax_forms.php:775 ajax_htmldata.php:1017 +msgid "PDF" +msgstr "PDF" + +#: ajax_forms.php:821 +msgid "Add New Platform for SUSHI Connection" +msgstr "SUSHI Bağlantısi için Yeni Platform Ekle" + +#: ajax_forms.php:822 ajax_htmldata.php:1514 +msgid "Platform Name" +msgstr "Platform Adı" + +#: ajax_forms.php:863 +msgid "Add Identifier" +msgstr "Tanımlayıcı Ekle" + +#: ajax_forms.php:864 +msgid "Identifier Type" +msgstr "Tanımlayıcı Türü" + +#: ajax_forms.php:867 ajax_htmldata.php:720 ajax_htmldata.php:796 +#: spreadsheet.php:86 titles_spreadsheet.php:55 +msgid "ISSN" +msgstr "ISSN" + +#: ajax_forms.php:868 ajax_htmldata.php:721 +msgid "eISSN" +msgstr "eISSN" + +#: ajax_forms.php:869 ajax_htmldata.php:795 spreadsheet.php:85 +#: titles_spreadsheet.php:54 +msgid "ISBN" +msgstr "ISBN" + +#: ajax_forms.php:870 +msgid "eISBN" +msgstr "eISBN" + +#: ajax_forms.php:871 ajax_htmldata.php:719 ajax_htmldata.php:794 +#: spreadsheet.php:63 spreadsheet.php:83 titles_spreadsheet.php:49 +#: titles_spreadsheet.php:53 +msgid "DOI" +msgstr "DOI" + +#: ajax_forms.php:872 spreadsheet.php:64 spreadsheet.php:84 +msgid "Proprietary ID" +msgstr "Kişiye özel ID" + +#: ajax_forms.php:876 +msgid "Identifier" +msgstr "Tanımlayıcı" + +#: ajax_forms.php:918 +msgid "Associated Titles and Identifiers" +msgstr "İlişkili Başlık ve Tanımlayıcılar" + +#: ajax_forms.php:981 +msgid "Add New" +msgstr "Yeni Ekle" + +#: ajax_forms.php:988 +msgid " User" +msgstr " Kullanıcı" + +#: ajax_forms.php:989 ajax_htmldata.php:1402 +msgid "Login ID" +msgstr "Oturum Açma Kimliği" + +#: ajax_forms.php:990 ajax_htmldata.php:1403 +msgid "First Name" +msgstr "Ad" + +#: ajax_forms.php:991 ajax_htmldata.php:1404 +msgid "Last Name" +msgstr "son ad" + +#: ajax_forms.php:992 ajax_htmldata.php:1405 +msgid "Privilege" +msgstr "Ayrıcalık" + +#: ajax_forms.php:996 +msgid "Add/Edit users have access to everything" +msgstr "Her şeye erişebilecek kullanıcıları ekle/düzenle" + +#: ajax_forms.php:996 +msgid "except the Admin tab and admin users" +msgstr "Yönetici sekmesi ve yönetici kullanıcılar hariç" + +#: ajax_forms.php:996 +msgid "have access to everything" +msgstr "her şeye erişebilir" + +#: ajax_forms.php:1042 ajax_htmldata.php:1639 ajax_processing.php:598 +msgid "Function " +msgstr "İşlev" + +#: ajax_forms.php:1042 ajax_htmldata.php:1639 ajax_processing.php:598 +msgid " not set up!" +msgstr " kurulmadı!" + +#: ajax_htmldata.php:47 +msgid "Import History for " +msgstr "İçeri Aktarma Geçmişi" + +#: ajax_htmldata.php:62 ajax_htmldata.php:1147 +msgid "Import Date" +msgstr "İçeri Aktarma Tarihi" + +#: ajax_htmldata.php:63 ajax_htmldata.php:1148 +msgid "Imported By" +msgstr " tarafından içe aktarılmış" + +#: ajax_htmldata.php:64 ajax_htmldata.php:1149 +msgid "Import Summary" +msgstr "İçe Aktarma Özeti" + +#: ajax_htmldata.php:76 ajax_htmldata.php:1168 +msgid "view log" +msgstr "Günlüğü görüntüle" + +#: ajax_htmldata.php:77 ajax_htmldata.php:1169 +msgid "view archive" +msgstr "arşivi görüntüle" + +#: ajax_htmldata.php:82 +msgid "(no imports found)" +msgstr "(içe aktarma bulunamadı)" + +#: ajax_htmldata.php:96 +msgid "Publisher Logins" +msgstr "Yayıncı Girişi" + +#: ajax_htmldata.php:113 ajax_htmldata.php:174 +msgid "Interface Login" +msgstr "Arayüz Girişi" + +#: ajax_htmldata.php:114 ajax_htmldata.php:175 ajax_htmldata.php:242 +#: ajax_htmldata.php:471 +msgid "Password" +msgstr "Şifre" + +#: ajax_htmldata.php:115 ajax_htmldata.php:176 ajax_htmldata.php:243 +msgid "URL" +msgstr "URL" + +#: ajax_htmldata.php:116 ajax_htmldata.php:177 +msgid "Login Notes" +msgstr "Oturum Açma Notları" + +#: ajax_htmldata.php:128 ajax_htmldata.php:189 ajax_htmldata.php:351 +#: ajax_htmldata.php:420 ajax_htmldata.php:901 ajax_htmldata.php:925 +#: uploadComplete.php:357 +msgid "edit" +msgstr "düzenle" + +#: ajax_htmldata.php:128 ajax_htmldata.php:189 ajax_htmldata.php:351 +#: ajax_htmldata.php:420 ajax_htmldata.php:1419 +msgid "remove" +msgstr "kaldır" + +#: ajax_htmldata.php:138 ajax_htmldata.php:199 ajax_htmldata.php:359 +#: ajax_htmldata.php:428 ajax_htmldata.php:478 ajax_htmldata.php:638 +#: ajax_htmldata.php:665 ajax_htmldata.php:699 ajax_htmldata.php:1428 +#: ajax_htmldata.php:1536 +msgid "(none found)" +msgstr "(hiçbiri bulunamadı)" + +#: ajax_htmldata.php:146 ajax_htmldata.php:207 +msgid "add new login" +msgstr "yeni giriş ekle" + +#: ajax_htmldata.php:157 +msgid "Interface Logins" +msgstr "Arayüz Girişi" + +#: ajax_htmldata.php:217 +msgid "Organization Accounts" +msgstr "Yayıncı Hesapları" + +#: ajax_htmldata.php:237 +msgid "For " +msgstr "için" + +#: ajax_htmldata.php:237 ajax_htmldata.php:261 +msgid "view organization" +msgstr "yayıncıyı görüntüle" + +#: ajax_htmldata.php:240 +msgid "Login Type" +msgstr "Giriş Türü" + +#: ajax_htmldata.php:241 +msgid "Username" +msgstr "Kullanıcı adı" + +#: ajax_htmldata.php:244 ajax_htmldata.php:338 ajax_htmldata.php:473 +msgid "Notes" +msgstr "Notlar" + +#: ajax_htmldata.php:261 +msgid "No login information stored for " +msgstr "Herhangi bir oturum açma bilgisi saklanmadı" + +#: ajax_htmldata.php:266 +msgid "change associated organization" +msgstr "ilişkili yayıncıları değiştir" + +#: ajax_htmldata.php:275 +msgid "link to associated organization" +msgstr "ilgili yayıncıya bağlantı verin" + +#: ajax_htmldata.php:300 +msgid "Login Credentials are also available for the following publishers:" +msgstr "Oturum açma kimlik bilgileri aşağıdaki yayıncılar için de mevcuttur:" + +#: ajax_htmldata.php:336 ajax_htmldata.php:395 +msgid "Start Year" +msgstr "Başlangıç Yılı" + +#: ajax_htmldata.php:337 ajax_htmldata.php:396 +msgid "End Year" +msgstr "Bitiş Yılı" + +#: ajax_htmldata.php:345 +msgid "Present" +msgstr "Mevcut" + +#: ajax_htmldata.php:364 +msgid "add new publisher notes" +msgstr "yeni yayıncı notları ekle" + +#: ajax_htmldata.php:397 +msgid "Counter" +msgstr "Counter" + +#: ajax_htmldata.php:397 +msgid "Compliant?" +msgstr "Uyumlu?" + +#: ajax_htmldata.php:433 +msgid "add new interface note" +msgstr "yeni arayüz notu ekle" + +#: ajax_htmldata.php:463 +msgid "Service URL" +msgstr "Servis URL" + +#: ajax_htmldata.php:464 +msgid "WSDL URL" +msgstr "WSDL URL" + +#: ajax_htmldata.php:465 +msgid "COUNTER Release" +msgstr "COUNTER Sürümü" + +#: ajax_htmldata.php:466 +msgid "Report Layouts" +msgstr "Mise en page des rapports" + +#: ajax_htmldata.php:467 +msgid "Requestor ID" +msgstr "Talep edeninin Kimliği" + +#: ajax_htmldata.php:468 +msgid "Customer ID" +msgstr "Müşteri ID" + +#: ajax_htmldata.php:469 +msgid "Security" +msgstr "Güvenlik" + +#: ajax_htmldata.php:472 +msgid "Service Day" +msgstr "Çalışma Günü" + +#: ajax_htmldata.php:472 +msgid " (day of month)" +msgstr "(ayın günü)" + +#: ajax_htmldata.php:475 +msgid "Edit SUSHI Connection Info" +msgstr "SUSHI Bağlantı Bilgisini Düzenle" + +#: ajax_htmldata.php:476 +msgid "Test SUSHI Connection" +msgstr "SUSHI Bağlantısını Test Et" + +#: ajax_htmldata.php:478 +msgid "Add SUSHI Connection" +msgstr "SUSHI Bağlantısı Ekle" + +#: ajax_htmldata.php:484 +msgid "Visit the " +msgstr "Ziyaret et" + +#: ajax_htmldata.php:484 +msgid "SUSHI Server Registry" +msgstr "SUSHI Sunucu Kayıtları" + +#: ajax_htmldata.php:484 +msgid " for information about adding your provider." +msgstr "sağlayıcınızla ilgili bilgiler" + +#: ajax_htmldata.php:511 ajax_htmldata.php:602 +msgid "delete entire month" +msgstr "bütün ayı silin" + +#: ajax_htmldata.php:522 ajax_htmldata.php:606 +msgid "view outliers for this month" +msgstr "Bu ayki aykırı değerleri görüntüle" + +#: ajax_htmldata.php:557 ajax_htmldata.php:638 +msgid "Statistics Management" +msgstr "İstatistik Yönetimi" + +#: ajax_htmldata.php:568 +msgid "(archive)" +msgstr "(arşiv)" + +#: ajax_htmldata.php:578 +msgid "View Spreadsheet" +msgstr "Çalışma sayfasını Görüntüle" + +#: ajax_htmldata.php:623 +msgid "update overrides for this year" +msgstr "bu seneki aykırı değerleri güncelle" + +#: ajax_htmldata.php:625 +msgid "(no outliers found for this year)" +msgstr "(bu sene için geçersiz değer bulunamadı)" + +#: ajax_htmldata.php:661 ajax_htmldata.php:699 +msgid "Titles" +msgstr "Başlıklar" + +#: ajax_htmldata.php:669 +msgid "View Journal Spreadsheet" +msgstr "Dergiler için Çalışma Sayfasını Görüntüle" + +#: ajax_htmldata.php:673 +msgid "View Books Spreadsheet" +msgstr "Kitaplar için Çalışma Sayfasını Görüntüle" + +#: ajax_htmldata.php:714 +msgid "Journals - Associated Titles and ISSNs" +msgstr "Dergiler - İilişkili Başlıklar ve ISSNler" + +#: ajax_htmldata.php:718 ajax_htmldata.php:793 ajax_htmldata.php:867 +msgid "Title" +msgstr "Başlık" + +#: ajax_htmldata.php:761 ajax_htmldata.php:838 +msgid "view related titles" +msgstr "İlişkili başlıkları görüntüle" + +#: ajax_htmldata.php:761 ajax_htmldata.php:838 +msgid "view in link resolver" +msgstr "bağlantı çözücüde görüntüle" + +#: ajax_htmldata.php:789 +msgid "Books - Associated Titles and ISBNs" +msgstr "Kitaplar - İlişkili Başlıklar ve ISBNler" + +#: ajax_htmldata.php:863 +msgid "Database Titles" +msgstr "Veritabanı Başlıkları" + +#: ajax_htmldata.php:896 +msgid "Current Email Addresses" +msgstr "Mevcut E-posta Adresleri" + +#: ajax_htmldata.php:902 +msgid "delete" +msgstr "sil" + +#: ajax_htmldata.php:921 +msgid "Current Outlier Parameters" +msgstr "Aykırılık Parametreleri" + +#: ajax_htmldata.php:924 uploadComplete.php:112 +msgid "Level " +msgstr "Düzey" + +#: ajax_htmldata.php:924 uploadComplete.php:112 +msgid " over plus " +msgstr " üzerinde " + +#: ajax_htmldata.php:924 +#, php-format +msgid "% over - displayed " +msgstr "% over - görüntülenen " + +#: ajax_htmldata.php:929 +msgid "" +"Outliers are currently disabled in the configuration file. Contact your " +"technical support to enable them." +msgstr "" +"Aykırı değerler ayarlama dosyasında devre dışı bırakıldım. Devreye almak " +"için teknik destek biriminizle iletişime geçin." + +#: ajax_htmldata.php:1055 ajax_htmldata.php:1080 reporting.php:36 +#: reporting.php:59 +msgid "edit report display name" +msgstr "rapor adını düzenleyin" + +#: ajax_htmldata.php:1106 +msgid "No imports found." +msgstr "İçe aktarma bulunamadı" + +#: ajax_htmldata.php:1112 ajax_htmldata.php:1472 +msgid "Displaying " +msgstr "Gösteriliyor" + +#: ajax_htmldata.php:1112 ajax_htmldata.php:1472 +msgid " to " +msgstr " ona " + +#: ajax_htmldata.php:1112 ajax_htmldata.php:1472 +msgid " of " +msgstr " onun " + +#: ajax_htmldata.php:1112 +msgid " Records" +msgstr " Kayıtlar" + +#: ajax_htmldata.php:1228 ajax_htmldata.php:1280 ajax_htmldata.php:1337 +msgid "Platform/Publisher" +msgstr "Platform/Yayıncı" + +#: ajax_htmldata.php:1229 +msgid "Import Run Date" +msgstr "İçe Aktarmanın Çalıştırılacağı Tarih" + +#: ajax_htmldata.php:1230 +msgid "Details" +msgstr "Ayrıntılar" + +#: ajax_htmldata.php:1254 +msgid "view to process" +msgstr "süreci görüntüle" + +#: ajax_htmldata.php:1255 +msgid "delete import" +msgstr "içe aktarmayı sil" + +#: ajax_htmldata.php:1260 +msgid "(no outstanding imports found)" +msgstr "(bekleyen içe aktarmalar bulunamadı)" + +#: ajax_htmldata.php:1281 ajax_htmldata.php:1340 ajax_htmldata.php:1517 +msgid "Latest Run" +msgstr "Son Çalışma" + +#: ajax_htmldata.php:1282 ajax_htmldata.php:1341 ajax_htmldata.php:1518 +msgid "Latest Status" +msgstr "Son Durum" + +#: ajax_htmldata.php:1308 +msgid "view full log" +msgstr "Voir le fichier journal complet" + +#: ajax_htmldata.php:1309 ajax_htmldata.php:1372 +msgid "run now" +msgstr "şimdi çalıştır" + +#: ajax_htmldata.php:1310 ajax_htmldata.php:1373 +msgid "change/test connection" +msgstr "bağlantıyı değiştir/test et" + +#: ajax_htmldata.php:1317 +msgid "(no failed imports found)" +msgstr "(başarısız içe aktarma bulunamadı)" + +#: ajax_htmldata.php:1338 +msgid "Report(s)" +msgstr "Rapor(lar)" + +#: ajax_htmldata.php:1339 ajax_htmldata.php:1516 +msgid "Next Run" +msgstr "Sonraki Çalıştırma" + +#: ajax_htmldata.php:1380 +msgid "(no sushi services set up)" +msgstr "(sushi servisi ayarlanmadı)" + +#: ajax_htmldata.php:1468 +msgid "Sorry, no platforms or publishers fit your query" +msgstr "Aramanızla eşleşen platform ya da yayıncı bulunamadı" + +#: ajax_htmldata.php:1472 +msgid " Platform Records" +msgstr " Platform Kayıtları" + +#: ajax_htmldata.php:1515 +msgid "Publishers" +msgstr "Yayıncılar" + +#: ajax_htmldata.php:1519 +msgid "By" +msgstr "Tarafından" + +#: ajax_htmldata.php:1620 +msgid "records per page" +msgstr "sayfadaki kayıt sayısı" + +#: ajax_processing.php:395 +msgid "Override has been updated" +msgstr "Geçersiz kılma güncellendi" + +#: ajax_processing.php:442 +msgid "Platform Reporting Display Name has been updated" +msgstr "Platform Raporlama Adı güncellendi" + +#: ajax_processing.php:458 ajax_processing.php:490 +msgid "Default display list has been updated" +msgstr "Varsayılan görünüm listesi güncellendi" + +#: ajax_processing.php:474 +msgid "Publisher Reporting Display Name has been updated" +msgstr "Yayıncı Raporlama Adı güncellendi" + +#: import.php:3 index.php:26 templates/header.php:167 templates/header.php:216 +msgid "Home" +msgstr "Anasayfa" + +#: import.php:14 +msgid "Usage Statistics Import" +msgstr "Kullanım İstatistiklerini İçe Aktar" + +#: import.php:25 +msgid "Incorrect File format, must be .txt!" +msgstr "Geçersiz Dosya formatı, .txt olmalı!" + +#: import.php:28 +msgid "" +"There was an error uploading the file. Please verify the size is not over " +"5MB and try again!" +msgstr "" +"Dosya yüklerken hata oluştu. Dosya büyüklüğünün 5 MB'den fazla olmadığından " +"emin olun ve tekrar deneyin!" + +#: import.php:31 +msgid "File has an incorrectly formatted name - try filename.txt!" +msgstr "Dosya geçersiz format adına sahip - filename.txt olarak deneyin!" + +#: import.php:43 +msgid "File:" +msgstr "Dosya:" + +#: import.php:48 +msgid "Layout:" +msgstr "Düzen:" + +#: import.php:57 +msgid "Override previous month verification" +msgstr "Önceki ayın doğrulamasını geçersiz kıl" + +#: import.php:58 +msgid "Upload" +msgstr "Yükle" + +#: import.php:68 +msgid "Instructions:" +msgstr "Talimatlar:" + +#: import.php:70 +msgid "Save file as .txt files in tab delimited format" +msgstr "Dosyayı .txt olarak sekmeyle ayrılmış biçimde kaydedin" + +#: import.php:71 +msgid "File may not be larger than 5MB" +msgstr "Dosya boyutu 5 MB'den fazla olamaz." + +#: import.php:72 +msgid "" +"Ensure column headers conform to Counter's standards for the report type" +msgstr "" +"Sütun başlıklarının COUNTER standartlarıyla uyumlu olduğundan emin olun" + +#: import.php:73 +msgid "More info: " +msgstr "Daha fazla bilgi:" + +#: import.php:82 +msgid "Recent Imports" +msgstr "Son içe aktarmalar" + +#: index.php:49 +msgid "Search" +msgstr "Ara" + +#: index.php:50 +msgid "new search" +msgstr "yeni arama" + +#: index.php:59 +msgid "Name (contains)" +msgstr "Ad (içerir)" + +#: index.php:62 +msgid "go!" +msgstr "git!" + +#: index.php:69 +msgid "Starts with" +msgstr "Şununla başlayan" + +#: not_avail.php:21 +msgid "Not Available" +msgstr "Mevcut Değil" + +#: not_avail.php:29 +msgid "Usage Statistics Module" +msgstr "Kullanım İstatistikleri Modülü" + +#: not_avail.php:61 +msgid "" +"Please contact your Administrator for access to the Usage Statistics Module." +msgstr "Erişim kullanım istatistikleri modülü için yöneticinize başvurun." + +#: publisherPlatform.php:20 +msgid "View or Edit Publisher / Platform" +msgstr "Yayıncı/Platform Görüntüle/Düzenle" + +#: publisherPlatform.php:57 +msgid "imports" +msgstr "içe aktarmalar" + +#: publisherPlatform.php:71 +msgid "titles" +msgstr "başlıklar" + +#: publisherPlatform.php:84 +msgid "statistics" +msgstr "istatistikler" + +#: publisherPlatform.php:97 +msgid "logins" +msgstr "oturum açma" + +#: publisherPlatform.php:111 +msgid "sushi" +msgstr "sushi" + +#: publisherPlatformList.php:4 +msgid "Edit Publishers / Platforms" +msgstr "Yayıncılar / Platformları Düzenle" + +#: publisherPlatformList.php:16 +msgid "Publisher / Platform Update" +msgstr "Yayıncı / Platform Güncelle" + +#: publisherPlatformList.php:31 publisherPlatformList.php:42 +msgid "view / edit" +msgstr "görüntüle / düzenle" + +#: publisherPlatformList.php:50 reporting.php:71 +msgid "No publishers / platforms found." +msgstr "Yayıncı / platform bulunamadı." + +#: reporting.php:2 templates/header.php:195 templates/header.php:237 +msgid "Report Options" +msgstr "Rapor Seçenekleri" + +#: reporting.php:10 +msgid "Publisher / Platform Reporting Administrative Update" +msgstr "Yayıncı / Platform Raporlarını Yönetici Düzeyinde Güncelle" + +#: reporting.php:12 +msgid "Directions:" +msgstr "Yönlendirmeler:" + +#: reporting.php:12 +msgid "" +"Mark the checkboxes to add / remove specific Platforms or Publishers to the " +"default report list." +msgstr "" +"Varsayılan rapor listesindeki Yayıncı ya da Platformları eklemek / kaldırmak " +"için onay kutularını işaretleyin." + +#: reporting.php:12 +msgid "" +"Click 'edit report display name' to change the display name in the reporting " +"system for specific Platforms or Publishers." +msgstr "" +"Raporlama sistemindeki Platformlar veya Yayıncıların adlarını değiştirmek " +"için \"rapor adını düzenle\" sekmesine basınız." + +#: reporting.php:25 +msgid "Available" +msgstr "Mevcut" + +#: reporting.php:25 +msgid "As Default" +msgstr "Varsayılan olarak" + +#: reporting.php:25 +msgid "Report" +msgstr "Rapor" + +#: spreadsheet.php:60 +msgid "Publisher" +msgstr "Yayıncı" + +#: spreadsheet.php:61 +msgid "Platform" +msgstr "Platform" + +#: spreadsheet.php:65 titles_spreadsheet.php:50 +msgid "Print ISSN" +msgstr "Basılı ISSN" + +#: spreadsheet.php:66 titles_spreadsheet.php:51 +msgid "Online ISSN" +msgstr "Çevrimiçi ISSN" + +#: spreadsheet.php:67 spreadsheet.php:87 spreadsheet.php:102 +msgid "YTD Total" +msgstr "Toplam YTD" + +#: spreadsheet.php:68 +msgid "YTD HTML" +msgstr "YTD HTML" + +#: spreadsheet.php:69 +msgid "YTD PDF" +msgstr "YTD PDF" + +#: spreadsheet.php:70 spreadsheet.php:88 spreadsheet.php:103 +msgid "Jan-" +msgstr "Oca-" + +#: spreadsheet.php:71 spreadsheet.php:89 spreadsheet.php:104 +msgid "Feb-" +msgstr "Şub-" + +#: spreadsheet.php:72 spreadsheet.php:90 spreadsheet.php:105 +msgid "Mar-" +msgstr "Mar-" + +#: spreadsheet.php:73 spreadsheet.php:91 spreadsheet.php:106 +msgid "Apr-" +msgstr "Nis-" + +#: spreadsheet.php:74 spreadsheet.php:92 spreadsheet.php:107 +msgid "May-" +msgstr "May-" + +#: spreadsheet.php:75 spreadsheet.php:93 spreadsheet.php:108 +msgid "Jun-" +msgstr "Haz-" + +#: spreadsheet.php:76 spreadsheet.php:94 spreadsheet.php:109 +msgid "Jul-" +msgstr "Tem-" + +#: spreadsheet.php:77 spreadsheet.php:95 spreadsheet.php:110 +msgid "Aug-" +msgstr "Ağu-" + +#: spreadsheet.php:78 spreadsheet.php:96 spreadsheet.php:111 +msgid "Sep-" +msgstr "Eyl-" + +#: spreadsheet.php:79 spreadsheet.php:97 spreadsheet.php:112 +msgid "Oct-" +msgstr "Eki-" + +#: spreadsheet.php:80 spreadsheet.php:98 spreadsheet.php:113 +msgid "Nov-" +msgstr "Kas-" + +#: spreadsheet.php:81 spreadsheet.php:99 spreadsheet.php:114 +msgid "Dec-" +msgstr "Ara-" + +#: spreadsheet.php:101 +msgid "User Activity" +msgstr "Kullanıcı Etkinliği" + +#: spreadsheet.php:124 +msgid "Total for all Journals" +msgstr "Tüm Dergiler için" + +#: spreadsheet.php:126 +msgid "Total for all Books" +msgstr "Tüm Kitaplar için" + +#: spreadsheet.php:128 +msgid "Total for all Databases" +msgstr "Tüm Veritabanları için" + +#: sushi.php:26 +msgid "SUSHI Import" +msgstr "SUSHI içe aktar" + +#: sushi.php:45 +msgid "Sushi Output Log:" +msgstr "Sushi Çıktı Günlüğü:" + +#: sushi.php:56 +msgid "SUSHI Administration" +msgstr "SUSHI Yönetimi" + +#: sushi.php:62 +msgid "Add new platform for SUSHI" +msgstr "SUSHI için yeni platform ekle" + +#: sushi.php:71 +msgid "Outstanding Import Queue" +msgstr "Bekleyen İçe Aktarma Kuyruğu" + +#: sushi.php:75 +msgid "Last Failed SUSHI Imports" +msgstr "Başarısız olan son SUSHI içeri aktarmaları" + +#: sushi.php:79 +msgid "All SUSHI Services" +msgstr "Tüm SUSHI Servisleri" + +#: sushiSchedule.php:33 +msgid " SUSHI runs found for day: " +msgstr "SUSHI'nın çalıştırıldığı günler:" + +#: sushiSchedule.php:52 +msgid "Log in to " +msgstr "Giriş yap " + +#: sushiSchedule.php:52 +msgid "Sushi Administration" +msgstr "Sushi Yönetimi" + +#: sushiSchedule.php:52 +msgid " for more information." +msgstr " daha fazla bilgi için." + +#: sushiSchedule.php:65 +msgid "SUSHI Scheduled run log for " +msgstr "SUSHI Takvimi çalıştırıldı" + +#: sushiSchedule.php:65 +msgid " runs" +msgstr " çalışıyor" + +#: sushiSchedule.php:70 +msgid "Run complete. Log has been emailed to " +msgstr "Çalışma tamamlandı. Sonuçlar e-posta ile gönderildi." + +#: sushiSchedule.php:72 uploadComplete.php:977 +msgid "Email to " +msgstr "E-posta gönder" + +#: sushiSchedule.php:72 uploadComplete.php:977 +msgid " Failed!" +msgstr " Başarısız!" + +#: sushiSchedule.php:77 +msgid "Nothing to see here! (no sushi scheduled today)" +msgstr "" +"Görüntülenecek bir rapor yok! (bugün için sushi raporu takvimlendirilmemiş)" + +#: templates/footer.php:10 +msgid "Copyright" +msgstr "Telif hakkı" + +#: templates/footer.php:10 +msgid "Usage Statistics Module version" +msgstr "Kullanım İstatistikleri Modülü" + +#: templates/footer.php:10 +msgid "CORAL Project Website" +msgstr "CORAL Projesi Web sitesi" + +#: templates/footer.php:10 +msgid "Report an issue" +msgstr "Sorun bildir" + +#: templates/header.php:40 templates/header.php:92 +msgid "Usage Statistics" +msgstr "Kullanım İstatistikleri" + +#: templates/header.php:72 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " +msgstr "" +"CORAL kullanmak için JavaScript etkin olmalıdır. Kullandığınız tarayıcı " +"JavaScript desteklemiyor ya da devre dışı bırakılmış olabilir. CORAL " +"kullanmak için tarayıcınızdan JavaScript'i etkinleştirin." + +#: templates/header.php:72 +msgid "try again" +msgstr "tekrar deneyin" + +#: templates/header.php:93 +msgid "Powered by" +msgstr "Tarafından" + +#: templates/header.php:99 +msgid "Hello" +msgstr "Merhaba" + +#: templates/header.php:109 +msgid "logout" +msgstr "çıkış" + +#: templates/header.php:109 +msgid "Help" +msgstr "Yardım" + +#: templates/header.php:127 +msgid "Invalid translation route!" +msgstr "Geçersiz çeviri yolu!" + +#: templates/header.php:174 templates/header.php:223 +msgid "File Import" +msgstr "Dosyayı İçe Aktar" + +#: templates/header.php:181 templates/header.php:230 +msgid "SUSHI" +msgstr "SUSHI" + +#: templates/header.php:188 +msgid "Admin" +msgstr "admin" + +#: templates/header.php:204 templates/header.php:246 +msgid "Usage Reports" +msgstr "Kullanım Raporları" + +#: templates/header.php:265 +msgid "Change Module" +msgstr "Değişim Modülü" + +#: templates/header.php:268 +msgid "Main Menu" +msgstr "Ana Menü" + +#: templates/header.php:273 +msgid "Resources" +msgstr "Kaynaklar" + +#: templates/header.php:278 +msgid "Organizations" +msgstr "Yayıncılar" + +#: templates/header.php:283 +msgid "Licensing" +msgstr "Lisanslar" + +#: templates/header.php:288 +msgid "Management" +msgstr "Yönetim" + +#: titles_spreadsheet.php:35 +msgid " Titles " +msgstr " Başlıklar " + +#: uploadComplete.php:25 +msgid "Upload Process Complete" +msgstr "Tamamlanan Süreci Yükleyin" + +#: uploadComplete.php:90 +msgid "Process started on " +msgstr "İşlem başlatıldı " + +#: uploadComplete.php:91 +msgid "File: " +msgstr "Dosya:" + +#: uploadComplete.php:92 uploadConfirmation.php:334 +msgid "Report Format: " +msgstr "Formatı Raporla:" + +#: uploadComplete.php:105 +msgid "Outlier Parameters:" +msgstr "Aykırı Parametreler:" + +#: uploadComplete.php:112 +#, php-format +msgid "% over " +msgstr "% over " + +#: uploadComplete.php:283 +msgid "Override indicator set - all months will be imported." +msgstr "Geçersizlik gösterge seti - tüm aylar içe aktarılır." + +#: uploadComplete.php:292 +msgid "" +"Entire year already exists for this Platform / year. No counts will be " +"imported." +msgstr "" +"Bu platform veya yıl için tüm yıl mevcut. Herhangi bir sayım içe aktarılmadı." + +#: uploadComplete.php:296 +msgid "Month Started at: " +msgstr "Ay Başlangıcı: " + +#: uploadComplete.php:298 +msgid "" +"No records exist for this Platform / year. Import will start with month 1." +msgstr "" +"Bu Platform / yıl için hiçbir kayıt yok. İçe aktarmalar ayın 1'inde " +"başlayacaktır." + +#: uploadComplete.php:301 +msgid "" +"Partial year records exist for this Platform / year. Import will start with " +"month 1 and end with month " +msgstr "" +"Bu Platform / yıl için kısmi kayıtlar mevcut. İçe aktarmalar ayın 1'inde " +"başlayıp, ay sonunda bitecektir." + +#: uploadComplete.php:320 +msgid "Year: " +msgstr "Yıl:" + +#: uploadComplete.php:357 +msgid "New Platform set up: " +msgstr "Yeni Platform oluştur:" + +#: uploadComplete.php:439 +msgid "New Publisher / Platform set up: " +msgstr "Yeni Yayıncı / Platform oluştur:" + +#: uploadComplete.php:672 +msgid "Publisher / Platform: " +msgstr "Yayıncı / Platform:" + +#: uploadComplete.php:681 +msgid "Title: " +msgstr "Başlık:" + +#: uploadComplete.php:712 +msgid "Merged" +msgstr "Birleştirildi" + +#: uploadComplete.php:717 +msgid "Duplicate record for this Print ISSN in same spreadsheet: Month: " +msgstr "Aynı çalışma sayfasındaki Basılı ISSN'ler için bu kaydı çoğaltın. Ay: " + +#: uploadComplete.php:717 +msgid " New Count: " +msgstr " Yeni Sayım:" + +#: uploadComplete.php:809 +msgid "New Usage Count Record Added: Month: " +msgstr "Yeni Kullanım Raporu Eklendi: Ay: " + +#: uploadComplete.php:809 uploadComplete.php:811 +msgid " Count: " +msgstr " Sayım: " + +#: uploadComplete.php:811 +msgid "Usage Count Record is not numeric for month: " +msgstr "Kullanım Raporlar bu ay için rakamsal değil:" + +#: uploadComplete.php:811 +msgid " imported as 0." +msgstr " 0 olarak değerlendirildi." + +#: uploadComplete.php:818 +msgid "Outlier found for this record: Level " +msgstr "Bu kayıtta uygun olmayan değerler bulundu: Düzey" + +#: uploadComplete.php:827 +msgid "Current or future month will not be imported: " +msgstr "Mevcut ya da gelecek aylar dâhil edilmedi:" + +#: uploadComplete.php:877 +msgid "YTD Already Exists for this Print ISSN, counts are added together." +msgstr "Bu basılı ISSN için YTD zaten mevcut, sayımlar birlikte eklendi." + +#: uploadComplete.php:901 +msgid "YTD Total Count: " +msgstr "YTD toplam sayım:" + +#: uploadComplete.php:901 +msgid "YTD HTML Count: " +msgstr "YTD HTML Sayımı:" + +#: uploadComplete.php:901 +msgid "YTD PDF Count: " +msgstr "YTD PDF Sayımı:" + +#: uploadComplete.php:908 +msgid "No YTD import performed since monthly stats were not imported" +msgstr "" +"Aylık istatistikler içe aktarılmadığından beri YTD içe aktarması " +"gerçekleşmedi." + +#: uploadComplete.php:918 +msgid "" +"Title match did not complete correctly, please check ISBN / ISSN to verify " +"for Title: " +msgstr "" +"Başlık eşleştirmesi başarılı olmadı. Lütfen bu başlık için ISBN/ISSN " +"kontrolü yapın:" + +#: uploadComplete.php:970 +msgid "Log Output for " +msgstr " için Kayıt Çıktısı" + +#: uploadComplete.php:971 +msgid "Usage Statistics File Import Run!" +msgstr "Kullanım İstatistiklerinin İçe Aktarılması Çalışıyor!" + +#: uploadComplete.php:971 +msgid "Please find log file: " +msgstr "Lütfen kayıt dosyasını bulun:" + +#: uploadComplete.php:975 +msgid "Log has been emailed to " +msgstr "Kayıtlar e-posta ile gönderildi: " + +#: uploadComplete.php:993 uploadComplete.php:1000 uploadComplete.php:1043 +msgid " titles processed." +msgstr " başlıklar işleniyor." + +#: uploadComplete.php:1037 +msgid "Status" +msgstr "Durum" + +#: uploadComplete.php:1039 +msgid "File archived as" +msgstr "Dosya arşivlendi" + +#: uploadComplete.php:1040 +msgid "Log file available at:" +msgstr "Kayıt dosyaları mevcut: " + +#: uploadComplete.php:1041 +msgid "Process completed." +msgstr "İşlem tamamlandı." + +#: uploadComplete.php:1043 +msgid "Summary:" +msgstr "Özet:" + +#: uploadConfirmation.php:33 +msgid "SUSHI Import Confirmation" +msgstr "SUSHI İçe Aktarma Onayı" + +#: uploadConfirmation.php:115 +msgid "The file " +msgstr "Dosya" + +#: uploadConfirmation.php:115 +msgid " has been uploaded successfully." +msgstr "Başarıyla yüklendi." + +#: uploadConfirmation.php:115 +msgid "Please confirm the following data:" +msgstr "Aşağıdaki verileri doğrulayın:" + +#: uploadConfirmation.php:135 +msgid "Upload Process Confirmation" +msgstr "İşlem Onayını Yükleyin" + +#: uploadConfirmation.php:185 uploadConfirmation.php:249 +msgid " for " +msgstr " için " + +#: uploadConfirmation.php:232 +msgid "Looking for " +msgstr "Arama" + +#: uploadConfirmation.php:232 +msgid " in column " +msgstr " sütunda " + +#: uploadConfirmation.php:232 +msgid "but found " +msgstr " ama bulundu " + +#: uploadConfirmation.php:307 +msgid "Error with Format" +msgstr "Format Hatası" + +#: uploadConfirmation.php:307 +msgid "Report format is set to " +msgstr "Format raporu şöyle ayarlandı " + +#: uploadConfirmation.php:307 +msgid "" +" but does not match the column names listed in layouts.ini for this format" +msgstr "" +" fakat bu formattaki layouts.ini dosyasının sütun başlıklarındaki adlarla " +"uyuşmadı " + +#: uploadConfirmation.php:307 +msgid "Expecting columns: " +msgstr "Beklenen sütunlar:" + +#: uploadConfirmation.php:307 +msgid "Found columns: " +msgstr "Bulunan sütunlar:" + +#: uploadConfirmation.php:307 +msgid "" +"If problems persist you can copy an existing header that works into this " +"file." +msgstr "Sorun devam ederse, bu dosyada çalışan mevcut başlığı kopyalayın." + +#: uploadConfirmation.php:312 +msgid "Error with Setup: This report format is not set up in layouts.ini." +msgstr "Kurulum Hatası: Bu raporun biçimi layouts.ini'de ayarlanmadı." + +#: uploadConfirmation.php:317 +msgid "" +"Error with Format: The line preceding the first should start with 'Total'." +msgstr "Biçim Hatası: İlk satırdan önceki satır Toplam ile başlamalıdır." + +#: uploadConfirmation.php:322 +msgid "Error with Year: Year listed in header" +msgstr "Yıl Hatası: Yıl Başlıkta listeleniyor" + +#: uploadConfirmation.php:322 +msgid "may not be ahead of current year. Please correct and submit again." +msgstr "Cari yılın içerisinde olmayabilir. Lütfen düzeltin ve tekrar gönderin." + +#: uploadConfirmation.php:327 +msgid "" +"File is flagged to override verifications of previous month data. If this " +"is incorrect use 'Cancel' to fix." +msgstr "" +"Dosya, önceki ayın verilerinin doğrulamalarını geçersiz kılmak üzere " +"işaretlendi. Eğer bu doğru değilse, düzeltmek için 'İptal'i kullanın." + +#: uploadConfirmation.php:334 +msgid "" +"If this is incorrect, please use 'Cancel' to go back and fix the headers of " +"the file." +msgstr "" +"Eğer bu doğru değilse, iptale basıp geri dönerek dosyadaki başlıkları " +"düzeltin." + +#: uploadConfirmation.php:337 +msgid "" +"File has been imported from SUSHI. The default behavior for imported SUSHI " +"files is to overwrite previously imported data. If this is incorrect, please " +"contact a system administrator." +msgstr "" +"Dosya, SUSHI'den aktarıldı. SUSHI'den aktarılan dosyalar için varsayılan " +"eylem, daha önce aktarılmış verilerin üzerine yazılması şeklindedir. Eğer bu " +"şekilde olmadıysa, lütfen sistem yöneticinizle iletişime geçin." + +#: uploadConfirmation.php:354 +msgid "Confirm" +msgstr "Onayla" + +#: uploadConfirmation.php:357 +msgid "Cancel" +msgstr "İptal et" From 07beab2b0947ac9e9dec8791295330ad585bbbaf Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 15 May 2018 10:05:23 +0200 Subject: [PATCH 04/23] Fix resources display for Turkish translation --- resources/admin/classes/domain/Resource.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/admin/classes/domain/Resource.php b/resources/admin/classes/domain/Resource.php index 91f902ec8..ddbd9858b 100644 --- a/resources/admin/classes/domain/Resource.php +++ b/resources/admin/classes/domain/Resource.php @@ -803,10 +803,10 @@ public function searchQuery($whereAdd, $orderBy = '', $limit = '', $count = fals $table_matches = array(); // Build a list of tables that are referenced by the select and where statements in order to limit the number of joins performed in the search. - preg_match_all("/[A-Z]+(?=[.][A-Z]+)/i", $select, $table_matches); + preg_match_all("/[A-Z]+(?=[.][A-Z]+)/iu", $select, $table_matches); $referenced_tables = array_unique($table_matches[0]); - preg_match_all("/[A-Z]+(?=[.][A-Z]+)/i", $whereStatement, $table_matches); + preg_match_all("/[A-Z]+(?=[.][A-Z]+)/iu", $whereStatement, $table_matches); $referenced_tables = array_unique(array_merge($referenced_tables, $table_matches[0])); // These join statements will only be included in the query if the alias is referenced by the select and/or where. From 7368893e86a8446ded6e7f1f64718de53373777b Mon Sep 17 00:00:00 2001 From: jeffnm Date: Thu, 17 May 2018 09:19:43 -0500 Subject: [PATCH 05/23] Capitalized resource_sidemenu links --- resources/directory.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/directory.php b/resources/directory.php index 39b4eeebb..a1dd536ec 100644 --- a/resources/directory.php +++ b/resources/directory.php @@ -84,16 +84,16 @@ function watchString($string) { function resource_sidemenu($selected_link = '') { global $user; $links = array( - 'product', - 'orders', - 'acquisitions', - 'access', - 'cataloging', - 'contacts', - 'accounts', - 'issues', - 'attachments', - 'workflow', + 'Product', + 'Orders', + 'Acquisitions', + 'Access', + 'Cataloging', + 'Contacts', + 'Accounts', + 'Issues', + 'Attachments', + 'Workflow', ); foreach ($links as $key) { From 0b7a56e8c0e4b06cbd6295c8835b3546529243f2 Mon Sep 17 00:00:00 2001 From: jeffnm Date: Fri, 18 May 2018 09:05:11 -0500 Subject: [PATCH 06/23] Capitalize Usage detail sidemenu --- usage/directory.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usage/directory.php b/usage/directory.php index 5d7c939d9..af4eb1650 100755 --- a/usage/directory.php +++ b/usage/directory.php @@ -31,11 +31,11 @@ function watchString($string) { function usage_sidemenu($selected_link = '') { global $user; $links = array( - 'imports' => 'seahorseicon', - 'titles' => 'acquisitions', - 'statistics' => 'xls', - 'logins' => 'key', - 'sushi' => 'arrow_sides', + 'Imports' => 'seahorseicon', + 'Titles' => 'acquisitions', + 'Statistics' => 'xls', + 'Logins' => 'key', + 'Sushi' => 'arrow_sides', ); foreach ($links as $key => $icon) { From 9985b936cec70c7cb550b1e24449884864d71668 Mon Sep 17 00:00:00 2001 From: fondrenlibrary Date: Fri, 18 May 2018 13:20:26 -0500 Subject: [PATCH 07/23] Update resource.js Fixed blank panes in resource detail pages caused by extra "," on line 881 in callback function in resource.js --- resources/js/resource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/resource.js b/resources/js/resource.js index 16c0acb40..61bbdd621 100644 --- a/resources/js/resource.js +++ b/resources/js/resource.js @@ -878,7 +878,7 @@ function bind_removes(){ url: "ajax_processing.php", cache: false, data: "action=deleteOrder&resourceAcquisitionID=" + $(this).attr("id"), - success: function(html, ) { + success: function(html) { //post return message to index postwith('resource.php?resourceID=' + $("#resourceID").val(), {message:html}); } From ac8b75f74ad5adaf937b3fc6d11274ba41ced505 Mon Sep 17 00:00:00 2001 From: fondrenlibrary Date: Fri, 18 May 2018 13:23:24 -0500 Subject: [PATCH 08/23] Update Fund.php make getUnarchivedFunds() be able to also handle the "0" value of the field of archived. --- resources/admin/classes/domain/Fund.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/admin/classes/domain/Fund.php b/resources/admin/classes/domain/Fund.php index 26b5770f7..4dd90b841 100644 --- a/resources/admin/classes/domain/Fund.php +++ b/resources/admin/classes/domain/Fund.php @@ -66,7 +66,7 @@ public function getFundIDFromFundCode($fundCode) { //returns array of archived objects public function getUnArchivedFunds(){ - $query = "SELECT * FROM Fund WHERE archived is null ORDER BY 3"; + $query = "SELECT * FROM Fund WHERE archived is null OR archived = 0 ORDER BY 3"; $result = $this->db->processQuery($query, 'assoc'); $resultArray = array(); From ce510fb0640e863545488f3746045df23a3102a4 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 22 May 2018 10:57:42 -0500 Subject: [PATCH 09/23] Incorrect class used when calling getLicenseArray(), breaking right panel in resources view for listing licenses The list of licenses are not appearing in the right-panel (Helpful Links) in the resources module when viewing a resource. The problem is that the class method getLicenseArray() was moved out of the Resource class and into the ResourceAcquisition class but the call to this method was not updated in `resources/ajax_htmldata/getRightPanel.php`. The `resources/resources/cataloging.php` is also using the wrong class object to call getLicenseArray(). --- resources/ajax_htmldata/getRightPanel.php | 2 +- resources/resources/cataloging.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/ajax_htmldata/getRightPanel.php b/resources/ajax_htmldata/getRightPanel.php index 47b1bb12b..cb89ec178 100644 --- a/resources/ajax_htmldata/getRightPanel.php +++ b/resources/ajax_htmldata/getRightPanel.php @@ -36,7 +36,7 @@ $orgArray = $resource->getDistinctOrganizationArray(); //get licenses (already returned in array) - $licenseArray = $resource->getLicenseArray(); + $licenseArray = $resourceAcquisition->getLicenseArray(); echo "
"; echo ""; diff --git a/resources/resources/cataloging.php b/resources/resources/cataloging.php index 5d3792463..293f5ff20 100644 --- a/resources/resources/cataloging.php +++ b/resources/resources/cataloging.php @@ -94,7 +94,7 @@ //get licenses (already returned in array) -$licenseArray = $resource->getLicenseArray(); +$licenseArray = $resourceAcquisition->getLicenseArray(); ?>
" . _("Name") . "" . _("Resource Type") . "
From 6f8e10d7e54cf4e9969678b46efda6f517ef1d8e Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Thu, 24 May 2018 15:40:00 +0200 Subject: [PATCH 10/23] Add tabulation as CSV import delimiter --- resources/import.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/import.php b/resources/import.php index 64be3f2e5..c6c5caa98 100644 --- a/resources/import.php +++ b/resources/import.php @@ -933,6 +933,7 @@ function showMappings($handle, $delimiter, $configuration, $config_array) { + " class="submit-button" /> From 484015fcbceda610205425b6a5a6ac69772713f9 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Mon, 28 May 2018 11:52:40 +0200 Subject: [PATCH 11/23] Issue 433: Fix some resource searches This patch fixes the following resource searches: Funds Note type Note content Purchase site Authorized site Administering site Authentication type Cataloging status Workflow step --- resources/admin/classes/domain/Resource.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/admin/classes/domain/Resource.php b/resources/admin/classes/domain/Resource.php index 91f902ec8..59ab5fd7b 100644 --- a/resources/admin/classes/domain/Resource.php +++ b/resources/admin/classes/domain/Resource.php @@ -699,19 +699,19 @@ public static function getSearchDetails() { if ($search['authenticationTypeID'] == 'none') { - $whereAdd[] = "R.authenticationTypeID IS NULL"; + $whereAdd[] = "RA.authenticationTypeID IS NULL"; $searchDisplay[] = _("Authentication Type: none"); }else if ($search['authenticationTypeID']) { - $whereAdd[] = "R.authenticationTypeID = '" . $resource->db->escapeString($search['authenticationTypeID']) . "'"; + $whereAdd[] = "RA.authenticationTypeID = '" . $resource->db->escapeString($search['authenticationTypeID']) . "'"; $authenticationType = new AuthenticationType(new NamedArguments(array('primaryKey' => $search['authenticationTypeID']))); $searchDisplay[] = _("Authentication Type: ") . $authenticationType->shortName; } if ($search['catalogingStatusID'] == 'none') { - $whereAdd[] = "(R.catalogingStatusID IS NULL)"; + $whereAdd[] = "(RA.catalogingStatusID IS NULL)"; $searchDisplay[] = _("Cataloging Status: none"); } else if ($search['catalogingStatusID']) { - $whereAdd[] = "R.catalogingStatusID = '" . $resource->db->escapeString($search['catalogingStatusID']) . "'"; + $whereAdd[] = "RA.catalogingStatusID = '" . $resource->db->escapeString($search['catalogingStatusID']) . "'"; $catalogingStatus = new CatalogingStatus(new NamedArguments(array('primaryKey' => $search['catalogingStatusID']))); $searchDisplay[] = _("Cataloging Status: ") . $catalogingStatus->shortName; } @@ -815,12 +815,12 @@ public function searchQuery($whereAdd, $orderBy = '', $limit = '', $count = fals LEFT JOIN AcquisitionType AT ON RA.acquisitionTypeID = AT.acquisitionTypeID LEFT JOIN Status S ON R.statusID = S.statusID LEFT JOIN User CU ON R.createLoginID = CU.loginID - LEFT JOIN ResourcePurchaseSiteLink RPSL ON R.resourceID = RPSL.resourceID - LEFT JOIN ResourceAuthorizedSiteLink RAUSL ON R.resourceID = RAUSL.resourceID - LEFT JOIN ResourceAdministeringSiteLink RADSL ON R.resourceID = RADSL.resourceID - LEFT JOIN ResourcePayment RPAY ON R.resourceID = RPAY.resourceID - LEFT JOIN ResourceNote RN ON R.resourceID = RN.resourceID - LEFT JOIN ResourceStep RS ON R.resourceID = RS.resourceID + LEFT JOIN ResourcePurchaseSiteLink RPSL ON R.resourceID = RPSL.resourceAcquisitionID + LEFT JOIN ResourceAuthorizedSiteLink RAUSL ON R.resourceID = RAUSL.resourceAcquisitionID + LEFT JOIN ResourceAdministeringSiteLink RADSL ON R.resourceID = RADSL.resourceAcquisitionID + LEFT JOIN ResourcePayment RPAY ON RA.resourceAcquisitionID = RPAY.resourceAcquisitionID + LEFT JOIN ResourceNote RN ON RA.resourceAcquisitionID = RN.entityID + LEFT JOIN ResourceStep RS ON RA.resourceAcquisitionID = RS.resourceAcquisitionID LEFT JOIN IsbnOrIssn I ON R.resourceID = I.resourceID "); From 7880324da650b2d671f4cfd136f83e38509e0a38 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Wed, 13 Jun 2018 11:13:37 +0200 Subject: [PATCH 12/23] Add ImportHistory table update --- .../protected/{update_upload_history.sql => 3.0.0/004-170.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resources/install/protected/{update_upload_history.sql => 3.0.0/004-170.sql} (100%) diff --git a/resources/install/protected/update_upload_history.sql b/resources/install/protected/3.0.0/004-170.sql similarity index 100% rename from resources/install/protected/update_upload_history.sql rename to resources/install/protected/3.0.0/004-170.sql From a25a4df095aa6c747d6d5eee779df4e5d93cd691 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Mon, 18 Jun 2018 10:32:59 +0200 Subject: [PATCH 13/23] Allow to disable alerts on orders --- resources/ajax_processing/submitAcquisitions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ajax_processing/submitAcquisitions.php b/resources/ajax_processing/submitAcquisitions.php index 71fb6f2b2..127580fd1 100644 --- a/resources/ajax_processing/submitAcquisitions.php +++ b/resources/ajax_processing/submitAcquisitions.php @@ -24,7 +24,7 @@ $resourceAcquisition->acquisitionTypeID = $_POST['acquisitionTypeID']; $resourceAcquisition->orderNumber = $_POST['orderNumber']; $resourceAcquisition->systemNumber = $_POST['systemNumber']; - $resourceAcquisition->subscriptionAlertEnabledInd = isset($_POST['subscriptionAlertEnabledInd']) ? $_POST['subscriptionAlertEnabledInd'] : null; + $resourceAcquisition->subscriptionAlertEnabledInd = isset($_POST['subscriptionAlertEnabledInd']) ? $_POST['subscriptionAlertEnabledInd'] : 0; $resourceAcquisition->resourceID = $_POST['resourceID']; $resourceAcquisition->organizationID = $_POST['organizationID']; From 981f3288e5a79d42bd2a558393ce6481da705907 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 19 Jun 2018 14:42:49 +0200 Subject: [PATCH 14/23] Issue 433: Fix some resource searches (Follow-up) --- resources/admin/classes/domain/Resource.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/admin/classes/domain/Resource.php b/resources/admin/classes/domain/Resource.php index 59ab5fd7b..c2007dcf5 100644 --- a/resources/admin/classes/domain/Resource.php +++ b/resources/admin/classes/domain/Resource.php @@ -596,7 +596,7 @@ public static function getSearchDetails() { if ($search['resourceNote']) { - $whereAdd[] = "UPPER(RN.noteText) LIKE UPPER('%" . $resource->db->escapeString($search['resourceNote']) . "%')"; + $whereAdd[] = "(UPPER(RNA.noteText) LIKE UPPER('%" . $resource->db->escapeString($search['resourceNote']) . "%') AND RNA.tabName <> 'Product') OR (UPPER(RNR.noteText) LIKE UPPER('%" . $resource->db->escapeString($search['resourceNote']) . "%') AND RNR.tabName = 'Product')"; $searchDisplay[] = _("Note contains: ") . $search['resourceNote']; } @@ -659,10 +659,10 @@ public static function getSearchDetails() { } if ($search['noteTypeID'] == 'none') { - $whereAdd[] = "(RN.noteTypeID IS NULL) AND (RN.noteText IS NOT NULL)"; + $whereAdd[] = "(RNA.noteTypeID IS NULL) AND (RNA.noteText IS NOT NULL) AND (RNR.noteTypeID IS NULL) AND (RNR.noteText IS NOT NULL)"; $searchDisplay[] = _("Note Type: none"); }else if ($search['noteTypeID']) { - $whereAdd[] = "RN.noteTypeID = '" . $resource->db->escapeString($search['noteTypeID']) . "'"; + $whereAdd[] = "(RNA.noteTypeID = '" . $resource->db->escapeString($search['noteTypeID']) . "' AND RNA.tabName <> 'Product') OR (RNR.noteTypeID = '" . $resource->db->escapeString($search['noteTypeID']) . "' AND RNR.tabName = 'Product')"; $noteType = new NoteType(new NamedArguments(array('primaryKey' => $search['noteTypeID']))); $searchDisplay[] = _("Note Type: ") . $noteType->shortName; } @@ -815,11 +815,12 @@ public function searchQuery($whereAdd, $orderBy = '', $limit = '', $count = fals LEFT JOIN AcquisitionType AT ON RA.acquisitionTypeID = AT.acquisitionTypeID LEFT JOIN Status S ON R.statusID = S.statusID LEFT JOIN User CU ON R.createLoginID = CU.loginID - LEFT JOIN ResourcePurchaseSiteLink RPSL ON R.resourceID = RPSL.resourceAcquisitionID - LEFT JOIN ResourceAuthorizedSiteLink RAUSL ON R.resourceID = RAUSL.resourceAcquisitionID - LEFT JOIN ResourceAdministeringSiteLink RADSL ON R.resourceID = RADSL.resourceAcquisitionID + LEFT JOIN ResourcePurchaseSiteLink RPSL ON RA.resourceAcquisitionID = RPSL.resourceAcquisitionID + LEFT JOIN ResourceAuthorizedSiteLink RAUSL ON RA.resourceAcquisitionID = RAUSL.resourceAcquisitionID + LEFT JOIN ResourceAdministeringSiteLink RADSL ON RA.resourceAcquisitionID = RADSL.resourceAcquisitionID + LEFT JOIN ResourceNote RNA ON RA.resourceAcquisitionID = RNA.entityID + LEFT JOIN ResourceNote RNR ON R.resourceID = RNR.entityID LEFT JOIN ResourcePayment RPAY ON RA.resourceAcquisitionID = RPAY.resourceAcquisitionID - LEFT JOIN ResourceNote RN ON RA.resourceAcquisitionID = RN.entityID LEFT JOIN ResourceStep RS ON RA.resourceAcquisitionID = RS.resourceAcquisitionID LEFT JOIN IsbnOrIssn I ON R.resourceID = I.resourceID "); @@ -837,7 +838,6 @@ public function searchQuery($whereAdd, $orderBy = '', $limit = '', $count = fals $additional_joins[] = $join; } } - $query = $select . " FROM Resource R LEFT JOIN ResourceAcquisition RA ON R.resourceID = RA.resourceID From 0dffd44e0e3de5964c3e2b7f53a1f936caae761d Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 19 Jun 2018 16:36:31 +0200 Subject: [PATCH 15/23] Update french translation for 3.0 --- .../locale/fr_FR/LC_MESSAGES/messages.mo | Bin 58873 -> 61467 bytes .../locale/fr_FR/LC_MESSAGES/messages.po | 473 +++++++++++------- 2 files changed, 302 insertions(+), 171 deletions(-) mode change 100755 => 100644 resources/locale/fr_FR/LC_MESSAGES/messages.po diff --git a/resources/locale/fr_FR/LC_MESSAGES/messages.mo b/resources/locale/fr_FR/LC_MESSAGES/messages.mo index 35f159cc3744487ed61a31a16198b043b8d75f80..d7c1f600e1376c6ab2c7c73203982f6f21f545fe 100644 GIT binary patch delta 19605 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 diff --git a/resources/locale/fr_FR/LC_MESSAGES/messages.po b/resources/locale/fr_FR/LC_MESSAGES/messages.po old mode 100755 new mode 100644 index 585811beb..b3e531a16 --- a/resources/locale/fr_FR/LC_MESSAGES/messages.po +++ b/resources/locale/fr_FR/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-12 11:29+0100\n" -"PO-Revision-Date: 2018-03-12 16:59+0100\n" +"POT-Creation-Date: 2018-06-19 15:31+0200\n" +"PO-Revision-Date: 2018-06-19 15:49+0200\n" "Last-Translator: Paul Poulain \n" "Language-Team: LANGUAGE \n" "Language: fr_FR\n" @@ -13,7 +13,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Poedit-Basepath: ../../..\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 1.8.7.1\n" +"X-Generator: Poedit 2.0.4\n" "X-Poedit-KeywordsList: watchString\n" "X-Poedit-SearchPath-0: .\n" @@ -46,7 +46,7 @@ msgstr "Délai de rappel (en jours)" #: ajax_htmldata/getDashboardYearlyCosts.php:28 #: ajax_htmldata/getSubmittedQueue.php:15 ajax_htmldata/getSavedQueue.php:18 #: ajax_htmldata/getSearchResources.php:113 -#: ajax_htmldata/getAdminImportConfigDisplay.php:13 export.php:58 +#: ajax_htmldata/getAdminImportConfigDisplay.php:13 export.php:57 msgid "Name" msgstr "Nom" @@ -83,7 +83,7 @@ msgstr "Ajouter " #: ajax_forms/getAdminAlertDaysForm.php:34 ajax_forms/getAccountForm.php:86 #: ajax_forms/getNoteForm.php:61 ajax_forms/getEbscoKbTitleImportForm.php:130 #: ajax_forms/getGeneralDetailSubjectForm.php:130 -#: ajax_forms/getContactForm.php:163 ajax_forms/getNewResourceForm.php:295 +#: ajax_forms/getContactForm.php:163 ajax_forms/getNewResourceForm.php:287 #: ajax_forms/getAdminCurrencyUpdateForm.php:38 #: ajax_forms/getAccessForm.php:254 ajax_forms/getUpdateProductForm.php:429 #: ajax_forms/getAdminUserUpdateForm.php:66 @@ -106,10 +106,10 @@ msgstr "Valider" #: ajax_forms/getNoteForm.php:62 ajax_forms/getEbscoKbTitleImportForm.php:132 #: ajax_forms/getGeneralDetailSubjectForm.php:131 #: ajax_forms/getContactForm.php:164 ajax_forms/getImportSaveCfgForm.php:28 -#: ajax_forms/getNewResourceForm.php:296 +#: ajax_forms/getNewResourceForm.php:288 #: ajax_forms/getAdminCurrencyUpdateForm.php:39 #: ajax_forms/getAccessForm.php:255 -#: ajax_forms/getEbscoKbPackageImportForm.php:331 +#: ajax_forms/getEbscoKbPackageImportForm.php:345 #: ajax_forms/getUpdateProductForm.php:430 #: ajax_forms/getAdminUserUpdateForm.php:67 #: ajax_forms/getAdminImportConfigUpdateForm.php:41 @@ -369,7 +369,7 @@ msgid "Workflow Steps" msgstr "Étapes du workflow" #: ajax_forms/getAdminWorkflowForm.php:125 ajax_forms/getContactForm.php:45 -#: ajax_forms/getImportSaveCfgForm.php:16 ajax_forms/getNewResourceForm.php:100 +#: ajax_forms/getImportSaveCfgForm.php:16 ajax_forms/getNewResourceForm.php:92 #: ajax_forms/getUpdateProductForm.php:91 ajax_forms/getAttachmentForm.php:29 msgid "Name:" msgstr "Nom :" @@ -407,7 +407,7 @@ msgstr "Ajouter un compte" msgid "Login Type:" msgstr "Type de connexion :" -#: ajax_forms/getAccountForm.php:44 ajax_forms/getNewResourceForm.php:115 +#: ajax_forms/getAccountForm.php:44 ajax_forms/getNewResourceForm.php:107 #: ajax_forms/getUpdateProductForm.php:101 summary.php:805 msgid "URL:" msgstr "URL:" @@ -444,67 +444,67 @@ msgid "Note Type:" msgstr "Type de remarque :" #: ajax_forms/getEbscoKbTitleImportForm.php:27 -#: ajax_forms/getEbscoKbPackageImportForm.php:75 templates/header.php:187 +#: ajax_forms/getEbscoKbPackageImportForm.php:80 templates/header.php:187 #: templates/ebscoKbTitleList.php:8 msgid "Import" msgstr "Importer" #: ajax_forms/getEbscoKbTitleImportForm.php:27 -#: ajax_forms/getEbscoKbPackageImportForm.php:75 +#: ajax_forms/getEbscoKbPackageImportForm.php:80 msgid " from EBSCO Kb" msgstr "de la KB EBSCO" #: ajax_forms/getEbscoKbTitleImportForm.php:31 -#: ajax_forms/getNewResourceForm.php:85 -#: ajax_forms/getEbscoKbPackageImportForm.php:80 +#: ajax_forms/getNewResourceForm.php:77 +#: ajax_forms/getEbscoKbPackageImportForm.php:85 msgid "required fields" msgstr "champs obligatoires" #: ajax_forms/getEbscoKbTitleImportForm.php:34 -#: ajax_forms/getEbscoKbPackageImportForm.php:83 +#: ajax_forms/getEbscoKbPackageImportForm.php:88 msgid "There was a problem importing this resource" msgstr "Il y a eu un problème à l'import de cette ressource" #: ajax_forms/getEbscoKbTitleImportForm.php:47 #: ajax_forms/getEbscoKbTitleImportForm.php:50 -#: ajax_forms/getEbscoKbPackageImportForm.php:98 +#: ajax_forms/getEbscoKbPackageImportForm.php:103 msgid "Provider" msgstr "Fournisseur" #: ajax_forms/getEbscoKbTitleImportForm.php:60 -#: ajax_forms/getNewResourceForm.php:131 -#: ajax_forms/getEbscoKbPackageImportForm.php:235 export.php:60 +#: ajax_forms/getNewResourceForm.php:123 +#: ajax_forms/getEbscoKbPackageImportForm.php:249 export.php:59 msgid "Format" msgstr "Format" #: ajax_forms/getEbscoKbTitleImportForm.php:88 -#: ajax_forms/getNewResourceForm.php:176 -#: ajax_forms/getEbscoKbPackageImportForm.php:260 +#: ajax_forms/getNewResourceForm.php:168 +#: ajax_forms/getEbscoKbPackageImportForm.php:274 #: ajax_forms/getImportConfigForm.php:56 dashboard_yearly_costs_exports.php:55 #: dashboard.php:69 index.php:146 dashboard_yearly_costs.php:69 -#: dashboard_export.php:49 admin.php:55 admin/classes/common/Dashboard.php:137 +#: dashboard_export.php:49 admin.php:55 admin/classes/common/Dashboard.php:139 #: ajax_htmldata/getDashboard.php:24 ajax_htmldata/getOutstandingQueue.php:22 #: ajax_htmldata/getDashboardYearlyCosts.php:31 #: ajax_htmldata/getAdminWorkflowDisplay.php:16 -#: ajax_htmldata/getSearchResources.php:117 export.php:85 +#: ajax_htmldata/getSearchResources.php:117 export.php:84 msgid "Acquisition Type" msgstr "Type d'acquisition" #: ajax_forms/getEbscoKbTitleImportForm.php:112 -#: ajax_forms/getNewResourceForm.php:269 -#: ajax_forms/getEbscoKbPackageImportForm.php:315 +#: ajax_forms/getNewResourceForm.php:261 +#: ajax_forms/getEbscoKbPackageImportForm.php:329 #: ajax_htmldata/getAcquisitionsDetails.php:120 msgid "Notes" msgstr "Notes" #: ajax_forms/getEbscoKbTitleImportForm.php:115 -#: ajax_forms/getNewResourceForm.php:278 -#: ajax_forms/getEbscoKbPackageImportForm.php:318 +#: ajax_forms/getNewResourceForm.php:270 +#: ajax_forms/getEbscoKbPackageImportForm.php:332 msgid "Include any additional information" msgstr "Ajoutez des informations supplémentaires" #: ajax_forms/getEbscoKbTitleImportForm.php:127 -#: ajax_forms/getImportSaveCfgForm.php:27 ajax_forms/getNewResourceForm.php:294 +#: ajax_forms/getImportSaveCfgForm.php:27 ajax_forms/getNewResourceForm.php:286 msgid "save" msgstr "Enregistrer" @@ -582,37 +582,37 @@ msgstr "Rôle(s) :" msgid "Save Import Configuration" msgstr "Enregistrer la configuration importée" -#: ajax_forms/getNewResourceForm.php:84 +#: ajax_forms/getNewResourceForm.php:76 msgid "Edit Saved Resource" msgstr "Modifier une ressource enregistrée" -#: ajax_forms/getNewResourceForm.php:84 +#: ajax_forms/getNewResourceForm.php:76 msgid "Add New Resource" msgstr "Ajouter une nouvelle ressource" -#: ajax_forms/getNewResourceForm.php:91 ajax_forms/getUpdateProductForm.php:81 +#: ajax_forms/getNewResourceForm.php:83 ajax_forms/getUpdateProductForm.php:81 msgid "Product" -msgstr "Description" +msgstr "Produit" -#: ajax_forms/getNewResourceForm.php:105 ajax_forms/getUpdateProductForm.php:96 +#: ajax_forms/getNewResourceForm.php:97 ajax_forms/getUpdateProductForm.php:96 #: summary.php:363 ajax_htmldata/getProductDetails.php:286 msgid "Description:" msgstr "Description :" -#: ajax_forms/getNewResourceForm.php:110 +#: ajax_forms/getNewResourceForm.php:102 msgid "Provider:" msgstr "Fournisseur :" -#: ajax_forms/getNewResourceForm.php:120 +#: ajax_forms/getNewResourceForm.php:112 #: ajax_forms/getUpdateProductForm.php:106 summary.php:355 #: ajax_htmldata/getProductDetails.php:278 msgid "Alt URL:" msgstr "Autre URL :" -#: ajax_forms/getNewResourceForm.php:223 ajax_forms/getImportConfigForm.php:55 +#: ajax_forms/getNewResourceForm.php:215 ajax_forms/getImportConfigForm.php:55 #: dashboard_yearly_costs_exports.php:53 dashboard.php:67 index.php:256 #: dashboard_yearly_costs.php:67 dashboard_export.php:47 admin.php:92 -#: admin/classes/common/Dashboard.php:125 ebsco_kb.php:156 +#: admin/classes/common/Dashboard.php:127 ebsco_kb.php:156 #: templates/ebscoKbTitleList.php:6 ajax_htmldata/getDashboard.php:22 #: ajax_htmldata/getDashboardYearlyCosts.php:29 #: ajax_htmldata/getAdminWorkflowDisplay.php:18 @@ -674,25 +674,51 @@ msgstr "Site(s) autorisé(s)" msgid "Administering Site(s)" msgstr "Site(s) gestionnaire(s)" -#: ajax_forms/getEbscoKbPackageImportForm.php:138 +#: ajax_forms/getEbscoKbPackageImportForm.php:30 +msgid "" +"The EBSCO Kb API only allows importing a maximum of 10,000 records. Only " +"package information will be imported." +msgstr "" +"L'API EBSCO permet d'importer 10000 notices au maximum. Seules les " +"informations des bouquets seront importées." + +#: ajax_forms/getEbscoKbPackageImportForm.php:32 +msgid "" +"Alternatively, you may import titles individually or via a manual import." +msgstr "" +"Vous pouvez également importer les titres individuellement ou via un import " +"manuel." + +#: ajax_forms/getEbscoKbPackageImportForm.php:143 #: ajax_forms/getImportConfigForm.php:63 ajax_forms/getImportConfigForm.php:77 #: ajax_forms/getImportConfigForm.php:299 admin.php:60 msgid "Alias Type" msgstr "Type d'alias" -#: ajax_forms/getEbscoKbPackageImportForm.php:172 +#: ajax_forms/getEbscoKbPackageImportForm.php:177 msgid "Package Titles" msgstr "Titres du bouquet" -#: ajax_forms/getEbscoKbPackageImportForm.php:206 +#: ajax_forms/getEbscoKbPackageImportForm.php:188 +#, php-format +msgid "You have %d of %d title selected in EBSCO Kb" +msgid_plural "You have %d of %d titles selected in EBSCO Kb" +msgstr[0] "Vous avez sélectionné %d titre sur %d dans EBSCO Kb." +msgstr[1] "Vous avez sélectionné %d titres sur %d dans EBSCO Kb." + +#: ajax_forms/getEbscoKbPackageImportForm.php:194 +msgid "All titles not available" +msgstr "Tous les titres ne sont pas disponibles" + +#: ajax_forms/getEbscoKbPackageImportForm.php:220 msgid "Workflow Options" msgstr "Options de workflow" -#: ajax_forms/getEbscoKbPackageImportForm.php:284 +#: ajax_forms/getEbscoKbPackageImportForm.php:298 msgid "Package Resource Type" msgstr "Type de ressource bouquet" -#: ajax_forms/getEbscoKbPackageImportForm.php:329 importFunds.php:63 +#: ajax_forms/getEbscoKbPackageImportForm.php:343 importFunds.php:63 #: templates/ebscoKbPackageList.php:52 templates/ebscoKbTitleList.php:57 #: ajax_htmldata/getEbscoKbTitleDetails.php:157 msgid "import" @@ -727,6 +753,11 @@ msgstr "Ajouter ISBN" msgid "remove Issn/Isbn" msgstr "Supprimer Issn/Isbn" +#: ajax_forms/getUpdateProductForm.php:235 admin.php:86 +#: templates/header.php:243 export.php:68 +msgid "Organizations" +msgstr "Organisations" + #: ajax_forms/getUpdateProductForm.php:243 msgid "Role:" msgstr "Rôle :" @@ -739,7 +770,7 @@ msgstr "Ajouter une organisation" msgid "remove organization" msgstr "Supprimer une organisation" -#: ajax_forms/getUpdateProductForm.php:328 export.php:82 +#: ajax_forms/getUpdateProductForm.php:328 export.php:81 msgid "Aliases" msgstr "Alias" @@ -836,8 +867,8 @@ msgstr "" "colonnes mappées peuvent être paramétrées dans la page Administration." #: ajax_forms/getCostForm.php:57 -msgid "Edit Cost Information aaa" -msgstr "Modifier information de coût aaa" +msgid "Edit Cost Information" +msgstr "Modifier les informations de coût" #: ajax_forms/getCostForm.php:64 summary.php:493 #: ajax_htmldata/getAcquisitionsDetails.php:93 @@ -845,13 +876,13 @@ msgid "Cost History" msgstr "Historique du coût" #: ajax_forms/getCostForm.php:72 dashboard.php:59 -#: admin/classes/common/Dashboard.php:168 -#: ajax_htmldata/getAcquisitionsDetails.php:102 export.php:70 +#: admin/classes/common/Dashboard.php:170 +#: ajax_htmldata/getAcquisitionsDetails.php:102 export.php:69 msgid "Year" msgstr "Année" #: ajax_forms/getCostForm.php:73 ajax_htmldata/getAcquisitionsDetails.php:103 -#: export.php:89 +#: export.php:88 msgid "Sub Start" msgstr "Début de l'abonnement :" @@ -878,22 +909,22 @@ msgid "Tax Incl." msgstr "TVA Incl." #: ajax_forms/getCostForm.php:82 ajax_htmldata/getAcquisitionsDetails.php:112 -#: export.php:76 +#: export.php:75 msgid "Payment" msgstr "Paiement" #: ajax_forms/getCostForm.php:83 ajax_forms/getImportConfigForm.php:264 -#: admin.php:70 ajax_htmldata/getAdminCurrencyDisplay.php:8 export.php:77 +#: admin.php:70 ajax_htmldata/getAdminCurrencyDisplay.php:8 export.php:76 msgid "Currency" msgstr "Devise" #: ajax_forms/getCostForm.php:84 ajax_htmldata/getAcquisitionsDetails.php:116 -#: export.php:59 +#: export.php:58 msgid "Type" msgstr "Type" #: ajax_forms/getCostForm.php:86 dashboard.php:52 dashboard_yearly_costs.php:51 -#: admin.php:68 admin/classes/common/Dashboard.php:147 +#: admin.php:68 admin/classes/common/Dashboard.php:149 msgid "Cost Details" msgstr "Détails du prix" @@ -904,7 +935,7 @@ msgid "Note" msgstr "Remarque" #: ajax_forms/getCostForm.php:90 ajax_htmldata/getAcquisitionsDetails.php:122 -#: export.php:81 +#: export.php:80 msgid "Invoice" msgstr "Facture" @@ -924,7 +955,7 @@ msgstr "Titre de la ressource" msgid "Description" msgstr "Description" -#: ajax_forms/getImportConfigForm.php:52 export.php:67 +#: ajax_forms/getImportConfigForm.php:52 export.php:66 msgid "Resource URL" msgstr "URL" @@ -1006,7 +1037,7 @@ msgstr "Ensembles de sujets" #: ajax_forms/getImportConfigForm.php:317 dashboard_yearly_costs_exports.php:54 #: dashboard.php:31 dashboard.php:68 dashboard_yearly_costs.php:30 #: dashboard_yearly_costs.php:68 dashboard_export.php:48 -#: admin/classes/common/Dashboard.php:133 ajax_htmldata/getDashboard.php:23 +#: admin/classes/common/Dashboard.php:135 ajax_htmldata/getDashboard.php:23 #: ajax_htmldata/getDashboardYearlyCosts.php:30 msgid "Subject" msgstr "Sujet" @@ -1089,7 +1120,7 @@ msgstr "+ Ajouter un autre mappage" msgid "Acquisitions" msgstr "Acquisitions" -#: ajax_forms/getImportConfigForm.php:250 export.php:72 +#: ajax_forms/getImportConfigForm.php:250 export.php:71 msgid "Fund Code" msgstr "Code budget" @@ -1099,7 +1130,7 @@ msgstr "Coût" #: ajax_forms/getImportConfigForm.php:252 dashboard.php:46 #: dashboard_yearly_costs.php:45 admin.php:78 -#: admin/classes/common/Dashboard.php:143 export.php:79 +#: admin/classes/common/Dashboard.php:145 export.php:78 msgid "Order Type" msgstr "Type de commande" @@ -1268,7 +1299,7 @@ msgstr "" msgid "Dashboard Yearly Costs Export" msgstr "Export du tableau de bord des coûts annuels" -#: dashboard_yearly_costs_exports.php:51 dashboard_export.php:45 export.php:57 +#: dashboard_yearly_costs_exports.php:51 dashboard_export.php:45 export.php:56 msgid "Record ID" msgstr "Numéro de notice" @@ -1654,6 +1685,10 @@ msgstr "Plus d'options..." msgid "Resource successfully deleted." msgstr "Ressource supprimée avec succès." +#: ajax_processing/deleteResource.php:10 +msgid "Resource not found. Error: " +msgstr "Ressource non trouvée. Erreur :" + #: ajax_processing/deleteResourceNote.php:7 msgid "Note successfully deleted." msgstr "Remarque supprimée avec succès." @@ -1800,7 +1835,7 @@ msgstr "(aucun)" #: index.php:169 ajax_htmldata/getSubmittedQueue.php:17 #: ajax_htmldata/getSavedQueue.php:20 ajax_htmldata/getSearchResources.php:118 -#: export.php:65 +#: export.php:64 msgid "Status" msgstr "Statut" @@ -1841,11 +1876,11 @@ msgstr "Site autorisé" msgid "Administering Site" msgstr "Site gestionnaire" -#: index.php:533 admin.php:62 export.php:96 +#: index.php:533 admin.php:62 export.php:95 msgid "Authentication Type" msgstr "Type d'authentification" -#: index.php:563 admin.php:64 resources/cataloging_edit.php:58 export.php:104 +#: index.php:563 admin.php:64 resources/cataloging_edit.php:58 export.php:103 msgid "Cataloging Status" msgstr "Statut de catalogage" @@ -1976,7 +2011,7 @@ msgstr ". Pensez à supprimer les doublons." msgid " Please consider deduping." msgstr " Pensez à supprimer les doublons." -#: import.php:921 +#: import.php:922 msgid "" "The first line of the CSV file must contain column names, and not data. " "These names will be used during the import process." @@ -1984,38 +2019,51 @@ msgstr "" "La première ligne du fichier CSV doit contenir des noms de colonnes et non " "des données. Ces noms seront utilisés pendant le processus d'importation." -#: import.php:924 +#: import.php:925 msgid "File selection" msgstr "Sélection du fichier" -#: import.php:925 +#: import.php:926 msgid "CSV File" msgstr "Fichier CSV" -#: import.php:929 +#: import.php:930 msgid "Import options" msgstr "Options d'importation" -#: import.php:930 +#: import.php:931 msgid "CSV delimiter" msgstr "Délimiteur CSV" -#: import.php:932 +#: import.php:933 msgid "(comma)" msgstr "(virgule)" -#: import.php:933 +#: import.php:934 msgid "(semicolon)" msgstr "(point-virgule)" -#: import.php:934 +#: import.php:935 msgid "(pipe)" msgstr "(barre verticale)" -#: import.php:937 +#: import.php:936 +msgid "tabulation" +msgstr "tabulation" + +#: import.php:939 msgid "Upload" msgstr "Télcharger" +#: import.php:943 +msgid "" +"PHP's extension mbstring doesn't seem to be installed or activated on your " +"installation. Please install and activate mbstring to use the import tool." +msgstr "" +"L'extension PHP mbstring ne semble pas être installée ou activée sur votre " +"installation. Vous devez installer et activer mbstring pour pouvoir utiliser " +"l'outil d'import." + #: ajax_htmldata.php:25 msgid "Data action " msgstr "Action des données " @@ -2225,7 +2273,7 @@ msgstr "Utilisateurs" msgid "Workflow / User Group" msgstr "Workflow / Groupe d'utilisateurs" -#: admin.php:54 export.php:97 +#: admin.php:54 export.php:96 msgid "Access Method" msgstr "Méthode d'accès" @@ -2237,7 +2285,7 @@ msgstr "Configuration des messages" msgid "Attachment Type" msgstr "Type de pièce jointe" -#: admin.php:65 resources/cataloging_edit.php:51 export.php:103 +#: admin.php:65 resources/cataloging_edit.php:51 export.php:102 msgid "Cataloging Type" msgstr "Type de catalogage" @@ -2265,23 +2313,20 @@ msgstr "Fonds" msgid "Import Configuration" msgstr "Importer une configuration" -#: admin.php:76 export.php:93 +#: admin.php:76 export.php:92 msgid "License Status" msgstr "Statut de licence" -#: admin.php:86 templates/header.php:243 export.php:69 -msgid "Organizations" -msgstr "Organisations" - #: admin.php:90 msgid "Purchasing Site" msgstr "Site acquéreur" -#: admin.php:93 export.php:98 +#: admin.php:93 export.php:97 msgid "Storage Location" msgstr "Lieu de stockage" #: admin.php:94 ajax_htmldata/getProductDetails.php:322 +#: ajax_htmldata/getEbscoKbTitleDetails.php:51 msgid "Subjects" msgstr "Sujets" @@ -2318,28 +2363,28 @@ msgstr "Impossible d'assigner une valeur pour la clé indéfinie (" msgid "There was a problem with the database: " msgstr "Problème avec la base de données : " -#: admin/classes/common/Dashboard.php:150 +#: admin/classes/common/Dashboard.php:152 msgid "Filters on resources" msgstr "Filtres sur les ressources" -#: admin/classes/common/Dashboard.php:154 -#: admin/classes/common/Dashboard.php:161 +#: admin/classes/common/Dashboard.php:156 +#: admin/classes/common/Dashboard.php:163 msgid "none" msgstr "aucun" -#: admin/classes/common/Dashboard.php:157 +#: admin/classes/common/Dashboard.php:159 msgid "Filters on payments" msgstr "Filtres sur les paiements" -#: admin/classes/common/Dashboard.php:165 +#: admin/classes/common/Dashboard.php:167 msgid "Start year" msgstr "Année début" -#: admin/classes/common/Dashboard.php:166 +#: admin/classes/common/Dashboard.php:168 msgid "End year" msgstr "Année fin" -#: admin/classes/common/Dashboard.php:172 +#: admin/classes/common/Dashboard.php:174 msgid "Group by" msgstr "Groupé par" @@ -2372,136 +2417,136 @@ msgstr "" msgid "There was a problem with the EBSCO Kb Service Query: " msgstr "Il y a eu un problème avec le service de recherche KB EBSCO :" -#: admin/classes/domain/Resource.php:535 +#: admin/classes/domain/Resource.php:541 msgid "Name contains: " msgstr "Nom contient : " -#: admin/classes/domain/Resource.php:542 +#: admin/classes/domain/Resource.php:548 msgid "ISSN/ISBN: " msgstr "ISSN/ISBN : " -#: admin/classes/domain/Resource.php:549 +#: admin/classes/domain/Resource.php:555 msgid "Workflow Step: " msgstr "Étape de workflow :" -#: admin/classes/domain/Resource.php:564 +#: admin/classes/domain/Resource.php:570 msgid "Status: " msgstr "Statut :" -#: admin/classes/domain/Resource.php:576 +#: admin/classes/domain/Resource.php:582 msgid "Creator: " msgstr "Créé par :" -#: admin/classes/domain/Resource.php:582 +#: admin/classes/domain/Resource.php:588 msgid "Resource Format: " msgstr "Format de ressource :" -#: admin/classes/domain/Resource.php:588 +#: admin/classes/domain/Resource.php:594 msgid "Acquisition Type: " msgstr "Type d'acquisition :" -#: admin/classes/domain/Resource.php:594 +#: admin/classes/domain/Resource.php:600 msgid "Note contains: " msgstr "Remarque contient :" -#: admin/classes/domain/Resource.php:600 +#: admin/classes/domain/Resource.php:606 msgid "Created on or after: " msgstr "Créé sur le ou après :" -#: admin/classes/domain/Resource.php:602 +#: admin/classes/domain/Resource.php:608 msgid "Created between: " msgstr "Créé entre :" -#: admin/classes/domain/Resource.php:609 +#: admin/classes/domain/Resource.php:615 msgid "Created on or before: " msgstr "Créé sur le ou après le :" -#: admin/classes/domain/Resource.php:615 +#: admin/classes/domain/Resource.php:621 msgid "Starts with: " msgstr "Commençe par :" -#: admin/classes/domain/Resource.php:621 +#: admin/classes/domain/Resource.php:627 msgid "Fund: none" msgstr "Fonds : aucun" -#: admin/classes/domain/Resource.php:625 +#: admin/classes/domain/Resource.php:631 msgid "Fund: " msgstr "Fonds :" -#: admin/classes/domain/Resource.php:629 admin/classes/domain/Resource.php:639 -#: admin/classes/domain/Resource.php:648 +#: admin/classes/domain/Resource.php:635 admin/classes/domain/Resource.php:645 +#: admin/classes/domain/Resource.php:654 msgid "Resource Type: none" msgstr "Type de ressource : aucun" -#: admin/classes/domain/Resource.php:633 +#: admin/classes/domain/Resource.php:639 msgid "Resource Type: " msgstr "Type de ressource :" -#: admin/classes/domain/Resource.php:643 +#: admin/classes/domain/Resource.php:649 msgid "General Subject: " msgstr "Sugjet général :" -#: admin/classes/domain/Resource.php:652 +#: admin/classes/domain/Resource.php:658 msgid "Detailed Subject: " msgstr "Sujet spécifique :" -#: admin/classes/domain/Resource.php:657 +#: admin/classes/domain/Resource.php:663 msgid "Note Type: none" msgstr "Type de remarque : aucun" -#: admin/classes/domain/Resource.php:661 +#: admin/classes/domain/Resource.php:667 msgid "Note Type: " msgstr "Type de remarque :" -#: admin/classes/domain/Resource.php:667 +#: admin/classes/domain/Resource.php:673 msgid "Purchase Site: none" msgstr "Site d'achat : aucun" -#: admin/classes/domain/Resource.php:671 +#: admin/classes/domain/Resource.php:677 msgid "Purchase Site: " msgstr "Site d'achat :" -#: admin/classes/domain/Resource.php:677 +#: admin/classes/domain/Resource.php:683 msgid "Authorized Site: none" msgstr "Site autorisé : aucun" -#: admin/classes/domain/Resource.php:681 +#: admin/classes/domain/Resource.php:687 msgid "Authorized Site: " msgstr "Site autorisé : " -#: admin/classes/domain/Resource.php:687 +#: admin/classes/domain/Resource.php:693 msgid "Administering Site: none" msgstr "Site gestionnaire : aucun" -#: admin/classes/domain/Resource.php:691 +#: admin/classes/domain/Resource.php:697 msgid "Administering Site: " msgstr "Site gestionnaire : " -#: admin/classes/domain/Resource.php:697 +#: admin/classes/domain/Resource.php:703 msgid "Authentication Type: none" msgstr "Type d'authentification : aucun" -#: admin/classes/domain/Resource.php:701 +#: admin/classes/domain/Resource.php:707 msgid "Authentication Type: " msgstr "Type d'authentification : " -#: admin/classes/domain/Resource.php:706 +#: admin/classes/domain/Resource.php:712 msgid "Cataloging Status: none" msgstr "Statut de catalogage : aucun" -#: admin/classes/domain/Resource.php:710 +#: admin/classes/domain/Resource.php:716 msgid "Cataloging Status: " msgstr "Statut de catalogage : " -#: admin/classes/domain/Resource.php:723 +#: admin/classes/domain/Resource.php:729 msgid "Publisher name contains: " msgstr "Le nom de l'éditeur contient :" -#: admin/classes/domain/Resource.php:736 +#: admin/classes/domain/Resource.php:742 msgid "Platform name contains: " msgstr "Le nom de plateforme contient :" -#: admin/classes/domain/Resource.php:749 +#: admin/classes/domain/Resource.php:755 msgid "Provider name contains: " msgstr "Le nom du fournisseur contient :" @@ -2548,7 +2593,7 @@ msgstr "Coûts annuels" #: queue.php:26 queue.php:42 templates/header.php:180 templates/header.php:183 msgid "My Queue" -msgstr "Ma file d'attente" +msgstr "File d'attente" #: ebsco_kb.php:49 msgid "EBSCO Knowledge Base" @@ -2590,6 +2635,10 @@ msgstr "Importé ?" msgid "Title Count" msgstr "Nombre de titres" +#: templates/ebscoKbPackageList.php:24 templates/ebscoKbTitleList.php:25 +msgid "imported in Coral" +msgstr "importé dans Coral" + #: templates/ebscoKbPackageList.php:32 msgid "selected" msgstr "sélectionné" @@ -2694,7 +2743,7 @@ msgstr "Gestion" msgid "Title" msgstr "Titre" -#: templates/ebscoKbTitleList.php:7 +#: templates/ebscoKbTitleList.php:7 ajax_htmldata/getEbscoKbTitleDetails.php:60 msgid "ISXNs" msgstr "ISXNs" @@ -2808,7 +2857,7 @@ msgstr "Modifier" msgid "edit cost history" msgstr "Modifier l'historique de coût" -#: ajax_htmldata/getAcquisitionsDetails.php:118 export.php:78 +#: ajax_htmldata/getAcquisitionsDetails.php:118 export.php:77 msgid "Details" msgstr "Détails" @@ -2990,6 +3039,42 @@ msgstr "Dernière mise à jour le :" msgid "No accounts available" msgstr "Aucun compte disponible" +#: ajax_htmldata/getSearchEbscoKb.php:8 +msgid "Please enter a search term." +msgstr "Merci d'entrer un terme de recherche." + +#: ajax_htmldata/getSearchEbscoKb.php:24 +msgid "No results found." +msgstr "Aucun résultat trouvé." + +#: ajax_htmldata/getSearchEbscoKb.php:66 +msgid "Packages from" +msgstr "Bouquets de" + +#: ajax_htmldata/getSearchEbscoKb.php:67 ajax_htmldata/getSearchEbscoKb.php:82 +msgid "of" +msgstr "de" + +#: ajax_htmldata/getSearchEbscoKb.php:67 +msgid "selected)" +msgstr "sélectionnés" + +#: ajax_htmldata/getSearchEbscoKb.php:75 +msgid "Title list from" +msgstr "Liste des titres de" + +#: ajax_htmldata/getSearchEbscoKb.php:82 +msgid "Displaying" +msgstr "Affichage de" + +#: ajax_htmldata/getSearchEbscoKb.php:82 +msgid "to" +msgstr "à " + +#: ajax_htmldata/getSearchEbscoKb.php:82 +msgid "results" +msgstr "résultats" + #: ajax_htmldata/getAdminFundDisplay.php:46 msgid "add new fund" msgstr "Ajouter nouveau fonds" @@ -3094,10 +3179,62 @@ msgstr "ajouter des jours" msgid "EBSCO Kb Title Details" msgstr "KB EBSCO détail du titre" +#: ajax_htmldata/getEbscoKbTitleDetails.php:34 +msgid "Publication Type" +msgstr "Type de publication" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:38 +msgid "Edition" +msgstr "Édition" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:42 +msgid "Peer Reviewed" +msgstr "Évalué par des pairs" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:45 +msgid "Publisher" +msgstr "Éditeur" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:68 +msgid " (Print)" +msgstr "(Imprimé)" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:71 +msgid " (Electronic)" +msgstr "(Électronique)" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:84 +msgid "Contributors" +msgstr "Contributeurs" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:109 +msgid "Selected in EBSCO Kb" +msgstr "Sélectionnés dans EBSCO Kb" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:111 +msgid "Not selected in EBSCO Kb" +msgstr "Non-sélectionnés dans EBSCO Kb" + #: ajax_htmldata/getEbscoKbTitleDetails.php:128 msgid "import package" msgstr "Importer bouquet" +#: ajax_htmldata/getEbscoKbTitleDetails.php:134 +msgid "Vendor" +msgstr "Vendeur" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:136 +msgid "Coverage Statement" +msgstr "Couverture" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:138 +msgid "Embargo" +msgstr "Embargo" + +#: ajax_htmldata/getEbscoKbTitleDetails.php:140 +msgid "Resource Url" +msgstr "URL de la resource" + #: ajax_htmldata/getIssues.php:18 msgid "Issues/Problems" msgstr "Incidents/problèmes" @@ -3139,7 +3276,7 @@ msgid "No submitted requests" msgstr "Aucune demande envoyée" #: ajax_htmldata/getSubmittedQueue.php:16 ajax_htmldata/getSavedQueue.php:19 -#: ajax_htmldata/getSearchResources.php:116 export.php:61 +#: ajax_htmldata/getSearchResources.php:116 export.php:60 msgid "Date Created" msgstr "Créée le" @@ -3421,127 +3558,127 @@ msgstr "Il n'y a aucun incident au niveau organisationnel." msgid "There are no order level issues." msgstr "Il n'y a pas de problème au niveau de la commande" -#: export.php:62 +#: export.php:61 msgid "User Created" msgstr "Utilisateur créé" -#: export.php:63 +#: export.php:62 msgid "Date Updated" msgstr "Date mise à jour" -#: export.php:64 +#: export.php:63 msgid "User Updated" msgstr "Utilisateur mis à jour" -#: export.php:66 +#: export.php:65 msgid "ISSN/ISBN" msgstr "ISSN/ISBN" -#: export.php:68 +#: export.php:67 msgid "Alt URL" msgstr "URL alternative" -#: export.php:71 +#: export.php:70 msgid "Fund Name" msgstr "Nom budget" -#: export.php:73 +#: export.php:72 msgid "Tax excluded" msgstr "Taxe exclue" -#: export.php:74 +#: export.php:73 msgid "Rate" msgstr "Taux" -#: export.php:75 +#: export.php:74 msgid "Tax included" msgstr "Taxe incluse" -#: export.php:80 +#: export.php:79 msgid "Cost Note" msgstr "Note de coût" -#: export.php:83 +#: export.php:82 msgid "Parent Record" msgstr "Enregistrement parent" -#: export.php:84 +#: export.php:83 msgid "Child Record" msgstr "Enregistrement enfant" -#: export.php:86 +#: export.php:85 msgid "Order Number" msgstr "Numéro de commande" -#: export.php:87 +#: export.php:86 msgid "System Number" msgstr "Numéro système" -#: export.php:88 +#: export.php:87 msgid "Purchasing Sites" msgstr "Sites acquéreurs" -#: export.php:90 +#: export.php:89 msgid "Current Sub End" msgstr "fin courante" -#: export.php:91 +#: export.php:90 msgid "Subscription Alert Enabled" msgstr "Alerte abonnement activée" -#: export.php:92 +#: export.php:91 msgid "License Names" msgstr "Noms de licenses" -#: export.php:94 +#: export.php:93 msgid "Authorized Sites" msgstr "Sites autorisés" -#: export.php:95 +#: export.php:94 msgid "Administering Sites" msgstr "Sites administrateurs" -#: export.php:99 +#: export.php:98 msgid "Simultaneous User Limit" msgstr "Limite utilisateurs simultanés" -#: export.php:100 +#: export.php:99 msgid "Coverage" msgstr "Couverture" -#: export.php:101 +#: export.php:100 msgid "Username" msgstr "Nom d'utilisateur" -#: export.php:102 +#: export.php:101 msgid "Password" msgstr "Mot de passe" -#: export.php:105 +#: export.php:104 msgid "Catalog Record Set Identifier" msgstr "Identifiant du \"record set\"" -#: export.php:106 +#: export.php:105 msgid "Catalog Record Source URL" msgstr "URL source de la notice catalogue" -#: export.php:107 +#: export.php:106 msgid "Catalog Records Available" msgstr "Notices catalogue disponibles" -#: export.php:108 +#: export.php:107 msgid "Catalog Records Loaded" msgstr "Notices catalogue chargées" -#: export.php:109 +#: export.php:108 msgid "OCLC Holdings Updated" msgstr "Exemplaires OCLC mis à jour" -#: export.php:112 +#: export.php:111 msgid "Resource Record Export" msgstr "Export enregistrement de ressource" -#: export.php:114 +#: export.php:113 msgid "All Resource Records" msgstr "Tous les enregistrements de ressource" @@ -3594,6 +3731,9 @@ msgstr "Merci de définir les options suivantes pour le module ressources." msgid "Processing action " msgstr "Traitement de l'opération en cours" +#~ msgid "Edit Cost Information aaa" +#~ msgstr "Modifier information de coût aaa" + #~ msgid "Sunday" #~ msgstr "Dimanche" @@ -3726,9 +3866,6 @@ msgstr "Traitement de l'opération en cours" #~ msgid "Routing Step: " #~ msgstr "Étape du routage :" -#~ msgid "Edit Cost Information" -#~ msgstr "Modifier les informations de coût" - #~ msgid "Edit Acquisitions Information" #~ msgstr "Modifier les informations d'acquisition" @@ -3781,26 +3918,20 @@ msgstr "Traitement de l'opération en cours" #~ msgid " notes have been created" #~ msgstr " remarques ont été créées" -#~ msgid "product" -#~ msgstr "Produit" - -#~ msgid "acquisitions" -#~ msgstr "acquisitions" - -#~ msgid "access" -#~ msgstr "accès" +msgid "Orders" +msgstr "Commandes" -#~ msgid "contacts" -#~ msgstr "contacts" +msgid "Contacts" +msgstr "Contacts" -#~ msgid "issues" -#~ msgstr "Incidents" +msgid "Issues" +msgstr "Incidents" -#~ msgid "accounts" -#~ msgstr "Comptes" +msgid "Accounts" +msgstr "Comptes" -#~ msgid "attachments" -#~ msgstr "Pièces jointes" +msgid "Attachments" +msgstr "Pièces jointes" #~ msgid "routing" #~ msgstr "En transit" From 4ea82741dae93512846ccd87106703fec6539e93 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 19 Jun 2018 17:11:27 +0200 Subject: [PATCH 16/23] Update french translation for 3.0 (Usage module) --- usage/locale/fr_FR/LC_MESSAGES/messages.mo | Bin 30999 -> 31162 bytes usage/locale/fr_FR/LC_MESSAGES/messages.po | 105 +++++++++++---------- 2 files changed, 54 insertions(+), 51 deletions(-) mode change 100755 => 100644 usage/locale/fr_FR/LC_MESSAGES/messages.po diff --git a/usage/locale/fr_FR/LC_MESSAGES/messages.mo b/usage/locale/fr_FR/LC_MESSAGES/messages.mo index f49ceceabb815c4cb56545f8b567760357633c97..a50a7fe5e2e148b352edfccd562f8d383a21e449 100644 GIT binary patch delta 8576 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 Uy>4t(cy;`pOM\n" "Language-Team: LANGUAGE \n" @@ -92,7 +92,7 @@ msgstr "Notes de connexion" #: ajax_htmldata.php:128 ajax_htmldata.php:189 ajax_htmldata.php:351 #: ajax_htmldata.php:420 ajax_htmldata.php:901 ajax_htmldata.php:925 -#: uploadComplete.php:357 +#: uploadComplete.php:366 msgid "edit" msgstr "Modifier" @@ -358,11 +358,11 @@ msgstr "Supprimer" msgid "Current Outlier Parameters" msgstr "Paramètres actuels des valeurs hors normes" -#: ajax_htmldata.php:924 uploadComplete.php:112 +#: ajax_htmldata.php:924 uploadComplete.php:121 msgid "Level " msgstr "Niveau " -#: ajax_htmldata.php:924 uploadComplete.php:112 +#: ajax_htmldata.php:924 uploadComplete.php:121 msgid " over plus " msgstr " dépassant de " @@ -741,11 +741,11 @@ msgstr " fonctionne" msgid "Run complete. Log has been emailed to " msgstr "Processus terminé. Le fichier journal a été envoyé par email à " -#: sushiSchedule.php:72 uploadComplete.php:977 +#: sushiSchedule.php:72 uploadComplete.php:986 msgid "Email to " msgstr "Envoyer par email à " -#: sushiSchedule.php:72 uploadComplete.php:977 +#: sushiSchedule.php:72 uploadComplete.php:986 msgid " Failed!" msgstr " Echec !" @@ -849,36 +849,36 @@ msgstr "Total de tous les livres" msgid "Total for all Databases" msgstr "Total de toutes les bases de données" -#: uploadComplete.php:25 +#: uploadComplete.php:24 msgid "Upload Process Complete" msgstr "Processus de téléchargement terminé" -#: uploadComplete.php:90 +#: uploadComplete.php:99 msgid "Process started on " msgstr "Processus démarré le " -#: uploadComplete.php:91 +#: uploadComplete.php:100 msgid "File: " msgstr "Fichier : " -#: uploadComplete.php:92 uploadConfirmation.php:334 +#: uploadComplete.php:101 uploadConfirmation.php:334 msgid "Report Format: " msgstr "Format du rapport : " -#: uploadComplete.php:105 +#: uploadComplete.php:114 msgid "Outlier Parameters:" msgstr "Paramètres des valeurs hors normes :" -#: uploadComplete.php:112 +#: uploadComplete.php:121 #, php-format msgid "% over " msgstr "% de dépassement " -#: uploadComplete.php:283 +#: uploadComplete.php:292 msgid "Override indicator set - all months will be imported." msgstr "Indicateur d'outrepassement défini - tous les mois seront importés." -#: uploadComplete.php:292 +#: uploadComplete.php:301 msgid "" "Entire year already exists for this Platform / year. No counts will be " "imported." @@ -886,18 +886,18 @@ msgstr "" "L'année entière existe déjà pour cette Plateforme/année. Aucun décompte ne " "sera importé." -#: uploadComplete.php:296 +#: uploadComplete.php:305 msgid "Month Started at: " msgstr "Mois commencé à : " -#: uploadComplete.php:298 +#: uploadComplete.php:307 msgid "" "No records exist for this Platform / year. Import will start with month 1." msgstr "" "Aucun résultat n'existe pour cette plateforme/année. L'import commencera " "avec le mois 1." -#: uploadComplete.php:301 +#: uploadComplete.php:310 msgid "" "Partial year records exist for this Platform / year. Import will start with " "month 1 and end with month " @@ -905,90 +905,90 @@ msgstr "" "Des données pour une partie de l'année existent pour cette Plateforme/année. " "L'import commencera avec le mois 1 et terminera par le mois" -#: uploadComplete.php:320 +#: uploadComplete.php:329 msgid "Year: " msgstr "Année : " -#: uploadComplete.php:357 +#: uploadComplete.php:366 msgid "New Platform set up: " msgstr "Nouvelle plateforme configurée : " -#: uploadComplete.php:439 +#: uploadComplete.php:448 msgid "New Publisher / Platform set up: " msgstr "Nouvel éditeur/plateforme configuré : " -#: uploadComplete.php:672 +#: uploadComplete.php:681 msgid "Publisher / Platform: " msgstr "Editeur/plateforme : " -#: uploadComplete.php:681 +#: uploadComplete.php:690 msgid "Title: " msgstr "Titre : " -#: uploadComplete.php:712 +#: uploadComplete.php:721 msgid "Merged" msgstr "Fusionné" -#: uploadComplete.php:717 +#: uploadComplete.php:726 msgid "Duplicate record for this Print ISSN in same spreadsheet: Month: " msgstr "" "Notice dupliquée pour ce numéro ISSN imprimé dans la même feuille de calcul: " "Mois: " -#: uploadComplete.php:717 +#: uploadComplete.php:726 msgid " New Count: " msgstr " Nouveau décompte : " -#: uploadComplete.php:809 +#: uploadComplete.php:818 msgid "New Usage Count Record Added: Month: " msgstr "Nouvelle notice de décompte ajoutée : Mois : " -#: uploadComplete.php:809 uploadComplete.php:811 +#: uploadComplete.php:818 uploadComplete.php:820 msgid " Count: " msgstr " Décompte : " -#: uploadComplete.php:811 +#: uploadComplete.php:820 msgid "Usage Count Record is not numeric for month: " msgstr "" "La notice du décompte d'utilisation n'est pas numérique pour le mois : " -#: uploadComplete.php:811 +#: uploadComplete.php:820 msgid " imported as 0." msgstr " importé comme 0." -#: uploadComplete.php:818 +#: uploadComplete.php:827 msgid "Outlier found for this record: Level " msgstr "Valeur hors normes trouvée pour cette notice : Niveau " -#: uploadComplete.php:827 +#: uploadComplete.php:836 msgid "Current or future month will not be imported: " msgstr "Le mois actuel ou le mois prochain ne seront pas importés : " -#: uploadComplete.php:877 +#: uploadComplete.php:886 msgid "YTD Already Exists for this Print ISSN, counts are added together." msgstr "" "Le cumul annuel existe déjà pour ce numéro ISSN imprimé, les décomptes sont " "ajoutés ensemble." -#: uploadComplete.php:901 +#: uploadComplete.php:910 msgid "YTD Total Count: " msgstr "Décompte total du cumul annuel : " -#: uploadComplete.php:901 +#: uploadComplete.php:910 msgid "YTD HTML Count: " msgstr "Décompte total du cumul annuel en HTML : " -#: uploadComplete.php:901 +#: uploadComplete.php:910 msgid "YTD PDF Count: " msgstr "Décompte total du cumul annuel en PDF : " -#: uploadComplete.php:908 +#: uploadComplete.php:917 msgid "No YTD import performed since monthly stats were not imported" msgstr "" "Aucun import de cumul annuel effectué car les statistiques mensuelles n'ont " "pas été importées" -#: uploadComplete.php:918 +#: uploadComplete.php:927 msgid "" "Title match did not complete correctly, please check ISBN / ISSN to verify " "for Title: " @@ -996,43 +996,43 @@ msgstr "" "La correspondance de titres n'a pas pu terminer correctement, merci de " "vérifier l'ISBN/l'ISSN du titre : " -#: uploadComplete.php:970 +#: uploadComplete.php:979 msgid "Log Output for " msgstr "Fichier journal des résultats pour " -#: uploadComplete.php:971 +#: uploadComplete.php:980 msgid "Usage Statistics File Import Run!" msgstr "Import réussi du fichier statistiques des utilisations !" -#: uploadComplete.php:971 +#: uploadComplete.php:980 msgid "Please find log file: " msgstr "Voici le fichier journal : " -#: uploadComplete.php:975 +#: uploadComplete.php:984 msgid "Log has been emailed to " msgstr "Le fichier journal a été envoyé par email à " -#: uploadComplete.php:993 uploadComplete.php:1000 uploadComplete.php:1043 +#: uploadComplete.php:1002 uploadComplete.php:1009 uploadComplete.php:1052 msgid " titles processed." msgstr " titres traités." -#: uploadComplete.php:1037 +#: uploadComplete.php:1046 msgid "Status" msgstr "Statut" -#: uploadComplete.php:1039 +#: uploadComplete.php:1048 msgid "File archived as" msgstr "Fichier archivé comme" -#: uploadComplete.php:1040 +#: uploadComplete.php:1049 msgid "Log file available at:" msgstr "Fichier journal disponible : " -#: uploadComplete.php:1041 +#: uploadComplete.php:1050 msgid "Process completed." msgstr "Processus terminé." -#: uploadComplete.php:1043 +#: uploadComplete.php:1052 msgid "Summary:" msgstr "Résumé :" @@ -1256,7 +1256,7 @@ msgstr "URL de base du résolveur de liens (facultatif)" #: install/usage.php:63 msgid "Use Outlier Flagging Feature" -msgstr "" +msgstr "Utiliser le marquage des valeurs hors norme" #: install/usage.php:71 msgid "Please set up the following options for the Usage module." @@ -1732,15 +1732,18 @@ msgstr "Mettre à jour un éditeur/une plateforme" msgid "view / edit" msgstr "voir/modifier" +msgid "Statistics" +msgstr "Statistiques" + +msgid "Logins" +msgstr "Connexions" + #~ msgid "imports" #~ msgstr "Importations" #~ msgid "titles" #~ msgstr "Titres" -#~ msgid "statistics" -#~ msgstr "statistiques" - #~ msgid "logins" #~ msgstr "Connexions" From 18df8744c6ca032d5b76b48816c73f6e46063d37 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 19 Jun 2018 17:31:36 +0200 Subject: [PATCH 17/23] Update german po files --- auth/locale/de_DE/LC_MESSAGES/messages.po | 314 +- .../locale/de_DE/LC_MESSAGES/messages.po | 1035 +-- locale/de_DE/LC_MESSAGES/messages.po | 13 +- .../locale/de_DE/LC_MESSAGES/messages.po | 947 +-- .../locale/de_DE/LC_MESSAGES/messages.po | 971 +-- reports/locale/de_DE/LC_MESSAGES/messages.po | 151 +- .../locale/de_DE/LC_MESSAGES/messages.po | 5831 +++++++++-------- usage/locale/de_DE/LC_MESSAGES/messages.po | 1919 +++--- 8 files changed, 5606 insertions(+), 5575 deletions(-) diff --git a/auth/locale/de_DE/LC_MESSAGES/messages.po b/auth/locale/de_DE/LC_MESSAGES/messages.po index c26141870..6c9cf1b7a 100644 --- a/auth/locale/de_DE/LC_MESSAGES/messages.po +++ b/auth/locale/de_DE/LC_MESSAGES/messages.po @@ -2,18 +2,173 @@ msgid "" msgstr "" "Project-Id-Version: Coral\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-27 15:04+0200\n" +"POT-Creation-Date: 2018-06-19 17:24+0200\n" "PO-Revision-Date: \n" "Last-Translator: BSZ - Abteilung Bibliothekssysteme\n" -"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.0.4\n" "X-Poedit-SourceCharset: UTF-8\n" +#: admin.php:66 index.php:195 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then" +msgstr "" +"JavaScript muss aktiviert sein, um Coral verwenden zu können. Es scheint, " +"dass JavaScript entweder deaktiviert ist oder von Ihrem Browser nicht " +"unterstützt wird. Um Coral zu verwenden, aktivieren Sie JavaScript in den " +"Einstellungen Ihres Browsers und" + +#: admin.php:66 index.php:195 +msgid "try again" +msgstr "versuchen Sie es dann erneut" + +#: admin.php:75 index.php:205 +msgid "eRM Authentication" +msgstr "eRM-Authentifizierung" + +#: admin.php:82 +msgid "Users" +msgstr "Nutzer" + +#: admin.php:83 +msgid "Login ID must match the login ID set up in the modules" +msgstr "Die Login-ID muss mit der Login-ID in den Modulen übereinstimmen" + +#: admin.php:89 +msgid "Processing..." +msgstr "Lade..." + +#: admin.php:93 index.php:226 +msgid "Change language:" +msgstr "Sprache wechseln:" + +#: admin.php:109 index.php:242 +msgid "Invalid translation route!" +msgstr "Ungültige Übersetzung!" + +#: admin.php:134 +msgid "Login page" +msgstr "Loginseite" + +#: ajax_forms.php:43 +msgid "Edit User" +msgstr "Nutzer bearbeiten" + +#: ajax_forms.php:43 +msgid "Add New User" +msgstr "Neuer Nutzer" + +#: ajax_forms.php:56 +msgid "Login ID" +msgstr "Login-ID" + +#: ajax_forms.php:58 +msgid "Enter password for changes only" +msgstr "Geben Sie das Passwort nur bei Änderung ein" + +#: ajax_forms.php:59 +msgid "New " +msgstr "Neu " + +#: ajax_forms.php:59 +msgid "Password" +msgstr "Passwort" + +#: ajax_forms.php:62 +msgid "Reenter Password" +msgstr "Passwort wiederholen" + +#: ajax_forms.php:65 +msgid "Admin?" +msgstr "Admin?" + +#: ajax_forms.php:77 +msgid "submit" +msgstr "Senden" + +#: ajax_forms.php:78 +msgid "cancel" +msgstr "Abbrechen" + +#: ajax_forms.php:114 ajax_processing.php:87 ajax_htmldata.php:75 +msgid "Action " +msgstr "Aktion " + +#: ajax_forms.php:114 ajax_processing.php:87 ajax_htmldata.php:75 +msgid " not set up!" +msgstr " nicht konfiguriert!" + +#: js/index.js:40 +msgid "Refreshing Contents..." +msgstr "Inhalte aktualisieren..." + +#: js/admin.js:67 +msgid "Passwords do not match" +msgstr "Passwörter stimmen nicht überein" + +#: js/admin.js:73 +msgid "Password is required" +msgstr "Passwort ist erforderlich" + +#: js/admin.js:78 +msgid "UserID is required" +msgstr "UserID ist erforderlich" + +#: js/admin.js:89 +msgid "Do you really want to delete this user?" +msgstr "Möchten Sie diesen Nutzer wirklich löschen?" + +#: ajax_processing.php:75 +msgid "User successfully deleted." +msgstr "Nutzer erolgreich gelöscht." + +#: admin/classes/common/LdapPerson.php:34 +msgid "Could not connect to " +msgstr "Keine Verbindung mit " + +#: admin/classes/common/Object.php:63 +msgid "Cannot set value for undefined key (" +msgstr "Wert für nicht definierten Schlüssel kann nicht gesetzt werden (" + +#: admin/classes/common/Object.php:72 +msgid "Cannot get value for undefined key (" +msgstr "Wert für nicht definierten Schlüssel kann nicht gelesen werden (" + +#: admin/classes/common/DBService.php:53 +msgid "There was a problem with the database: " +msgstr "Es gab ein Problem mit der Datenbank: " + +#: admin/classes/domain/User.php:82 admin/classes/domain/User.php:89 +msgid "Could not connect to LDAP server." +msgstr "Es konnte keine Verbindung zum LDAP-Server hergestellt werden." + +#: admin/classes/domain/User.php:97 +msgid "" +"There is a problem with the LDAP configuration, contact your server " +"administrator." +msgstr "" +"Es existiert ein Problem mit Ihrer LDAP-Konfiguration, kontaktieren Sie den " +"Administrator." + +#: ajax_htmldata.php:53 +msgid "edit password or admin status" +msgstr "Passwort oder Adminstatus bearbeiten" + +#: ajax_htmldata.php:54 +msgid "remove" +msgstr "Löschen" + +#: ajax_htmldata.php:60 ajax_htmldata.php:64 +msgid "add new user" +msgstr "Neuer Benutzer" + #: install/auth.php:9 msgid "Authentication Module" msgstr "Authentifizierungsmodul" @@ -126,89 +281,6 @@ msgstr "" msgid "Auth Module" msgstr "Authentifizierungsmodul" -#: admin.php:66 index.php:195 -msgid "" -"JavaScript must be enabled in order for you to use CORAL. However, it seems " -"JavaScript is either disabled or not supported by your browser. To use " -"CORAL, enable JavaScript by changing your browser options, then" -msgstr "" -"JavaScript muss aktiviert sein, um Coral verwenden zu können. Es scheint, " -"dass JavaScript entweder deaktiviert ist oder von Ihrem Browser nicht " -"unterstützt wird. Um Coral zu verwenden, aktivieren Sie JavaScript in den " -"Einstellungen Ihres Browsers und" - -#: admin.php:66 index.php:195 -msgid "try again" -msgstr "versuchen Sie es dann erneut" - -#: admin.php:75 index.php:205 -msgid "eRM Authentication" -msgstr "eRM-Authentifizierung" - -#: admin.php:82 -msgid "Users" -msgstr "Nutzer" - -#: admin.php:83 -msgid "Login ID must match the login ID set up in the modules" -msgstr "Die Login-ID muss mit der Login-ID in den Modulen übereinstimmen" - -#: admin.php:89 -msgid "Processing..." -msgstr "Lade..." - -#: admin.php:93 index.php:226 -msgid "Change language:" -msgstr "Sprache wechseln:" - -#: admin.php:109 index.php:242 -msgid "Invalid translation route!" -msgstr "Ungültige Übersetzung!" - -#: admin.php:134 -msgid "Login page" -msgstr "Loginseite" - -#: js/admin.js:67 -msgid "Passwords do not match" -msgstr "Passwörter stimmen nicht überein" - -#: js/admin.js:73 -msgid "Password is required" -msgstr "Passwort ist erforderlich" - -#: js/admin.js:78 -msgid "UserID is required" -msgstr "UserID ist erforderlich" - -#: js/admin.js:89 -msgid "Do you really want to delete this user?" -msgstr "Möchten Sie diesen Nutzer wirklich löschen?" - -#: js/index.js:40 -msgid "Refreshing Contents..." -msgstr "Inhalte aktualisieren..." - -#: ajax_htmldata.php:53 -msgid "edit password or admin status" -msgstr "Passwort oder Adminstatus bearbeiten" - -#: ajax_htmldata.php:54 -msgid "remove" -msgstr "Löschen" - -#: ajax_htmldata.php:60 ajax_htmldata.php:64 -msgid "add new user" -msgstr "Neuer Benutzer" - -#: ajax_htmldata.php:75 ajax_processing.php:87 ajax_forms.php:114 -msgid "Action " -msgstr "Aktion " - -#: ajax_htmldata.php:75 ajax_processing.php:87 ajax_forms.php:114 -msgid " not set up!" -msgstr " nicht konfiguriert!" - #: index.php:55 msgid "You are successfully logged out of the system." msgstr "Sie wurden erfolgreichreich abgemeldet." @@ -283,78 +355,6 @@ msgstr "Login" msgid "Admin page" msgstr "Administrationsseite" -#: ajax_processing.php:75 -msgid "User successfully deleted." -msgstr "Nutzer erolgreich gelöscht." - -#: ajax_forms.php:43 -msgid "Edit User" -msgstr "Nutzer bearbeiten" - -#: ajax_forms.php:43 -msgid "Add New User" -msgstr "Neuer Nutzer" - -#: ajax_forms.php:56 -msgid "Login ID" -msgstr "Login-ID" - -#: ajax_forms.php:58 -msgid "Enter password for changes only" -msgstr "Geben Sie das Passwort nur bei Änderung ein" - -#: ajax_forms.php:59 -msgid "New " -msgstr "Neu " - -#: ajax_forms.php:59 -msgid "Password" -msgstr "Passwort" - -#: ajax_forms.php:62 -msgid "Reenter Password" -msgstr "Passwort wiederholen" - -#: ajax_forms.php:65 -msgid "Admin?" -msgstr "Admin?" - -#: ajax_forms.php:77 -msgid "submit" -msgstr "Senden" - -#: ajax_forms.php:78 -msgid "cancel" -msgstr "Abbrechen" - -#: admin/classes/domain/User.php:82 admin/classes/domain/User.php:89 -msgid "Could not connect to LDAP server." -msgstr "Es konnte keine Verbindung zum LDAP-Server hergestellt werden." - -#: admin/classes/domain/User.php:97 -msgid "" -"There is a problem with the LDAP configuration, contact your server " -"administrator." -msgstr "" -"Es existiert ein Problem mit Ihrer LDAP-Konfiguration, kontaktieren Sie den " -"Administrator." - -#: admin/classes/common/LdapPerson.php:34 -msgid "Could not connect to " -msgstr "Keine Verbindung mit " - -#: admin/classes/common/Object.php:63 -msgid "Cannot set value for undefined key (" -msgstr "Wert für nicht definierten Schlüssel kann nicht gesetzt werden (" - -#: admin/classes/common/Object.php:72 -msgid "Cannot get value for undefined key (" -msgstr "Wert für nicht definierten Schlüssel kann nicht gelesen werden (" - -#: admin/classes/common/DBService.php:53 -msgid "There was a problem with the database: " -msgstr "Es gab ein Problem mit der Datenbank: " - #~ msgid "Resources import" #~ msgstr "Resourcen importieren" diff --git a/licensing/locale/de_DE/LC_MESSAGES/messages.po b/licensing/locale/de_DE/LC_MESSAGES/messages.po index 53ee92403..f17caadbd 100644 --- a/licensing/locale/de_DE/LC_MESSAGES/messages.po +++ b/licensing/locale/de_DE/LC_MESSAGES/messages.po @@ -1,99 +1,93 @@ msgid "" msgstr "" "Project-Id-Version: Coral\n" -"POT-Creation-Date: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-06-19 17:24+0200\n" "PO-Revision-Date: \n" "Last-Translator: BSZ - Abteilung Bibliothekssysteme\n" -"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" +"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "X-Generator: Poedit 2.0.4\n" "X-Poedit-SourceCharset: UTF-8\n" -#: install/licensing.php:9 install/licensing.php:31 install/licensing.php:104 -#: install/licensing.php:130 -msgid "Licensing Module" -msgstr "Lizenzen" +#: terms_report.php:22 +msgid "Terms Report" +msgstr "Reportbedingungen" -#: install/licensing.php:20 -msgid "Licensing Database" -msgstr "Lizenzdatenbank" +#: onix_import.php:14 onix_import.php:17 +msgid "ONIX-PL Import" +msgstr "ONIX-PL Import" -#: install/licensing.php:53 -msgid "Use Terms Tool Functionality" -msgstr "Verwende das Terms Tool" +#: onix_import.php:28 +msgid "The file has been successfully uploaded." +msgstr "Die Datei wurde erfolgreich hochgeladen." -#: calendar.php:21 templates/header.php:181 templates/header.php:236 -#: templates/header.php:284 index.php:23 in_progress.php:23 -msgid "Home" -msgstr "Start" +#: onix_import.php:51 +msgid "Unable to create file for license." +msgstr "Die Datei für die Lizenz konnte nicht erstellt werden." -#: calendar.php:34 templates/header.php:210 templates/header.php:265 -#: templates/header.php:313 -msgid "Calendar" -msgstr "Kalender" +#: onix_import.php:284 +msgid " Expression Type(s) Created" +msgstr " Lizenzbedingungstyp(en) erstellt" -#: calendar.php:41 -msgid "Could not connect to host." -msgstr "Konnte keine Verbindung zum Host herstellen." +#: onix_import.php:285 +msgid " Qualifiers Created" +msgstr " Kennzeichnungen erstellt" -#: calendar.php:42 -msgid "Could not find License database." -msgstr "Konnte Lizenzdatenbank nicht finden." +#: onix_import.php:289 +msgid "Cannot create XML object" +msgstr "Das XML Objekt konnte nicht erstellt werden" -#: calendar.php:43 -msgid "Could not find Resource database." -msgstr "Konnte Ressourcendatenbank nicht finden." +#: onix_import.php:294 +msgid "Unable to upload the file" +msgstr "Die Datei konnte nicht hochgeladen werden" -#: calendar.php:49 -msgid "" -"There was an error with the CalendarSettings Table please verify the table " -"has been created." -msgstr "" -"Es trat ein Fehler in der Tabelle CalendarSettings auf, bitte überprüfen Sie " -"ob die Tabelle angelegt wurde." +#: onix_import.php:298 +msgid "Error: " +msgstr "Fehler: " -#: calendar.php:90 -msgid "There was an error with the CalendarSettings Configuration." -msgstr "Es trat ein Fehler bei der Konfiguration von CalenderSettings auf." +#: onix_import.php:312 +msgid "File selection" +msgstr "Auswahl Datei" -#: calendar.php:115 calendar.php:152 -msgid "Bad Query Failure" -msgstr "Fehlerhafte Abfrage" +#: onix_import.php:313 +msgid "XML File" +msgstr "XML Datei" -#: calendar.php:122 -msgid "Upcoming License Renewals" -msgstr "Anstehende Lizenzverlängerungen" +#: onix_import.php:317 +msgid "Import options" +msgstr "Importoptionen" -#: calendar.php:210 -msgid "No associated licenses available." -msgstr "Keine verbundenen Lizenzen verfügbar." +#: onix_import.php:319 +msgid "Usage Terms" +msgstr "Nutzungsbedingungen" -#: calendar.php:216 -msgid "Expired " -msgstr "Abgelaufen " +#: onix_import.php:320 +msgid "Supply Terms" +msgstr "Lieferbedingungen" -#: calendar.php:216 -msgid " days ago" -msgstr " Tagen" +#: onix_import.php:321 +msgid "Continuing Access Terms" +msgstr "Fortlaufende Zugriffsberechtigungen" -#: calendar.php:218 -msgid "- Expires in " -msgstr "- Läuft in " +#: onix_import.php:322 +msgid "Payment Terms" +msgstr "Zahlungsbedingungen" -#: calendar.php:221 -msgid " days)" -msgstr " Tagen)" +#: onix_import.php:323 +msgid "General Terms" +msgstr "Allgemeine Bedingungen" -#: calendar.php:223 -msgid " days " -msgstr " Tage " +#: onix_import.php:325 ajax_forms.php:56 +msgid "Publisher / Provider:" +msgstr "Verlag / Anbieter:" -#: calendar.php:234 -msgid "Participants: " -msgstr "Teilnehmer: " +#: onix_import.php:334 +msgid "Upload" +msgstr "Upload" #: admin.php:22 msgid "Administration" @@ -108,8 +102,8 @@ msgid "add new user" msgstr "Neuer Nutzer hinzufügen" #: admin.php:39 admin.php:56 admin.php:70 admin.php:83 admin.php:97 -#: admin.php:112 admin.php:132 admin.php:153 admin.php:167 in_progress.php:38 -#: license.php:70 license.php:112 license.php:131 license.php:151 +#: admin.php:112 admin.php:132 admin.php:153 admin.php:167 license.php:70 +#: license.php:112 license.php:131 license.php:151 in_progress.php:38 msgid "Loading..." msgstr "Lädt..." @@ -177,99 +171,228 @@ msgstr "Neuen Anbieter hinzufügen" msgid "You don't have permission to access this page" msgstr "Sie haben nicht die Berechtigung auf diese Seite zuzugreifen" -#: js/license.js:103 -msgid "Do you really want to delete this license?" -msgstr "Möchten Sie diese Lizenz wirklich löschen?" +#: license.php:62 license.php:104 license.php:124 license.php:143 +msgid "Documents" +msgstr "Dokumente" -#: js/license.js:159 -msgid "Refreshing Contents..." -msgstr "Inhalte aktualisieren..." +#: license.php:63 license.php:105 license.php:125 license.php:144 +#: ajax_forms.php:546 +msgid "Expressions" +msgstr "Lizenzbedingungen" -#: js/license.js:279 -msgid " record)" -msgstr " Treffer)" +#: license.php:64 license.php:106 license.php:126 license.php:145 +msgid "Terms Tool" +msgstr "Terms Tool" -#: js/license.js:281 -msgid " records)" -msgstr " Treffer)" +#: license.php:65 license.php:107 license.php:127 license.php:146 +#: ajax_forms.php:789 +msgid "Attachments" +msgstr "Anhänge" -#: js/license.js:314 -msgid "Do you really want to archive this document?" -msgstr "Möchten Sie dieses Dokument wirklich archivieren?" +#: license.php:79 +msgid "Helpful Links" +msgstr "Hilfreiche Links" -#: js/license.js:332 -msgid "Do you really want to delete this document?" -msgstr "Möchten Sie dieses Dokument wirklich löschen?" +#: license.php:87 +msgid "Send feedback on this resource" +msgstr "Sende Feedback für diese Ressource" -#: js/license.js:339 -msgid "" -"There was a problem with deleting the document. You may not delete a " -"document if there are associated expressions. Remove all expressions and " -"try again." -msgstr "" -"Beim Löschen des Dokuments ist ein Fehler aufgetreten. Sie können ein " -"Dokument nicht löschen, dass mit Lizenzbedingungen verknüpft ist. Löschen " -"Sie alle Bedingungen und versuchen Sie es erneut." +#: in_progress.php:23 templates/header.php:181 templates/header.php:236 +#: templates/header.php:284 index.php:23 calendar.php:21 +msgid "Home" +msgstr "Start" -#: js/license.js:353 -msgid "Do you really want to delete this expression?" -msgstr "Möchten Sie diese Lizenzbedingung wirklich löschen?" +#: in_progress.php:33 +msgid "Licenses In Progress" +msgstr "Lizenzen in Bearbeitung" -#: js/license.js:368 +#: in_progress.php:33 +msgid "Browse All" +msgstr "Alle" + +#: templates/header.php:35 msgid "" -"Do you really want to delete this attachment? This will also delete all " -"attached files." +"Both license name and organization must be filled out. Please try again." +msgstr "Lizenzname und Organisation müssen ausgefüllt sein. Bitte ergänzen." + +#: templates/header.php:85 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " msgstr "" -"Möchten Sie diesen Anhang wirklich löschen? Damit werden auch alle " -"verknüpften Dateien gelöscht." +"JavaScript muss aktiviert sein, um Coral verwenden zu können. Es scheint, " +"dass JavaScript entweder deaktiviert ist oder von Ihrem Browser nicht " +"unterstützt wird. Um Coral zu verwenden, aktivieren Sie JavaScript in den " +"Einstellungen Ihres Browsers und " -#: js/license.js:385 -msgid "Do you really want to delete this terms tool resource link?" -msgstr "Möchten Sie diesen Link zur Ressource im Terms Tool wirklich löschen?" +#: templates/header.php:85 +msgid "try again" +msgstr "versuchen Sie es erneut" -#: js/license.js:425 js/license.js:455 -msgid "File name is already being used." -msgstr "Der Dateiname wird bereits verwendet." +#: templates/header.php:107 +msgid "Licensing" +msgstr "Lizenzen" -#: js/license.js:457 js/forms/attachmentForm.js:84 js/forms/documentForm.js:134 -msgid " successfully uploaded." -msgstr " wurde erfolgreich hochgeladen." +#: templates/header.php:108 +msgid "Powered by" +msgstr "Powered by" -#: js/admin.js:122 js/admin.js:257 js/admin.js:282 js/admin.js:308 -#: js/admin.js:335 js/index.js:43 -msgid "Processing..." -msgstr "Lade..." +#: templates/header.php:114 +msgid "Hello" +msgstr "Hallo" -#: js/admin.js:255 js/admin.js:333 -msgid "Do you really want to delete this data?" -msgstr "Möchten Sie diese Daten wirklich löschen?" +#: templates/header.php:124 +msgid "logout" +msgstr "Logout" -#: js/admin.js:280 -msgid "Do you really want to delete this user?" -msgstr "Möchten Sie diesen Nutzer wirklich löschen?" +#: templates/header.php:124 +msgid "Help" +msgstr "Hilfe" -#: js/admin.js:306 -msgid "" -"Do you really want to delete this expression type? Any associated " -"Qualifiers will be deleted as well." -msgstr "" -"Möchten Sie den Lizenbedingungstyp wirklich löschen? Alle verknüpften " -"Kennzeichner werden ebenfalls gelöscht." +#: templates/header.php:142 +msgid "Invalid translation route!" +msgstr "Ungültige Übersetzung!" -#: js/admin.js:357 js/forms/licenseForm.js:172 js/forms/signatureForm.js:115 -#: js/forms/expressionForm.js:78 js/forms/documentForm.js:188 -#: ajax_forms.php:480 ajax_forms.php:743 -msgid "add" -msgstr "Hinzufügen" +#: templates/header.php:188 templates/header.php:243 templates/header.php:291 +msgid "New License" +msgstr "Neue Lizenz" -#: js/forms/licenseForm.js:34 js/forms/documentForm.js:38 -msgid "This name is already being used!" -msgstr "Dieser Name wird bereits verwendet!" +#: templates/header.php:195 templates/header.php:250 templates/header.php:298 +msgid "License In Progress" +msgstr "Lizenzen in Bearbeitung" -#: js/forms/licenseForm.js:57 js/forms/licenseForm.js:118 js/onix_import.js:11 -#: js/onix_import.js:68 -msgid "Warning! This organization will be added new." -msgstr "Warnung! Diese Organisation wird neu hinzugefügt." +#: templates/header.php:202 templates/header.php:257 templates/header.php:305 +#: compare.php:22 +msgid "Expression Comparison" +msgstr "Lizenzbedingungsvergleich" + +#: templates/header.php:210 templates/header.php:265 templates/header.php:313 +#: calendar.php:34 +msgid "Calendar" +msgstr "Kalender" + +#: templates/header.php:218 templates/header.php:273 templates/header.php:321 +msgid "ONIX-PL File Import" +msgstr "ONIX-PL-Dateiimport" + +#: templates/header.php:225 +msgid "Admin" +msgstr "Admin" + +#: templates/header.php:342 +msgid "Change Module" +msgstr "Modul wechseln" + +#: templates/header.php:345 +msgid "Main Menu" +msgstr "Hauptmenü" + +#: templates/header.php:350 +msgid "Resources" +msgstr "Ressourcen" + +#: templates/header.php:355 +msgid "Organizations" +msgstr "Organisationen" + +#: templates/header.php:360 +msgid "Usage Statistics" +msgstr "Nutzungsstatistik" + +#: templates/header.php:365 +msgid "Management" +msgstr "Management" + +#: index.php:48 +msgid "Search" +msgstr "Suche" + +#: index.php:49 index.php:238 +msgid "new search" +msgstr "Neue Suche" + +#: index.php:58 +msgid "Name (contains)" +msgstr "Name (enthält)" + +#: index.php:61 +msgid "go!" +msgstr "Los!" + +#: index.php:67 +msgid "Publisher/Provider" +msgstr "Verlag/Anbieter" + +#: index.php:78 index.php:104 +msgid "All" +msgstr "Alle" + +#: index.php:92 ajax_htmldata.php:496 ajax_forms.php:94 +msgid "" +"There was an error processing this request - please verify configuration.ini " +"is set up for organizations correctly and the database and tables have been " +"created." +msgstr "" +"Bei der Verarbeitung dieser Anfrage ist ein Fehler aufgetreten - bitte " +"überprüfen Sie, dass Ihre configuration.ini für Organisationen korrekt " +"eingerichtet ist und die Datenbank mit den Tabellen korrekt angelegt wurde." + +#: index.php:101 ajax_htmldata.php:385 ajax_htmldata.php:465 +msgid "Consortium" +msgstr "Konsortium" + +#: index.php:105 ajax_htmldata.php:1170 +msgid "(none)" +msgstr "(keine Treffer)" + +#: index.php:124 ajax_htmldata.php:386 ajax_htmldata.php:466 +msgid "Status" +msgstr "Status" + +#: index.php:149 +msgid "Document Type" +msgstr "Dokumenttyp" + +#: index.php:180 ajax_htmldata.php:1324 ajax_forms.php:993 ajax_forms.php:994 +msgid "Expression Type" +msgstr "Lizenzbedingungstyp" + +#: index.php:205 ajax_htmldata.php:1086 ajax_htmldata.php:1439 +#: ajax_forms.php:1144 ajax_forms.php:1167 +msgid "Qualifier" +msgstr "Kennzeichner" + +#: index.php:215 +msgid "Starts with" +msgstr "Beginnt mit" + +#: compare.php:39 +msgid "Limit by Expression Type:" +msgstr "Limit nach Lizenzbedingungstyp:" + +#: js/forms/sfxForm.js:59 +msgid "A document must be selected to continue." +msgstr "Es muss ein Dokument ausgewählt werden um fortzufahren." + +#: js/forms/sfxForm.js:60 +msgid "Terms Tool Resource must be entered to continue." +msgstr "Die Terms Tool Ressource muss eingegeben werden um fortzufahren." + +#: js/forms/licenseForm.js:34 js/forms/documentForm.js:38 +msgid "This name is already being used!" +msgstr "Dieser Name wird bereits verwendet!" + +#: js/forms/licenseForm.js:57 js/forms/licenseForm.js:118 js/onix_import.js:11 +#: js/onix_import.js:68 +msgid "Warning! This organization will be added new." +msgstr "Warnung! Diese Organisation wird neu hinzugefügt." + +#: js/forms/licenseForm.js:172 js/forms/expressionForm.js:78 +#: js/forms/signatureForm.js:115 js/forms/documentForm.js:188 js/admin.js:357 +#: ajax_forms.php:480 ajax_forms.php:743 +msgid "add" +msgstr "Hinzufügen" #: js/forms/licenseForm.js:191 msgid "Consortium has been added" @@ -283,6 +406,10 @@ msgstr "Ein Lizenzname ist erforderlich." msgid "Provider is required." msgstr "Der Anbieter ist erforderlich." +#: js/forms/expressionForm.js:89 +msgid "ExpressionType has been added" +msgstr "Der Lizenzbedingungstyp wurde hinzugefügt" + #: js/forms/attachmentForm.js:41 js/forms/attachmentForm.js:54 #: js/forms/documentForm.js:102 msgid "File name is already being used..." @@ -292,6 +419,10 @@ msgstr "Der Dateiname wird bereits verwendet..." msgid "The attachments directory is not writable." msgstr "Das Verzeichnis attachements ist nicht beschreibbar." +#: js/forms/attachmentForm.js:84 js/forms/documentForm.js:134 js/license.js:457 +msgid " successfully uploaded." +msgstr " wurde erfolgreich hochgeladen." + #: js/forms/attachmentForm.js:84 ajax_htmldata.php:142 ajax_htmldata.php:234 #: ajax_htmldata.php:1150 ajax_htmldata.php:1230 ajax_htmldata.php:1287 #: ajax_htmldata.php:1335 ajax_htmldata.php:1452 ajax_forms.php:458 @@ -319,10 +450,6 @@ msgstr "Möchten Sie diese Signatur wirklich löschen?" msgid "SignatureType has been added" msgstr "Signaturtyp wurde hinzugefügt" -#: js/forms/expressionForm.js:89 -msgid "ExpressionType has been added" -msgstr "Der Lizenzbedingungstyp wurde hinzugefügt" - #: js/forms/documentForm.js:106 msgid "" "File name may not contain special characters - ampersand, single quote, " @@ -347,13 +474,26 @@ msgstr "Die Kurzbezeichnung ist erforderlich." msgid "DocumentType has been added" msgstr "Der Dokumenttyp wurde hinzugefügt" -#: js/forms/sfxForm.js:59 -msgid "A document must be selected to continue." -msgstr "Es muss ein Dokument ausgewählt werden um fortzufahren." +#: js/admin.js:122 js/admin.js:257 js/admin.js:282 js/admin.js:308 +#: js/admin.js:335 js/index.js:43 +msgid "Processing..." +msgstr "Lade..." -#: js/forms/sfxForm.js:60 -msgid "Terms Tool Resource must be entered to continue." -msgstr "Die Terms Tool Ressource muss eingegeben werden um fortzufahren." +#: js/admin.js:255 js/admin.js:333 +msgid "Do you really want to delete this data?" +msgstr "Möchten Sie diese Daten wirklich löschen?" + +#: js/admin.js:280 +msgid "Do you really want to delete this user?" +msgstr "Möchten Sie diesen Nutzer wirklich löschen?" + +#: js/admin.js:306 +msgid "" +"Do you really want to delete this expression type? Any associated " +"Qualifiers will be deleted as well." +msgstr "" +"Möchten Sie den Lizenbedingungstyp wirklich löschen? Alle verknüpften " +"Kennzeichner werden ebenfalls gelöscht." #: js/onix_import.js:99 msgid "Please select a file to upload." @@ -375,166 +515,261 @@ msgstr "" "Bitte korrigieren Sie folgende(n) Formfehler:\n" "\n" -#: templates/header.php:35 +#: js/license.js:103 +msgid "Do you really want to delete this license?" +msgstr "Möchten Sie diese Lizenz wirklich löschen?" + +#: js/license.js:159 +msgid "Refreshing Contents..." +msgstr "Inhalte aktualisieren..." + +#: js/license.js:279 +msgid " record)" +msgstr " Treffer)" + +#: js/license.js:281 +msgid " records)" +msgstr " Treffer)" + +#: js/license.js:314 +msgid "Do you really want to archive this document?" +msgstr "Möchten Sie dieses Dokument wirklich archivieren?" + +#: js/license.js:332 +msgid "Do you really want to delete this document?" +msgstr "Möchten Sie dieses Dokument wirklich löschen?" + +#: js/license.js:339 msgid "" -"Both license name and organization must be filled out. Please try again." -msgstr "Lizenzname und Organisation müssen ausgefüllt sein. Bitte ergänzen." +"There was a problem with deleting the document. You may not delete a " +"document if there are associated expressions. Remove all expressions and " +"try again." +msgstr "" +"Beim Löschen des Dokuments ist ein Fehler aufgetreten. Sie können ein " +"Dokument nicht löschen, dass mit Lizenzbedingungen verknüpft ist. Löschen " +"Sie alle Bedingungen und versuchen Sie es erneut." -#: templates/header.php:85 +#: js/license.js:353 +msgid "Do you really want to delete this expression?" +msgstr "Möchten Sie diese Lizenzbedingung wirklich löschen?" + +#: js/license.js:368 msgid "" -"JavaScript must be enabled in order for you to use CORAL. However, it seems " -"JavaScript is either disabled or not supported by your browser. To use " -"CORAL, enable JavaScript by changing your browser options, then " +"Do you really want to delete this attachment? This will also delete all " +"attached files." msgstr "" -"JavaScript muss aktiviert sein, um Coral verwenden zu können. Es scheint, " -"dass JavaScript entweder deaktiviert ist oder von Ihrem Browser nicht " -"unterstützt wird. Um Coral zu verwenden, aktivieren Sie JavaScript in den " -"Einstellungen Ihres Browsers und " +"Möchten Sie diesen Anhang wirklich löschen? Damit werden auch alle " +"verknüpften Dateien gelöscht." -#: templates/header.php:85 -msgid "try again" -msgstr "versuchen Sie es erneut" +#: js/license.js:385 +msgid "Do you really want to delete this terms tool resource link?" +msgstr "Möchten Sie diesen Link zur Ressource im Terms Tool wirklich löschen?" -#: templates/header.php:107 -msgid "Licensing" -msgstr "Lizenzen" +#: js/license.js:425 js/license.js:455 +msgid "File name is already being used." +msgstr "Der Dateiname wird bereits verwendet." -#: templates/header.php:108 -msgid "Powered by" -msgstr "Powered by" +#: ajax_processing.php:96 +msgid "License successfully deleted." +msgstr "Lizenz wurde erfolgreich gelöscht." -#: templates/header.php:114 -msgid "Hello" -msgstr "Hallo" +#: ajax_processing.php:172 ajax_processing.php:957 +msgid "success uploading!" +msgstr "erfolgreich hochgeladen!" -#: templates/header.php:124 -msgid "logout" -msgstr "Logout" +#: ajax_processing.php:175 ajax_processing.php:960 +msgid "There was a problem saving your file to" +msgstr "Es trat ein Problem auf beim Speichern Ihrer Datei nach" -#: templates/header.php:124 -msgid "Help" -msgstr "Hilfe" +#: ajax_processing.php:236 +msgid "Document Saved Successfully." +msgstr "Dokument wurde erfolgreich gespeichert." -#: templates/header.php:142 -msgid "Invalid translation route!" -msgstr "Ungültige Übersetzung!" +#: ajax_processing.php:250 +msgid "Signature Deleted Successfully." +msgstr "Signatur wurde erfolgreich gelöscht." -#: templates/header.php:188 templates/header.php:243 templates/header.php:291 -msgid "New License" -msgstr "Neue Lizenz" +#: ajax_processing.php:312 +msgid "Expression Removed Successfully." +msgstr "Lizenzbedingung wurde erfolgreich entfernt." -#: templates/header.php:195 templates/header.php:250 templates/header.php:298 -msgid "License In Progress" -msgstr "Lizenzen in Bearbeitung" +#: ajax_processing.php:335 +msgid "" +"An expression in the licensing module has been approved for terms tool use." +msgstr "" +"Eine Lizenzbedingung im Lizenzmodul wurde für die Nutzung im Terms Tool " +"freigegeben." -#: templates/header.php:202 templates/header.php:257 templates/header.php:305 -#: compare.php:22 -msgid "Expression Comparison" -msgstr "Lizenzbedingungsvergleich" +#: ajax_processing.php:336 +msgid "License: " +msgstr "Lizenz: " -#: templates/header.php:218 templates/header.php:273 templates/header.php:321 -msgid "ONIX-PL File Import" -msgstr "ONIX-PL-Dateiimport" +#: ajax_processing.php:337 +msgid "View License Record: " +msgstr "Zeige Lizenz: " -#: templates/header.php:225 -msgid "Admin" -msgstr "Admin" +#: ajax_processing.php:341 +msgid "Licensing - expression set to production use" +msgstr "Lizenzen - Lizenzbedingung für Verwendung aktiv" -#: templates/header.php:342 -msgid "Change Module" -msgstr "Modul wechseln" +#: ajax_processing.php:346 +msgid "Approved for terms tool display." +msgstr "Für die Terms Tool Anzeige angenommen." -#: templates/header.php:345 -msgid "Main Menu" -msgstr "Hauptmenü" +#: ajax_processing.php:348 +msgid "Removed from terms tool display." +msgstr "Entfernt von der Terms Tool Anzeige." -#: templates/header.php:350 -msgid "Resources" -msgstr "Ressourcen" +#: ajax_processing.php:375 +msgid "Expression Note Updated Successfully." +msgstr "Lizenzbedingungsnotiz wurde erfolgreich aktualisiert." -#: templates/header.php:355 -msgid "Organizations" -msgstr "Organisationen" +#: ajax_processing.php:391 +msgid "Expression Note Added Successfully." +msgstr "Lizenzbedingungsnotiz wurde erfolgreich hinzugefügt." -#: templates/header.php:360 -msgid "Usage Statistics" -msgstr "Nutzungsstatistik" +#: ajax_processing.php:415 +msgid "Note Removed Successfully." +msgstr "Notiz wurde erfolgreich entfernt." -#: templates/header.php:365 -msgid "Management" -msgstr "Management" +#: ajax_processing.php:452 +msgid "Terms Tool Resource Link successfully deleted" +msgstr "Der Terms Tool Resource Link wurde erfolgreich gelöscht" -#: onix_import.php:14 onix_import.php:17 -msgid "ONIX-PL Import" -msgstr "ONIX-PL Import" +#: ajax_processing.php:468 +msgid "License Updated Successfully." +msgstr "Lizenz erfolgreich aktualisiert." -#: onix_import.php:28 -msgid "The file has been successfully uploaded." -msgstr "Die Datei wurde erfolgreich hochgeladen." +#: ajax_processing.php:477 +msgid "License Added Successfully." +msgstr "Lizenz erfolgreich hinzugefügt." -#: onix_import.php:51 -msgid "Unable to create file for license." -msgstr "Die Datei für die Lizenz konnte nicht erstellt werden." +#: ajax_processing.php:477 +msgid "Please continue to upload documents and add expressions or emails." +msgstr "" +"Bitte fahren Sie mit dem Upload von Dokumenten fort und fügen Sie " +"Lizenzbedingungen und E-Mail-Adressen hinzu." -#: onix_import.php:284 -msgid " Expression Type(s) Created" -msgstr " Lizenzbedingungstyp(en) erstellt" +#: ajax_processing.php:505 ajax_processing.php:517 ajax_processing.php:530 +#: ajax_forms.php:305 +msgid "Continue" +msgstr "Fortfahren" -#: onix_import.php:285 -msgid " Qualifiers Created" -msgstr " Kennzeichnungen erstellt" +#: ajax_processing.php:514 ajax_processing.php:527 +msgid "SQL Insert Failed." +msgstr "SQL Insert fehlgeschlagen." -#: onix_import.php:289 -msgid "Cannot create XML object" -msgstr "Das XML Objekt konnte nicht erstellt werden" +#: ajax_processing.php:514 ajax_processing.php:527 +msgid "Please make sure everything is filled out correctly." +msgstr "Bitte stellen Sie sicher das alles korrekt ausgefüllt ist." -#: onix_import.php:294 -msgid "Unable to upload the file" -msgstr "Die Datei konnte nicht hochgeladen werden" +#: ajax_processing.php:772 +msgid "Unable to delete - this " +msgstr "Kann nicht gelöscht werden - " -#: onix_import.php:298 -msgid "Error: " -msgstr "Fehler: " +#: ajax_processing.php:772 +msgid "" +" is in use. Please make sure no licenses are set up with this information." +msgstr "" +" wird verwendet. Bitte stellen Sie sicher, dass keine Lizenzen mit dieser " +"Information vorhanden sind." -#: onix_import.php:312 -msgid "File selection" -msgstr "Auswahl Datei" +#: ajax_processing.php:778 +msgid "" +"Unable to delete. Please make sure no licenses are set up with this " +"information." +msgstr "" +"Kann nicht gelöscht werden. Bitte setllen Sie sicher, dass keine Lizenzen " +"mit dieser Information vorhanden sind." -#: onix_import.php:313 -msgid "XML File" -msgstr "XML Datei" +#: ajax_processing.php:1027 +msgid "Attachment successfully deleted" +msgstr "Anhang wurde erfolgreich gelöscht" -#: onix_import.php:317 -msgid "Import options" -msgstr "Importoptionen" +#: ajax_processing.php:1041 +msgid "Attachment file successfully deleted" +msgstr "Anhang wurde erfolgreich gelöscht" -#: onix_import.php:319 -msgid "Usage Terms" -msgstr "Nutzungsbedingungen" +#: ajax_processing.php:1062 +msgid "Status has been updated" +msgstr "Der Status wurde aktualisiert" -#: onix_import.php:320 -msgid "Supply Terms" -msgstr "Lieferbedingungen" +#: ajax_processing.php:1172 ajax_htmldata.php:1590 ajax_forms.php:1194 +msgid "Action " +msgstr "Aktion " -#: onix_import.php:321 -msgid "Continuing Access Terms" -msgstr "Fortlaufende Zugriffsberechtigungen" +#: ajax_processing.php:1172 ajax_htmldata.php:1590 ajax_forms.php:1194 +msgid " not set up!" +msgstr " nicht aufgesetzt!" -#: onix_import.php:322 -msgid "Payment Terms" -msgstr "Zahlungsbedingungen" +#: not_available.php:21 +msgid "Not Available" +msgstr "Nicht verfügbar" -#: onix_import.php:323 -msgid "General Terms" -msgstr "Allgemeine Bedingungen" +#: not_available.php:66 +msgid "Please contact your Administrator for access to the Licensing Module." +msgstr "" +"Bitte kontaktieren Sie Ihren Administrator für den Zugang zum Lizenzmodul." + +#: calendar.php:41 +msgid "Could not connect to host." +msgstr "Konnte keine Verbindung zum Host herstellen." + +#: calendar.php:42 +msgid "Could not find License database." +msgstr "Konnte Lizenzdatenbank nicht finden." + +#: calendar.php:43 +msgid "Could not find Resource database." +msgstr "Konnte Ressourcendatenbank nicht finden." + +#: calendar.php:49 +msgid "" +"There was an error with the CalendarSettings Table please verify the table " +"has been created." +msgstr "" +"Es trat ein Fehler in der Tabelle CalendarSettings auf, bitte überprüfen Sie " +"ob die Tabelle angelegt wurde." + +#: calendar.php:90 +msgid "There was an error with the CalendarSettings Configuration." +msgstr "Es trat ein Fehler bei der Konfiguration von CalenderSettings auf." + +#: calendar.php:115 calendar.php:152 +msgid "Bad Query Failure" +msgstr "Fehlerhafte Abfrage" + +#: calendar.php:122 +msgid "Upcoming License Renewals" +msgstr "Anstehende Lizenzverlängerungen" + +#: calendar.php:210 +msgid "No associated licenses available." +msgstr "Keine verbundenen Lizenzen verfügbar." + +#: calendar.php:216 +msgid "Expired " +msgstr "Abgelaufen " + +#: calendar.php:216 +msgid " days ago" +msgstr " Tagen" + +#: calendar.php:218 +msgid "- Expires in " +msgstr "- Läuft in " + +#: calendar.php:221 +msgid " days)" +msgstr " Tagen)" -#: onix_import.php:325 ajax_forms.php:56 -msgid "Publisher / Provider:" -msgstr "Verlag / Anbieter:" +#: calendar.php:223 +msgid " days " +msgstr " Tage " -#: onix_import.php:334 -msgid "Upload" -msgstr "Upload" +#: calendar.php:234 +msgid "Participants: " +msgstr "Teilnehmer: " #: ajax_htmldata.php:50 msgid "edit license" @@ -634,28 +869,10 @@ msgstr "Name" msgid "Publisher / Provider" msgstr "Verlag / Anbieter" -#: ajax_htmldata.php:385 ajax_htmldata.php:465 index.php:101 -msgid "Consortium" -msgstr "Konsortium" - -#: ajax_htmldata.php:386 ajax_htmldata.php:466 index.php:124 -msgid "Status" -msgstr "Status" - #: ajax_htmldata.php:432 msgid "records per page" msgstr "Datensätze pro Seite" -#: ajax_htmldata.php:496 index.php:92 ajax_forms.php:94 -msgid "" -"There was an error processing this request - please verify configuration.ini " -"is set up for organizations correctly and the database and tables have been " -"created." -msgstr "" -"Bei der Verarbeitung dieser Anfrage ist ein Fehler aufgetreten - bitte " -"überprüfen Sie, dass Ihre configuration.ini für Organisationen korrekt " -"eingerichtet ist und die Datenbank mit den Tabellen korrekt angelegt wurde." - #: ajax_htmldata.php:535 msgid "view / edit license" msgstr "Lizenz anzeigen / bearbeiten" @@ -807,19 +1024,10 @@ msgstr "Lade neues Dokument hoch" msgid "For Document:" msgstr "Für Dokument:" -#: ajax_htmldata.php:1086 ajax_htmldata.php:1439 index.php:205 -#: ajax_forms.php:1144 ajax_forms.php:1167 -msgid "Qualifier" -msgstr "Kennzeichner" - #: ajax_htmldata.php:1125 msgid "used in terms tool" msgstr "wird im Terms Tool verwendet" -#: ajax_htmldata.php:1170 index.php:105 -msgid "(none)" -msgstr "(keine Treffer)" - #: ajax_htmldata.php:1176 msgid "add/view " msgstr "Hinzufügen/Anzeigen " @@ -853,10 +1061,6 @@ msgstr "Terms Tool E-Mail aktualisieren" msgid "update" msgstr "Update" -#: ajax_htmldata.php:1324 index.php:180 ajax_forms.php:993 ajax_forms.php:994 -msgid "Expression Type" -msgstr "Lizenzbedingungstyp" - #: ajax_htmldata.php:1325 ajax_forms.php:995 msgid "Note Type" msgstr "Notiztyp" @@ -882,188 +1086,6 @@ msgstr "Einschränken nach Kennzeichner:" msgid "Resources Module" msgstr "Ressourcen" -#: ajax_htmldata.php:1590 ajax_processing.php:1172 ajax_forms.php:1194 -msgid "Action " -msgstr "Aktion " - -#: ajax_htmldata.php:1590 ajax_processing.php:1172 ajax_forms.php:1194 -msgid " not set up!" -msgstr " nicht aufgesetzt!" - -#: terms_report.php:22 -msgid "Terms Report" -msgstr "Reportbedingungen" - -#: compare.php:39 -msgid "Limit by Expression Type:" -msgstr "Limit nach Lizenzbedingungstyp:" - -#: index.php:48 -msgid "Search" -msgstr "Suche" - -#: index.php:49 index.php:238 -msgid "new search" -msgstr "Neue Suche" - -#: index.php:58 -msgid "Name (contains)" -msgstr "Name (enthält)" - -#: index.php:61 -msgid "go!" -msgstr "Los!" - -#: index.php:67 -msgid "Publisher/Provider" -msgstr "Verlag/Anbieter" - -#: index.php:78 index.php:104 -msgid "All" -msgstr "Alle" - -#: index.php:149 -msgid "Document Type" -msgstr "Dokumenttyp" - -#: index.php:215 -msgid "Starts with" -msgstr "Beginnt mit" - -#: not_available.php:21 -msgid "Not Available" -msgstr "Nicht verfügbar" - -#: not_available.php:66 -msgid "Please contact your Administrator for access to the Licensing Module." -msgstr "" -"Bitte kontaktieren Sie Ihren Administrator für den Zugang zum Lizenzmodul." - -#: ajax_processing.php:96 -msgid "License successfully deleted." -msgstr "Lizenz wurde erfolgreich gelöscht." - -#: ajax_processing.php:172 ajax_processing.php:957 -msgid "success uploading!" -msgstr "erfolgreich hochgeladen!" - -#: ajax_processing.php:175 ajax_processing.php:960 -msgid "There was a problem saving your file to" -msgstr "Es trat ein Problem auf beim Speichern Ihrer Datei nach" - -#: ajax_processing.php:236 -msgid "Document Saved Successfully." -msgstr "Dokument wurde erfolgreich gespeichert." - -#: ajax_processing.php:250 -msgid "Signature Deleted Successfully." -msgstr "Signatur wurde erfolgreich gelöscht." - -#: ajax_processing.php:312 -msgid "Expression Removed Successfully." -msgstr "Lizenzbedingung wurde erfolgreich entfernt." - -#: ajax_processing.php:335 -msgid "" -"An expression in the licensing module has been approved for terms tool use." -msgstr "" -"Eine Lizenzbedingung im Lizenzmodul wurde für die Nutzung im Terms Tool " -"freigegeben." - -#: ajax_processing.php:336 -msgid "License: " -msgstr "Lizenz: " - -#: ajax_processing.php:337 -msgid "View License Record: " -msgstr "Zeige Lizenz: " - -#: ajax_processing.php:341 -msgid "Licensing - expression set to production use" -msgstr "Lizenzen - Lizenzbedingung für Verwendung aktiv" - -#: ajax_processing.php:346 -msgid "Approved for terms tool display." -msgstr "Für die Terms Tool Anzeige angenommen." - -#: ajax_processing.php:348 -msgid "Removed from terms tool display." -msgstr "Entfernt von der Terms Tool Anzeige." - -#: ajax_processing.php:375 -msgid "Expression Note Updated Successfully." -msgstr "Lizenzbedingungsnotiz wurde erfolgreich aktualisiert." - -#: ajax_processing.php:391 -msgid "Expression Note Added Successfully." -msgstr "Lizenzbedingungsnotiz wurde erfolgreich hinzugefügt." - -#: ajax_processing.php:415 -msgid "Note Removed Successfully." -msgstr "Notiz wurde erfolgreich entfernt." - -#: ajax_processing.php:452 -msgid "Terms Tool Resource Link successfully deleted" -msgstr "Der Terms Tool Resource Link wurde erfolgreich gelöscht" - -#: ajax_processing.php:468 -msgid "License Updated Successfully." -msgstr "Lizenz erfolgreich aktualisiert." - -#: ajax_processing.php:477 -msgid "License Added Successfully." -msgstr "Lizenz erfolgreich hinzugefügt." - -#: ajax_processing.php:477 -msgid "Please continue to upload documents and add expressions or emails." -msgstr "" -"Bitte fahren Sie mit dem Upload von Dokumenten fort und fügen Sie " -"Lizenzbedingungen und E-Mail-Adressen hinzu." - -#: ajax_processing.php:505 ajax_processing.php:517 ajax_processing.php:530 -#: ajax_forms.php:305 -msgid "Continue" -msgstr "Fortfahren" - -#: ajax_processing.php:514 ajax_processing.php:527 -msgid "SQL Insert Failed." -msgstr "SQL Insert fehlgeschlagen." - -#: ajax_processing.php:514 ajax_processing.php:527 -msgid "Please make sure everything is filled out correctly." -msgstr "Bitte stellen Sie sicher das alles korrekt ausgefüllt ist." - -#: ajax_processing.php:772 -msgid "Unable to delete - this " -msgstr "Kann nicht gelöscht werden - " - -#: ajax_processing.php:772 -msgid "" -" is in use. Please make sure no licenses are set up with this information." -msgstr "" -" wird verwendet. Bitte stellen Sie sicher, dass keine Lizenzen mit dieser " -"Information vorhanden sind." - -#: ajax_processing.php:778 -msgid "" -"Unable to delete. Please make sure no licenses are set up with this " -"information." -msgstr "" -"Kann nicht gelöscht werden. Bitte setllen Sie sicher, dass keine Lizenzen " -"mit dieser Information vorhanden sind." - -#: ajax_processing.php:1027 -msgid "Attachment successfully deleted" -msgstr "Anhang wurde erfolgreich gelöscht" - -#: ajax_processing.php:1041 -msgid "Attachment file successfully deleted" -msgstr "Anhang wurde erfolgreich gelöscht" - -#: ajax_processing.php:1062 -msgid "Status has been updated" -msgstr "Der Status wurde aktualisiert" - #: ajax_forms.php:51 msgid "License Name:" msgstr "Lizenzname:" @@ -1151,11 +1173,6 @@ msgstr "bestätige Aktualisierung" msgid "Close" msgstr "Schließen" -#: ajax_forms.php:546 license.php:63 license.php:105 license.php:125 -#: license.php:144 -msgid "Expressions" -msgstr "Lizenzbedingungen" - #: ajax_forms.php:551 msgid "Document:" msgstr "Dokument:" @@ -1176,11 +1193,6 @@ msgstr "Kennzeichner:" msgid "For Document Text:" msgstr "Für Dokumenttext:" -#: ajax_forms.php:789 license.php:65 license.php:107 license.php:127 -#: license.php:146 -msgid "Attachments" -msgstr "Anhänge" - #: ajax_forms.php:793 msgid "Date:" msgstr "Datum:" @@ -1267,13 +1279,18 @@ msgstr "Bearbeite" msgid "Variable Name" msgstr "Name der Variable" -#: in_progress.php:33 -msgid "Licenses In Progress" -msgstr "Lizenzen in Bearbeitung" +#: install/licensing.php:9 install/licensing.php:31 install/licensing.php:104 +#: install/licensing.php:130 +msgid "Licensing Module" +msgstr "Lizenzen" -#: in_progress.php:33 -msgid "Browse All" -msgstr "Alle" +#: install/licensing.php:20 +msgid "Licensing Database" +msgstr "Lizenzdatenbank" + +#: install/licensing.php:53 +msgid "Use Terms Tool Functionality" +msgstr "Verwende das Terms Tool" #: admin/classes/common/Object.php:72 msgid "Cannot get value for undefined key (" @@ -1283,19 +1300,3 @@ msgstr "" #: admin/classes/common/DBService.php:54 msgid "There was a problem with the database: " msgstr "Es gab ein Problem mit folgender Datenbank: " - -#: license.php:62 license.php:104 license.php:124 license.php:143 -msgid "Documents" -msgstr "Dokumente" - -#: license.php:64 license.php:106 license.php:126 license.php:145 -msgid "Terms Tool" -msgstr "Terms Tool" - -#: license.php:79 -msgid "Helpful Links" -msgstr "Hilfreiche Links" - -#: license.php:87 -msgid "Send feedback on this resource" -msgstr "Sende Feedback für diese Ressource" diff --git a/locale/de_DE/LC_MESSAGES/messages.po b/locale/de_DE/LC_MESSAGES/messages.po index 51f75b5ff..9fd6939d0 100644 --- a/locale/de_DE/LC_MESSAGES/messages.po +++ b/locale/de_DE/LC_MESSAGES/messages.po @@ -2,14 +2,14 @@ msgid "" msgstr "" "Project-Id-Version: Coral\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-27 16:12+0200\n" +"POT-Creation-Date: 2018-06-19 17:23+0200\n" "PO-Revision-Date: \n" "Last-Translator: \n" -"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.0.4\n" "X-Poedit-SourceCharset: UTF-8\n" @@ -263,7 +263,8 @@ msgstr "Powered by" #~ msgstr "E-Mail-Adresse für Feedback" #~ msgid "Please set up the following options for the resources module." -#~ msgstr "Bitte konfigurieren Sie die folgenden Optionen für das Resourcenmodul." +#~ msgstr "" +#~ "Bitte konfigurieren Sie die folgenden Optionen für das Resourcenmodul." #~ msgid "rows have been processed." #~ msgstr "Zeilen wurden verarbeitet." @@ -444,10 +445,12 @@ msgstr "Powered by" #~ msgstr "Importkonfiguration erfolgreich gelöscht." #~ msgid "There was a problem saving your file to " -#~ msgstr "Es ist ein Problem aufgetreten beim Versuch Ihre Datei hier zu speichern:" +#~ msgstr "" +#~ "Es ist ein Problem aufgetreten beim Versuch Ihre Datei hier zu speichern:" #~ msgid ". Please ensure your attachments directory is writable." -#~ msgstr ". Bitte prüfen Sie, ob Ihr Verzeichnis für Anhänge beschreibbar ist." +#~ msgstr "" +#~ ". Bitte prüfen Sie, ob Ihr Verzeichnis für Anhänge beschreibbar ist." #~ msgid " rows have been processed. " #~ msgstr "Zeilen wurden verarbeitet. " diff --git a/management/locale/de_DE/LC_MESSAGES/messages.po b/management/locale/de_DE/LC_MESSAGES/messages.po index e6ef6d7b0..05037be85 100644 --- a/management/locale/de_DE/LC_MESSAGES/messages.po +++ b/management/locale/de_DE/LC_MESSAGES/messages.po @@ -1,162 +1,104 @@ msgid "" msgstr "" "Project-Id-Version: Coral\n" -"POT-Creation-Date: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-06-19 17:24+0200\n" "PO-Revision-Date: \n" "Last-Translator: BSZ - Abteilung Bibliothekssysteme\n" -"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" +"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "X-Generator: Poedit 2.0.4\n" "X-Poedit-SourceCharset: UTF-8\n" -#: install/management.php:9 install/management.php:30 install/management.php:82 -#: install/management.php:108 not_available.php:29 -msgid "Management Module" -msgstr "Management-Modul" - -#: install/management.php:19 -msgid "Management Database" -msgstr "Management-Datenbank" - -#: admin.php:22 -msgid "Administration" -msgstr "Administration" - -#: admin.php:35 -msgid "Users" -msgstr "Benutzer" - -#: admin.php:36 -msgid "add new user" -msgstr "neuen Nutzer hinzufügen" - -#: admin.php:39 admin.php:53 admin.php:67 admin.php:155 in_progress.php:38 -#: license.php:68 license.php:93 license.php:112 license.php:131 -msgid "Loading..." -msgstr "Lädt..." - -#: admin.php:49 -msgid "Document Types" -msgstr "Dokumentarten" - -#: admin.php:50 -msgid "add new document type" -msgstr "neue Dokumentart hinzufügen" - -#: admin.php:63 -msgid "Note Types" -msgstr "Bemerkungsart" - -#: admin.php:64 -msgid "add new note type" -msgstr "neue Bemerkungsart hinzufügen" - -#: admin.php:151 -msgid "Categories" -msgstr "Kategorien" - -#: admin.php:152 -msgid "add new category" -msgstr "neue Kategorie hinzufügen" - -#: admin.php:183 -msgid "You don't have permission to access this page" -msgstr "Sie haben keine Berechtigung für diese Seite" +#: admin/classes/common/DBService.php:55 +msgid "There was a problem with the database: " +msgstr "Es ist ein Problem mit der Datenbank aufgetreten: " -#: js/license.js:101 js/license.js:329 -msgid "Do you really want to delete this document?" -msgstr "Wollen Sie dieses Dokument wirklich löschen?" +#: admin/classes/common/Object.php:63 admin/classes/common/Object.php:72 +msgid "Cannot set value for undefined key (" +msgstr "Kann keinen Wert für undefinierten Schlüssel setzen (" -#: js/license.js:276 -msgid "record" -msgstr "Datensatz" +#: index.php:23 templates/header.php:210 templates/header.php:233 +#: templates/header.php:249 in_progress.php:23 +msgid "Home" +msgstr "Start" -#: js/license.js:278 -msgid "records" -msgstr "Datensätze" +#: index.php:48 +msgid "Search" +msgstr "Suche" -#: js/license.js:311 -msgid "Do you really want to archive this document?" -msgstr "Wollen Sie dieses Dokument wirklich archivieren?" +#: index.php:49 index.php:246 +msgid "new search" +msgstr "neue Suche" -#: js/license.js:336 -msgid "" -"There was a problem with deleting the document. You may not delete a " -"document if there are associated expressions. Remove all expressions and " -"try again." -msgstr "" -"Dieses Dokument konnte nicht gelöscht werden. Sie können ein Dokument nicht " -"löschen, wenn es dazu Lizenzbedingungen gibt. Entfernen Sie alle " -"Lizenzbedingungen und versuchen Sie es erneut." +#: index.php:58 +msgid "Name (contains)" +msgstr "Name (enthält)" -#: js/license.js:350 -msgid "Do you really want to delete this expression?" -msgstr "Wollen Sie diesen Eintrag wirlich löschen?" +#: index.php:61 +msgid "go!" +msgstr "Los!" -#: js/license.js:365 +#: index.php:95 ajax_htmldata.php:591 ajax_forms.php:163 msgid "" -"Do you really want to delete this attachment? This will also delete all " -"attached files." +"There was an error processing this request - please verify configuration.ini " +"is set up for organizations correctly and the database and tables have been " +"created." msgstr "" -"Wollen Sie diesen Anhang wirklich löschen? Dadurch werden alle anhängenden " -"Dateien gelöscht." +"Beim Verarbeiten dieser Anfrage ist ein Fehler aufgetreten - Bitte " +"überprüfen Sie, dass die configuration.ini für Organisationen korrekt " +"konfiguriert wurde und dass die Datenbank mit den zugehörigen Tabellen " +"angelegt wurde." -#: js/license.js:381 -msgid "Do you really want to delete this note?" -msgstr "Wollen Sie diese Notiz wirlich löschen?" +#: index.php:105 ajax_htmldata.php:473 +msgid "Category" +msgstr "Kategorie" -#: js/license.js:398 -msgid "Do you really want to delete this terms tool resource link?" -msgstr "Wollen Sie diesen Link zur Ressource im Terms Tool wirklich löschen?" +#: index.php:108 +msgid "All" +msgstr "Alle" -#: js/license.js:450 js/license.js:480 -msgid "File name is already being used." -msgstr "Dateiname wird bereits verwendet." +#: index.php:109 ajax_htmldata.php:1278 +msgid "(none)" +msgstr "(keine)" -#: js/license.js:482 js/forms/licenseForm.js:390 js/forms/attachmentForm.js:84 -#: js/forms/documentForm.js:134 -msgid " successfully uploaded." -msgstr " erfolgreich hochgeladen." +#: index.php:158 +msgid "Document Type" +msgstr "Dokumententyp" -#: js/admin.js:106 js/admin.js:232 js/admin.js:257 js/admin.js:283 -#: js/admin.js:310 js/index.js:43 -msgid "Processing..." -msgstr "Wird geladen..." +#: index.php:213 ajax_htmldata.php:1194 ajax_htmldata.php:1454 +#: ajax_forms.php:1298 +msgid "Qualifier" +msgstr "Kennzeichner" -#: js/admin.js:135 -msgid "That " -msgstr "Dies " +#: index.php:223 +msgid "Starts with" +msgstr "Beginnt mit" -#: js/admin.js:135 -msgid " is already in use." -msgstr " wird bereits verwendet." +#: license.php:61 license.php:86 license.php:105 license.php:124 +msgid "Documents" +msgstr "Dokumente" -#: js/admin.js:230 js/admin.js:308 -msgid "Do you really want to delete this data?" -msgstr "Wollen sie diesen Satz wirklich löschen?" +#: license.php:63 license.php:88 license.php:107 license.php:126 +msgid "Terms Tool" +msgstr "Terms Tool" -#: js/admin.js:255 -msgid "Do you really want to delete this user?" -msgstr "Wollen Sie diesen Benutzer wirklich löschen?" +#: license.php:64 license.php:89 license.php:108 license.php:127 +#: ajax_forms.php:942 +msgid "Attachments" +msgstr "Anhänge" -#: js/admin.js:281 -msgid "" -"Do you really want to delete this expression type? Any associated " -"Qualifiers will be deleted as well." -msgstr "" -"Wollen Sie diese Lizenzbedingung wirklich löschen? Alle verbundenen " -"Kennzeichen werden ebenfalls gelöscht." +#: license.php:68 license.php:93 license.php:112 license.php:131 +#: in_progress.php:38 admin.php:39 admin.php:53 admin.php:67 admin.php:155 +msgid "Loading..." +msgstr "Lädt..." -#: js/admin.js:332 js/forms/licenseForm.js:196 js/forms/licenseForm.js:234 -#: js/forms/licenseForm.js:270 js/forms/licenseForm.js:306 -#: js/forms/signatureForm.js:104 js/forms/expressionForm.js:78 -#: js/forms/documentForm.js:189 js/forms/noteForm.js:37 ajax_forms.php:634 -#: ajax_forms.php:896 -msgid "add" -msgstr "hinzufügen" +#: license.php:87 license.php:106 ajax_forms.php:700 +msgid "Expressions" +msgstr "Lizenzbedingungen" #: js/forms/licenseForm.js:39 js/forms/documentForm.js:38 msgid "This name is already being used!" @@ -166,6 +108,14 @@ msgstr "Dieser Name wird bereits verwendet!" msgid "Warning! This organization will be added new." msgstr "Hinweis! Diese Organisation wird neu hinzugefügt." +#: js/forms/licenseForm.js:196 js/forms/licenseForm.js:234 +#: js/forms/licenseForm.js:270 js/forms/licenseForm.js:306 +#: js/forms/expressionForm.js:78 js/forms/noteForm.js:37 +#: js/forms/documentForm.js:189 js/forms/signatureForm.js:104 js/admin.js:332 +#: ajax_forms.php:634 ajax_forms.php:896 +msgid "add" +msgstr "hinzufügen" + #: js/forms/licenseForm.js:222 msgid "Category has been added" msgstr "Kategorie wurde hinzugefügt" @@ -227,6 +177,11 @@ msgstr "" msgid "The documents directory is not writable." msgstr "Dateiverzeichnis nicht beschreibbar." +#: js/forms/licenseForm.js:390 js/forms/attachmentForm.js:84 +#: js/forms/documentForm.js:134 js/license.js:482 +msgid " successfully uploaded." +msgstr " erfolgreich hochgeladen." + #: js/forms/attachmentForm.js:46 msgid "The attachments directory is not writable." msgstr "Verzeichnis für Anhänge nicht beschreibbar." @@ -243,6 +198,26 @@ msgstr "entfernen" msgid "Do you really want to delete this attachment?" msgstr "Wollen Sie diesen Anhang wirklich entfernen?" +#: js/forms/expressionForm.js:89 +msgid "ExpressionType has been added" +msgstr "Lizenzbedingungstyp wurde hinzugefügt" + +#: js/forms/sfxForm.js:59 +msgid "A document must be selected to continue." +msgstr "Bitte wählen Sie ein Dokument aus um fortzufahren." + +#: js/forms/sfxForm.js:60 +msgid "Terms Tool Resource must be entered to continue." +msgstr "Die Ressource muss im Terms Tool eingegeben werden um fortzufahren." + +#: js/forms/documentForm.js:177 +msgid "Document Type is required." +msgstr "Dokumenttyp ist erforderlich." + +#: js/forms/documentForm.js:178 +msgid "Short Name is required." +msgstr "Kurzname ist erforderlich." + #: js/forms/signatureForm.js:42 msgid "No match!" msgstr "Keine Übereinstimmung!" @@ -259,104 +234,214 @@ msgstr "Möchten Sie diese Unterschrift wirklich löschen?" msgid "SignatureType has been added" msgstr "Unterschriftstyp wurde hinzugefügt" -#: js/forms/expressionForm.js:89 -msgid "ExpressionType has been added" -msgstr "Lizenzbedingungstyp wurde hinzugefügt" +#: js/index.js:43 js/admin.js:106 js/admin.js:232 js/admin.js:257 +#: js/admin.js:283 js/admin.js:310 +msgid "Processing..." +msgstr "Wird geladen..." -#: js/forms/documentForm.js:177 -msgid "Document Type is required." -msgstr "Dokumenttyp ist erforderlich." +#: js/admin.js:135 +msgid "That " +msgstr "Dies " -#: js/forms/documentForm.js:178 -msgid "Short Name is required." -msgstr "Kurzname ist erforderlich." +#: js/admin.js:135 +msgid " is already in use." +msgstr " wird bereits verwendet." -#: js/forms/sfxForm.js:59 -msgid "A document must be selected to continue." -msgstr "Bitte wählen Sie ein Dokument aus um fortzufahren." +#: js/admin.js:230 js/admin.js:308 +msgid "Do you really want to delete this data?" +msgstr "Wollen sie diesen Satz wirklich löschen?" -#: js/forms/sfxForm.js:60 -msgid "Terms Tool Resource must be entered to continue." -msgstr "Die Ressource muss im Terms Tool eingegeben werden um fortzufahren." +#: js/admin.js:255 +msgid "Do you really want to delete this user?" +msgstr "Wollen Sie diesen Benutzer wirklich löschen?" -#: templates/header.php:34 +#: js/admin.js:281 msgid "" -"Both license name and organization must be filled out. Please try again." -msgstr "Die Felder Name und Organisation müssen ausgefüllt sein." +"Do you really want to delete this expression type? Any associated " +"Qualifiers will be deleted as well." +msgstr "" +"Wollen Sie diese Lizenzbedingung wirklich löschen? Alle verbundenen " +"Kennzeichen werden ebenfalls gelöscht." -#: templates/header.php:84 +#: js/license.js:101 js/license.js:329 +msgid "Do you really want to delete this document?" +msgstr "Wollen Sie dieses Dokument wirklich löschen?" + +#: js/license.js:276 +msgid "record" +msgstr "Datensatz" + +#: js/license.js:278 +msgid "records" +msgstr "Datensätze" + +#: js/license.js:311 +msgid "Do you really want to archive this document?" +msgstr "Wollen Sie dieses Dokument wirklich archivieren?" + +#: js/license.js:336 msgid "" -"JavaScript must be enabled in order for you to use CORAL. However, it seems " -"JavaScript is either disabled or not supported by your browser. To use " -"CORAL, enable JavaScript by changing your browser options, then " +"There was a problem with deleting the document. You may not delete a " +"document if there are associated expressions. Remove all expressions and " +"try again." msgstr "" -"Für CORAL muss JavaScript aktiviert sein. Bitte aktivieren Sie dieses über " -"Ihre Browser-Einstellungen. " +"Dieses Dokument konnte nicht gelöscht werden. Sie können ein Dokument nicht " +"löschen, wenn es dazu Lizenzbedingungen gibt. Entfernen Sie alle " +"Lizenzbedingungen und versuchen Sie es erneut." -#: templates/header.php:84 -msgid "try again" -msgstr "nochmal versuchen" +#: js/license.js:350 +msgid "Do you really want to delete this expression?" +msgstr "Wollen Sie diesen Eintrag wirlich löschen?" -#: templates/header.php:104 -msgid "Management" -msgstr "Management" +#: js/license.js:365 +msgid "" +"Do you really want to delete this attachment? This will also delete all " +"attached files." +msgstr "" +"Wollen Sie diesen Anhang wirklich löschen? Dadurch werden alle anhängenden " +"Dateien gelöscht." -#: templates/header.php:105 -msgid "Powered by" -msgstr "Powered by" +#: js/license.js:381 +msgid "Do you really want to delete this note?" +msgstr "Wollen Sie diese Notiz wirlich löschen?" -#: templates/header.php:111 -msgid "Hello" -msgstr "Hallo" +#: js/license.js:398 +msgid "Do you really want to delete this terms tool resource link?" +msgstr "Wollen Sie diesen Link zur Ressource im Terms Tool wirklich löschen?" -#: templates/header.php:121 -msgid "logout" -msgstr "Logout" +#: js/license.js:450 js/license.js:480 +msgid "File name is already being used." +msgstr "Dateiname wird bereits verwendet." -#: templates/header.php:121 -msgid "Help" -msgstr "Hilfe" +#: ajax_processing.php:101 +msgid "License successfully deleted." +msgstr "Lizenz gelöscht." -#: templates/header.php:139 -msgid "Invalid translation route!" -msgstr "Ungültige Übersetzung!" +#: ajax_processing.php:177 +msgid "success uploading!" +msgstr "erfolgreich hochgeladen!" + +#: ajax_processing.php:180 ajax_processing.php:1078 +msgid "There was a problem saving your file to " +msgstr "Es ist ein Problem beim Speichern der Datei am Zielort aufgetreten: " + +#: ajax_processing.php:241 +msgid "Document Saved Successfully." +msgstr "Dokument gespeichert." + +#: ajax_processing.php:255 +msgid "Signature Deleted Successfully." +msgstr "Unterschrift gelöscht." + +#: ajax_processing.php:317 +msgid "Expression Removed Successfully." +msgstr "Lizenzbedingung gelöscht." + +#: ajax_processing.php:340 +msgid "" +"An expression in the licensing module has been approved for terms tool use." +msgstr "" +"Eine Lizenzbedingung im Lizenzmodul wurde für das Terms Tool freigegeben." + +#: ajax_processing.php:341 +msgid "License: " +msgstr "Lizenz: " + +#: ajax_processing.php:342 +msgid "View License Record: " +msgstr "Lizenzdatensatz ansehen: " + +#: ajax_processing.php:346 +msgid "Licensing - expression set to production use" +msgstr "Lizenzen - Lizenzbedingung zur Verwendung freigegeben" + +#: ajax_processing.php:351 +msgid "Approved for terms tool display." +msgstr "Freigegeben für Anzeige im Terms Tool." + +#: ajax_processing.php:353 +msgid "Removed from terms tool display." +msgstr "Gesperrt für die Anzeige im Terms Tool." + +#: ajax_processing.php:380 +msgid "Expression Note Updated Successfully." +msgstr "Notiz zur Lizenzbedingung aktualisiert." + +#: ajax_processing.php:396 +msgid "Expression Note Added Successfully." +msgstr "Notiz zur Lizenzbedingung hinzugefügt." + +#: ajax_processing.php:420 +msgid "Note Removed Successfully." +msgstr "Notiz erfolgreich gelöscht." + +#: ajax_processing.php:457 +msgid "Terms Tool Resource Link successfully deleted" +msgstr "Link zur Ressource im Terms Tool gelöscht" + +#: ajax_processing.php:472 +msgid "Document Updated Successfully." +msgstr "Dokument erfolgreich aktualisiert." + +#: ajax_processing.php:482 +msgid "Document Added Successfully." +msgstr "Dokument erfolgreich hinzugefügt." + +#: ajax_processing.php:561 ajax_processing.php:573 ajax_processing.php:586 +#: ajax_forms.php:460 +msgid "Continue" +msgstr "Fortfahren" + +#: ajax_processing.php:570 ajax_processing.php:583 +msgid "SQL Insert Failed." +msgstr "SQL-Eingabe war nicht erfolgreich." + +#: ajax_processing.php:570 ajax_processing.php:583 +msgid " Please make sure everything is filled out correctly." +msgstr " Bitte stellen Sie sicher, dass alles korrekt ausgefüllt wurde." -#: templates/header.php:210 templates/header.php:233 templates/header.php:249 -#: index.php:23 in_progress.php:23 -msgid "Home" -msgstr "Start" +#: ajax_processing.php:911 +msgid "Unable to delete - this " +msgstr "Löschen nicht möglich - " -#: templates/header.php:217 templates/header.php:240 templates/header.php:256 -msgid "New Document" -msgstr "Neues Dokument" +#: ajax_processing.php:911 +msgid "" +" is in use. Please make sure no documents are set up with this information." +msgstr "" +" wird verwendet. Bitte stellen Sie sicher, dass diese Information in keinem " +"Dokument verwendet wird." -#: templates/header.php:224 -msgid "Admin" -msgstr "Admin" +#: ajax_processing.php:917 +msgid "" +"Unable to delete. Please make sure no documents are set up with this " +"information." +msgstr "" +"Löschen nicht möglich - Bitte stellen Sie sicher, dass diese Information in " +"keinem Dokument verwendet wird." -#: templates/header.php:277 -msgid "Change Module" -msgstr "Modul wechseln" +#: ajax_processing.php:1145 +msgid "Attachment successfully deleted" +msgstr "Anhang wurde gelöscht" -#: templates/header.php:280 -msgid "Main Menu" -msgstr "Hauptmenü" +#: ajax_processing.php:1159 +msgid "Attachment file successfully deleted" +msgstr "Anhang wurde gelöscht" -#: templates/header.php:285 -msgid "Resources" -msgstr "Ressourcen" +#: ajax_processing.php:1172 +msgid "Note successfully deleted" +msgstr "Notiz wurde gelöscht" -#: templates/header.php:290 -msgid "Organizations" -msgstr "Organisationen" +#: ajax_processing.php:1220 +msgid "Status has been updated" +msgstr "Status wurde aktualisiert" -#: templates/header.php:295 -msgid "Licensing" -msgstr "Lizenzen" +#: ajax_processing.php:1330 ajax_htmldata.php:1570 ajax_forms.php:1325 +msgid "Action " +msgstr "Aktion " -#: templates/header.php:300 -msgid "Usage Statistics" -msgstr "Nutzungsstatistik" +#: ajax_processing.php:1330 ajax_htmldata.php:1570 ajax_forms.php:1325 +msgid " not set up!" +msgstr " nicht konfiguriert!" #: ajax_htmldata.php:48 ajax_htmldata.php:156 ajax_htmldata.php:236 #: ajax_htmldata.php:319 ajax_htmldata.php:1258 ajax_htmldata.php:1328 @@ -471,10 +556,6 @@ msgstr " von " msgid " Records" msgstr " Datensätze" -#: ajax_htmldata.php:473 index.php:105 -msgid "Category" -msgstr "Kategorie" - #: ajax_htmldata.php:478 ajax_htmldata.php:558 ajax_htmldata.php:865 #: ajax_htmldata.php:870 ajax_htmldata.php:1001 ajax_htmldata.php:1006 msgid "Name" @@ -506,17 +587,6 @@ msgstr "Konsortium" msgid "Status" msgstr "Status" -#: ajax_htmldata.php:591 index.php:95 ajax_forms.php:163 -msgid "" -"There was an error processing this request - please verify configuration.ini " -"is set up for organizations correctly and the database and tables have been " -"created." -msgstr "" -"Beim Verarbeiten dieser Anfrage ist ein Fehler aufgetreten - Bitte " -"überprüfen Sie, dass die configuration.ini für Organisationen korrekt " -"konfiguriert wurde und dass die Datenbank mit den zugehörigen Tabellen " -"angelegt wurde." - #: ajax_htmldata.php:630 msgid "view / edit license" msgstr "Lizenz ansehen / bearbeiten" @@ -660,255 +730,66 @@ msgstr "Archive anzeigen" msgid "upload new document" msgstr "Neues Dokument hochladen" -#: ajax_htmldata.php:1143 -msgid "Only one active document is allowed." -msgstr "Es ist nur ein aktives Dokument erlaubt." - -#: ajax_htmldata.php:1143 -msgid "upload archived document" -msgstr "archiviertes Dokument hochladen" - -#: ajax_htmldata.php:1187 ajax_forms.php:495 -msgid "For Document:" -msgstr "Für Dokument:" - -#: ajax_htmldata.php:1194 ajax_htmldata.php:1454 index.php:213 -#: ajax_forms.php:1298 -msgid "Qualifier" -msgstr "Kennzeichner" - -#: ajax_htmldata.php:1233 -msgid "used in terms tool" -msgstr "wird im terms tool verwendet" - -#: ajax_htmldata.php:1278 index.php:109 -msgid "(none)" -msgstr "(keine)" - -#: ajax_htmldata.php:1284 -msgid "add/view " -msgstr "ansehen / bearbeiten " - -#: ajax_htmldata.php:1308 -msgid "add new expression" -msgstr "neue Lizenzbedingung hinzufügen" - -#: ajax_htmldata.php:1356 ajax_forms.php:1148 -msgid "Login ID" -msgstr "Login ID" - -#: ajax_htmldata.php:1357 ajax_forms.php:1149 -msgid "First Name" -msgstr "Vorname" - -#: ajax_htmldata.php:1358 ajax_forms.php:1150 -msgid "Last Name" -msgstr "Nachname" - -#: ajax_htmldata.php:1359 ajax_forms.php:1151 -msgid "Privilege" -msgstr "Berechtigung" - -#: ajax_htmldata.php:1363 -msgid "Terms Tool Update Email" -msgstr "Update der E-Mail im Terms Tool" - -#: ajax_htmldata.php:1382 ajax_htmldata.php:1423 ajax_htmldata.php:1466 -#: ajax_forms.php:1102 -msgid "update" -msgstr "aktualisieren" - -#: ajax_htmldata.php:1413 ajax_forms.php:1230 ajax_forms.php:1231 -msgid "Expression Type" -msgstr "Art der Lizenzbedingung" - -#: ajax_htmldata.php:1453 ajax_forms.php:1277 -msgid "For Expression Type" -msgstr "Für Lizenzbedingung" - -#: ajax_htmldata.php:1503 compare.php:73 -msgid "Limit by Qualifier:" -msgstr "Einschränken auf Kennzeichner:" - -#: ajax_htmldata.php:1570 ajax_processing.php:1330 ajax_forms.php:1325 -msgid "Action " -msgstr "Aktion " - -#: ajax_htmldata.php:1570 ajax_processing.php:1330 ajax_forms.php:1325 -msgid " not set up!" -msgstr " nicht konfiguriert!" - -#: terms_report.php:22 -msgid "Terms Report" -msgstr "Terms Tool Report" - -#: terms_report.php:35 compare.php:39 -msgid "Limit by Expression Type:" -msgstr "Nach Lizenbedingung einschränken:" - -#: compare.php:22 -msgid "Expression Comparison" -msgstr "Vergleich Lizenzbedingungen" - -#: index.php:48 -msgid "Search" -msgstr "Suche" - -#: index.php:49 index.php:246 -msgid "new search" -msgstr "neue Suche" - -#: index.php:58 -msgid "Name (contains)" -msgstr "Name (enthält)" - -#: index.php:61 -msgid "go!" -msgstr "Los!" - -#: index.php:108 -msgid "All" -msgstr "Alle" - -#: index.php:158 -msgid "Document Type" -msgstr "Dokumententyp" - -#: index.php:223 -msgid "Starts with" -msgstr "Beginnt mit" - -#: not_available.php:21 -msgid "Not Available" -msgstr "Nicht verfügbar" - -#: not_available.php:55 -msgid "Please contact your Administrator for access to the Management Module." -msgstr "" -"Bitte kontaktieren Sie Ihren Administrator um Zugriff auf das Modul " -"Management zu erhalten." - -#: ajax_processing.php:101 -msgid "License successfully deleted." -msgstr "Lizenz gelöscht." - -#: ajax_processing.php:177 -msgid "success uploading!" -msgstr "erfolgreich hochgeladen!" - -#: ajax_processing.php:180 ajax_processing.php:1078 -msgid "There was a problem saving your file to " -msgstr "Es ist ein Problem beim Speichern der Datei am Zielort aufgetreten: " - -#: ajax_processing.php:241 -msgid "Document Saved Successfully." -msgstr "Dokument gespeichert." - -#: ajax_processing.php:255 -msgid "Signature Deleted Successfully." -msgstr "Unterschrift gelöscht." - -#: ajax_processing.php:317 -msgid "Expression Removed Successfully." -msgstr "Lizenzbedingung gelöscht." - -#: ajax_processing.php:340 -msgid "" -"An expression in the licensing module has been approved for terms tool use." -msgstr "" -"Eine Lizenzbedingung im Lizenzmodul wurde für das Terms Tool freigegeben." - -#: ajax_processing.php:341 -msgid "License: " -msgstr "Lizenz: " - -#: ajax_processing.php:342 -msgid "View License Record: " -msgstr "Lizenzdatensatz ansehen: " - -#: ajax_processing.php:346 -msgid "Licensing - expression set to production use" -msgstr "Lizenzen - Lizenzbedingung zur Verwendung freigegeben" - -#: ajax_processing.php:351 -msgid "Approved for terms tool display." -msgstr "Freigegeben für Anzeige im Terms Tool." - -#: ajax_processing.php:353 -msgid "Removed from terms tool display." -msgstr "Gesperrt für die Anzeige im Terms Tool." - -#: ajax_processing.php:380 -msgid "Expression Note Updated Successfully." -msgstr "Notiz zur Lizenzbedingung aktualisiert." - -#: ajax_processing.php:396 -msgid "Expression Note Added Successfully." -msgstr "Notiz zur Lizenzbedingung hinzugefügt." - -#: ajax_processing.php:420 -msgid "Note Removed Successfully." -msgstr "Notiz erfolgreich gelöscht." +#: ajax_htmldata.php:1143 +msgid "Only one active document is allowed." +msgstr "Es ist nur ein aktives Dokument erlaubt." -#: ajax_processing.php:457 -msgid "Terms Tool Resource Link successfully deleted" -msgstr "Link zur Ressource im Terms Tool gelöscht" +#: ajax_htmldata.php:1143 +msgid "upload archived document" +msgstr "archiviertes Dokument hochladen" -#: ajax_processing.php:472 -msgid "Document Updated Successfully." -msgstr "Dokument erfolgreich aktualisiert." +#: ajax_htmldata.php:1187 ajax_forms.php:495 +msgid "For Document:" +msgstr "Für Dokument:" -#: ajax_processing.php:482 -msgid "Document Added Successfully." -msgstr "Dokument erfolgreich hinzugefügt." +#: ajax_htmldata.php:1233 +msgid "used in terms tool" +msgstr "wird im terms tool verwendet" -#: ajax_processing.php:561 ajax_processing.php:573 ajax_processing.php:586 -#: ajax_forms.php:460 -msgid "Continue" -msgstr "Fortfahren" +#: ajax_htmldata.php:1284 +msgid "add/view " +msgstr "ansehen / bearbeiten " -#: ajax_processing.php:570 ajax_processing.php:583 -msgid "SQL Insert Failed." -msgstr "SQL-Eingabe war nicht erfolgreich." +#: ajax_htmldata.php:1308 +msgid "add new expression" +msgstr "neue Lizenzbedingung hinzufügen" -#: ajax_processing.php:570 ajax_processing.php:583 -msgid " Please make sure everything is filled out correctly." -msgstr " Bitte stellen Sie sicher, dass alles korrekt ausgefüllt wurde." +#: ajax_htmldata.php:1356 ajax_forms.php:1148 +msgid "Login ID" +msgstr "Login ID" -#: ajax_processing.php:911 -msgid "Unable to delete - this " -msgstr "Löschen nicht möglich - " +#: ajax_htmldata.php:1357 ajax_forms.php:1149 +msgid "First Name" +msgstr "Vorname" -#: ajax_processing.php:911 -msgid "" -" is in use. Please make sure no documents are set up with this information." -msgstr "" -" wird verwendet. Bitte stellen Sie sicher, dass diese Information in keinem " -"Dokument verwendet wird." +#: ajax_htmldata.php:1358 ajax_forms.php:1150 +msgid "Last Name" +msgstr "Nachname" -#: ajax_processing.php:917 -msgid "" -"Unable to delete. Please make sure no documents are set up with this " -"information." -msgstr "" -"Löschen nicht möglich - Bitte stellen Sie sicher, dass diese Information in " -"keinem Dokument verwendet wird." +#: ajax_htmldata.php:1359 ajax_forms.php:1151 +msgid "Privilege" +msgstr "Berechtigung" -#: ajax_processing.php:1145 -msgid "Attachment successfully deleted" -msgstr "Anhang wurde gelöscht" +#: ajax_htmldata.php:1363 +msgid "Terms Tool Update Email" +msgstr "Update der E-Mail im Terms Tool" -#: ajax_processing.php:1159 -msgid "Attachment file successfully deleted" -msgstr "Anhang wurde gelöscht" +#: ajax_htmldata.php:1382 ajax_htmldata.php:1423 ajax_htmldata.php:1466 +#: ajax_forms.php:1102 +msgid "update" +msgstr "aktualisieren" -#: ajax_processing.php:1172 -msgid "Note successfully deleted" -msgstr "Notiz wurde gelöscht" +#: ajax_htmldata.php:1413 ajax_forms.php:1230 ajax_forms.php:1231 +msgid "Expression Type" +msgstr "Art der Lizenzbedingung" -#: ajax_processing.php:1220 -msgid "Status has been updated" -msgstr "Status wurde aktualisiert" +#: ajax_htmldata.php:1453 ajax_forms.php:1277 +msgid "For Expression Type" +msgstr "Für Lizenzbedingung" + +#: ajax_htmldata.php:1503 compare.php:73 +msgid "Limit by Qualifier:" +msgstr "Einschränken auf Kennzeichner:" #: ajax_forms.php:59 msgid "Edit " @@ -1021,10 +902,6 @@ msgstr "Update einspielen" msgid "Close" msgstr "Schließen" -#: ajax_forms.php:700 license.php:87 license.php:106 -msgid "Expressions" -msgstr "Lizenzbedingungen" - #: ajax_forms.php:705 ajax_forms.php:1048 msgid "Document:" msgstr "Dokument:" @@ -1045,11 +922,6 @@ msgstr "Kennzeichner:" msgid "For Document Text:" msgstr "Für Dokumenttext:" -#: ajax_forms.php:942 license.php:64 license.php:89 license.php:108 -#: license.php:127 -msgid "Attachments" -msgstr "Anhänge" - #: ajax_forms.php:946 msgid "Date:" msgstr "Datum:" @@ -1134,6 +1006,101 @@ msgstr "* Der Notiztyp Anzeige erlaubt die Verwendung im Terms Tool" msgid " Qualifier" msgstr " Kennzeichner" +#: install/management.php:9 install/management.php:30 install/management.php:82 +#: install/management.php:108 not_available.php:29 +msgid "Management Module" +msgstr "Management-Modul" + +#: install/management.php:19 +msgid "Management Database" +msgstr "Management-Datenbank" + +#: templates/header.php:34 +msgid "" +"Both license name and organization must be filled out. Please try again." +msgstr "Die Felder Name und Organisation müssen ausgefüllt sein." + +#: templates/header.php:84 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " +msgstr "" +"Für CORAL muss JavaScript aktiviert sein. Bitte aktivieren Sie dieses über " +"Ihre Browser-Einstellungen. " + +#: templates/header.php:84 +msgid "try again" +msgstr "nochmal versuchen" + +#: templates/header.php:104 +msgid "Management" +msgstr "Management" + +#: templates/header.php:105 +msgid "Powered by" +msgstr "Powered by" + +#: templates/header.php:111 +msgid "Hello" +msgstr "Hallo" + +#: templates/header.php:121 +msgid "logout" +msgstr "Logout" + +#: templates/header.php:121 +msgid "Help" +msgstr "Hilfe" + +#: templates/header.php:139 +msgid "Invalid translation route!" +msgstr "Ungültige Übersetzung!" + +#: templates/header.php:217 templates/header.php:240 templates/header.php:256 +msgid "New Document" +msgstr "Neues Dokument" + +#: templates/header.php:224 +msgid "Admin" +msgstr "Admin" + +#: templates/header.php:277 +msgid "Change Module" +msgstr "Modul wechseln" + +#: templates/header.php:280 +msgid "Main Menu" +msgstr "Hauptmenü" + +#: templates/header.php:285 +msgid "Resources" +msgstr "Ressourcen" + +#: templates/header.php:290 +msgid "Organizations" +msgstr "Organisationen" + +#: templates/header.php:295 +msgid "Licensing" +msgstr "Lizenzen" + +#: templates/header.php:300 +msgid "Usage Statistics" +msgstr "Nutzungsstatistik" + +#: terms_report.php:22 +msgid "Terms Report" +msgstr "Terms Tool Report" + +#: terms_report.php:35 compare.php:39 +msgid "Limit by Expression Type:" +msgstr "Nach Lizenbedingung einschränken:" + +#: compare.php:22 +msgid "Expression Comparison" +msgstr "Vergleich Lizenzbedingungen" + #: in_progress.php:33 msgid "Licenses In Progress" msgstr "Lizenzen in Bearbeitung" @@ -1142,18 +1109,52 @@ msgstr "Lizenzen in Bearbeitung" msgid "Browse All" msgstr "Alle durchstübern" -#: admin/classes/common/Object.php:63 admin/classes/common/Object.php:72 -msgid "Cannot set value for undefined key (" -msgstr "Kann keinen Wert für undefinierten Schlüssel setzen (" +#: not_available.php:21 +msgid "Not Available" +msgstr "Nicht verfügbar" -#: admin/classes/common/DBService.php:55 -msgid "There was a problem with the database: " -msgstr "Es ist ein Problem mit der Datenbank aufgetreten: " +#: not_available.php:55 +msgid "Please contact your Administrator for access to the Management Module." +msgstr "" +"Bitte kontaktieren Sie Ihren Administrator um Zugriff auf das Modul " +"Management zu erhalten." -#: license.php:61 license.php:86 license.php:105 license.php:124 -msgid "Documents" -msgstr "Dokumente" +#: admin.php:22 +msgid "Administration" +msgstr "Administration" -#: license.php:63 license.php:88 license.php:107 license.php:126 -msgid "Terms Tool" -msgstr "Terms Tool" +#: admin.php:35 +msgid "Users" +msgstr "Benutzer" + +#: admin.php:36 +msgid "add new user" +msgstr "neuen Nutzer hinzufügen" + +#: admin.php:49 +msgid "Document Types" +msgstr "Dokumentarten" + +#: admin.php:50 +msgid "add new document type" +msgstr "neue Dokumentart hinzufügen" + +#: admin.php:63 +msgid "Note Types" +msgstr "Bemerkungsart" + +#: admin.php:64 +msgid "add new note type" +msgstr "neue Bemerkungsart hinzufügen" + +#: admin.php:151 +msgid "Categories" +msgstr "Kategorien" + +#: admin.php:152 +msgid "add new category" +msgstr "neue Kategorie hinzufügen" + +#: admin.php:183 +msgid "You don't have permission to access this page" +msgstr "Sie haben keine Berechtigung für diese Seite" diff --git a/organizations/locale/de_DE/LC_MESSAGES/messages.po b/organizations/locale/de_DE/LC_MESSAGES/messages.po index 9a6d629f1..fbe8efc99 100644 --- a/organizations/locale/de_DE/LC_MESSAGES/messages.po +++ b/organizations/locale/de_DE/LC_MESSAGES/messages.po @@ -1,263 +1,264 @@ msgid "" msgstr "" "Project-Id-Version: Coral\n" -"POT-Creation-Date: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-06-19 17:24+0200\n" "PO-Revision-Date: \n" "Last-Translator: BSZ - Abteilung Bibliothekssysteme\n" -"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "X-Generator: Poedit 2.0.4\n" -"Language: de_DE\n" "X-Poedit-SourceCharset: UTF-8\n" -#: install/organizations.php:9 install/organizations.php:36 -#: install/organizations.php:100 install/organizations.php:119 -msgid "Organizations Module" -msgstr "Modul Organisationen" - -#: install/organizations.php:25 -msgid "Organizations Database" -msgstr "Datenbank Organisationen" - -#: admin.php:22 -msgid "Administration" -msgstr "Administration" - -#: admin.php:33 -msgid "Users" -msgstr "Nutzer" - -#: admin.php:34 -msgid "add new user" -msgstr "Neuen Nutzer anlegen" +#: ajax_processing.php:438 +msgid "Unable to delete - this " +msgstr "Kann nicht gelöscht werden - " -#: admin.php:37 admin.php:52 admin.php:66 admin.php:81 admin.php:95 -#: admin.php:106 -msgid "Loading..." -msgstr "Lade..." +#: ajax_processing.php:438 +msgid "" +" is in use. Please make sure no organizations are set up with this " +"information." +msgstr "" +" wird verwendet. Bitte stellen Sie sicher das keine Organisationen mit " +"dieser Information vorhanden sind." -#: admin.php:48 -msgid "Organization Role" -msgstr "Rolle der Organisation" +#: ajax_processing.php:444 +msgid "" +"Unable to delete. Please make sure no organizations are set up with this " +"information." +msgstr "" +"Kann nicht gelöscht werden. Bitte stellen Sie sicher das keine " +"Organisationen mit dieser Information vorhanden sind." -#: admin.php:49 -msgid "add new organization role" -msgstr "Neue Rolle für Organisation anlegen" +#: ajax_processing.php:457 +msgid "Organization successfully deleted." +msgstr "Die Organisation wurde erfolgreich gelöscht." -#: admin.php:62 -msgid "Contact Role" -msgstr "Rolle des Kontakts" +#: ajax_processing.php:501 +msgid "User successfully saved." +msgstr "Nutzer erfolgreich gespeichert." -#: admin.php:63 -msgid "add new contact role" -msgstr "Neue Rolle für Kontakt anlegen" +#: ajax_processing.php:586 ajax_htmldata.php:1091 ajax_forms.php:1176 +msgid "Action " +msgstr "Aktion " -#: admin.php:77 ajax_htmldata.php:339 ajax_forms.php:209 -msgid "Alias Type" -msgstr "Art des Alias" +#: ajax_processing.php:586 ajax_htmldata.php:1091 ajax_forms.php:1176 +msgid " not set up!" +msgstr " nicht aufgesetzt!" -#: admin.php:78 -msgid "add new alias type" -msgstr "Neuen Typ für Alias anlegen" +#: summary.php:129 ajax_htmldata.php:200 +msgid "Parent Organization:" +msgstr "Übergeordnete Organisation:" -#: admin.php:91 -msgid "External Login Type" -msgstr "Art des Externen Logins" +#: summary.php:134 summary.php:150 ajax_htmldata.php:205 +msgid "view organization" +msgstr "Organsiation ansehen" -#: admin.php:92 -msgid "add new external login type" -msgstr "Neuer Typ für Externes Login anlegen" +#: summary.php:134 summary.php:150 ajax_htmldata.php:205 +msgid "View" +msgstr "Ansehen" -#: admin.php:102 -msgid "Issue Type" -msgstr "Art des Problems" +#: summary.php:145 ajax_htmldata.php:216 +msgid "Child Organizations:" +msgstr "Untergeordnete Organisationen:" -#: admin.php:103 -msgid "add new issue type" -msgstr "Neue Art des Problems anlegen" +#: summary.php:161 ajax_htmldata.php:232 ajax_forms.php:107 +msgid "Company URL:" +msgstr "Firmen-URL:" -#: admin.php:118 -msgid "You do not have permissions to access this screen." -msgstr "Sie haben nicht die Berechtigung auf diese Seite zuzugreifen." +#: summary.php:169 ajax_htmldata.php:242 ajax_forms.php:113 ajax_forms.php:386 +msgid "Role(s):" +msgstr "Rolle(n):" -#: js/admin.js:81 js/admin.js:133 js/admin.js:159 js/admin.js:200 -#: js/index.js:46 -msgid "Processing..." -msgstr "Lade..." +#: summary.php:177 ajax_htmldata.php:250 ajax_forms.php:146 +msgid "Account Details:" +msgstr "Account Details:" -#: js/admin.js:131 -msgid "Do you really want to delete this data?" -msgstr "Möchten Sie diese Daten wirklich löschen?" +#: summary.php:185 summary.php:393 summary.php:497 ajax_htmldata.php:258 +#: ajax_htmldata.php:505 ajax_htmldata.php:627 ajax_forms.php:151 +#: ajax_forms.php:423 ajax_forms.php:526 ajax_forms.php:941 +msgid "Notes:" +msgstr "Notizen:" -#: js/admin.js:157 -msgid "Do you really want to delete this user?" -msgstr "Möchten Sie diesen Nutzer wirklich löschen?" +#: summary.php:202 +msgid "Created: " +msgstr "Erstellt: " -#: js/admin.js:181 -msgid "add" -msgstr "hinzufügen" +#: summary.php:205 summary.php:221 ajax_htmldata.php:284 ajax_htmldata.php:298 +msgid " by " +msgstr " von " -#: js/forms/contactSubmitForm.js:117 -msgid "Please choose at least one role." -msgstr "Bitte wählen Sie mindestens eine Rolle aus." +#: summary.php:221 +msgid "Last Update: " +msgstr "Zuletzt geändert: " -#: js/forms/contactSubmitForm.js:125 js/forms/organizationSubmitForm.js:149 -#: js/forms/aliasSubmitForm.js:43 -msgid "Name must be entered to continue." -msgstr "Das Feld Name muss ausgefüllt sein." +#: summary.php:248 orgDetail.php:120 orgDetail.php:151 orgDetail.php:188 +#: orgDetail.php:225 orgDetail.php:278 orgDetail.php:304 +msgid "Aliases" +msgstr "Aliase" -#: js/forms/organizationSubmitForm.js:56 -msgid "This organization already exists!" -msgstr "Diese Organisation existiert bereits!" +#: summary.php:261 ajax_htmldata.php:362 +msgid "No aliases defined" +msgstr "Kein Alias definiert" -#: js/forms/organizationSubmitForm.js:72 -msgid "This vendor does not exist in the ILS." -msgstr "Dieser Lieferant existiert nicht im Bibliothekssystem." +#: summary.php:283 ajax_htmldata.php:396 +msgid "The following are archived contacts:" +msgstr "Folgende Kontakte wurden archiviert:" -#: js/forms/organizationSubmitForm.js:76 -msgid "This vendor exists in the ILS." -msgstr "Dieser Lieferant existiert im Bibliothekssystem." +#: summary.php:314 orgDetail.php:121 orgDetail.php:152 orgDetail.php:189 +#: orgDetail.php:226 orgDetail.php:279 orgDetail.php:305 +msgid "Contacts" +msgstr "Kontakte" -#: js/orgDetail.js:159 -msgid "Must set a date." -msgstr "Datum fehlt." +#: summary.php:337 ajax_htmldata.php:449 +msgid "No longer valid:" +msgstr "Nicht mehr gültig:" -#: js/orgDetail.js:185 -msgid "Must set an end date." -msgstr "Enddatum fehlt." +#: summary.php:345 ajax_htmldata.php:457 ajax_forms.php:336 +msgid "Title:" +msgstr "Titel:" -#: js/orgDetail.js:247 js/orgDetail.js:281 js/orgDetail.js:300 -#: js/orgDetail.js:324 js/orgDetail.js:342 js/orgDetail.js:504 -#: js/orgDetail.js:560 -msgid "Refreshing Contents..." -msgstr "Aktualisiere..." +#: summary.php:353 ajax_htmldata.php:465 ajax_forms.php:379 +msgid "Address:" +msgstr "Adresse:" -#: js/orgDetail.js:527 -msgid "New contact must have a name." -msgstr "Das Feld Name muss ausgefüllt sein." +#: summary.php:361 ajax_htmldata.php:473 ajax_forms.php:343 +msgid "Phone:" +msgstr "Telefonnummer:" -#: js/orgDetail.js:534 -msgid "CC must be a valid email." -msgstr "Bitte geben Sie bei CC eine valide E-Mailadresse an." +#: summary.php:369 ajax_htmldata.php:481 ajax_forms.php:350 +msgid "Alt Phone:" +msgstr "Alternative Telefonnummer:" -#: js/orgDetail.js:578 -msgid "Do you really want to delete this organization?" -msgstr "Möchten Sie diese Organisation wirklich löschen?" +#: summary.php:377 ajax_htmldata.php:489 ajax_forms.php:357 +msgid "Fax:" +msgstr "Fax:" -#: js/orgDetail.js:591 -msgid "" -"This Organization cannot be deleted because it has at least one License " -"Record associated." -msgstr "" -"Diese Organisation kann nicht gelöscht werden, da noch ein verknüpfter " -"Lizenzdatensatz existiert." +#: summary.php:385 ajax_htmldata.php:497 ajax_forms.php:364 +msgid "Email:" +msgstr "E-Mail:" -#: js/orgDetail.js:655 -msgid "Do you really want to delete this alias?" -msgstr "Möchten Sie diesen Alias wirklich löschen?" +#: summary.php:401 summary.php:489 ajax_htmldata.php:513 ajax_htmldata.php:619 +msgid "Last Updated:" +msgstr "Zuletzt geändert:" -#: js/orgDetail.js:673 -msgid "Do you really want to delete this contact?" -msgstr "Möchten Sie diesen Kontakt wirklich löschen?" +#: summary.php:412 ajax_htmldata.php:526 +msgid "No unarchived contacts" +msgstr "Keine archivierten Kontakte" -#: js/orgDetail.js:691 -msgid "Do you really want to delete this account?" -msgstr "Möchten Sie diesen Account wirklich löschen?" +#: summary.php:438 +msgid "External Logins" +msgstr "Externe Logins" -#: js/orgDetail.js:710 -msgid "Do you really want to delete this issue?" -msgstr "Möchten Sie dieses Problem wirklich löschen?" +#: summary.php:453 ajax_htmldata.php:583 +msgid "Login URL:" +msgstr "Login URL:" -#: js/common.js:68 -msgid "No match!" -msgstr "Kein Treffer!" +#: summary.php:458 ajax_htmldata.php:588 +msgid "Visit Login URL" +msgstr "Besuche Login URL" -#: js/common.js:68 -msgid "Selected: " -msgstr "Ausgewählt: " +#: summary.php:465 ajax_htmldata.php:595 +msgid "Local email on account:" +msgstr "Lokale E-Mail für Konto:" -#: templates/header.php:78 -msgid "" -"JavaScript must be enabled in order for you to use CORAL. However, it seems " -"JavaScript is either disabled or not supported by your browser. To use " -"CORAL, enable JavaScript by changing your browser options, then " -msgstr "" -"Für CORAL muss JavaScript aktiviert sein. Bitte aktivieren Sie dieses über " -"Ihre Browser-Einstellungen. " +#: summary.php:473 ajax_htmldata.php:603 +msgid "User Name:" +msgstr "Nutzername:" -#: templates/header.php:78 -msgid "try again" -msgstr "Nochmal versuchen" +#: summary.php:481 ajax_htmldata.php:611 ajax_forms.php:519 +msgid "Password:" +msgstr "Passwort:" -#: templates/header.php:98 -msgid "Organizations" -msgstr "Organisationen" +#: summary.php:507 ajax_htmldata.php:640 +msgid "No external logins added" +msgstr "Es wurden keine externen Login hinzugefügt" -#: templates/header.php:99 -msgid "Powered by" -msgstr "Powered by" +#: summary.php:540 orgDetail.php:125 orgDetail.php:127 orgDetail.php:156 +#: orgDetail.php:158 orgDetail.php:193 orgDetail.php:195 orgDetail.php:230 +#: orgDetail.php:232 orgDetail.php:259 orgDetail.php:281 orgDetail.php:309 +#: orgDetail.php:311 +msgid "Issues" +msgstr "Probleme" -#: templates/header.php:105 -msgid "Hello" -msgstr "Hallo" +#: summary.php:549 +msgid "Date Added" +msgstr "Hinzugefügt am" -#: templates/header.php:115 -msgid "logout" -msgstr "Abmelden" +#: summary.php:550 +msgid "Issue Date" +msgstr "Datum" -#: templates/header.php:115 -msgid "Help" -msgstr "Hilfe" +#: summary.php:551 ajax_htmldata.php:774 +msgid "Notes" +msgstr "Notizen" -#: templates/header.php:133 -msgid "Invalid translation route!" -msgstr "Ungültige Übersetzung!" +#: summary.php:562 ajax_htmldata.php:791 +msgid "by " +msgstr "von " -#: templates/header.php:172 templates/header.php:196 templates/header.php:212 -#: index.php:25 -msgid "Home" -msgstr "Start" +#: summary.php:571 ajax_htmldata.php:818 +msgid "No issues reported" +msgstr "Keine Probleme gemeldet" -#: templates/header.php:179 templates/header.php:203 templates/header.php:219 -msgid "New Organization" -msgstr "Neue Organisation" +#: summary.php:590 orgDetail.php:130 orgDetail.php:161 orgDetail.php:198 +#: orgDetail.php:235 orgDetail.php:282 orgDetail.php:314 +msgid "Licenses" +msgstr "Lizenzen" -#: templates/header.php:187 templates/header.php:227 -msgid "Admin" -msgstr "Admin" +#: summary.php:598 ajax_htmldata.php:855 +msgid "Consortium" +msgstr "Konsortium" -#: templates/header.php:245 -msgid "Change Module" -msgstr "Modul wechseln" +#: summary.php:599 ajax_htmldata.php:856 +msgid "Status" +msgstr "Status" -#: templates/header.php:248 -msgid "Main Menu" -msgstr "Hauptmenü" +#: summary.php:618 ajax_htmldata.php:875 +msgid "No licenses set up for this organization" +msgstr "Für diese Organisation sind keine Lizenzen angelegt" -#: templates/header.php:253 -msgid "Licensing" -msgstr "Lizenzen" +#: summary.php:624 ajax_htmldata.php:879 +msgid "" +"Unable to access the licensing database. Make sure the configuration.ini is " +"pointing to the correct place and that the database and associated tables " +"have been set up." +msgstr "" +"Zugriff auf die Lizenzdatenbank nicht möglich. Stellen Sie sicher das die " +"Datei configuration.ini am richtigen Ort liegt und die Datenbank mit den " +"zugehörigen Tabellen angelegt wurde." -#: templates/header.php:258 -msgid "Resources" -msgstr "Ressourcen" +#: summary.php:643 orgDetail.php:337 +msgid "invalid organization" +msgstr "ungültige Organisation" -#: templates/header.php:263 -msgid "Cancel" -msgstr "Abbrechen" +#: user.php:106 +msgid "" +"Login is not working. Check the .htaccess file and the " +"remoteAuthVariableName specified in /admin/configuration.ini" +msgstr "" +"Das Login funktioniert nicht. Bitte überprüfen Sie die .htaccess Datei und " +"den remoteAuthVariableName Parameter unter /admin/configuration.ini" -#: templates/header.php:268 -msgid "Usage Statistics" -msgstr "Nutzungsstatistik" +#: admin/classes/common/DBService.php:54 +msgid "There was a problem with the database: " +msgstr "Es gab ein Problem mit folgender Datenbank: " -#: templates/header.php:273 -msgid "Management" -msgstr "Management" +#: admin/classes/common/Object.php:63 +msgid "Cannot set value for undefined key (" +msgstr "" +"Der Wert des nicht definierten Schlüssels konnte nicht gesetzt werden (" + +#: admin/classes/common/Object.php:72 +msgid "Cannot get value for undefined key (" +msgstr "" +"Der Wert des nicht definierten Schlüssels konnte nicht ermittelt werden (" -#: ajax_htmldata.php:194 ajax_htmldata.php:348 ajax_htmldata.php:436 -#: ajax_htmldata.php:571 ajax_htmldata.php:804 ajax_forms.php:991 +#: ajax_htmldata.php:194 ajax_htmldata.php:350 ajax_htmldata.php:438 +#: ajax_htmldata.php:573 ajax_htmldata.php:806 ajax_forms.php:991 msgid "edit" msgstr "bearbeiten" @@ -269,346 +270,207 @@ msgstr "Ressource bearbeiten" msgid "remove resource" msgstr "Ressource löschen" -#: ajax_htmldata.php:200 summary.php:129 -msgid "Parent Organization:" -msgstr "Übergeordnete Organisation:" - -#: ajax_htmldata.php:205 summary.php:134 summary.php:150 -msgid "view organization" -msgstr "Organsiation ansehen" - -#: ajax_htmldata.php:205 summary.php:134 summary.php:150 -msgid "View" -msgstr "Ansehen" - -#: ajax_htmldata.php:216 summary.php:145 -msgid "Child Organizations:" -msgstr "Untergeordnete Organisationen:" - -#: ajax_htmldata.php:232 summary.php:161 ajax_forms.php:107 -msgid "Company URL:" -msgstr "Firmen-URL:" - -#: ajax_htmldata.php:240 summary.php:169 ajax_forms.php:113 ajax_forms.php:386 -msgid "Role(s):" -msgstr "Rolle(n):" - -#: ajax_htmldata.php:248 summary.php:177 ajax_forms.php:146 -msgid "Account Details:" -msgstr "Account Details:" - -#: ajax_htmldata.php:256 ajax_htmldata.php:503 ajax_htmldata.php:625 -#: summary.php:185 summary.php:393 summary.php:497 ajax_forms.php:151 -#: ajax_forms.php:423 ajax_forms.php:526 ajax_forms.php:941 -msgid "Notes:" -msgstr "Notizen:" - -#: ajax_htmldata.php:266 +#: ajax_htmldata.php:268 msgid "ILS:" msgstr "Bibliothekssystem:" -#: ajax_htmldata.php:277 +#: ajax_htmldata.php:279 msgid "Created:" msgstr "Erstellt:" -#: ajax_htmldata.php:282 ajax_htmldata.php:296 summary.php:205 summary.php:221 -msgid " by " -msgstr " von " - -#: ajax_htmldata.php:296 +#: ajax_htmldata.php:298 msgid "Last Update:" msgstr "Zuletzt geändert:" -#: ajax_htmldata.php:338 ajax_htmldata.php:976 +#: ajax_htmldata.php:340 ajax_htmldata.php:978 msgid "Alias" msgstr "Alias" -#: ajax_htmldata.php:348 +#: ajax_htmldata.php:341 ajax_forms.php:209 admin.php:77 +msgid "Alias Type" +msgstr "Art des Alias" + +#: ajax_htmldata.php:350 msgid "edit alias" msgstr "Alias bearbeiten" -#: ajax_htmldata.php:349 +#: ajax_htmldata.php:351 msgid "remove alias" msgstr "Alias löschen" -#: ajax_htmldata.php:360 summary.php:261 -msgid "No aliases defined" -msgstr "Kein Alias definiert" - -#: ajax_htmldata.php:366 +#: ajax_htmldata.php:368 msgid "add a new alias" msgstr "Neuen Alias anlegen" -#: ajax_htmldata.php:394 summary.php:283 -msgid "The following are archived contacts:" -msgstr "Folgende Kontakte wurden archiviert:" - -#: ajax_htmldata.php:436 +#: ajax_htmldata.php:438 msgid "edit contact" msgstr "Kontakt bearbeiten" -#: ajax_htmldata.php:437 +#: ajax_htmldata.php:439 msgid "remove contact" msgstr "Kontakt löschen" -#: ajax_htmldata.php:447 summary.php:337 -msgid "No longer valid:" -msgstr "Nicht mehr gültig:" - -#: ajax_htmldata.php:455 summary.php:345 ajax_forms.php:336 -msgid "Title:" -msgstr "Titel:" - -#: ajax_htmldata.php:463 summary.php:353 ajax_forms.php:379 -msgid "Address:" -msgstr "Adresse:" - -#: ajax_htmldata.php:471 summary.php:361 ajax_forms.php:343 -msgid "Phone:" -msgstr "Telefonnummer:" - -#: ajax_htmldata.php:479 summary.php:369 ajax_forms.php:350 -msgid "Alt Phone:" -msgstr "Alternative Telefonnummer:" - -#: ajax_htmldata.php:487 summary.php:377 ajax_forms.php:357 -msgid "Fax:" -msgstr "Fax:" - -#: ajax_htmldata.php:495 summary.php:385 ajax_forms.php:364 -msgid "Email:" -msgstr "E-Mail:" - -#: ajax_htmldata.php:511 ajax_htmldata.php:617 summary.php:401 summary.php:489 -msgid "Last Updated:" -msgstr "Zuletzt geändert:" - -#: ajax_htmldata.php:524 summary.php:412 -msgid "No unarchived contacts" -msgstr "Keine archivierten Kontakte" - -#: ajax_htmldata.php:529 +#: ajax_htmldata.php:531 msgid " archived contact(s) available. " msgstr " archivierte Kontakte verfügbar " -#: ajax_htmldata.php:529 +#: ajax_htmldata.php:531 msgid "show archived contacts" msgstr "Zeige archivierte Kontakte" -#: ajax_htmldata.php:533 +#: ajax_htmldata.php:535 msgid "hide archived contacts" msgstr "Verberge archivierte Kontakte" -#: ajax_htmldata.php:571 +#: ajax_htmldata.php:573 msgid "edit external login" msgstr "bearbeite externes Login" -#: ajax_htmldata.php:572 +#: ajax_htmldata.php:574 msgid "remove external login" msgstr "entferne externes Login" -#: ajax_htmldata.php:581 summary.php:453 -msgid "Login URL:" -msgstr "Login URL:" - -#: ajax_htmldata.php:586 summary.php:458 -msgid "Visit Login URL" -msgstr "Besuche Login URL" - -#: ajax_htmldata.php:593 summary.php:465 -msgid "Local email on account:" -msgstr "Lokale E-Mail für Konto:" - -#: ajax_htmldata.php:601 summary.php:473 -msgid "User Name:" -msgstr "Nutzername:" - -#: ajax_htmldata.php:609 summary.php:481 ajax_forms.php:519 -msgid "Password:" -msgstr "Passwort:" - -#: ajax_htmldata.php:638 summary.php:507 -msgid "No external logins added" -msgstr "Es wurden keine externen Login hinzugefügt" - -#: ajax_htmldata.php:643 +#: ajax_htmldata.php:645 msgid "add new external login" msgstr "neuer externer Login hinzufügen" -#: ajax_htmldata.php:660 +#: ajax_htmldata.php:662 msgid "Issues/Problems" msgstr "Probleme" -#: ajax_htmldata.php:663 +#: ajax_htmldata.php:665 msgid "report new issue" msgstr "neues Problem melden" -#: ajax_htmldata.php:667 +#: ajax_htmldata.php:669 msgid "view open issues" msgstr "zeige offene Probleme" -#: ajax_htmldata.php:674 +#: ajax_htmldata.php:676 msgid "view archived issues" msgstr "zeige archivierte Probleme" -#: ajax_htmldata.php:683 +#: ajax_htmldata.php:685 msgid "Downtime" msgstr "Ausfallzeit" -#: ajax_htmldata.php:686 +#: ajax_htmldata.php:688 msgid "report new Downtime" msgstr "neue Ausfallzeit melden" -#: ajax_htmldata.php:690 +#: ajax_htmldata.php:692 msgid "view current/upcoming downtime" msgstr "zeige aktuelle/kommende Ausfallzeiten" -#: ajax_htmldata.php:697 +#: ajax_htmldata.php:699 msgid "view archived downtime" msgstr "zeige archivierte Ausfallzeiten" -#: ajax_htmldata.php:716 +#: ajax_htmldata.php:718 msgid "There are no organization level issues." msgstr "Es gibt keine Probleme auf Organisationsebene." -#: ajax_htmldata.php:731 +#: ajax_htmldata.php:733 msgid "There are no organization level downtimes." msgstr "Es gibt keine Ausfallzeiten auf Organisationsebene." -#: ajax_htmldata.php:769 +#: ajax_htmldata.php:771 msgid "Added" msgstr "Hinzugefügt" -#: ajax_htmldata.php:770 ajax_forms.php:725 ajax_forms.php:792 +#: ajax_htmldata.php:772 ajax_forms.php:725 ajax_forms.php:792 #: ajax_forms.php:809 msgid "Date" msgstr "Datum" -#: ajax_htmldata.php:771 +#: ajax_htmldata.php:773 msgid "Type" msgstr "Typ" -#: ajax_htmldata.php:772 summary.php:551 -msgid "Notes" -msgstr "Notizen" - -#: ajax_htmldata.php:789 summary.php:562 -msgid "by " -msgstr "von " - -#: ajax_htmldata.php:792 ajax_htmldata.php:923 +#: ajax_htmldata.php:794 ajax_htmldata.php:925 msgid " to " msgstr " zu " -#: ajax_htmldata.php:794 +#: ajax_htmldata.php:796 msgid "start: " msgstr "Start: " -#: ajax_htmldata.php:796 +#: ajax_htmldata.php:798 msgid "end: " msgstr "Ende: " -#: ajax_htmldata.php:804 +#: ajax_htmldata.php:806 msgid "edit issue" msgstr "Problem bearbeiten" -#: ajax_htmldata.php:805 +#: ajax_htmldata.php:807 msgid "remove issue" msgstr "Problem entfernen" -#: ajax_htmldata.php:816 summary.php:571 -msgid "No issues reported" -msgstr "Keine Probleme gemeldet" - -#: ajax_htmldata.php:821 +#: ajax_htmldata.php:823 msgid "add new issue" msgstr "neues Problem hinzufügen" -#: ajax_htmldata.php:825 +#: ajax_htmldata.php:827 msgid "export these issues" msgstr "exportiere diese Probleme" -#: ajax_htmldata.php:825 +#: ajax_htmldata.php:827 msgid "export all issues" msgstr "exportiere alle Probleme" -#: ajax_htmldata.php:852 +#: ajax_htmldata.php:854 msgid "License" msgstr "Lizenz" -#: ajax_htmldata.php:853 summary.php:598 -msgid "Consortium" -msgstr "Konsortium" - -#: ajax_htmldata.php:854 summary.php:599 -msgid "Status" -msgstr "Status" - -#: ajax_htmldata.php:873 summary.php:618 -msgid "No licenses set up for this organization" -msgstr "Für diese Organisation sind keine Lizenzen angelegt" - -#: ajax_htmldata.php:877 summary.php:624 -msgid "" -"Unable to access the licensing database. Make sure the configuration.ini is " -"pointing to the correct place and that the database and associated tables " -"have been set up." -msgstr "" -"Zugriff auf die Lizenzdatenbank nicht möglich. Stellen Sie sicher das die " -"Datei configuration.ini am richtigen Ort liegt und die Datenbank mit den " -"zugehörigen Tabellen angelegt wurde." - -#: ajax_htmldata.php:919 +#: ajax_htmldata.php:921 msgid "Sorry, no requests fit your query" msgstr "Ihre Suche ergab keine Treffer" -#: ajax_htmldata.php:923 +#: ajax_htmldata.php:925 msgid "Displaying " msgstr "Angezeigt " -#: ajax_htmldata.php:923 +#: ajax_htmldata.php:925 msgid " of " msgstr " von " -#: ajax_htmldata.php:923 +#: ajax_htmldata.php:925 msgid " Organization Records" msgstr " Organisationsdatensätze" -#: ajax_htmldata.php:968 +#: ajax_htmldata.php:970 msgid "Contact Name(s)" msgstr "Kontaktname(n)" -#: ajax_htmldata.php:969 +#: ajax_htmldata.php:971 msgid "Contact Role(s)" msgstr "Kontaktrolle(n)" -#: ajax_htmldata.php:970 ajax_htmldata.php:975 +#: ajax_htmldata.php:972 ajax_htmldata.php:977 msgid "Organization Name" msgstr "Name der Organisation" -#: ajax_htmldata.php:971 ajax_htmldata.php:977 +#: ajax_htmldata.php:973 ajax_htmldata.php:979 msgid "Parent Organization" msgstr "Übergeordnete Organisation" -#: ajax_htmldata.php:972 +#: ajax_htmldata.php:974 msgid "Organization Role(s)" msgstr "Organisationsrolle(n)" -#: ajax_htmldata.php:978 +#: ajax_htmldata.php:980 msgid "Role(s)" msgstr "Rolle(n)" -#: ajax_htmldata.php:1067 +#: ajax_htmldata.php:1069 msgid "records per page" msgstr "Datensätze pro Seite" -#: ajax_htmldata.php:1089 ajax_processing.php:586 ajax_forms.php:1176 -msgid "Action " -msgstr "Aktion " - -#: ajax_htmldata.php:1089 ajax_processing.php:586 ajax_forms.php:1176 -msgid " not set up!" -msgstr " nicht aufgesetzt!" +#: index.php:25 templates/header.php:172 templates/header.php:196 +#: templates/header.php:212 +msgid "Home" +msgstr "Start" #: index.php:49 msgid "Search" @@ -638,83 +500,18 @@ msgstr "Alle" msgid "Contact Name (contains)" msgstr "Kontaktname (enthält)" -#: index.php:101 -msgid "Starts with" -msgstr "Beginnt mit" - -#: summary.php:202 -msgid "Created: " -msgstr "Erstellt: " - -#: summary.php:221 -msgid "Last Update: " -msgstr "Zuletzt geändert: " - -#: summary.php:248 orgDetail.php:120 orgDetail.php:151 orgDetail.php:188 -#: orgDetail.php:225 orgDetail.php:278 orgDetail.php:304 -msgid "Aliases" -msgstr "Aliase" - -#: summary.php:314 orgDetail.php:121 orgDetail.php:152 orgDetail.php:189 -#: orgDetail.php:226 orgDetail.php:279 orgDetail.php:305 -msgid "Contacts" -msgstr "Kontakte" - -#: summary.php:438 -msgid "External Logins" -msgstr "Externe Logins" - -#: summary.php:540 orgDetail.php:125 orgDetail.php:127 orgDetail.php:156 -#: orgDetail.php:158 orgDetail.php:193 orgDetail.php:195 orgDetail.php:230 -#: orgDetail.php:232 orgDetail.php:259 orgDetail.php:281 orgDetail.php:309 -#: orgDetail.php:311 -msgid "Issues" -msgstr "Probleme" - -#: summary.php:549 -msgid "Date Added" -msgstr "Hinzugefügt am" - -#: summary.php:550 -msgid "Issue Date" -msgstr "Datum" - -#: summary.php:590 orgDetail.php:130 orgDetail.php:161 orgDetail.php:198 -#: orgDetail.php:235 orgDetail.php:282 orgDetail.php:314 -msgid "Licenses" -msgstr "Lizenzen" - -#: summary.php:643 orgDetail.php:337 -msgid "invalid organization" -msgstr "ungültige Organisation" - -#: ajax_processing.php:438 -msgid "Unable to delete - this " -msgstr "Kann nicht gelöscht werden - " - -#: ajax_processing.php:438 -msgid "" -" is in use. Please make sure no organizations are set up with this " -"information." -msgstr "" -" wird verwendet. Bitte stellen Sie sicher das keine Organisationen mit " -"dieser Information vorhanden sind." - -#: ajax_processing.php:444 -msgid "" -"Unable to delete. Please make sure no organizations are set up with this " -"information." -msgstr "" -"Kann nicht gelöscht werden. Bitte stellen Sie sicher das keine " -"Organisationen mit dieser Information vorhanden sind." +#: index.php:101 +msgid "Starts with" +msgstr "Beginnt mit" -#: ajax_processing.php:457 -msgid "Organization successfully deleted." -msgstr "Die Organisation wurde erfolgreich gelöscht." +#: install/organizations.php:9 install/organizations.php:36 +#: install/organizations.php:100 install/organizations.php:119 +msgid "Organizations Module" +msgstr "Modul Organisationen" -#: ajax_processing.php:501 -msgid "User successfully saved." -msgstr "Nutzer erfolgreich gespeichert." +#: install/organizations.php:25 +msgid "Organizations Database" +msgstr "Datenbank Organisationen" #: ajax_forms.php:67 msgid "Update Organization" @@ -954,6 +751,79 @@ msgstr "Füge neu hinzu" msgid "User" msgstr "Nutzer" +#: templates/header.php:78 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " +msgstr "" +"Für CORAL muss JavaScript aktiviert sein. Bitte aktivieren Sie dieses über " +"Ihre Browser-Einstellungen. " + +#: templates/header.php:78 +msgid "try again" +msgstr "Nochmal versuchen" + +#: templates/header.php:98 +msgid "Organizations" +msgstr "Organisationen" + +#: templates/header.php:99 +msgid "Powered by" +msgstr "Powered by" + +#: templates/header.php:105 +msgid "Hello" +msgstr "Hallo" + +#: templates/header.php:115 +msgid "logout" +msgstr "Abmelden" + +#: templates/header.php:115 +msgid "Help" +msgstr "Hilfe" + +#: templates/header.php:133 +msgid "Invalid translation route!" +msgstr "Ungültige Übersetzung!" + +#: templates/header.php:179 templates/header.php:203 templates/header.php:219 +msgid "New Organization" +msgstr "Neue Organisation" + +#: templates/header.php:187 templates/header.php:227 +msgid "Admin" +msgstr "Admin" + +#: templates/header.php:245 +msgid "Change Module" +msgstr "Modul wechseln" + +#: templates/header.php:248 +msgid "Main Menu" +msgstr "Hauptmenü" + +#: templates/header.php:253 +msgid "Licensing" +msgstr "Lizenzen" + +#: templates/header.php:258 +msgid "Resources" +msgstr "Ressourcen" + +#: templates/header.php:263 +msgid "Cancel" +msgstr "Abbrechen" + +#: templates/header.php:268 +msgid "Usage Statistics" +msgstr "Nutzungsstatistik" + +#: templates/header.php:273 +msgid "Management" +msgstr "Management" + #: setuser.php:41 msgid "" "LDAP Connection is not working or has timed out. Please check configuration." @@ -962,20 +832,6 @@ msgstr "" "Die LDAP Verbindung funktioniert oder ist in einen Timeout gelaufen. Bitte " "überprüfen Sie die Einstellungen in der Datei configuration.ini." -#: admin/classes/common/Object.php:63 -msgid "Cannot set value for undefined key (" -msgstr "" -"Der Wert des nicht definierten Schlüssels konnte nicht gesetzt werden (" - -#: admin/classes/common/Object.php:72 -msgid "Cannot get value for undefined key (" -msgstr "" -"Der Wert des nicht definierten Schlüssels konnte nicht ermittelt werden (" - -#: admin/classes/common/DBService.php:54 -msgid "There was a problem with the database: " -msgstr "Es gab ein Problem mit folgender Datenbank: " - #: orgDetail.php:66 msgid "Organization Search" msgstr "Suche" @@ -1016,10 +872,155 @@ msgstr " Treffer" msgid " records" msgstr " Treffer" -#: user.php:106 +#: js/orgDetail.js:159 +msgid "Must set a date." +msgstr "Datum fehlt." + +#: js/orgDetail.js:185 +msgid "Must set an end date." +msgstr "Enddatum fehlt." + +#: js/orgDetail.js:247 js/orgDetail.js:281 js/orgDetail.js:300 +#: js/orgDetail.js:324 js/orgDetail.js:342 js/orgDetail.js:504 +#: js/orgDetail.js:560 +msgid "Refreshing Contents..." +msgstr "Aktualisiere..." + +#: js/orgDetail.js:527 +msgid "New contact must have a name." +msgstr "Das Feld Name muss ausgefüllt sein." + +#: js/orgDetail.js:534 +msgid "CC must be a valid email." +msgstr "Bitte geben Sie bei CC eine valide E-Mailadresse an." + +#: js/orgDetail.js:578 +msgid "Do you really want to delete this organization?" +msgstr "Möchten Sie diese Organisation wirklich löschen?" + +#: js/orgDetail.js:591 msgid "" -"Login is not working. Check the .htaccess file and the " -"remoteAuthVariableName specified in /admin/configuration.ini" +"This Organization cannot be deleted because it has at least one License " +"Record associated." msgstr "" -"Das Login funktioniert nicht. Bitte überprüfen Sie die .htaccess Datei und " -"den remoteAuthVariableName Parameter unter /admin/configuration.ini" +"Diese Organisation kann nicht gelöscht werden, da noch ein verknüpfter " +"Lizenzdatensatz existiert." + +#: js/orgDetail.js:655 +msgid "Do you really want to delete this alias?" +msgstr "Möchten Sie diesen Alias wirklich löschen?" + +#: js/orgDetail.js:673 +msgid "Do you really want to delete this contact?" +msgstr "Möchten Sie diesen Kontakt wirklich löschen?" + +#: js/orgDetail.js:691 +msgid "Do you really want to delete this account?" +msgstr "Möchten Sie diesen Account wirklich löschen?" + +#: js/orgDetail.js:710 +msgid "Do you really want to delete this issue?" +msgstr "Möchten Sie dieses Problem wirklich löschen?" + +#: js/common.js:68 +msgid "No match!" +msgstr "Kein Treffer!" + +#: js/common.js:68 +msgid "Selected: " +msgstr "Ausgewählt: " + +#: js/admin.js:81 js/admin.js:133 js/admin.js:159 js/admin.js:200 +#: js/index.js:46 +msgid "Processing..." +msgstr "Lade..." + +#: js/admin.js:131 +msgid "Do you really want to delete this data?" +msgstr "Möchten Sie diese Daten wirklich löschen?" + +#: js/admin.js:157 +msgid "Do you really want to delete this user?" +msgstr "Möchten Sie diesen Nutzer wirklich löschen?" + +#: js/admin.js:181 +msgid "add" +msgstr "hinzufügen" + +#: js/forms/organizationSubmitForm.js:56 +msgid "This organization already exists!" +msgstr "Diese Organisation existiert bereits!" + +#: js/forms/organizationSubmitForm.js:72 +msgid "This vendor does not exist in the ILS." +msgstr "Dieser Lieferant existiert nicht im Bibliothekssystem." + +#: js/forms/organizationSubmitForm.js:76 +msgid "This vendor exists in the ILS." +msgstr "Dieser Lieferant existiert im Bibliothekssystem." + +#: js/forms/organizationSubmitForm.js:149 js/forms/aliasSubmitForm.js:43 +#: js/forms/contactSubmitForm.js:125 +msgid "Name must be entered to continue." +msgstr "Das Feld Name muss ausgefüllt sein." + +#: js/forms/contactSubmitForm.js:117 +msgid "Please choose at least one role." +msgstr "Bitte wählen Sie mindestens eine Rolle aus." + +#: admin.php:22 +msgid "Administration" +msgstr "Administration" + +#: admin.php:33 +msgid "Users" +msgstr "Nutzer" + +#: admin.php:34 +msgid "add new user" +msgstr "Neuen Nutzer anlegen" + +#: admin.php:37 admin.php:52 admin.php:66 admin.php:81 admin.php:95 +#: admin.php:106 +msgid "Loading..." +msgstr "Lade..." + +#: admin.php:48 +msgid "Organization Role" +msgstr "Rolle der Organisation" + +#: admin.php:49 +msgid "add new organization role" +msgstr "Neue Rolle für Organisation anlegen" + +#: admin.php:62 +msgid "Contact Role" +msgstr "Rolle des Kontakts" + +#: admin.php:63 +msgid "add new contact role" +msgstr "Neue Rolle für Kontakt anlegen" + +#: admin.php:78 +msgid "add new alias type" +msgstr "Neuen Typ für Alias anlegen" + +#: admin.php:91 +msgid "External Login Type" +msgstr "Art des Externen Logins" + +#: admin.php:92 +msgid "add new external login type" +msgstr "Neuer Typ für Externes Login anlegen" + +#: admin.php:102 +msgid "Issue Type" +msgstr "Art des Problems" + +#: admin.php:103 +msgid "add new issue type" +msgstr "Neue Art des Problems anlegen" + +#: admin.php:118 +msgid "You do not have permissions to access this screen." +msgstr "Sie haben nicht die Berechtigung auf diese Seite zuzugreifen." diff --git a/reports/locale/de_DE/LC_MESSAGES/messages.po b/reports/locale/de_DE/LC_MESSAGES/messages.po index f814b5e10..d2624b34c 100644 --- a/reports/locale/de_DE/LC_MESSAGES/messages.po +++ b/reports/locale/de_DE/LC_MESSAGES/messages.po @@ -1,72 +1,22 @@ msgid "" msgstr "" "Project-Id-Version: Coral\n" -"POT-Creation-Date: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-06-19 17:25+0200\n" "PO-Revision-Date: \n" "Last-Translator: BSZ - Abteilung Bibliothekssysteme\n" -"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" +"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "X-Generator: Poedit 2.0.4\n" "X-Poedit-SourceCharset: UTF-8\n" -#: install/reports.php:9 install/reports.php:30 install/reports.php:94 -#: install/reports.php:105 -msgid "Reports Module" -msgstr "Statistikmodul" - -#: install/reports.php:19 -msgid "Reports Database" -msgstr "Statistikdatenbank" - #: js/index.js:21 msgid "Refreshing Contents..." msgstr "Inhalt aktualisieren..." -#: templates/header.php:72 -msgid "" -"JavaScript must be enabled in order for you to use CORAL. However, it seems " -"JavaScript is either disabled or not supported by your browser. To use " -"CORAL, enable JavaScript by changing your browser options, then" -msgstr "" -"JavaScript muss aktiviert sein, damit Sie CORAL benutzen können. JavaScript " -"ist entweder deaktiviert oder wird von Ihrem Browser nicht unterstützt. Um " -"CORAL zu benutzen, aktivieren Sie JavaScript in Ihrer Browser-Einstellung und" - -#: templates/header.php:72 -msgid "try again" -msgstr "versuchen Sie es erneut" - -#: index.php:38 report.php:117 -msgid "Usage Reports" -msgstr "Nutzungsstatistik" - -#: index.php:41 report.php:120 -msgid "Powered by" -msgstr "Powered by" - -#: index.php:60 -msgid "Invalid translation route!" -msgstr "Ungültige Übersetzung!" - -#: index.php:87 -msgid "Help" -msgstr "Hilfe" - -#: index.php:97 -msgid "Select Report" -msgstr "Bericht auswählen" - -#: index.php:147 -msgid "Submit" -msgstr "Abschicken" - -#: index.php:148 -msgid "Reset" -msgstr "Zurücksetzen" - #: popup.php:66 msgid "Frequently Asked Questions" msgstr "FAQ" @@ -138,6 +88,78 @@ msgstr "" msgid "Invalid type!!" msgstr "Ungültige Auswahl!" +#: templates/header.php:72 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then" +msgstr "" +"JavaScript muss aktiviert sein, damit Sie CORAL benutzen können. JavaScript " +"ist entweder deaktiviert oder wird von Ihrem Browser nicht unterstützt. Um " +"CORAL zu benutzen, aktivieren Sie JavaScript in Ihrer Browser-Einstellung und" + +#: templates/header.php:72 +msgid "try again" +msgstr "versuchen Sie es erneut" + +#: index.php:38 report.php:117 +msgid "Usage Reports" +msgstr "Nutzungsstatistik" + +#: index.php:41 report.php:120 +msgid "Powered by" +msgstr "Powered by" + +#: index.php:60 +msgid "Invalid translation route!" +msgstr "Ungültige Übersetzung!" + +#: index.php:87 +msgid "Help" +msgstr "Hilfe" + +#: index.php:97 +msgid "Select Report" +msgstr "Bericht auswählen" + +#: index.php:147 +msgid "Submit" +msgstr "Abschicken" + +#: index.php:148 +msgid "Reset" +msgstr "Zurücksetzen" + +#: admin/classes/domain/ReportNotes.php:53 +msgid "Platform Interface Notes (if available)" +msgstr "Hinweise der Plattform (falls verfügbar)" + +#: admin/classes/domain/ReportNotes.php:54 +msgid "Publisher Notes (if available)" +msgstr "Hinweise des Anbieters (falls verfügbar)" + +#: admin/classes/domain/ReportTable.php:109 +msgid "Sorry, no rows were returned." +msgstr "Keine Treffer gefunden." + +#: admin/classes/domain/ReportTable.php:183 +#: admin/classes/domain/ReportTable.php:185 +msgid "view related titles" +msgstr "zeige verknüpfte Titel" + +#: admin/classes/domain/ReportTable.php:190 +msgid "view in link resolver" +msgstr "im Linkresolver öffnen" + +#: install/reports.php:9 install/reports.php:30 install/reports.php:94 +#: install/reports.php:105 +msgid "Reports Module" +msgstr "Statistikmodul" + +#: install/reports.php:19 +msgid "Reports Database" +msgstr "Statistikdatenbank" + #: report.php:74 msgid "CORAL Usage Statistics Reporting" msgstr "CORAL Nutzungsstatistiken" @@ -224,24 +246,3 @@ msgstr "" #: report.php:305 report.php:327 msgid "Color Background Key" msgstr "Farbschlüssel Hintergrund" - -#: admin/classes/domain/ReportTable.php:109 -msgid "Sorry, no rows were returned." -msgstr "Keine Treffer gefunden." - -#: admin/classes/domain/ReportTable.php:183 -#: admin/classes/domain/ReportTable.php:185 -msgid "view related titles" -msgstr "zeige verknüpfte Titel" - -#: admin/classes/domain/ReportTable.php:190 -msgid "view in link resolver" -msgstr "im Linkresolver öffnen" - -#: admin/classes/domain/ReportNotes.php:53 -msgid "Platform Interface Notes (if available)" -msgstr "Hinweise der Plattform (falls verfügbar)" - -#: admin/classes/domain/ReportNotes.php:54 -msgid "Publisher Notes (if available)" -msgstr "Hinweise des Anbieters (falls verfügbar)" diff --git a/resources/locale/de_DE/LC_MESSAGES/messages.po b/resources/locale/de_DE/LC_MESSAGES/messages.po index 073dcd943..e4dc00756 100644 --- a/resources/locale/de_DE/LC_MESSAGES/messages.po +++ b/resources/locale/de_DE/LC_MESSAGES/messages.po @@ -2,2586 +2,2597 @@ msgid "" msgstr "" "Project-Id-Version: Coral\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-27 15:04+0200\n" +"POT-Creation-Date: 2018-06-19 17:19+0200\n" "PO-Revision-Date: \n" "Last-Translator: BSZ - Abteilung Bibliothekssysteme\n" -"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.0.4\n" "X-Poedit-SourceCharset: UTF-8\n" -#: import.php:16 -msgid "Settings" -msgstr "Einstellungen" +#: importHistory.php:9 +msgid "Import detail" +msgstr "Importdetails" -#: import.php:17 -msgid "Importing and deduping isbnOrISSN on the following columns: " -msgstr "Importiere und dedupliziere isbnOrISSN mit den folgenden Spalten: " +#: importHistory.php:57 +msgid "Import history" +msgstr "Import-Historie" -#: import.php:30 -msgid "Preview" -msgstr "Vorschau" +#: ajax_forms/getCurrentWorkflowForm.php:34 ajax_forms/getOrderForm.php:49 +#: summary.php:430 ajax_htmldata/getOutstandingQueue.php:21 +#: ajax_htmldata/getOrdersDetails.php:29 +msgid "Order" +msgstr "Bestellung" -#: import.php:57 -msgid "Columns" -msgstr "Spalten" +#: ajax_forms/getCurrentWorkflowForm.php:35 +msgid "Reminder delay (in days)" +msgstr "Erinnerungsverzögerung (in Tagen)" -#: import.php:73 -msgid "Mapping" -msgstr "Mapping" +#: ajax_forms/getCurrentWorkflowForm.php:36 +#: ajax_forms/getAdminCurrencyUpdateForm.php:27 +#: ajax_forms/getAdminFundUpdateForm.php:28 +#: dashboard_yearly_costs_exports.php:52 dashboard_export.php:46 +#: templates/ebscoKbVendorList.php:4 templates/ebscoKbPackageList.php:4 +#: ajax_htmldata/getDashboard.php:21 ajax_htmldata/getOutstandingQueue.php:20 +#: ajax_htmldata/getAdminCurrencyDisplay.php:15 +#: ajax_htmldata/getAdminFundDisplay.php:15 +#: ajax_htmldata/getDashboardYearlyCosts.php:28 +#: ajax_htmldata/getSubmittedQueue.php:15 ajax_htmldata/getSavedQueue.php:18 +#: ajax_htmldata/getSearchResources.php:113 +#: ajax_htmldata/getAdminImportConfigDisplay.php:13 export.php:57 +msgid "Name" +msgstr "Name" -#: import.php:103 -msgid "Resources import" -msgstr "Resourcen importieren" +#: ajax_forms/getCurrentWorkflowForm.php:37 +msgid "Approval/Notification group" +msgstr "Zustimmungs-/Benachrichtigungsgruppe" -#: import.php:106 -msgid "Delimited File Import" -msgstr "CSV-Dateien importieren" +#: ajax_forms/getCurrentWorkflowForm.php:38 +#: ajax_forms/getAdminWorkflowForm.php:127 +msgid "Parent Step" +msgstr "Übergeordneter Schritt" -#: import.php:146 importFunds.php:21 -msgid "The file has been successfully uploaded." -msgstr "Die Datei wurde erfolgreich hochgeladen." +#: ajax_forms/getCurrentWorkflowForm.php:39 +msgid "Action" +msgstr "Aktion" -#: import.php:160 importFunds.php:31 -msgid "Unable to get columns headers from the file" -msgstr "Keine Spaltenüberschriften in der Datei gefunden" +#: ajax_forms/getGeneralSubjectUpdateForm.php:16 +#: ajax_forms/getDetailSubjectUpdateForm.php:16 +#: ajax_forms/getAdminUpdateForm.php:16 +msgid "Edit " +msgstr "Bearbeiten " -#: import.php:166 importFunds.php:34 -msgid "Unable to open the uploaded file" -msgstr "Nicht möglich die hochgeladene Datei zu öffnen" +#: ajax_forms/getGeneralSubjectUpdateForm.php:16 +#: ajax_forms/getDetailSubjectUpdateForm.php:16 +#: ajax_forms/getAdminUpdateForm.php:16 +msgid "Add " +msgstr "Hinzufügen " -#: import.php:171 -msgid "Unable to upload the file" -msgstr "Upload der Datei ist nicht möglich" +#: ajax_forms/getGeneralSubjectUpdateForm.php:38 +#: ajax_forms/getDetailSubjectUpdateForm.php:38 +#: ajax_forms/getResourceStepForm.php:65 ajax_forms/getAdminUpdateForm.php:44 +#: ajax_forms/getAdminUserGroupForm.php:147 ajax_forms/getNewIssueForm.php:135 +#: ajax_forms/getOrderForm.php:175 ajax_forms/getAdminWorkflowForm.php:268 +#: ajax_forms/getAdminAlertDaysForm.php:34 ajax_forms/getAccountForm.php:86 +#: ajax_forms/getNoteForm.php:61 ajax_forms/getEbscoKbTitleImportForm.php:130 +#: ajax_forms/getGeneralDetailSubjectForm.php:130 +#: ajax_forms/getContactForm.php:163 ajax_forms/getNewResourceForm.php:287 +#: ajax_forms/getAdminCurrencyUpdateForm.php:38 +#: ajax_forms/getAccessForm.php:254 ajax_forms/getUpdateProductForm.php:429 +#: ajax_forms/getAdminUserUpdateForm.php:66 +#: ajax_forms/getAdminImportConfigUpdateForm.php:40 +#: ajax_forms/getCostForm.php:367 ajax_forms/getAdminFundUpdateForm.php:45 +#: ajax_forms/getAdminAlertEmailForm.php:34 ajax_forms/getAttachmentForm.php:91 +#: ajax_forms/getNewDowntimeForm.php:135 ajax_forms/getLicenseForm.php:193 +#: resources/cataloging_edit.php:105 +msgid "submit" +msgstr "Abschicken" -#: import.php:174 importFunds.php:37 -msgid "Error: " -msgstr "Fehler: " +#: ajax_forms/getGeneralSubjectUpdateForm.php:39 +#: ajax_forms/getDetailSubjectUpdateForm.php:39 +#: ajax_forms/getResourceStepForm.php:66 ajax_forms/getAdminUpdateForm.php:45 +#: ajax_forms/getAdminUserGroupForm.php:148 ajax_forms/getNewIssueForm.php:136 +#: ajax_forms/getNewIssueForm.php:145 ajax_forms/getOrderForm.php:176 +#: ajax_forms/getResourceSubjectForm.php:48 +#: ajax_forms/getAdminWorkflowForm.php:269 +#: ajax_forms/getAdminAlertDaysForm.php:35 ajax_forms/getAccountForm.php:87 +#: ajax_forms/getNoteForm.php:62 ajax_forms/getEbscoKbTitleImportForm.php:132 +#: ajax_forms/getGeneralDetailSubjectForm.php:131 +#: ajax_forms/getContactForm.php:164 ajax_forms/getImportSaveCfgForm.php:28 +#: ajax_forms/getNewResourceForm.php:288 +#: ajax_forms/getAdminCurrencyUpdateForm.php:39 +#: ajax_forms/getAccessForm.php:255 +#: ajax_forms/getEbscoKbPackageImportForm.php:345 +#: ajax_forms/getUpdateProductForm.php:430 +#: ajax_forms/getAdminUserUpdateForm.php:67 +#: ajax_forms/getAdminImportConfigUpdateForm.php:41 +#: ajax_forms/getCostForm.php:368 ajax_forms/getAdminFundUpdateForm.php:46 +#: ajax_forms/getAdminAlertEmailForm.php:35 ajax_forms/getAttachmentForm.php:92 +#: ajax_forms/getNewDowntimeForm.php:136 ajax_forms/getNewDowntimeForm.php:145 +#: ajax_forms/getLicenseForm.php:194 importFunds.php:64 +#: resources/cataloging_edit.php:106 +#: ajax_htmldata/getEbscoKbTitleDetails.php:159 +msgid "cancel" +msgstr "Abbrechen" -#: import.php:178 -msgid "" -"If you have not previously created an Import Configuration, then for each of " -"the resource fields please input the number of the column in your CSV file " -"that corresponds to the resource field. For example, if your import file has " -"a second column called Name that corresponds to the Resource Title, then you " -"would input 2 for the value for the Resource Title field. For columns with " -"multiple values that are character-delimited, indicate the delimiter using " -"the If delimited, delimited by field. For fields with values across multiple " -"columns, add additional sets using the +Add another links. Use the Dedupe on " -"this column option for ISBN/ISSN sets to ignore any duplicate values that " -"might occur across those columns. The Alias Types, Note Types, and " -"Organization Roles that you can assign to your mapped columns can be " -"configured on the Admin page." -msgstr "" -"Wenn Sie zuvor noch keine Importkonfiguration angelegt haben, dann geben Sie " -"für jedes Feld in der Ressource die Nummer der Spalte in Ihrer CSV-Datei an, " -"die diesem entspricht. Zum Beispiel: Wenn die zweite Spalte in Ihrer Datei " -"mit Name benannt ist und dies dem Titel der Ressource entspricht, geben Sie " -"2 als Wert für den Titel an. Für Spalten mit mehreren Werten, die mit einem " -"Trennzeichen getrennt sind, können Sie das Trennzeichen angeben: Wenn " -"Trennzeichen, dann getrennt mit. Für Felder mit Daten, die über mehrere " -"Spalten verteilt sind, können Sie Gruppen über die +-Links bilden. Verwenden " -"Sie die Option Mit dieser Spalte duplizieren für ISBN/ISSN-Gruppen, um " -"doppelte Werte zu ignorieren, die in mehreren Spalten stehen können. Die " -"Aliastypen, Notizarten und Organisationsrollen die den gemappten Spalten " -"zugewiesen werden können, werden auf der Admin-Seite konfiguriert." +#: ajax_forms/getResourceStepForm.php:25 +msgid "Edit Resource Step" +msgstr "Ressourcen-Schritt bearbeiten" -#: import.php:179 -msgid "Please select the import configuration to load: " -msgstr "Bitte wählen Sie Importkonfiguration für das Laden: " +#: ajax_forms/getResourceStepForm.php:32 +msgid "Reassign Resource Step" +msgstr "Ressourcen-Schritt neu zuweisen" -#: import.php:180 -msgid "Select Configuration" -msgstr "Konfiguration auswählen" +#: ajax_forms/getResourceStepForm.php:40 +msgid "Step name: " +msgstr "Schrittname: " -#: import.php:188 -msgid "Please choose columns from your CSV file:" -msgstr "Spalten in der CSV-Datei auswählen:" +#: ajax_forms/getResourceStepForm.php:42 +msgid "Group: " +msgstr "Gruppe: " -#: import.php:757 -msgid "Organization " -msgstr "Organisation " +#: ajax_forms/getResourceStepForm.php:53 +msgid "Apply to all later steps?" +msgstr "Für alle späteren Schritte anwenden?" -#: import.php:757 -msgid " could not be added." -msgstr " konnte nicht hinzugefügt werden." +#: ajax_forms/getAdminUpdateForm.php:31 +msgid "Show stats button?" +msgstr "Statistik-Schaltfläche anzeigen?" -#: import.php:770 import.php:796 -msgid "Error: more than one organization is called " -msgstr "Fehler: Mehr als eine Organisation wird aufgerufen " +#: ajax_forms/getAdminUserGroupForm.php:17 +msgid "Edit User Group" +msgstr "Nutzergruppe bearbeiten" -#: import.php:770 -msgid ". Please consider deduping." -msgstr ". Bitte erwägen Sie zu deduplizieren." +#: ajax_forms/getAdminUserGroupForm.php:17 +msgid "Add User Group" +msgstr "Neue Nutzergruppe" -#: import.php:796 -msgid " Please consider deduping." -msgstr " Bitte erwägen Sie zu deduplizieren." +#: ajax_forms/getAdminUserGroupForm.php:26 +msgid "User Group" +msgstr "Nutzergruppe" -#: import.php:868 importFunds.php:52 -msgid "Results" -msgstr "Treffer" +#: ajax_forms/getAdminUserGroupForm.php:34 +msgid "Group Name:" +msgstr "Gruppenname:" -#: import.php:921 -msgid "" -"The first line of the CSV file must contain column names, and not data. " -"These names will be used during the import process." -msgstr "" -"Die erste Zeile der CSV-Datei muss die Spaltennamen enthalten, keine Daten. " -"Diese Namen werden während des Importprozesses verwendet." +#: ajax_forms/getAdminUserGroupForm.php:41 +msgid "Email Address:" +msgstr "E-Mail-Adresse:" -#: import.php:924 -msgid "File selection" -msgstr "Dateiauswahl" +#: ajax_forms/getAdminUserGroupForm.php:58 +msgid "Assigned Users" +msgstr "Zugewiesene Nutzer" -#: import.php:925 -msgid "CSV File" -msgstr "CSV-Datei" +#: ajax_forms/getAdminUserGroupForm.php:82 +msgid "add user" +msgstr "Neuer Nutzer" -#: import.php:929 -msgid "Import options" -msgstr "Importoptionen" +#: ajax_forms/getAdminUserGroupForm.php:82 ajax_forms/getNewIssueForm.php:78 +#: ajax_forms/getResourceSubjectForm.php:26 +#: ajax_forms/getResourceSubjectForm.php:33 +#: ajax_forms/getAdminWorkflowForm.php:157 +#: ajax_forms/getGeneralDetailSubjectForm.php:76 +#: ajax_forms/getUpdateProductForm.php:124 +#: ajax_forms/getUpdateProductForm.php:153 +#: ajax_forms/getUpdateProductForm.php:266 +#: ajax_forms/getUpdateProductForm.php:359 ajax_forms/getCostForm.php:189 +#: ajax_forms/getLicenseForm.php:78 +msgid "Add" +msgstr "Hinzufügen" -#: import.php:930 -msgid "CSV delimiter" -msgstr "CSV-Trennzeichen" +#: ajax_forms/getAdminUserGroupForm.php:121 js/forms/userGroupForm.js:117 +msgid "remove user from group" +msgstr "Nutzergruppe entfernen" -#: import.php:932 -msgid "(comma)" -msgstr "(Komma)" +#: ajax_forms/getNewIssueForm.php:27 +msgid "Report New Problem" +msgstr "Neues Problem melden" -#: import.php:933 -msgid "(semicolon)" -msgstr "(Semikolon)" +#: ajax_forms/getNewIssueForm.php:28 +msgid "* required fields" +msgstr "* Pflichtfelder" -# ? -#: import.php:934 -msgid "(pipe)" -msgstr "(Pipe)" +#: ajax_forms/getNewIssueForm.php:32 ajax_forms/getUpdateProductForm.php:244 +#: ajax_htmldata/getContactDetails.php:85 ajax_htmldata/getOrdersDetails.php:50 +msgid "Organization:" +msgstr "Organisation:" -#: import.php:937 -msgid "Upload" -msgstr "Upload" +#: ajax_forms/getNewIssueForm.php:39 +msgid "Contact:" +msgstr "Kontakt:" -#: install/resources.php:9 install/resources.php:30 install/resources.php:160 -#: install/resources.php:194 -msgid "Resources Module" -msgstr "Resourcenmodul" +#: ajax_forms/getNewIssueForm.php:60 ajax_htmldata/getContactDetails.php:45 +#: ajax_htmldata/getContactDetails.php:189 +#: ajax_htmldata/getContactDetails.php:199 +msgid "add contact" +msgstr "Neuer Kontakt" -#: install/resources.php:19 -msgid "Resources Database" -msgstr "Resourcedatenbank" +#: ajax_forms/getNewIssueForm.php:68 +msgid "CC myself:" +msgstr "CC an mich:" -#: install/resources.php:65 -msgid "Default Currency" -msgstr "Standard-Währung" +#: ajax_forms/getNewIssueForm.php:75 +msgid "CC:" +msgstr "CC:" -#: install/resources.php:71 -msgid "Enable Alerts" -msgstr "Warnungen aktivieren" +#: ajax_forms/getNewIssueForm.php:80 +msgid "Current CCs:" +msgstr "Aktuelle CCs:" -#: install/resources.php:77 -msgid "Catalog URL" -msgstr "Katalog-URL" +#: ajax_forms/getNewIssueForm.php:87 ajax_htmldata/getIssuesList.php:60 +msgid "Subject:" +msgstr "Fachgebiet:" -#: install/resources.php:82 -msgid "Feedback Email Address" -msgstr "E-Mail-Adresse für Feedback" +#: ajax_forms/getNewIssueForm.php:94 ajax_htmldata/getIssuesList.php:62 +msgid "Body:" +msgstr "Text:" -#: install/resources.php:90 -msgid "Please set up the following options for the resources module." -msgstr "Bitte konfigurieren Sie die folgenden Optionen für das Resourcenmodul." +#: ajax_forms/getNewIssueForm.php:101 ajax_htmldata/getIssuesList.php:49 +msgid "Applies to:" +msgstr "Gilt für:" -#: importFunds.php:53 -msgid "rows have been processed." -msgstr "Zeilen wurden verarbeitet." +#: ajax_forms/getNewIssueForm.php:105 +msgid "Applies only to" +msgstr "Gilt nur für" -#: importFunds.php:60 -msgid "Import Funds" -msgstr "Konten importieren" +#: ajax_forms/getNewIssueForm.php:108 +msgid "Applies to all" +msgstr "Gilt für alle" -#: importFunds.php:61 -msgid "Select File" -msgstr "Datei auswählen" +#: ajax_forms/getNewIssueForm.php:111 +msgid "Applies to selected" +msgstr "Git für ausgewählte" -#: importFunds.php:63 templates/ebscoKbTitleList.php:57 -#: templates/ebscoKbPackageList.php:52 -#: ajax_htmldata/getEbscoKbTitleDetails.php:157 -#: ajax_forms/getEbscoKbPackageImportForm.php:343 -msgid "import" -msgstr "Importieren" +#: ajax_forms/getNewIssueForm.php:127 +msgid "Send me a reminder every" +msgstr "Schicke mir eine Erinnerung alle" -#: importFunds.php:64 ajax_htmldata/getEbscoKbTitleDetails.php:159 -#: resources/cataloging_edit.php:106 ajax_forms/getLicenseForm.php:194 -#: ajax_forms/getNoteForm.php:62 ajax_forms/getAdminWorkflowForm.php:269 -#: ajax_forms/getResourceSubjectForm.php:48 -#: ajax_forms/getImportSaveCfgForm.php:28 ajax_forms/getNewDowntimeForm.php:136 -#: ajax_forms/getNewDowntimeForm.php:145 ajax_forms/getAdminUpdateForm.php:45 -#: ajax_forms/getCostForm.php:368 ajax_forms/getAttachmentForm.php:92 -#: ajax_forms/getResourceStepForm.php:66 -#: ajax_forms/getUpdateProductForm.php:430 ajax_forms/getNewIssueForm.php:136 -#: ajax_forms/getNewIssueForm.php:145 ajax_forms/getOrderForm.php:176 -#: ajax_forms/getAdminAlertEmailForm.php:35 -#: ajax_forms/getEbscoKbTitleImportForm.php:132 -#: ajax_forms/getAdminUserGroupForm.php:148 -#: ajax_forms/getNewResourceForm.php:296 -#: ajax_forms/getAdminFundUpdateForm.php:46 -#: ajax_forms/getAdminAlertDaysForm.php:35 -#: ajax_forms/getEbscoKbPackageImportForm.php:345 -#: ajax_forms/getDetailSubjectUpdateForm.php:39 -#: ajax_forms/getAccessForm.php:255 -#: ajax_forms/getGeneralDetailSubjectForm.php:131 -#: ajax_forms/getAdminUserUpdateForm.php:67 -#: ajax_forms/getAdminCurrencyUpdateForm.php:39 -#: ajax_forms/getContactForm.php:164 -#: ajax_forms/getGeneralSubjectUpdateForm.php:39 -#: ajax_forms/getAdminImportConfigUpdateForm.php:41 -#: ajax_forms/getAccountForm.php:87 -msgid "cancel" -msgstr "Abbrechen" +#: ajax_forms/getNewIssueForm.php:130 +msgid "day(s)" +msgstr "Tage" -#: admin.php:26 admin.php:41 -msgid "Administration" -msgstr "Administration" +#: ajax_forms/getNewIssueForm.php:144 +msgid "" +"Opening an issue requires a resource to be associated with an organization." +msgstr "" +"Um ein Problem anzulegen, ist eine Ressource erforderlich, die mit einer " +"Organisation verknüpft ist." -#: admin.php:52 ajax_htmldata/getAdminWorkflowDisplay.php:87 -#: ajax_htmldata/getAdminUserDisplay.php:19 -msgid "Users" -msgstr "Nutzer" +#: ajax_forms/getOrderForm.php:42 +msgid "Clone Order" +msgstr "Bestellung kopieren" -#: admin.php:53 -msgid "Workflow / User Group" -msgstr "Workflow / Nutzergruppe" +#: ajax_forms/getOrderForm.php:42 +msgid "Edit Order" +msgstr "Bestellung bearbeiten" -#: admin.php:54 export.php:97 -msgid "Access Method" -msgstr "Zugriffsmethode" +#: ajax_forms/getOrderForm.php:55 ajax_forms/getAdminWorkflowForm.php:58 +#: summary.php:437 ajax_htmldata/getOrdersDetails.php:57 +msgid "Acquisition Type:" +msgstr "Erwerbungsart:" -#: admin.php:55 export.php:85 index.php:146 ajax_htmldata/getDashboard.php:24 -#: ajax_htmldata/getAdminWorkflowDisplay.php:16 -#: ajax_htmldata/getDashboardYearlyCosts.php:31 -#: ajax_htmldata/getOutstandingQueue.php:22 -#: ajax_htmldata/getSearchResources.php:117 dashboard.php:69 -#: dashboard_yearly_costs_exports.php:55 admin/classes/common/Dashboard.php:139 -#: ajax_forms/getEbscoKbTitleImportForm.php:88 -#: ajax_forms/getNewResourceForm.php:176 -#: ajax_forms/getEbscoKbPackageImportForm.php:274 -#: ajax_forms/getImportConfigForm.php:56 dashboard_export.php:49 -#: dashboard_yearly_costs.php:69 -msgid "Acquisition Type" -msgstr "Erwerbungsart" +#: ajax_forms/getOrderForm.php:73 summary.php:444 +#: ajax_htmldata/getOrdersDetails.php:64 +msgid "Order Number:" +msgstr "Bestellnummer:" -#: admin.php:56 index.php:503 -msgid "Administering Site" -msgstr "Verwaltender Standort" +#: ajax_forms/getOrderForm.php:78 summary.php:451 +#: ajax_htmldata/getOrdersDetails.php:71 +msgid "System Number:" +msgstr "Systemnummer:" -#: admin.php:58 ajax_htmldata/getAdminAlertDisplay.php:10 -msgid "Alert Settings" -msgstr "Einstellungen für Warnungen" +#: ajax_forms/getOrderForm.php:83 summary.php:473 +#: ajax_htmldata/getOrdersDetails.php:92 +msgid "Sub Start:" +msgstr "Abo-Beginn:" -#: admin.php:60 ajax_forms/getEbscoKbPackageImportForm.php:143 -#: ajax_forms/getImportConfigForm.php:63 ajax_forms/getImportConfigForm.php:77 -#: ajax_forms/getImportConfigForm.php:299 -msgid "Alias Type" -msgstr "Art des Alias" +#: ajax_forms/getOrderForm.php:88 summary.php:480 +msgid "Current Sub End:" +msgstr "Aktuelles Abo-Ende:" -#: admin.php:61 -msgid "Attachment Type" -msgstr "Art des Anhangs" +#: ajax_forms/getOrderForm.php:94 ajax_forms/getImportConfigForm.php:190 +#: ajax_forms/getImportConfigForm.php:202 +#: ajax_forms/getImportConfigForm.php:329 +msgid "Organization" +msgstr "Organisation" -#: admin.php:62 export.php:96 index.php:533 -msgid "Authentication Type" -msgstr "Art der Authentifizierung" +#: ajax_forms/getOrderForm.php:106 +msgid "Enable Alert" +msgstr "Benachrichtigung aktivieren" -#: admin.php:63 index.php:471 -msgid "Authorized Site" -msgstr "Zugriffsberechtigte Standorte" +#: ajax_forms/getOrderForm.php:126 +msgid "Purchasing Site(s)" +msgstr "Erwerbende(r) Standort(e)" -#: admin.php:64 export.php:104 index.php:563 resources/cataloging_edit.php:58 -msgid "Cataloging Status" -msgstr "Katalogisierungsstatus" +#: ajax_forms/getResourceSubjectForm.php:7 +msgid "Add General / Detail Subject Link" +msgstr "Link zum Fachgebiet hinzufügen" -#: admin.php:65 export.php:103 resources/cataloging_edit.php:51 -msgid "Cataloging Type" -msgstr "Art der Katalogisierung" +#: ajax_forms/getResourceSubjectForm.php:14 +msgid "General Subject Name" +msgstr "Allgemeines Fachgebiet" -#: admin.php:66 -msgid "Contact Role" -msgstr "Rolle des Kontakts" +#: ajax_forms/getResourceSubjectForm.php:15 +msgid "Detail Subject Name" +msgstr "Genaues Fachgebiet" -#: admin.php:68 dashboard.php:52 admin/classes/common/Dashboard.php:149 -#: ajax_forms/getCostForm.php:86 dashboard_yearly_costs.php:51 -msgid "Cost Details" -msgstr "Kostendetails" +#: ajax_forms/getResourceSubjectForm.php:26 +#: ajax_forms/getResourceSubjectForm.php:33 +msgid "add" +msgstr "Hinzufügen" -#: admin.php:70 export.php:77 ajax_htmldata/getAdminCurrencyDisplay.php:8 -#: ajax_forms/getCostForm.php:83 ajax_forms/getImportConfigForm.php:264 -msgid "Currency" -msgstr "Währung" +#: ajax_forms/getResourceSubjectForm.php:44 +#: ajax_htmldata/getAdminUserDisplay.php:58 +#: ajax_htmldata/getAdminFundDisplay.php:44 +#: ajax_htmldata/getAdminAlertDisplay.php:35 +#: ajax_htmldata/getAdminAlertDisplay.php:65 +#: ajax_htmldata/getAdminDisplay.php:38 +#: ajax_htmldata/getAdminSubjectDisplay.php:41 +#: ajax_htmldata/getAdminSubjectDisplay.php:81 +#: ajax_htmldata/getAdminSubjectDisplay.php:123 +#: ajax_htmldata/getGeneralSubjectDisplay.php:35 +#: ajax_htmldata/getAdminWorkflowDisplay.php:62 +#: ajax_htmldata/getAdminWorkflowDisplay.php:113 +msgid "(none found)" +msgstr "(keine gefunden)" -#: admin.php:71 -msgid "Downtime Type" -msgstr "Art des Ausfalls" +#: ajax_forms/getAdminWorkflowForm.php:42 +msgid "Edit Workflow" +msgstr "Workflow bearbeiten" -#: admin.php:72 -msgid "EBSCO Kb Config" -msgstr "EBSCO KB - Konfiguration" +#: ajax_forms/getAdminWorkflowForm.php:51 +msgid "Resource Entry Requirements" +msgstr "Eingabeanforderungen für Ressourcen" -#: admin.php:73 -msgid "External Login Type" -msgstr "Art des externen Logins" +#: ajax_forms/getAdminWorkflowForm.php:75 +#: ajax_forms/getUpdateProductForm.php:176 +msgid "Format:" +msgstr "Format:" -#: admin.php:74 -msgid "Funds" -msgstr "Konten" +#: ajax_forms/getAdminWorkflowForm.php:91 +#: ajax_forms/getUpdateProductForm.php:195 +#: ajax_forms/getUpdateProductForm.php:336 ajax_forms/getAttachmentForm.php:37 +#: ajax_htmldata/getAttachmentDetails.php:49 +#: ajax_htmldata/getDowntimeList.php:19 +msgid "Type:" +msgstr "Art:" -#: admin.php:75 ajax_htmldata/getAdminImportConfigDisplay.php:7 -msgid "Import Configuration" -msgstr "Importkonfiguration" +#: ajax_forms/getAdminWorkflowForm.php:116 +msgid "Workflow Steps" +msgstr "Workflow-Schritte" -#: admin.php:76 export.php:93 -msgid "License Status" -msgstr "Status der Lizenzierung" +#: ajax_forms/getAdminWorkflowForm.php:125 ajax_forms/getContactForm.php:45 +#: ajax_forms/getImportSaveCfgForm.php:16 ajax_forms/getNewResourceForm.php:92 +#: ajax_forms/getUpdateProductForm.php:91 ajax_forms/getAttachmentForm.php:29 +msgid "Name:" +msgstr "Name:" -#: admin.php:77 index.php:381 ajax_forms/getImportConfigForm.php:155 -#: ajax_forms/getImportConfigForm.php:169 -#: ajax_forms/getImportConfigForm.php:323 -msgid "Note Type" -msgstr "Art der Notiz" +#: ajax_forms/getAdminWorkflowForm.php:126 +msgid "Approval/Notification Group:" +msgstr "Bestätigungs-/Benachrichtigungs-Gruppe:" -#: admin.php:78 export.php:79 dashboard.php:46 -#: admin/classes/common/Dashboard.php:145 -#: ajax_forms/getImportConfigForm.php:252 dashboard_yearly_costs.php:45 -msgid "Order Type" -msgstr "Bestelltyp" +#: ajax_forms/getAdminWorkflowForm.php:157 +msgid "add step" +msgstr "Neuer Schritt" -#: admin.php:85 ajax_forms/getImportConfigForm.php:190 -#: ajax_forms/getImportConfigForm.php:202 -#: ajax_forms/getImportConfigForm.php:329 -msgid "Organization Role" -msgstr "Rolle der Organisation" +#: ajax_forms/getAdminWorkflowForm.php:240 js/forms/workflowForm.js:199 +#: js/forms/currentWorkflowForm.js:10 js/forms/currentWorkflowForm.js:11 +msgid "remove this step" +msgstr "Schritt entfernen" -#: admin.php:86 templates/header.php:243 export.php:69 -#: ajax_forms/getUpdateProductForm.php:235 -msgid "Organizations" -msgstr "Organisationen" +#: ajax_forms/getAdminAlertDaysForm.php:14 +msgid "Edit Alert Days In Advance" +msgstr "Benachrichtigungszeitpunkt bearbeiten" -#: admin.php:90 -msgid "Purchasing Site" -msgstr "Erwerbender Standort" +#: ajax_forms/getAdminAlertDaysForm.php:14 +msgid "Add Alert Days In Advance" +msgstr "Neuer Benachrichtigungszeitpunkt" -#: admin.php:91 index.php:232 ajax_htmldata/getAdminWorkflowDisplay.php:17 -#: ajax_forms/getImportConfigForm.php:54 -msgid "Resource Format" -msgstr "Format der Resource" +#: ajax_forms/getAccountForm.php:17 +msgid "Edit Account" +msgstr "Konto bearbeiten" -#: admin.php:92 templates/ebscoKbTitleList.php:6 index.php:256 -#: ajax_htmldata/getDashboard.php:22 -#: ajax_htmldata/getAdminWorkflowDisplay.php:18 -#: ajax_htmldata/getDashboardYearlyCosts.php:29 ebsco_kb.php:156 -#: dashboard.php:67 dashboard_yearly_costs_exports.php:53 -#: admin/classes/common/Dashboard.php:127 ajax_forms/getNewResourceForm.php:223 -#: ajax_forms/getImportConfigForm.php:55 dashboard_export.php:47 -#: dashboard_yearly_costs.php:67 -msgid "Resource Type" -msgstr "Art der Resource" +#: ajax_forms/getAccountForm.php:17 +msgid "Add Account" +msgstr "Konto hinzufügen" -#: admin.php:93 export.php:98 -msgid "Storage Location" -msgstr "Aufbewahrungsort" +#: ajax_forms/getAccountForm.php:27 +msgid "Login Type:" +msgstr "Art des Logins:" -#: admin.php:94 ajax_htmldata/getEbscoKbTitleDetails.php:51 -#: ajax_htmldata/getProductDetails.php:322 -msgid "Subjects" -msgstr "Schlagwörter" +#: ajax_forms/getAccountForm.php:44 ajax_forms/getNewResourceForm.php:107 +#: ajax_forms/getUpdateProductForm.php:101 summary.php:805 +msgid "URL:" +msgstr "URL:" -#: admin.php:95 -msgid "User Limit" -msgstr "Nutzerbegrenzung" +#: ajax_forms/getAccountForm.php:51 ajax_htmldata/getAccountDetails.php:96 +msgid "Registered Email:" +msgstr "Registrierte E-Mail:" -#: admin.php:100 queue.php:69 -msgid "Loading..." -msgstr "Läd..." +#: ajax_forms/getAccountForm.php:58 ajax_forms/getAccessForm.php:93 +msgid "Username:" +msgstr "Benutzername:" -#: admin.php:123 -msgid "You do not have permissions to access this screen." -msgstr "Sie haben keine Berechtigung auf diese Seite zuzugreifen." +#: ajax_forms/getAccountForm.php:65 ajax_forms/getAccessForm.php:112 +#: ajax_htmldata/getAccountDetails.php:80 +msgid "Password:" +msgstr "Passwort:" -#: dashboard_menu.php:3 dashboard_menu.php:7 templates/header.php:204 -#: templates/header.php:207 -msgid "Dashboards" -msgstr "Dashboards" +#: ajax_forms/getAccountForm.php:72 ajax_forms/getNoteForm.php:48 +#: ajax_forms/getContactForm.php:140 ajax_htmldata/getAccountDetails.php:104 +#: ajax_htmldata/getContactDetails.php:167 +msgid "Notes:" +msgstr "Notizen:" -#: dashboard_menu.php:8 -msgid "Statistics" -msgstr "Statistiken" +#: ajax_forms/getNoteForm.php:18 +msgid "Edit Note" +msgstr "Notiz bearbeiten" -#: dashboard_menu.php:9 -msgid "Yearly costs" -msgstr "Jährliche Kosten" +#: ajax_forms/getNoteForm.php:18 +msgid "Add Note" +msgstr "Notiz hinzufügen" -#: js/ebsco_kb.js:90 js/index.js:121 -msgid "Processing..." -msgstr "Wird geladen..." +#: ajax_forms/getNoteForm.php:28 +msgid "Note Type:" +msgstr "Art der Notiz:" -#: js/queue.js:45 js/queue.js:93 -msgid "Refreshing..." -msgstr "Aktualisiert..." +#: ajax_forms/getEbscoKbTitleImportForm.php:27 +#: ajax_forms/getEbscoKbPackageImportForm.php:80 templates/header.php:187 +#: templates/ebscoKbTitleList.php:8 +msgid "Import" +msgstr "Import" -#: js/queue.js:71 js/resource.js:712 -msgid " record)" -msgstr " Datensatz)" +#: ajax_forms/getEbscoKbTitleImportForm.php:27 +#: ajax_forms/getEbscoKbPackageImportForm.php:80 +msgid " from EBSCO Kb" +msgstr " von EBSCO Kb" -#: js/queue.js:73 js/resource.js:714 -msgid " records)" -msgstr " Datensätze)" +#: ajax_forms/getEbscoKbTitleImportForm.php:31 +#: ajax_forms/getNewResourceForm.php:77 +#: ajax_forms/getEbscoKbPackageImportForm.php:85 +msgid "required fields" +msgstr "Pflichtfelder" -# request? -#: js/queue.js:92 -msgid "Do you really want to delete this request?" -msgstr "Möchten Sie diese Anfrage wirklich löschen?" +#: ajax_forms/getEbscoKbTitleImportForm.php:34 +#: ajax_forms/getEbscoKbPackageImportForm.php:88 +msgid "There was a problem importing this resource" +msgstr "Beim Import dieser Ressource ist ein Problem aufgetreten" -#: js/admin.js:492 -msgid "Number of days must be a number" -msgstr "Anzahl Tage muss eine Zahl sein" +#: ajax_forms/getEbscoKbTitleImportForm.php:47 +#: ajax_forms/getEbscoKbTitleImportForm.php:50 +#: ajax_forms/getEbscoKbPackageImportForm.php:103 +msgid "Provider" +msgstr "Anbieter" -#: js/admin.js:495 -msgid "Number of days should be between 1 and 365" -msgstr "Anzahl der Tage sollte zwischen 1 und 365 liegen" +#: ajax_forms/getEbscoKbTitleImportForm.php:60 +#: ajax_forms/getNewResourceForm.php:123 +#: ajax_forms/getEbscoKbPackageImportForm.php:249 export.php:59 +msgid "Format" +msgstr "Format" -#: js/admin.js:536 -msgid "Do you really want to delete this data?" -msgstr "Möchten Sie diese Daten wirklich löschen?" +#: ajax_forms/getEbscoKbTitleImportForm.php:88 +#: ajax_forms/getNewResourceForm.php:168 +#: ajax_forms/getEbscoKbPackageImportForm.php:274 +#: ajax_forms/getImportConfigForm.php:56 dashboard_yearly_costs_exports.php:55 +#: dashboard.php:69 index.php:146 dashboard_yearly_costs.php:69 +#: dashboard_export.php:49 admin.php:55 admin/classes/common/Dashboard.php:139 +#: ajax_htmldata/getDashboard.php:24 ajax_htmldata/getOutstandingQueue.php:22 +#: ajax_htmldata/getDashboardYearlyCosts.php:31 +#: ajax_htmldata/getAdminWorkflowDisplay.php:16 +#: ajax_htmldata/getSearchResources.php:117 export.php:84 +msgid "Acquisition Type" +msgstr "Erwerbungsart" -#: js/admin.js:563 js/admin.js:591 js/admin.js:619 js/admin.js:725 -msgid "Do you really want to remove this data?" -msgstr "Möchten Sie diese Daten wirklich löschen?" +#: ajax_forms/getEbscoKbTitleImportForm.php:112 +#: ajax_forms/getNewResourceForm.php:261 +#: ajax_forms/getEbscoKbPackageImportForm.php:329 +#: ajax_htmldata/getAcquisitionsDetails.php:120 +msgid "Notes" +msgstr "Notizen" -#: js/admin.js:647 -msgid "Do you really want to delete this user?" -msgstr "Möchten Sie diesen Nutzer wirklich löschen?" +#: ajax_forms/getEbscoKbTitleImportForm.php:115 +#: ajax_forms/getNewResourceForm.php:270 +#: ajax_forms/getEbscoKbPackageImportForm.php:332 +msgid "Include any additional information" +msgstr "Jede weitere Information berücksichtigen" -#: js/admin.js:674 -msgid "Do you really want to remove this alert setting?" -msgstr "Möchten Sie diese Einstellung für Warnungen wirklich löschen?" +#: ajax_forms/getEbscoKbTitleImportForm.php:127 +#: ajax_forms/getImportSaveCfgForm.php:27 ajax_forms/getNewResourceForm.php:286 +msgid "save" +msgstr "Speichern" -#: js/admin.js:753 -msgid "Do you really want to delete this currency?" -msgstr "Möchten Sie diese Währung wirklich löschen?" +#: ajax_forms/getGeneralDetailSubjectForm.php:18 +msgid "Add / Edit Subject Relationships" +msgstr "Fachgebietsbeziehungen hinzufügen / bearbeiten" -#: js/index.js:232 index.php:376 -msgid "more options..." -msgstr "weitere Optionen..." +#: ajax_forms/getGeneralDetailSubjectForm.php:27 index.php:288 +#: ajax_htmldata/getAdminSubjectDisplay.php:9 +#: ajax_htmldata/getAdminSubjectDisplay.php:98 +msgid "General Subject" +msgstr "Allgemeines Schlagwort" -#: js/resource.js:150 -msgid "Must set a date." -msgstr "Es muss ein Datum ausgewählt werden." +#: ajax_forms/getGeneralDetailSubjectForm.php:53 +msgid "Detailed Subjects" +msgstr "Genaues Fachgebiet" -#: js/resource.js:176 -msgid "Must set an end date." -msgstr "Es muss ein Enddatum ausgewählt werden." +#: ajax_forms/getGeneralDetailSubjectForm.php:76 +msgid "add detail subject" +msgstr "Neues genaues Fachgebiet" -#: js/resource.js:230 -msgid "New contact must have a name." -msgstr "Der neue Kontakt muss einen Namen haben." +#: ajax_forms/getGeneralDetailSubjectForm.php:107 +#: js/forms/generalDetailSubjectForm.js:133 +msgid "remove detailed subject" +msgstr "Genaues Fachgebiet entfernen" -#: js/resource.js:237 js/resource.js:279 -msgid "CC must be a valid email." -msgstr "CC muss eine gültige E-Mail-Adresse sein." +#: ajax_forms/getGeneralDetailSubjectForm.php:109 +#: ajax_htmldata/getAdminSubjectDisplay.php:30 +#: ajax_htmldata/getAdminSubjectDisplay.php:71 +msgid "subject in use" +msgstr "Fachgebiet wird verwendet" -#: js/resource.js:434 js/resource.js:761 -msgid "Refreshing Contents..." -msgstr "Inhalte aktuaisieren..." +#: ajax_forms/getContactForm.php:32 +msgid "Edit Contact" +msgstr "Kontakt bearbeiten" -#: js/resource.js:527 -msgid "" -"Opening an issue requires a resource to be associated with an organization. " -"Please contact your IT department." -msgstr "" -"Um ein Problem zu erfassen, muss eine Organisation mit der Ressource " -"verknüpft sein. Bitte kontaktieren Sie Ihre IT-Abteilung." +#: ajax_forms/getContactForm.php:32 +msgid "Add Contact" +msgstr "Neuer Kontakt" -#: js/resource.js:532 -msgid "A contact must be selected to continue." -msgstr "Es muss ein Kontakt ausgewählt werden um fortzufahren." +#: ajax_forms/getContactForm.php:52 ajax_htmldata/getContactDetails.php:102 +msgid "Title:" +msgstr "Titel:" -#: js/resource.js:537 -msgid "A subject must be entered to continue." -msgstr "Es muss ein Fachgebiet eingegeben werden um fortzufahren." +#: ajax_forms/getContactForm.php:59 ajax_htmldata/getContactDetails.php:135 +msgid "Phone:" +msgstr "Telefonnummer:" -#: js/resource.js:542 -msgid "A body must be entered to continue." -msgstr "Ein Text muss eingegeben werden um fortzufahren." +#: ajax_forms/getContactForm.php:66 ajax_htmldata/getContactDetails.php:143 +msgid "Alt Phone:" +msgstr "Alternative Telefonnummer:" -#: js/resource.js:555 -msgid "An issue must be associated with an organization or resource(s)." -msgstr "" -"Ein Problem muss mit einer Organisation oder Ressource(n) verknüpft sein." +#: ajax_forms/getContactForm.php:73 ajax_htmldata/getContactDetails.php:151 +msgid "Fax:" +msgstr "Fax:" -#: js/resource.js:801 -msgid "Do you really want to delete this contact?" -msgstr "Möchten Sie diesen Kontakt wirklich löschen?" +#: ajax_forms/getContactForm.php:80 ajax_htmldata/getContactDetails.php:159 +msgid "Email:" +msgstr "E-Mail-Adresse:" -#: js/resource.js:819 -msgid "Do you really want to delete this account?" -msgstr "Möchten Sie dieses Konto wirklich löschen?" +#: ajax_forms/getContactForm.php:87 ajax_htmldata/getContactDetails.php:110 +msgid "Address:" +msgstr "Adresse:" -#: js/resource.js:837 -msgid "Do you really want to delete this attachment?" -msgstr "Möchten Sie diesen Anhang wirklich löschen?" +#: ajax_forms/getContactForm.php:94 ajax_forms/getUpdateProductForm.php:214 +#: ajax_htmldata/getProductDetails.php:111 +msgid "Archived:" +msgstr "Archiviert:" -#: js/resource.js:857 -msgid "Do you really want to delete this resource?" -msgstr "Möchten Sie diese Resource wirklich löschen?" +#: ajax_forms/getContactForm.php:104 +msgid "Role(s):" +msgstr "Rolle(n):" -#: js/resource.js:875 -msgid "Do you really want to delete this order?" -msgstr "Möchten Sie diese Bestellung wirklich löschen?" +#: ajax_forms/getImportSaveCfgForm.php:6 +msgid "Save Import Configuration" +msgstr "Import-Konfiguration speichern" -#: js/resource.js:890 -msgid "Do you really want to delete this resource and all its children?" -msgstr "Möchten Sie diese Resource und alle untergeordneten wirklich löschen?" +#: ajax_forms/getNewResourceForm.php:76 +msgid "Edit Saved Resource" +msgstr "Gespeicherte Ressource bearbeiten" -#: js/resource.js:911 -msgid "Do you really want to remove this Subject?" -msgstr "Möchten Sie dieses Fachgebiet wirklich löschen?" +#: ajax_forms/getNewResourceForm.php:76 +msgid "Add New Resource" +msgstr "Neue Ressource" -#: js/resource.js:929 -msgid "Do you really want to delete this note?" -msgstr "Möchten Sie diese Notiz wirklich löschen?" +#: ajax_forms/getNewResourceForm.php:83 ajax_forms/getUpdateProductForm.php:81 +msgid "Product" +msgstr "Produkt" -#: js/resource.js:975 -msgid "" -"Warning! You are about to remove any steps that have been started and " -"completed. Are you sure you wish to continue?" -msgstr "" -"Warnung! Sie sind im Begriff alle Schritte, die begonnen oder abgeschlossen " -"wurden zu entfernen. Möchten Sie fortfahren?" +#: ajax_forms/getNewResourceForm.php:97 ajax_forms/getUpdateProductForm.php:96 +#: summary.php:363 ajax_htmldata/getProductDetails.php:286 +msgid "Description:" +msgstr "Beschreibung:" -#: js/resource.js:993 -msgid "hide archived workflows" -msgstr "Archivierte Workflows ausblenden" +#: ajax_forms/getNewResourceForm.php:102 +msgid "Provider:" +msgstr "Anbieter:" -#: js/resource.js:996 ajax_htmldata/getWorkflowDetails.php:164 -msgid "display archived workflows" -msgstr "Archivierte Workflows anzeigen" +#: ajax_forms/getNewResourceForm.php:112 +#: ajax_forms/getUpdateProductForm.php:106 summary.php:355 +#: ajax_htmldata/getProductDetails.php:278 +msgid "Alt URL:" +msgstr "Alternative URL:" -#: js/resource.js:1002 -msgid "" -"Do you really want to mark this resource complete? This action cannot be " -"undone." -msgstr "" -"Möchten Sie diese Resource als vollständig markieren? Diese Aktion kann " -"nicht rückgängig gemacht werden." +#: ajax_forms/getNewResourceForm.php:215 ajax_forms/getImportConfigForm.php:55 +#: dashboard_yearly_costs_exports.php:53 dashboard.php:67 index.php:256 +#: dashboard_yearly_costs.php:67 dashboard_export.php:47 admin.php:92 +#: admin/classes/common/Dashboard.php:127 ebsco_kb.php:156 +#: templates/ebscoKbTitleList.php:6 ajax_htmldata/getDashboard.php:22 +#: ajax_htmldata/getDashboardYearlyCosts.php:29 +#: ajax_htmldata/getAdminWorkflowDisplay.php:18 +msgid "Resource Type" +msgstr "Art der Resource" -#: js/resource.js:1016 -msgid "" -"Do you really want to delete this step? If other steps depended on this one, " -"they will be started upon deletion. This action cannot be undone" -msgstr "" -"Möchten Sie diesen Schritt wirklich löschen? Wenn andere Schritte von diesem " -"abhängen, werden Sie mit dem Löschen gestartet. Diese Aktion kann nicht " -"rückgängig gemacht werden" - -#: js/forms/licenseForm.js:140 js/forms/licenseForm.js:251 -msgid "Error - Please choose a valid license" -msgstr "Fehler - Bitte wählen Sie eine gültige Lizenz" +#: ajax_forms/getAdminCurrencyUpdateForm.php:14 +msgid "Edit Currency" +msgstr "Währung bearbeiten" -#: js/forms/licenseForm.js:153 -msgid "remove this license" -msgstr "Lizenz entfernen" +#: ajax_forms/getAdminCurrencyUpdateForm.php:14 +msgid "Add Currency" +msgstr "Neue Währung" -#: js/forms/userGroupForm.js:101 -msgid "Error - User is required" -msgstr "Fehler - Nutzer ist erforderlich" +#: ajax_forms/getAdminCurrencyUpdateForm.php:24 +#: ajax_forms/getAdminFundUpdateForm.php:25 +#: ajax_htmldata/getAdminCurrencyDisplay.php:14 +#: ajax_htmldata/getAdminFundDisplay.php:14 +msgid "Code" +msgstr "Code" -#: js/forms/userGroupForm.js:117 ajax_forms/getAdminUserGroupForm.php:121 -msgid "remove user from group" -msgstr "Nutzergruppe entfernen" +#: ajax_forms/getAccessForm.php:62 +msgid "Edit Access" +msgstr "Zugang bearbeiten" -#: js/forms/userGroupForm.js:118 -msgid "remove from group" -msgstr "Aus Gruppe entfernen" +#: ajax_forms/getAccessForm.php:71 +msgid "Access" +msgstr "Zugang" -#: js/forms/userGroupForm.js:163 -msgid "Group name must be entered to continue." -msgstr "Der Gruppenname muss angegeben werden, um fortzufahren." +#: ajax_forms/getAccessForm.php:78 summary.php:695 +#: ajax_htmldata/getAccessDetails.php:59 +msgid "Authentication Type:" +msgstr "Art der Authentifizierung:" -#: js/forms/resourceUpdateForm.js:90 -msgid "Error - Parent cannot be the same as the child" -msgstr "" -"Fehler - übergeordneter Datensatz kann nicht gleichzeitig untergeordnet sein" +#: ajax_forms/getAccessForm.php:97 summary.php:732 +#: ajax_htmldata/getAccessDetails.php:104 +msgid "Access Method:" +msgstr "Zugriffsmethode:" -#: js/forms/resourceUpdateForm.js:223 js/forms/resourceUpdateForm.js:308 -#: js/forms/resourceUpdateForm.js:393 js/forms/resourceUpdateForm.js:404 -msgid "Error - Both fields are required" -msgstr "Fehler - Beide Felder sind erforderlich" +#: ajax_forms/getAccessForm.php:116 summary.php:725 +#: ajax_htmldata/getAccessDetails.php:90 +msgid "Storage Location:" +msgstr "Aufbewahrungsort:" -#: js/forms/resourceUpdateForm.js:236 ajax_forms/getUpdateProductForm.php:400 -msgid "remove this alias" -msgstr "Alias löschen" +#: ajax_forms/getAccessForm.php:131 summary.php:709 +#: ajax_htmldata/getAccessDetails.php:74 +msgid "Simultaneous User Limit:" +msgstr "Begrenzung simultaner Zugriffe:" -#: js/forms/resourceUpdateForm.js:263 ajax_forms/getUpdateProductForm.php:164 -msgid "remove Issn/Isbn" -msgstr "ISSN/ISBN entfernen" +#: ajax_forms/getAccessForm.php:148 ajax_htmldata/getAccessDetails.php:97 +msgid "Coverage:" +msgstr "Abdeckung:" -#: js/forms/resourceUpdateForm.js:282 -msgid "Error - Parent is not found. Please use the Autocomplete." -msgstr "" -"Fehler - Übergeordneter Datensatz nicht gefunden. Bitte verwenden Sie die " -"Autovervollständigung." +#: ajax_forms/getAccessForm.php:166 +msgid "Authorized Site(s)" +msgstr "Autorisierte Standorte" -#: js/forms/resourceUpdateForm.js:292 ajax_forms/getUpdateProductForm.php:137 -msgid "remove parent" -msgstr "Übergeordnetes entfernen" +#: ajax_forms/getAccessForm.php:211 +msgid "Administering Site(s)" +msgstr "Verwaltende Standorte" -#: js/forms/resourceUpdateForm.js:310 -msgid "Error - Organization is not found. Please use the Autocomplete." +#: ajax_forms/getEbscoKbPackageImportForm.php:30 +msgid "" +"The EBSCO Kb API only allows importing a maximum of 10,000 records. Only " +"package information will be imported." msgstr "" -"Fehler - Organisation wurde nicht gefunden. Bitte verwenden Sie die " -"Autovervollständigung." - -#: js/forms/resourceUpdateForm.js:325 -msgid "remove this organization" -msgstr "Organisation löschen" - -#: js/forms/resourceUpdateForm.js:379 js/forms/attachmentForm.js:159 -msgid "Name must be entered to continue." -msgstr "Name muss angegeben werden, um fortzufahren." +"Die EBSCO Kb API erlaubt nur einen Import von maximal 10.000 Datensätzen. Es " +"wird daher nur die Paketinformation übernommen." -#: js/forms/resourceUpdateForm.js:395 -msgid "Error - Organization is not found. Please use Autocomplete." +#: ajax_forms/getEbscoKbPackageImportForm.php:32 +msgid "" +"Alternatively, you may import titles individually or via a manual import." msgstr "" -"Fehler - Organisation wurde nicht gefunden. Bitte verwenden Sie die " -"Autovervollständigung." +"Alternativ können Sie Titel individuell oder über den manuellen Import " +"importieren." -#: js/forms/attachmentForm.js:94 -msgid "File name is already being used..." -msgstr "Der Dateiname wird bereits verwendet..." +#: ajax_forms/getEbscoKbPackageImportForm.php:143 +#: ajax_forms/getImportConfigForm.php:63 ajax_forms/getImportConfigForm.php:77 +#: ajax_forms/getImportConfigForm.php:299 admin.php:60 +msgid "Alias Type" +msgstr "Art des Alias" -#: js/forms/attachmentForm.js:98 -msgid "" -"File name may not contain special characters - ampersand, single quote, " -"double quote or less than/greater than characters" -msgstr "" -"Der Dateiname darf keine Sonderzeichen enthalten - Kaufmanns-Und, einfache " -"und doppelte Anführungszeichen und spitze Klammern" +#: ajax_forms/getEbscoKbPackageImportForm.php:177 +msgid "Package Titles" +msgstr "Pakettitel" -#: js/forms/attachmentForm.js:102 -msgid "The attachments directory is not writable." -msgstr "Das Verzeichnis attachements ist nicht beschreibbar." +#: ajax_forms/getEbscoKbPackageImportForm.php:188 +#, php-format +msgid "You have %d of %d title selected in EBSCO Kb" +msgid_plural "You have %d of %d titles selected in EBSCO Kb" +msgstr[0] "Sie haben %d von %d Titel in der EBSCO Kb ausgewählt" +msgstr[1] "Sie haben %d von %d Titel in der EBSCO Kb ausgewählt" -#: js/forms/attachmentForm.js:124 js/forms/attachmentForm.js:146 -msgid " successfully uploaded." -msgstr " erfolgreich hochgeladen." +#: ajax_forms/getEbscoKbPackageImportForm.php:194 +msgid "All titles not available" +msgstr "Alle Titel sind nicht verfügbar" -#: js/forms/attachmentForm.js:160 -msgid "Attachment Type must be selected to continue." -msgstr "Art des Anhangs muss ausgewählt werden um fortzufahren." +#: ajax_forms/getEbscoKbPackageImportForm.php:220 +msgid "Workflow Options" +msgstr "Workflow-Optionen" -#: js/forms/attachmentForm.js:178 -msgid "A file must be uploaded" -msgstr "Eine Datei muss hochgeladen werden" +#: ajax_forms/getEbscoKbPackageImportForm.php:298 +msgid "Package Resource Type" +msgstr "Typ der Paketressource" -#: js/forms/costForm.js:144 js/forms/acquisitionsForm.js:169 -#: js/forms/acquisitionsForm.js:170 -msgid "remove this payment" -msgstr "Zahlung entfernen" +#: ajax_forms/getEbscoKbPackageImportForm.php:343 importFunds.php:63 +#: templates/ebscoKbPackageList.php:52 templates/ebscoKbTitleList.php:57 +#: ajax_htmldata/getEbscoKbTitleDetails.php:157 +msgid "import" +msgstr "Importieren" -#: js/forms/costForm.js:302 -msgid "Validation Failed" -msgstr "Validierung fehlgeschlagen" +#: ajax_forms/getUpdateProductForm.php:72 +msgid "Edit Resource" +msgstr "Ressource bearbeiten" -#: js/forms/costForm.js:330 js/forms/acquisitionsForm.js:145 -msgid "Error - Either amount or fund is required" -msgstr "" -"Fehler - Entweder ein Betrag oder eine Kostenstelle muss angegeben werden" +#: ajax_forms/getUpdateProductForm.php:118 +msgid "Parents:" +msgstr "Übergeordnete:" -#: js/forms/costForm.js:335 js/forms/acquisitionsForm.js:148 -msgid "Error - order type is a required field" -msgstr "Fehler - Bestelltyp ist ein Pflichtfeld" +#: ajax_forms/getUpdateProductForm.php:124 +msgid "add Parent Resource" +msgstr "Neuer übergeordneten Datensatz" -#: js/forms/costForm.js:340 js/forms/acquisitionsForm.js:151 -msgid "Error - price is not numeric" -msgstr "Fehler - Preis ist nicht numerisch" +#: ajax_forms/getUpdateProductForm.php:137 js/forms/resourceUpdateForm.js:292 +msgid "remove parent" +msgstr "Übergeordnetes entfernen" -#: js/forms/acquisitionsForm.js:270 -msgid "Error - acquisition type is a required field" -msgstr "Fehler - Erwerbungsart ist ein Pflichtfeld" +#: ajax_forms/getUpdateProductForm.php:148 summary.php:300 +#: ajax_htmldata/getProductDetails.php:218 +msgid "ISSN / ISBN:" +msgstr "ISSN / ISBN:" -#: js/forms/resourceNewForm.js:99 -msgid "Warning: this name already exists." -msgstr "Warnung: dieser Name existiert bereits." +#: ajax_forms/getUpdateProductForm.php:153 +msgid "add Isbn" +msgstr "ISBN hinzufügen" -#: js/forms/resourceNewForm.js:227 -msgid "A title must be entered to continue." -msgstr "Es muss ein Titel angegeben werden um fortzufahren." +#: ajax_forms/getUpdateProductForm.php:164 js/forms/resourceUpdateForm.js:263 +msgid "remove Issn/Isbn" +msgstr "ISSN/ISBN entfernen" -#: js/forms/resourceNewForm.js:232 -msgid "The resource format is required." -msgstr "Das Format der Ressource ist erforderlich." +#: ajax_forms/getUpdateProductForm.php:235 admin.php:86 +#: templates/header.php:243 export.php:68 +msgid "Organizations" +msgstr "Organisationen" -#: js/forms/resourceNewForm.js:237 -msgid "The resource type is required." -msgstr "Die Art der Ressource ist erforderlich." +#: ajax_forms/getUpdateProductForm.php:243 +msgid "Role:" +msgstr "Rolle:" -#: js/forms/currentWorkflowForm.js:10 js/forms/currentWorkflowForm.js:11 -#: js/forms/workflowForm.js:199 ajax_forms/getAdminWorkflowForm.php:240 -msgid "remove this step" -msgstr "Schritt entfernen" +#: ajax_forms/getUpdateProductForm.php:266 +msgid "add organization" +msgstr "Organisation hinzufügen" -#: js/forms/generalSubjectForm.js:59 js/forms/detailedSubjectForm.js:60 -msgid "Error - Please enter a value" -msgstr "Fehler - Bitte geben Sie einen Wert an" +#: ajax_forms/getUpdateProductForm.php:306 +msgid "remove organization" +msgstr "Organisation entfernen" -#: js/forms/generalDetailSubjectForm.js:87 -msgid "Error - Detailed Subject is required" -msgstr "Fehler - Genaues Fachgebiet erforderlich" +#: ajax_forms/getUpdateProductForm.php:328 export.php:81 +msgid "Aliases" +msgstr "Aliase" -#: js/forms/generalDetailSubjectForm.js:108 -#: js/forms/generalDetailSubjectForm.js:109 -msgid "Error - Detail Subject Already Added" -msgstr "Fehler - Genaues Fachgebiet wurde bereits hinzugefügt" +#: ajax_forms/getUpdateProductForm.php:337 +msgid "Alias:" +msgstr "Alias:" -#: js/forms/generalDetailSubjectForm.js:133 -#: ajax_forms/getGeneralDetailSubjectForm.php:107 -msgid "remove detailed subject" -msgstr "Genaues Fachgebiet entfernen" +#: ajax_forms/getUpdateProductForm.php:359 +msgid "add alias" +msgstr "Alias hinzufügen" -#: js/forms/generalDetailSubjectForm.js:175 -msgid "Short Name must be entered to continue." -msgstr "Kürzel muss angegeben werden um fortzufahren." +#: ajax_forms/getUpdateProductForm.php:400 js/forms/resourceUpdateForm.js:236 +msgid "remove this alias" +msgstr "Alias löschen" -#: js/forms/resourceNoteForm.js:34 -msgid "Note must be entered to continue." -msgstr "Es muss eine Notiz eingegeben werden, um forzufahren." +#: ajax_forms/getAdminUserUpdateForm.php:21 +msgid "Edit User" +msgstr "Nutzer bearbeiten" -#: js/forms/workflowForm.js:185 -msgid "Error - Step name is required" -msgstr "Fehler - Schrittname ist erforderlich" +#: ajax_forms/getAdminUserUpdateForm.php:21 +msgid "Add New User" +msgstr "Neuer Nutzer" -#: js/forms/workflowForm.js:368 -msgid "Please add at least one step to this workflow." -msgstr "Bitte fügen Sie mindestens einen Schritt zu diesem Workflow hinzu." +#: ajax_forms/getAdminUserUpdateForm.php:32 +#: ajax_htmldata/getAdminUserDisplay.php:22 +msgid "Login ID" +msgstr "Login-ID" -#: js/forms/workflowForm.js:374 -msgid "" -"Please click the Add button to the first step before submitting this " -"workflow." -msgstr "" -"Bitte Klicken Sie die Schaltfläche um den ersten Schritt hinzuzufügen, bevor " -"Sie diesen Workflow speichern." +#: ajax_forms/getAdminUserUpdateForm.php:33 +#: ajax_htmldata/getAdminUserDisplay.php:23 +msgid "First Name" +msgstr "Vorname" -#: js/forms/contactForm.js:179 -msgid "Please choose at least one role." -msgstr "Bitte wählen Sie mindestens eine Rolle." +#: ajax_forms/getAdminUserUpdateForm.php:34 +#: ajax_htmldata/getAdminUserDisplay.php:24 +msgid "Last Name" +msgstr "Nachname" -#: js/common.js:70 -msgid "No match!" -msgstr "Keine Übereinstimmung!" +#: ajax_forms/getAdminUserUpdateForm.php:35 +#: ajax_htmldata/getAdminUserDisplay.php:27 +#: ajax_htmldata/getAdminAlertDisplay.php:16 +#: ajax_htmldata/getAdminWorkflowDisplay.php:86 +msgid "Email Address" +msgstr "E-Mail-Adresse" -#: js/common.js:70 -msgid "Selected: " -msgstr "Ausgewählt: " +#: ajax_forms/getAdminUserUpdateForm.php:36 +#: ajax_htmldata/getAdminUserDisplay.php:25 +msgid "Privilege" +msgstr "Berechtigung" -#: templates/ebscoKbVendorList.php:4 templates/ebscoKbPackageList.php:4 -#: export.php:58 ajax_htmldata/getAdminCurrencyDisplay.php:15 -#: ajax_htmldata/getDashboard.php:21 -#: ajax_htmldata/getAdminImportConfigDisplay.php:13 -#: ajax_htmldata/getDashboardYearlyCosts.php:28 -#: ajax_htmldata/getAdminFundDisplay.php:15 -#: ajax_htmldata/getOutstandingQueue.php:20 -#: ajax_htmldata/getSearchResources.php:113 -#: ajax_htmldata/getSubmittedQueue.php:15 ajax_htmldata/getSavedQueue.php:18 -#: dashboard_yearly_costs_exports.php:52 -#: ajax_forms/getAdminFundUpdateForm.php:28 -#: ajax_forms/getCurrentWorkflowForm.php:36 -#: ajax_forms/getAdminCurrencyUpdateForm.php:27 dashboard_export.php:46 -msgid "Name" -msgstr "Name" +#: ajax_forms/getAdminUserUpdateForm.php:54 +#: ajax_htmldata/getAdminUserDisplay.php:26 +msgid "View Accounts" +msgstr "Zeige Konten" -#: templates/ebscoKbVendorList.php:5 -msgid "Packages" -msgstr "Pakete" +#: ajax_forms/getAdminImportConfigUpdateForm.php:22 +msgid "Edit Import Configuration" +msgstr "Importkonfiguration bearbeiten" -#: templates/ebscoKbVendorList.php:24 -msgid "View Packages" -msgstr "Zeige Pakete" +#: ajax_forms/getAdminImportConfigUpdateForm.php:24 +msgid "Add Import Configuration" +msgstr "Neue Importkonfiguration" -#: templates/header.php:76 +#: ajax_forms/getAdminImportConfigUpdateForm.php:31 +msgid "Configuration Name" +msgstr "Konfigurationsname" + +#: ajax_forms/getAdminImportConfigUpdateForm.php:34 msgid "" -"JavaScript must be enabled in order for you to use CORAL. However, it seems " -"JavaScript is either disabled or not supported by your browser. To use " -"CORAL, enable JavaScript by changing your browser options, then " +"For each of the resource fields please input the number of the column in " +"your CSV file that corresponds to the resource field. For example, if your " +"import file has a second column called Name that corresponds to the Resource " +"Title, then you would input 2 for the value for the Resource Title field. " +"For columns with multiple values that are character-delimited, indicate the " +"delimiter using the If delimited, delimited by field. For fields with values " +"across multiple columns, add additional sets using the +Add another links. " +"Use the Dedupe on this column option for ISBN/ISSN sets to ignore any " +"duplicate values that might occur across those columns. The Alias Types, " +"Note Types, and Organization Roles that you can assign to your mapped " +"columns can be configured on the Admin page." msgstr "" -"JavaScript muss aktiviert sein, um Coral verwenden zu können. Es scheint, " -"dass JavaScript entweder deaktiviert ist oder von Ihrem Browser nicht " -"unterstützt wird. Um Coral zu verwenden, aktivieren Sie JavaScript in den " -"Einstellungen Ihres Browsers und " +"Geben Sie für jedes Feld der Ressource die Nummer der Spalte in Ihrer CSV-" +"Datei an, die dem jeweiligen Feld entspricht. Zum Beispiel: Wenn die zweite " +"Spalte in Ihrer Datei mit Name benannt ist und dies dem Titel der Ressource " +"entspricht, geben Sie 2 als Wert für den Titel an. Für Spalten mit mehreren " +"Werten, die mit einem Trennzeichen getrennt sind, können Sie das " +"Trennzeichen angeben: Wenn Trennzeichen, dann getrennt mit. Für Felder mit " +"Daten, die über mehrere Spalten verteilt sind, können Sie Gruppen über die +-" +"Links bilden. Verwenden Sie die Option Mit dieser Spalte duplizieren für " +"ISBN/ISSN-Gruppen, um doppelte Werte zu ignorieren, die in mehreren Spalten " +"stehen können. Die Aliastypen, Notizarten und Organisationsrollen die den " +"gemappten Spalten zugewiesen werden können, werden auf der Admin-Seite " +"konfiguriert." -#: templates/header.php:76 -msgid "try again" -msgstr "versuchen Sie es erneut" +#: ajax_forms/getCostForm.php:57 +msgid "Edit Cost Information" +msgstr "Kosteninformationen bearbeiten" -#: templates/header.php:96 ajax_htmldata/getDowntimeList.php:81 -#: ajax_htmldata/getIssuesList.php:98 -msgid "Resources" -msgstr "Ressourcen" +#: ajax_forms/getCostForm.php:64 summary.php:493 +#: ajax_htmldata/getAcquisitionsDetails.php:93 +msgid "Cost History" +msgstr "Kostenhistorie" -#: templates/header.php:97 -msgid "Powered by" -msgstr "Powered by" +#: ajax_forms/getCostForm.php:72 dashboard.php:59 +#: admin/classes/common/Dashboard.php:170 +#: ajax_htmldata/getAcquisitionsDetails.php:102 export.php:69 +msgid "Year" +msgstr "Jahr" -#: templates/header.php:103 -msgid "Hello" -msgstr "Hallo" +#: ajax_forms/getCostForm.php:73 ajax_htmldata/getAcquisitionsDetails.php:103 +#: export.php:88 +msgid "Sub Start" +msgstr "Abo-Beginn" -#: templates/header.php:113 -msgid "logout" -msgstr "Logout" +#: ajax_forms/getCostForm.php:74 ajax_htmldata/getAcquisitionsDetails.php:104 +msgid "Sub End" +msgstr "Abo-Ande" -#: templates/header.php:113 -msgid "Help" -msgstr "Hilfe" +#: ajax_forms/getCostForm.php:76 index.php:118 +#: ajax_htmldata/getAcquisitionsDetails.php:106 +#: ajax_htmldata/getAdminFundDisplay.php:8 +msgid "Fund" +msgstr "Konto" -#: templates/header.php:131 -msgid "Invalid translation route!" -msgstr "Ungültige Übersetzung!" +#: ajax_forms/getCostForm.php:78 ajax_htmldata/getAcquisitionsDetails.php:108 +msgid "Tax Excl." +msgstr "Exkl. Steuer" -#: templates/header.php:165 templates/header.php:168 index.php:36 -msgid "Home" -msgstr "Start" +#: ajax_forms/getCostForm.php:79 ajax_htmldata/getAcquisitionsDetails.php:109 +msgid "Tax Rate" +msgstr "Steuerrate" -#: templates/header.php:173 templates/header.php:176 -msgid "New Resource" -msgstr "Neue Ressource" +#: ajax_forms/getCostForm.php:80 ajax_htmldata/getAcquisitionsDetails.php:110 +msgid "Tax Incl." +msgstr "Inkl. Steuer" -#: templates/header.php:180 templates/header.php:183 queue.php:26 queue.php:42 -msgid "My Queue" -msgstr "Meine Aufgaben" +#: ajax_forms/getCostForm.php:82 ajax_htmldata/getAcquisitionsDetails.php:112 +#: export.php:75 +msgid "Payment" +msgstr "Bezahlung" -#: templates/header.php:187 templates/ebscoKbTitleList.php:8 -#: ajax_forms/getEbscoKbTitleImportForm.php:27 -#: ajax_forms/getEbscoKbPackageImportForm.php:80 -msgid "Import" -msgstr "Import" +#: ajax_forms/getCostForm.php:83 ajax_forms/getImportConfigForm.php:264 +#: admin.php:70 ajax_htmldata/getAdminCurrencyDisplay.php:8 export.php:76 +msgid "Currency" +msgstr "Währung" -#: templates/header.php:190 -msgid "File Import" -msgstr "Dateiimport" +#: ajax_forms/getCostForm.php:84 ajax_htmldata/getAcquisitionsDetails.php:116 +#: export.php:58 +msgid "Type" +msgstr "Typ" -#: templates/header.php:194 templates/header.php:197 -msgid "EBSCO Kb" -msgstr "EBSCO KB" +#: ajax_forms/getCostForm.php:86 dashboard.php:52 dashboard_yearly_costs.php:51 +#: admin.php:68 admin/classes/common/Dashboard.php:149 +msgid "Cost Details" +msgstr "Kostendetails" -#: templates/header.php:213 templates/header.php:216 -msgid "Admin" -msgstr "Admin" +#: ajax_forms/getCostForm.php:88 ajax_forms/getImportConfigForm.php:154 +#: ajax_forms/getImportConfigForm.php:168 +#: ajax_forms/getImportConfigForm.php:323 +msgid "Note" +msgstr "Notiz" -#: templates/header.php:235 -msgid "Change Module" -msgstr "Modul wechseln" +#: ajax_forms/getCostForm.php:90 ajax_htmldata/getAcquisitionsDetails.php:122 +#: export.php:80 +msgid "Invoice" +msgstr "Rechnung" -#: templates/header.php:238 -msgid "Main Menu" -msgstr "Hauptmenü" +#: ajax_forms/getCostForm.php:189 +msgid "add payment" +msgstr "Zahlung hinzufügen" -#: templates/header.php:243 -msgid "Organizations module" -msgstr "Organisationsmodul" +#: ajax_forms/getImportConfigForm.php:48 +msgid "General Resource Fields" +msgstr "Allgemeine Ressourcenfelder" -#: templates/header.php:248 -msgid "Licensing module" -msgstr "Lizenzmodul" +#: ajax_forms/getImportConfigForm.php:50 +msgid "Resource Title" +msgstr "Titel der Ressource" -#: templates/header.php:248 -msgid "Licensing" -msgstr "Lizenzen" +#: ajax_forms/getImportConfigForm.php:51 +msgid "Description" +msgstr "Beschreibung" -#: templates/header.php:253 -msgid "Usage Statistics module" -msgstr "Nutzungsstatistikmodul" +#: ajax_forms/getImportConfigForm.php:52 export.php:66 +msgid "Resource URL" +msgstr "URL der Ressource" -#: templates/header.php:253 -msgid "Usage Statistics" -msgstr "Nutzungsstatistik" +#: ajax_forms/getImportConfigForm.php:53 +msgid "Alternate URL" +msgstr "Alternative URL" -#: templates/header.php:258 -msgid "Management module" -msgstr "Managementmodul" +#: ajax_forms/getImportConfigForm.php:54 index.php:232 admin.php:91 +#: ajax_htmldata/getAdminWorkflowDisplay.php:17 +msgid "Resource Format" +msgstr "Format der Resource" -#: templates/header.php:258 -msgid "Management" -msgstr "Management" +#: ajax_forms/getImportConfigForm.php:58 +msgid "Alias Sets" +msgstr "Alias-Gruppen" -#: templates/ebscoKbTitleList.php:4 -msgid "Title" -msgstr "Titel" +#: ajax_forms/getImportConfigForm.php:62 ajax_forms/getImportConfigForm.php:76 +#: ajax_forms/getImportConfigForm.php:299 +msgid "Alias" +msgstr "Alias" -#: templates/ebscoKbTitleList.php:5 templates/ebscoKbPackageList.php:5 -msgid "Imported?" -msgstr "Importiert?" +#: ajax_forms/getImportConfigForm.php:72 ajax_forms/getImportConfigForm.php:82 +#: ajax_forms/getImportConfigForm.php:110 +#: ajax_forms/getImportConfigForm.php:116 +#: ajax_forms/getImportConfigForm.php:134 +#: ajax_forms/getImportConfigForm.php:139 +#: ajax_forms/getImportConfigForm.php:164 +#: ajax_forms/getImportConfigForm.php:174 +#: ajax_forms/getImportConfigForm.php:299 +#: ajax_forms/getImportConfigForm.php:311 +#: ajax_forms/getImportConfigForm.php:317 +#: ajax_forms/getImportConfigForm.php:323 +msgid "If delimited, delimited by" +msgstr "Wenn Trennzeichen, dann getrennt mit" -#: templates/ebscoKbTitleList.php:7 ajax_htmldata/getEbscoKbTitleDetails.php:60 -msgid "ISXNs" -msgstr "ISXNs" +#: ajax_forms/getImportConfigForm.php:85 +msgid "+ Add another alias set" +msgstr "+ Neue Alias-Gruppe" -#: templates/ebscoKbTitleList.php:25 templates/ebscoKbPackageList.php:24 -msgid "imported in Coral" -msgstr "in Coral importiert" +#: ajax_forms/getImportConfigForm.php:87 +msgid "Resource Parents" +msgstr "Übergeordnete Ressourcen" -#: templates/ebscoKbPackageList.php:6 -msgid "Title Count" -msgstr "Titelzahl" +#: ajax_forms/getImportConfigForm.php:91 ajax_forms/getImportConfigForm.php:95 +#: ajax_forms/getImportConfigForm.php:305 +msgid "Parent Resource" +msgstr "Übergeordnete Ressource" -#: templates/ebscoKbPackageList.php:7 ebsco_kb.php:175 -msgid "Content Type" -msgstr "Inhaltstyp" +#: ajax_forms/getImportConfigForm.php:98 +msgid "+ Add another parent resource" +msgstr "+ Neue übergeordnete Ressource" -#: templates/ebscoKbPackageList.php:32 -msgid "selected" -msgstr "ausgewählt" +#: ajax_forms/getImportConfigForm.php:103 +msgid "ISBN/ISSN Sets" +msgstr "ISBN/ISSN-Gruppen" -#: templates/ebscoKbPackageList.php:45 -#: ajax_htmldata/getEbscoKbTitleDetails.php:123 -msgid "View Titles" -msgstr "Titel anzeigen" +#: ajax_forms/getImportConfigForm.php:109 +#: ajax_forms/getImportConfigForm.php:115 +#: ajax_forms/getImportConfigForm.php:311 +msgid "ISBN or ISSN" +msgstr "ISBN oder ISSN" -#: ajax_htmldata.php:25 -msgid "Data action " -msgstr "Datenaktion " +#: ajax_forms/getImportConfigForm.php:111 +#: ajax_forms/getImportConfigForm.php:117 +#: ajax_forms/getImportConfigForm.php:311 +msgid "Dedupe on this column" +msgstr "Mit dieser Spalte deduplizieren" -#: ajax_htmldata.php:25 ajax_processing.php:27 ajax_forms.php:25 -msgid " not set up!" -msgstr " nicht konfiguriert!" +#: ajax_forms/getImportConfigForm.php:120 +msgid "+ Add another ISBN or ISSN set" +msgstr "+ Neue ISBN- oder ISSN-Gruppe" -#: export.php:57 dashboard_yearly_costs_exports.php:51 dashboard_export.php:45 -msgid "Record ID" -msgstr "Datensatz-ID" +#: ajax_forms/getImportConfigForm.php:127 +msgid "Subject Sets" +msgstr "Fachgebietsgruppen" -#: export.php:59 ajax_htmldata/getAcquisitionsDetails.php:116 -#: ajax_forms/getCostForm.php:84 -msgid "Type" -msgstr "Typ" +#: ajax_forms/getImportConfigForm.php:133 +#: ajax_forms/getImportConfigForm.php:138 +#: ajax_forms/getImportConfigForm.php:317 dashboard_yearly_costs_exports.php:54 +#: dashboard.php:31 dashboard.php:68 dashboard_yearly_costs.php:30 +#: dashboard_yearly_costs.php:68 dashboard_export.php:48 +#: admin/classes/common/Dashboard.php:135 ajax_htmldata/getDashboard.php:23 +#: ajax_htmldata/getDashboardYearlyCosts.php:30 +msgid "Subject" +msgstr "Fachgebiet" -#: export.php:60 ajax_forms/getEbscoKbTitleImportForm.php:60 -#: ajax_forms/getNewResourceForm.php:131 -#: ajax_forms/getEbscoKbPackageImportForm.php:249 -msgid "Format" -msgstr "Format" +#: ajax_forms/getImportConfigForm.php:142 +msgid "+ Add another subject set" +msgstr "+ Weiteres Fachgebiet" -#: export.php:61 ajax_htmldata/getSearchResources.php:116 -#: ajax_htmldata/getSubmittedQueue.php:16 ajax_htmldata/getSavedQueue.php:19 -msgid "Date Created" -msgstr "Anlagedatum" +#: ajax_forms/getImportConfigForm.php:149 +msgid "Note Sets" +msgstr "Notiz-Gruppen" -#: export.php:62 -msgid "User Created" -msgstr "Nutzer angelegt" +#: ajax_forms/getImportConfigForm.php:155 +#: ajax_forms/getImportConfigForm.php:169 +#: ajax_forms/getImportConfigForm.php:323 index.php:381 admin.php:77 +msgid "Note Type" +msgstr "Art der Notiz" -#: export.php:63 -msgid "Date Updated" -msgstr "Änderungsdatum" +#: ajax_forms/getImportConfigForm.php:177 +msgid "+ Add another note set" +msgstr "+ Neue Notiz-Gruppe" -#: export.php:64 -msgid "User Updated" -msgstr "Nutzer aktualisiert" +#: ajax_forms/getImportConfigForm.php:186 +msgid "Organization Sets" +msgstr "Organisations-Gruppen" -#: export.php:65 index.php:169 ajax_htmldata/getSearchResources.php:118 -#: ajax_htmldata/getSubmittedQueue.php:17 ajax_htmldata/getSavedQueue.php:20 -msgid "Status" -msgstr "Status" +#: ajax_forms/getImportConfigForm.php:190 +#: ajax_forms/getImportConfigForm.php:202 +#: ajax_forms/getImportConfigForm.php:329 admin.php:85 +msgid "Organization Role" +msgstr "Rolle der Organisation" -#: export.php:66 -msgid "ISSN/ISBN" -msgstr "ISSN/ISBN" +#: ajax_forms/getImportConfigForm.php:209 +msgid "+ Add another organization set" +msgstr "+ Neue Organisations-Gruppe" -#: export.php:67 ajax_forms/getImportConfigForm.php:52 -msgid "Resource URL" -msgstr "URL der Ressource" +#: ajax_forms/getImportConfigForm.php:214 +msgid "Organization Name Mapping" +msgstr "Mapping der Organisationsnamen" -#: export.php:68 -msgid "Alt URL" -msgstr "Alternative URL" +#: ajax_forms/getImportConfigForm.php:215 +msgid "" +"Use these mappings to normalize different variations of an organization’s " +"name to a single value. For example, you could have a publisher with three " +"variations of their name across your import file: PublisherHouse, " +"PublisherH, and PH. You could create a mapping for each one and normalize " +"them all to PublisherHouse, to prevent duplicate organizations from being " +"created. Each column that is added to an Organization set above is checked " +"against the complete list of mappings that you create. " +msgstr "" +"Verwenden Sie diese Mappings um verschiedene Varianten des " +"Organisationsnamens zu einer einheitlichen Bezeichnung zu normieren. Zum " +"Beispiel: Es könnte sein, dass in Ihrer Importdatei ein Verlag mit drei " +"verschiedenen Schreibweisen angegeben ist: Verlagshaus, VerlagsH, VH. Sie " +"könnten für jede ein Mapping anlegen und diese damit zu Verlagshaus " +"normieren. Damit verhindern Sie, dass doppelte Organisationen angelegt " +"werden. Jede Spalte die zu der Organisationsgruppe hinzugefügt wird, wird " +"gegen die komplette Liste aller angelegten Mappings geprüft. " -#: export.php:70 ajax_htmldata/getAcquisitionsDetails.php:102 dashboard.php:59 -#: admin/classes/common/Dashboard.php:170 ajax_forms/getCostForm.php:72 -msgid "Year" -msgstr "Jahr" +#: ajax_forms/getImportConfigForm.php:215 +msgid "PCRE regular expressions" +msgstr "PCRE reguläre Ausdrücke" -#: export.php:71 -msgid "Fund Name" -msgstr "Etat-Name" +#: ajax_forms/getImportConfigForm.php:215 +msgid " are supported for these mappings." +msgstr " werden für diese Mappings unterstützt." -#: export.php:72 ajax_forms/getImportConfigForm.php:250 -msgid "Fund Code" -msgstr "Etat-Code" +#: ajax_forms/getImportConfigForm.php:219 +msgid "Organization Name" +msgstr "Name der Organisation" -#: export.php:73 -msgid "Tax excluded" -msgstr "Exkl. Steuer" +#: ajax_forms/getImportConfigForm.php:220 +msgid "Will Be Mapped To" +msgstr "Wird gemappt auf" -#: export.php:74 -msgid "Rate" -msgstr "Rate" +#: ajax_forms/getImportConfigForm.php:245 +msgid "+ Add another mapping" +msgstr "+ Weiteres Mapping" -#: export.php:75 -msgid "Tax included" -msgstr "Inkl. Steuer" +#: ajax_forms/getImportConfigForm.php:249 +msgid "Acquisitions" +msgstr "Erwerbung" -#: export.php:76 ajax_htmldata/getAcquisitionsDetails.php:112 -#: ajax_forms/getCostForm.php:82 -msgid "Payment" -msgstr "Bezahlung" +#: ajax_forms/getImportConfigForm.php:250 export.php:71 +msgid "Fund Code" +msgstr "Etat-Code" -#: export.php:78 ajax_htmldata/getAcquisitionsDetails.php:118 -msgid "Details" -msgstr "Details" +#: ajax_forms/getImportConfigForm.php:251 +msgid "Cost" +msgstr "Kosten" -#: export.php:80 -msgid "Cost Note" -msgstr "Kostennotiz" +#: ajax_forms/getImportConfigForm.php:252 dashboard.php:46 +#: dashboard_yearly_costs.php:45 admin.php:78 +#: admin/classes/common/Dashboard.php:145 export.php:78 +msgid "Order Type" +msgstr "Bestelltyp" -#: export.php:81 ajax_htmldata/getAcquisitionsDetails.php:122 -#: ajax_forms/getCostForm.php:90 -msgid "Invoice" -msgstr "Rechnung" +#: ajax_forms/getImportConfigForm.php:280 +msgid "Workflows" +msgstr "Workflows" -#: export.php:82 ajax_forms/getUpdateProductForm.php:328 -msgid "Aliases" -msgstr "Aliase" +#: ajax_forms/getImportConfigForm.php:282 +msgid "Send emails when starting workflows?" +msgstr "Sollen E-Mails verschickt werden, wenn ein Workflow getartet wird?" -#: export.php:83 -msgid "Parent Record" -msgstr "Übergeordneter Datensatz" +#: ajax_forms/getAdminFundUpdateForm.php:15 +msgid "Edit Fund" +msgstr "Etat bearbeiten" -#: export.php:84 -msgid "Child Record" -msgstr "Untergeordneter Datensatz" +#: ajax_forms/getAdminFundUpdateForm.php:15 +msgid "Add Fund" +msgstr "Neuer Etat" -#: export.php:86 -msgid "Order Number" -msgstr "Bestellnummer" +#: ajax_forms/getAdminFundUpdateForm.php:32 +msgid "Archived" +msgstr "Archiviert" -#: export.php:87 -msgid "System Number" -msgstr "Systemnummer" +#: ajax_forms/getAdminAlertEmailForm.php:14 +msgid "Edit Alert Email Address" +msgstr "E-Mail für Benachrichtigungen bearbeiten" -#: export.php:88 -msgid "Purchasing Sites" -msgstr "Erwerbende Standorte" +#: ajax_forms/getAdminAlertEmailForm.php:14 +msgid "Add Alert Email Address" +msgstr "E-Mail für Benachrichtigungen hinzufügen" -#: export.php:89 ajax_htmldata/getAcquisitionsDetails.php:103 -#: ajax_forms/getCostForm.php:73 -msgid "Sub Start" -msgstr "Abo-Beginn" +#: ajax_forms/getAttachmentForm.php:18 +msgid "Edit Attachment" +msgstr "Anhang bearbeiten" -#: export.php:90 -msgid "Current Sub End" -msgstr "Aktuelles Abo-Ende" +#: ajax_forms/getAttachmentForm.php:18 +msgid "Add Attachment" +msgstr "Neuer Anhang" -#: export.php:91 -msgid "Subscription Alert Enabled" -msgstr "Abonnement-Warnung aktiviert" +#: ajax_forms/getAttachmentForm.php:57 +msgid "File:" +msgstr "Datei:" -#: export.php:92 -msgid "License Names" -msgstr "Lizenznamen" +#: ajax_forms/getAttachmentForm.php:63 +msgid "replace with new file" +msgstr "Mit neuer Datei ersetzen" -#: export.php:94 -msgid "Authorized Sites" -msgstr "Autorisierte Standorte" +#: ajax_forms/getAttachmentForm.php:78 summary.php:545 +#: ajax_htmldata/getAttachmentDetails.php:57 +msgid "Details:" +msgstr "Details:" -#: export.php:95 -msgid "Administering Sites" -msgstr "Verwaltende Standorte" +#: ajax_forms/getNewDowntimeForm.php:57 +msgid "Resource Downtime Report" +msgstr "Ausfallbericht der Ressource" -#: export.php:99 -msgid "Simultaneous User Limit" -msgstr "Begrenzung gleichzeitiger Nutzer" +#: ajax_forms/getNewDowntimeForm.php:61 ajax_htmldata/getDowntimeList.php:22 +msgid "Downtime Start:" +msgstr "Beginn des Ausfalls:" -#: export.php:100 -msgid "Coverage" -msgstr "Abdeckung" +#: ajax_forms/getNewDowntimeForm.php:64 ajax_forms/getNewDowntimeForm.php:81 +msgid "Date" +msgstr "Datum" -#: export.php:101 -msgid "Username" -msgstr "Benutzername" +#: ajax_forms/getNewDowntimeForm.php:69 ajax_forms/getNewDowntimeForm.php:86 +msgid "Time" +msgstr "Zeit" -#: export.php:102 -msgid "Password" -msgstr "Passwort" +#: ajax_forms/getNewDowntimeForm.php:78 +msgid "Downtime Resolution:" +msgstr "Lösung des Ausfalls:" -#: export.php:105 -msgid "Catalog Record Set Identifier" -msgstr "Identifier für Titeldatensatzpaket" - -#: export.php:106 -msgid "Catalog Record Source URL" -msgstr "Quelle der Titeldatensätze" - -#: export.php:107 -msgid "Catalog Records Available" -msgstr "Titeldatensätze verfügbar" - -#: export.php:108 -msgid "Catalog Records Loaded" -msgstr "Titeldatensätze geladen" - -#: export.php:109 -msgid "OCLC Holdings Updated" -msgstr "Bestandsdaten aktualisiert" - -#: export.php:112 -msgid "Resource Record Export" -msgstr "Ressourcen-Export" - -#: export.php:114 -msgid "All Resource Records" -msgstr "Alle Ressourcen" - -#: index.php:55 -msgid "Search" -msgstr "Suche" - -#: index.php:56 ebsco_kb.php:72 -msgid "new search" -msgstr "Neue Suche" - -#: index.php:65 ebsco_kb.php:126 -msgid "Name (contains)" -msgstr "Name (enthält)" - -#: index.php:69 index.php:79 index.php:89 index.php:99 index.php:111 -#: index.php:415 index.php:432 ebsco_kb.php:197 -msgid "go!" -msgstr "Los!" - -#: index.php:76 -msgid "Publisher (contains)" -msgstr "Verlag (enthält)" +#: ajax_forms/getNewDowntimeForm.php:95 +msgid "Problem Type:" +msgstr "Art des Problems:" -#: index.php:86 -msgid "Platform (contains)" -msgstr "Plattform (enthält)" +#: ajax_forms/getNewDowntimeForm.php:110 +msgid "Link to open issue:" +msgstr "Link zu offenen Problemen:" -#: index.php:96 -msgid "Provider (contains)" -msgstr "Anbieter (enthält)" +#: ajax_forms/getNewDowntimeForm.php:126 summary.php:550 +#: ajax_htmldata/getDowntimeList.php:41 +msgid "Note:" +msgstr "Notiz:" -#: index.php:107 -msgid "ISBN/ISSN" -msgstr "ISBN/ISSN" +#: ajax_forms/getNewDowntimeForm.php:144 +msgid "" +"Creating downtime requires an organization or a resource to be associated " +"with an organization." +msgstr "" +"Um einen Ausfall anzulegen, ist eine Organisation oder eine Ressource, die " +"mit einer Organisation verknüpft ist, erforderlich." -#: index.php:118 ajax_htmldata/getAdminFundDisplay.php:8 -#: ajax_htmldata/getAcquisitionsDetails.php:106 ajax_forms/getCostForm.php:76 -msgid "Fund" -msgstr "Konto" +#: ajax_forms/getLicenseForm.php:52 +msgid "Edit Licenses" +msgstr "Lizenzen bearbeiten" -#: index.php:121 index.php:149 index.php:172 index.php:203 index.php:235 -#: index.php:259 index.php:291 index.php:322 index.php:384 index.php:442 -#: index.php:474 index.php:506 index.php:536 index.php:566 index.php:593 -#: index.php:614 -msgid "All" -msgstr "Alle" +#: ajax_forms/getLicenseForm.php:62 +msgid "License Records" +msgstr "Lizenzsätze" -#: index.php:124 index.php:126 index.php:264 index.php:266 index.php:296 -#: index.php:298 index.php:327 index.php:329 index.php:388 index.php:390 -#: index.php:446 index.php:448 index.php:478 index.php:480 index.php:510 -#: index.php:512 index.php:540 index.php:542 index.php:569 index.php:571 -msgid "(none)" -msgstr "(keine)" +#: ajax_forms/getLicenseForm.php:78 +msgid "add license" +msgstr "Neue Lizenz" -#: index.php:200 ajax_htmldata/getSearchResources.php:115 -msgid "Creator" -msgstr "Urheber" +#: ajax_forms/getLicenseForm.php:105 +msgid "remove license link" +msgstr "Lizenzlink entfernen" -#: index.php:288 ajax_htmldata/getAdminSubjectDisplay.php:9 -#: ajax_htmldata/getAdminSubjectDisplay.php:98 -#: ajax_forms/getGeneralDetailSubjectForm.php:27 -msgid "General Subject" -msgstr "Allgemeines Schlagwort" +#: ajax_forms/getLicenseForm.php:105 +msgid "remove " +msgstr "entfernen " -#: index.php:319 ajax_htmldata/getAdminSubjectDisplay.php:51 -#: ajax_htmldata/getAdminSubjectDisplay.php:99 -msgid "Detailed Subject" -msgstr "Detailliertes Schlagwort" +#: ajax_forms/getLicenseForm.php:105 +msgid " license" +msgstr " Lizenz" -#: index.php:350 -msgid "Starts with" -msgstr "Beginnt mit" +#: ajax_forms/getLicenseForm.php:130 +msgid "Licensing Status" +msgstr "Lizenzstatus" -#: index.php:411 -msgid "Note (contains)" -msgstr "Notiz (enthält)" +#: ajax_forms/getLicenseForm.php:138 summary.php:220 summary.php:579 +#: ajax_htmldata/getAcquisitionsDetails.php:207 +#: ajax_htmldata/getProductDetails.php:101 +msgid "Status:" +msgstr "Status:" -#: index.php:423 -msgid "Date Created Between" -msgstr "Anlagedatum zwischen" +#: ajax_forms/getLicenseForm.php:162 +msgid "History:" +msgstr "Historie:" -#: index.php:425 -msgid "and" -msgstr "und" +#: ajax_forms/getLicenseForm.php:168 summary.php:234 summary.php:260 +#: summary.php:415 summary.php:585 summary.php:660 summary.php:782 +#: summary.php:895 resources/cataloging.php:223 +#: ajax_htmldata/getAcquisitionsDetails.php:213 +#: ajax_htmldata/getAcquisitionsDetails.php:307 +#: ajax_htmldata/getProductDetails.php:120 +#: ajax_htmldata/getProductDetails.php:122 +#: ajax_htmldata/getProductDetails.php:145 +#: ajax_htmldata/getProductDetails.php:147 +#: ajax_htmldata/getProductDetails.php:169 +#: ajax_htmldata/getProductDetails.php:171 +#: ajax_htmldata/getProductDetails.php:449 +#: ajax_htmldata/getAccessDetails.php:175 +#: ajax_htmldata/getWorkflowDetails.php:71 +#: ajax_htmldata/getWorkflowDetails.php:73 +#: ajax_htmldata/getWorkflowDetails.php:106 +#: ajax_htmldata/getWorkflowDetails.php:108 +msgid " by " +msgstr " von " -#: index.php:439 -msgid "Purchase Site" -msgstr "Erwerbender Standort" +#: ajax_forms/getLicenseForm.php:171 summary.php:588 +#: ajax_htmldata/getAcquisitionsDetails.php:216 +msgid "No license status information available." +msgstr "Keine Information zum Lizenzstatus verfügbar." -#: index.php:590 ajax_htmldata/getOutstandingQueue.php:23 -msgid "Workflow Step" -msgstr "Workflow-Schritt" +#: setuser.php:44 +msgid "" +"LDAP Connection is not working or has timed out. Please check configuration." +"ini to verify settings." +msgstr "" +"Die LDAP-Verbindung funktioniert nicht oder ist in Timeout gelaufen. Bitte " +"überprüfen Sie die Einstellungen in configuration.ini." -#: index.php:615 -msgid "Parent" -msgstr "Übergeordnet" +#: dashboard_yearly_costs_exports.php:43 +msgid "Dashboard Yearly Costs Export" +msgstr "Dahsboard Jährliche Kosten exportieren" -#: index.php:616 -msgid "Child" -msgstr "Untergeordnet" +#: dashboard_yearly_costs_exports.php:51 dashboard_export.php:45 export.php:56 +msgid "Record ID" +msgstr "Datensatz-ID" -#: ajax_htmldata/getAdminCurrencyDisplay.php:14 -#: ajax_htmldata/getAdminFundDisplay.php:14 -#: ajax_forms/getAdminFundUpdateForm.php:25 -#: ajax_forms/getAdminCurrencyUpdateForm.php:24 -msgid "Code" -msgstr "Code" +#: dashboard_yearly_costs_exports.php:81 dashboard_export.php:71 +#: ajax_htmldata/getDashboard.php:44 +#: ajax_htmldata/getDashboardYearlyCosts.php:61 +msgid "Total" +msgstr "Summe" -#: ajax_htmldata/getAdminCurrencyDisplay.php:25 -#: ajax_htmldata/getOrdersDetails.php:32 ajax_htmldata/getAdminDisplay.php:28 -#: ajax_htmldata/getAttachmentDetails.php:37 -#: ajax_htmldata/getAdminWorkflowDisplay.php:51 -#: ajax_htmldata/getAdminWorkflowDisplay.php:103 -#: ajax_htmldata/getContactDetails.php:70 -#: ajax_htmldata/getAdminAlertDisplay.php:25 -#: ajax_htmldata/getAdminAlertDisplay.php:55 -#: ajax_htmldata/getAccessDetails.php:37 ajax_htmldata/getAccessDetails.php:172 -#: ajax_htmldata/getAccountDetails.php:44 -#: ajax_htmldata/getAcquisitionsDetails.php:95 -#: ajax_htmldata/getAcquisitionsDetails.php:201 -#: ajax_htmldata/getAcquisitionsDetails.php:304 -#: ajax_htmldata/getProductDetails.php:75 -#: ajax_htmldata/getProductDetails.php:446 -#: ajax_htmldata/getAdminUserDisplay.php:47 -#: ajax_htmldata/getGeneralSubjectDisplay.php:25 -#: ajax_htmldata/getSavedQueue.php:46 -#: ajax_htmldata/getAdminSubjectDisplay.php:66 -#: ajax_htmldata/getAdminSubjectDisplay.php:114 -msgid "edit" -msgstr "Bearbeiten" +#: dashboard_yearly_costs_exports.php:81 dashboard_export.php:71 +#: ajax_htmldata/getDashboard.php:44 +#: ajax_htmldata/getDashboardYearlyCosts.php:61 +msgid "Sub-Total:" +msgstr "Zwischensumme:" -#: ajax_htmldata/getAdminCurrencyDisplay.php:26 -#: ajax_htmldata/getAdminDisplay.php:29 -#: ajax_htmldata/getAdminWorkflowDisplay.php:53 -#: ajax_htmldata/getAdminWorkflowDisplay.php:104 -#: ajax_htmldata/getAdminAlertDisplay.php:26 -#: ajax_htmldata/getAdminAlertDisplay.php:56 -#: ajax_htmldata/getAdminUserDisplay.php:48 -#: ajax_htmldata/getGeneralSubjectDisplay.php:26 -#: ajax_htmldata/getAdminSubjectDisplay.php:28 -#: ajax_htmldata/getAdminSubjectDisplay.php:69 -msgid "remove" -msgstr "Löschen" +#: importFunds.php:21 import.php:146 +msgid "The file has been successfully uploaded." +msgstr "Die Datei wurde erfolgreich hochgeladen." -#: ajax_htmldata/getAdminCurrencyDisplay.php:38 -msgid "add new currency" -msgstr "Neue Währung hinzufügen" +#: importFunds.php:31 import.php:160 +msgid "Unable to get columns headers from the file" +msgstr "Keine Spaltenüberschriften in der Datei gefunden" -#: ajax_htmldata/getRightPanel.php:42 -msgid "Print View" -msgstr "Printansicht" +#: importFunds.php:34 import.php:166 +msgid "Unable to open the uploaded file" +msgstr "Nicht möglich die hochgeladene Datei zu öffnen" -#: ajax_htmldata/getRightPanel.php:44 -msgid "Catalog View" -msgstr "Katalogansicht" +#: importFunds.php:37 import.php:174 +msgid "Error: " +msgstr "Fehler: " -#: ajax_htmldata/getRightPanel.php:52 -msgid "Parent Record(s)" -msgstr "Übergeordnete Datensätze" +#: importFunds.php:52 import.php:868 +msgid "Results" +msgstr "Treffer" -#: ajax_htmldata/getRightPanel.php:60 -msgid "Child Record(s)" -msgstr "Untergeordnete Datensätze" +#: importFunds.php:53 +msgid "rows have been processed." +msgstr "Zeilen wurden verarbeitet." -#: ajax_htmldata/getRightPanel.php:85 -msgid "Organizations Module" -msgstr "Organisationsmodul" +#: importFunds.php:60 +msgid "Import Funds" +msgstr "Konten importieren" -#: ajax_htmldata/getRightPanel.php:101 -msgid "Licensing Module" -msgstr "Lizenzmodul" +#: importFunds.php:61 +msgid "Select File" +msgstr "Datei auswählen" -#: ajax_htmldata/getRightPanel.php:119 -msgid "Usage Statistics Module" -msgstr "Nutzungsstatistikmodul" +#: js/common.js:70 +msgid "No match!" +msgstr "Keine Übereinstimmung!" -#: ajax_htmldata/getRightPanel.php:125 -msgid "Get Statistics" -msgstr "Statistiken anfordern" +#: js/common.js:70 +msgid "Selected: " +msgstr "Ausgewählt: " -#: ajax_htmldata/getOrdersDetails.php:29 -#: ajax_htmldata/getOutstandingQueue.php:21 summary.php:430 -#: ajax_forms/getOrderForm.php:49 ajax_forms/getCurrentWorkflowForm.php:34 -msgid "Order" -msgstr "Bestellung" +#: js/ebsco_kb.js:90 js/index.js:121 +msgid "Processing..." +msgstr "Wird geladen..." -#: ajax_htmldata/getOrdersDetails.php:32 ajax_htmldata/getOrdersDetails.php:110 -#: resources/cataloging.php:106 -msgid "edit order information" -msgstr "Bestellinformationen bearbeiten" +#: js/forms/licenseForm.js:140 js/forms/licenseForm.js:251 +msgid "Error - Please choose a valid license" +msgstr "Fehler - Bitte wählen Sie eine gültige Lizenz" -#: ajax_htmldata/getOrdersDetails.php:41 ajax_htmldata/getOrdersDetails.php:42 -msgid "remove order" -msgstr "Bestellung entfernen" +#: js/forms/licenseForm.js:153 +msgid "remove this license" +msgstr "Lizenz entfernen" -#: ajax_htmldata/getOrdersDetails.php:50 ajax_htmldata/getContactDetails.php:85 -#: ajax_forms/getUpdateProductForm.php:244 ajax_forms/getNewIssueForm.php:32 -msgid "Organization:" -msgstr "Organisation:" +#: js/forms/attachmentForm.js:94 +msgid "File name is already being used..." +msgstr "Der Dateiname wird bereits verwendet..." -#: ajax_htmldata/getOrdersDetails.php:57 summary.php:437 -#: ajax_forms/getAdminWorkflowForm.php:58 ajax_forms/getOrderForm.php:55 -msgid "Acquisition Type:" -msgstr "Erwerbungsart:" +#: js/forms/attachmentForm.js:98 +msgid "" +"File name may not contain special characters - ampersand, single quote, " +"double quote or less than/greater than characters" +msgstr "" +"Der Dateiname darf keine Sonderzeichen enthalten - Kaufmanns-Und, einfache " +"und doppelte Anführungszeichen und spitze Klammern" -#: ajax_htmldata/getOrdersDetails.php:64 summary.php:444 -#: ajax_forms/getOrderForm.php:73 -msgid "Order Number:" -msgstr "Bestellnummer:" +#: js/forms/attachmentForm.js:102 +msgid "The attachments directory is not writable." +msgstr "Das Verzeichnis attachements ist nicht beschreibbar." -#: ajax_htmldata/getOrdersDetails.php:71 summary.php:451 -#: ajax_forms/getOrderForm.php:78 -msgid "System Number:" -msgstr "Systemnummer:" +#: js/forms/attachmentForm.js:124 js/forms/attachmentForm.js:146 +msgid " successfully uploaded." +msgstr " erfolgreich hochgeladen." -#: ajax_htmldata/getOrdersDetails.php:76 -msgid "catalog view" -msgstr "Katalogsicht" +#: js/forms/attachmentForm.js:159 js/forms/resourceUpdateForm.js:379 +msgid "Name must be entered to continue." +msgstr "Name muss angegeben werden, um fortzufahren." -#: ajax_htmldata/getOrdersDetails.php:85 -msgid "Purchasing Sites:" -msgstr "Erwerbende Standorte:" +#: js/forms/attachmentForm.js:160 +msgid "Attachment Type must be selected to continue." +msgstr "Art des Anhangs muss ausgewählt werden um fortzufahren." -#: ajax_htmldata/getOrdersDetails.php:92 summary.php:473 -#: ajax_forms/getOrderForm.php:83 -msgid "Sub Start:" -msgstr "Abo-Beginn:" +#: js/forms/attachmentForm.js:178 +msgid "A file must be uploaded" +msgstr "Eine Datei muss hochgeladen werden" -#: ajax_htmldata/getOrdersDetails.php:101 summary.php:482 -msgid "Expiration Alert Enabled" -msgstr "Warnung bei Ablauf aktiv" +#: js/forms/contactForm.js:179 +msgid "Please choose at least one role." +msgstr "Bitte wählen Sie mindestens eine Rolle." -#: ajax_htmldata/getOrdersDetails.php:108 -msgid "create new order" -msgstr "Neue Bestellung" +#: js/forms/workflowForm.js:185 +msgid "Error - Step name is required" +msgstr "Fehler - Schrittname ist erforderlich" -#: ajax_htmldata/getOrdersDetails.php:109 -msgid "clone order" -msgstr "Bestellung kopieren" +#: js/forms/workflowForm.js:368 +msgid "Please add at least one step to this workflow." +msgstr "Bitte fügen Sie mindestens einen Schritt zu diesem Workflow hinzu." -#: ajax_htmldata/getOrdersDetails.php:113 +#: js/forms/workflowForm.js:374 msgid "" -"This resource does not seem to have an order. It should have one. Please " -msgstr "Diese Resource hat keine Bestellung. Es sollte eine haben. Bitte " - -#: ajax_htmldata/getOrdersDetails.php:113 -msgid "create an order" -msgstr "legen Sie eine Bestellung an" - -#: ajax_htmldata/getDashboard.php:23 -#: ajax_htmldata/getDashboardYearlyCosts.php:30 dashboard.php:31 -#: dashboard.php:68 dashboard_yearly_costs_exports.php:54 -#: admin/classes/common/Dashboard.php:135 -#: ajax_forms/getImportConfigForm.php:133 -#: ajax_forms/getImportConfigForm.php:138 -#: ajax_forms/getImportConfigForm.php:317 dashboard_export.php:48 -#: dashboard_yearly_costs.php:30 dashboard_yearly_costs.php:68 -msgid "Subject" -msgstr "Fachgebiet" - -#: ajax_htmldata/getDashboard.php:25 dashboard_export.php:50 -msgid "Payment amount" -msgstr "Bezahlter Betrag" - -#: ajax_htmldata/getDashboard.php:44 -#: ajax_htmldata/getDashboardYearlyCosts.php:61 -#: dashboard_yearly_costs_exports.php:81 dashboard_export.php:71 -msgid "Total" -msgstr "Summe" +"Please click the Add button to the first step before submitting this " +"workflow." +msgstr "" +"Bitte Klicken Sie die Schaltfläche um den ersten Schritt hinzuzufügen, bevor " +"Sie diesen Workflow speichern." -#: ajax_htmldata/getDashboard.php:44 -#: ajax_htmldata/getDashboardYearlyCosts.php:61 -#: dashboard_yearly_costs_exports.php:81 dashboard_export.php:71 -msgid "Sub-Total:" -msgstr "Zwischensumme:" +#: js/forms/resourceNoteForm.js:34 +msgid "Note must be entered to continue." +msgstr "Es muss eine Notiz eingegeben werden, um forzufahren." -#: ajax_htmldata/getAdminImportConfigDisplay.php:34 -msgid "add new import configuration" -msgstr "Neue Import-Konfiguration" +#: js/forms/acquisitionsForm.js:145 js/forms/costForm.js:330 +msgid "Error - Either amount or fund is required" +msgstr "" +"Fehler - Entweder ein Betrag oder eine Kostenstelle muss angegeben werden" -#: ajax_htmldata/getAdminEbscoKbConfigDisplay.php:1 -msgid "EBSCO Knowledge Base Configuration" -msgstr "Konfiguration für EBSCO Knowledge Base" +#: js/forms/acquisitionsForm.js:148 js/forms/costForm.js:335 +msgid "Error - order type is a required field" +msgstr "Fehler - Bestelltyp ist ein Pflichtfeld" -#: ajax_htmldata/getAdminEbscoKbConfigDisplay.php:7 -msgid "Enable EBSCO Knowledge Base" -msgstr "EBSCO Knowledge Base aktivieren" +#: js/forms/acquisitionsForm.js:151 js/forms/costForm.js:340 +msgid "Error - price is not numeric" +msgstr "Fehler - Preis ist nicht numerisch" -#: ajax_htmldata/getAdminDisplay.php:19 -#: ajax_htmldata/getGeneralSubjectDisplay.php:16 -#: ajax_htmldata/getAdminSubjectDisplay.php:15 -#: ajax_htmldata/getAdminSubjectDisplay.php:57 -msgid "Value" -msgstr "Wert" +#: js/forms/acquisitionsForm.js:169 js/forms/acquisitionsForm.js:170 +#: js/forms/costForm.js:144 +msgid "remove this payment" +msgstr "Zahlung entfernen" -#: ajax_htmldata/getAdminDisplay.php:38 -#: ajax_htmldata/getAdminWorkflowDisplay.php:62 -#: ajax_htmldata/getAdminWorkflowDisplay.php:113 -#: ajax_htmldata/getAdminAlertDisplay.php:35 -#: ajax_htmldata/getAdminAlertDisplay.php:65 -#: ajax_htmldata/getAdminFundDisplay.php:44 -#: ajax_htmldata/getAdminUserDisplay.php:58 -#: ajax_htmldata/getGeneralSubjectDisplay.php:35 -#: ajax_htmldata/getAdminSubjectDisplay.php:41 -#: ajax_htmldata/getAdminSubjectDisplay.php:81 -#: ajax_htmldata/getAdminSubjectDisplay.php:123 -#: ajax_forms/getResourceSubjectForm.php:44 -msgid "(none found)" -msgstr "(keine gefunden)" +#: js/forms/acquisitionsForm.js:270 +msgid "Error - acquisition type is a required field" +msgstr "Fehler - Erwerbungsart ist ein Pflichtfeld" -#: ajax_htmldata/getAdminDisplay.php:41 -#: ajax_htmldata/getGeneralSubjectDisplay.php:38 -#: ajax_htmldata/getAdminSubjectDisplay.php:44 -#: ajax_htmldata/getAdminSubjectDisplay.php:84 -msgid "add new " -msgstr "neu hinzufügen " +#: js/forms/generalDetailSubjectForm.js:87 +msgid "Error - Detailed Subject is required" +msgstr "Fehler - Genaues Fachgebiet erforderlich" -#: ajax_htmldata/getDowntimeList.php:19 -#: ajax_htmldata/getAttachmentDetails.php:49 -#: ajax_forms/getAdminWorkflowForm.php:91 ajax_forms/getAttachmentForm.php:37 -#: ajax_forms/getUpdateProductForm.php:195 -#: ajax_forms/getUpdateProductForm.php:336 -msgid "Type:" -msgstr "Art:" +#: js/forms/generalDetailSubjectForm.js:108 +#: js/forms/generalDetailSubjectForm.js:109 +msgid "Error - Detail Subject Already Added" +msgstr "Fehler - Genaues Fachgebiet wurde bereits hinzugefügt" -#: ajax_htmldata/getDowntimeList.php:22 ajax_forms/getNewDowntimeForm.php:61 -msgid "Downtime Start:" -msgstr "Beginn des Ausfalls:" +#: js/forms/generalDetailSubjectForm.js:175 +msgid "Short Name must be entered to continue." +msgstr "Kürzel muss angegeben werden um fortzufahren." -#: ajax_htmldata/getDowntimeList.php:24 -msgid "Downtime Resolved:" -msgstr "Ende des Ausfalls:" +#: js/forms/resourceUpdateForm.js:90 +msgid "Error - Parent cannot be the same as the child" +msgstr "" +"Fehler - übergeordneter Datensatz kann nicht gleichzeitig untergeordnet sein" -#: ajax_htmldata/getDowntimeList.php:35 -msgid "Linked issue:" -msgstr "Verknüpftes Problem:" +#: js/forms/resourceUpdateForm.js:223 js/forms/resourceUpdateForm.js:308 +#: js/forms/resourceUpdateForm.js:393 js/forms/resourceUpdateForm.js:404 +msgid "Error - Both fields are required" +msgstr "Fehler - Beide Felder sind erforderlich" -#: ajax_htmldata/getDowntimeList.php:41 summary.php:550 -#: ajax_forms/getNewDowntimeForm.php:126 -msgid "Note:" -msgstr "Notiz:" +#: js/forms/resourceUpdateForm.js:282 +msgid "Error - Parent is not found. Please use the Autocomplete." +msgstr "" +"Fehler - Übergeordneter Datensatz nicht gefunden. Bitte verwenden Sie die " +"Autovervollständigung." -#: ajax_htmldata/getDowntimeList.php:56 ajax_htmldata/getIssuesList.php:73 -msgid "Organizational" -msgstr "Organisatorisch" +#: js/forms/resourceUpdateForm.js:310 +msgid "Error - Organization is not found. Please use the Autocomplete." +msgstr "" +"Fehler - Organisation wurde nicht gefunden. Bitte verwenden Sie die " +"Autovervollständigung." -#: ajax_htmldata/getDowntimeList.php:70 -msgid "There are no organization level downtimes." -msgstr "Es gibt keine Ausfälle auf Organisationsebene." +#: js/forms/resourceUpdateForm.js:325 +msgid "remove this organization" +msgstr "Organisation löschen" -#: ajax_htmldata/getDowntimeList.php:87 -msgid "There are no order level downtimes." -msgstr "Es gibt keine Ausfälle auf Bestellebene." +#: js/forms/resourceUpdateForm.js:395 +msgid "Error - Organization is not found. Please use Autocomplete." +msgstr "" +"Fehler - Organisation wurde nicht gefunden. Bitte verwenden Sie die " +"Autovervollständigung." -#: ajax_htmldata/getIssues.php:18 -msgid "Issues/Problems" -msgstr "Probleme hinzufügen" +#: js/forms/userGroupForm.js:101 +msgid "Error - User is required" +msgstr "Fehler - Nutzer ist erforderlich" -#: ajax_htmldata/getIssues.php:21 -msgid "report new issue" -msgstr "Neues Problem melden" +#: js/forms/userGroupForm.js:118 +msgid "remove from group" +msgstr "Aus Gruppe entfernen" -#: ajax_htmldata/getIssues.php:25 -msgid "view open issues" -msgstr "Zeige offene Probleme" +#: js/forms/userGroupForm.js:163 +msgid "Group name must be entered to continue." +msgstr "Der Gruppenname muss angegeben werden, um fortzufahren." -#: ajax_htmldata/getIssues.php:32 -msgid "view archived issues" -msgstr "Zeige archivierte Probleme" +#: js/forms/resourceNewForm.js:99 +msgid "Warning: this name already exists." +msgstr "Warnung: dieser Name existiert bereits." -#: ajax_htmldata/getIssues.php:41 -msgid "Downtime" -msgstr "Ausfall" +#: js/forms/resourceNewForm.js:227 +msgid "A title must be entered to continue." +msgstr "Es muss ein Titel angegeben werden um fortzufahren." -#: ajax_htmldata/getIssues.php:44 -msgid "report new Downtime" -msgstr "Neuen Ausfall melden" +#: js/forms/resourceNewForm.js:232 +msgid "The resource format is required." +msgstr "Das Format der Ressource ist erforderlich." -#: ajax_htmldata/getIssues.php:48 -msgid "view current/upcoming downtime" -msgstr "Zeige aktuelle/angekündige Ausfälle" +#: js/forms/resourceNewForm.js:237 +msgid "The resource type is required." +msgstr "Die Art der Ressource ist erforderlich." -#: ajax_htmldata/getIssues.php:55 -msgid "view archived downtime" -msgstr "Zeige archivierte Ausfälle" +#: js/forms/generalSubjectForm.js:59 js/forms/detailedSubjectForm.js:60 +msgid "Error - Please enter a value" +msgstr "Fehler - Bitte geben Sie einen Wert an" -#: ajax_htmldata/getWorkflowDetails.php:15 -msgid "" -"No workflow steps have been set up for this resource's combination of " -"Acquisition Type and Resource Format." -msgstr "" -"Für die Kombination von Erwerbungsart und Format in dieser Ressource wurde " -"kein Workflow definiert." +#: js/forms/costForm.js:302 +msgid "Validation Failed" +msgstr "Validierung fehlgeschlagen" -#: ajax_htmldata/getWorkflowDetails.php:15 -msgid "" -"If you think this is in error, please contact your workflow administrator." -msgstr "" -"Wenn Sie denken, dass dies ein Fehler ist, kontaktieren Sie Ihren Workflow-" -"Administrator." +#: js/admin.js:492 +msgid "Number of days must be a number" +msgstr "Anzahl Tage muss eine Zahl sein" -#: ajax_htmldata/getWorkflowDetails.php:17 -msgid "Not entered into workflow." -msgstr "Nicht in den Workflow eingegeben." +#: js/admin.js:495 +msgid "Number of days should be between 1 and 365" +msgstr "Anzahl der Tage sollte zwischen 1 und 365 liegen" -#: ajax_htmldata/getWorkflowDetails.php:23 -msgid "Step" -msgstr "Schritt" +#: js/admin.js:536 +msgid "Do you really want to delete this data?" +msgstr "Möchten Sie diese Daten wirklich löschen?" -#: ajax_htmldata/getWorkflowDetails.php:25 -msgid "Group" -msgstr "Gruppe" +#: js/admin.js:563 js/admin.js:591 js/admin.js:619 js/admin.js:725 +msgid "Do you really want to remove this data?" +msgstr "Möchten Sie diese Daten wirklich löschen?" -#: ajax_htmldata/getWorkflowDetails.php:26 -#: ajax_htmldata/getOutstandingQueue.php:24 -msgid "Start Date" -msgstr "Startdatum" +#: js/admin.js:647 +msgid "Do you really want to delete this user?" +msgstr "Möchten Sie diesen Nutzer wirklich löschen?" -#: ajax_htmldata/getWorkflowDetails.php:27 -msgid "Complete" -msgstr "Vollständig" +#: js/admin.js:674 +msgid "Do you really want to remove this alert setting?" +msgstr "Möchten Sie diese Einstellung für Warnungen wirklich löschen?" -#: ajax_htmldata/getWorkflowDetails.php:28 -msgid "Delete" -msgstr "Löschen" +#: js/admin.js:753 +msgid "Do you really want to delete this currency?" +msgstr "Möchten Sie diese Währung wirklich löschen?" -#: ajax_htmldata/getWorkflowDetails.php:51 -msgid "Workflow archived on" -msgstr "Workflow archiviert am" +#: js/queue.js:45 js/queue.js:93 +msgid "Refreshing..." +msgstr "Aktualisiert..." -#: ajax_htmldata/getWorkflowDetails.php:51 -#: ajax_htmldata/getWorkflowDetails.php:130 -msgid "Current workflow" -msgstr "Aktueller Workflow" +#: js/queue.js:71 js/resource.js:712 +msgid " record)" +msgstr " Datensatz)" -#: ajax_htmldata/getWorkflowDetails.php:71 -#: ajax_htmldata/getWorkflowDetails.php:73 -#: ajax_htmldata/getWorkflowDetails.php:106 -#: ajax_htmldata/getWorkflowDetails.php:108 -#: ajax_htmldata/getAccessDetails.php:175 -#: ajax_htmldata/getAcquisitionsDetails.php:213 -#: ajax_htmldata/getAcquisitionsDetails.php:307 -#: ajax_htmldata/getProductDetails.php:120 -#: ajax_htmldata/getProductDetails.php:122 -#: ajax_htmldata/getProductDetails.php:145 -#: ajax_htmldata/getProductDetails.php:147 -#: ajax_htmldata/getProductDetails.php:169 -#: ajax_htmldata/getProductDetails.php:171 -#: ajax_htmldata/getProductDetails.php:449 resources/cataloging.php:223 -#: summary.php:234 summary.php:260 summary.php:415 summary.php:585 -#: summary.php:660 summary.php:782 summary.php:895 -#: ajax_forms/getLicenseForm.php:168 -msgid " by " -msgstr " von " +#: js/queue.js:73 js/resource.js:714 +msgid " records)" +msgstr " Datensätze)" + +# request? +#: js/queue.js:92 +msgid "Do you really want to delete this request?" +msgstr "Möchten Sie diese Anfrage wirklich löschen?" -#: ajax_htmldata/getWorkflowDetails.php:78 -msgid "mark complete" -msgstr "Als vollständig markieren" +#: js/resource.js:150 +msgid "Must set a date." +msgstr "Es muss ein Datum ausgewählt werden." -#: ajax_htmldata/getWorkflowDetails.php:106 -#: ajax_htmldata/getWorkflowDetails.php:108 -msgid "Workflow completed on " -msgstr "Workflow abgeschlossen am " +#: js/resource.js:176 +msgid "Must set an end date." +msgstr "Es muss ein Enddatum ausgewählt werden." -#: ajax_htmldata/getWorkflowDetails.php:112 -#: ajax_htmldata/getWorkflowDetails.php:114 -msgid "Workflow restarted on " -msgstr "Workflow neu gestartet am " +#: js/resource.js:230 +msgid "New contact must have a name." +msgstr "Der neue Kontakt muss einen Namen haben." -#: ajax_htmldata/getWorkflowDetails.php:123 -msgid "restart workflow" -msgstr "Workflow neu starten" +#: js/resource.js:237 js/resource.js:279 +msgid "CC must be a valid email." +msgstr "CC muss eine gültige E-Mail-Adresse sein." -#: ajax_htmldata/getWorkflowDetails.php:128 -msgid "Select a workflow to restart" -msgstr "Workflow für Neustart auswählen" +#: js/resource.js:434 js/resource.js:761 +msgid "Refreshing Contents..." +msgstr "Inhalte aktuaisieren..." -#: ajax_htmldata/getWorkflowDetails.php:165 -msgid "edit the current workflow" -msgstr "Aktuellen Workflow bearbeiten" +#: js/resource.js:527 +msgid "" +"Opening an issue requires a resource to be associated with an organization. " +"Please contact your IT department." +msgstr "" +"Um ein Problem zu erfassen, muss eine Organisation mit der Ressource " +"verknüpft sein. Bitte kontaktieren Sie Ihre IT-Abteilung." -#: ajax_htmldata/getWorkflowDetails.php:167 -msgid "mark entire workflow complete" -msgstr "Gesamten Workflow als abgeschlossen markieren" +#: js/resource.js:532 +msgid "A contact must be selected to continue." +msgstr "Es muss ein Kontakt ausgewählt werden um fortzufahren." -#: ajax_htmldata/getAttachmentDetails.php:32 -msgid "view attachment" -msgstr "Anhang anzeigen" +#: js/resource.js:537 +msgid "A subject must be entered to continue." +msgstr "Es muss ein Fachgebiet eingegeben werden um fortzufahren." -#: ajax_htmldata/getAttachmentDetails.php:37 -msgid "edit attachment" -msgstr "Anhang bearbeiten" +#: js/resource.js:542 +msgid "A body must be entered to continue." +msgstr "Ein Text muss eingegeben werden um fortzufahren." -#: ajax_htmldata/getAttachmentDetails.php:37 -msgid "remove this attachment" -msgstr "Anhang löschen" +#: js/resource.js:555 +msgid "An issue must be associated with an organization or resource(s)." +msgstr "" +"Ein Problem muss mit einer Organisation oder Ressource(n) verknüpft sein." -#: ajax_htmldata/getAttachmentDetails.php:57 summary.php:545 -#: ajax_forms/getAttachmentForm.php:78 -msgid "Details:" -msgstr "Details:" +#: js/resource.js:801 +msgid "Do you really want to delete this contact?" +msgstr "Möchten Sie diesen Kontakt wirklich löschen?" -#: ajax_htmldata/getAttachmentDetails.php:69 -msgid "No attachments available" -msgstr "Keine Anhänge vorhanden" +#: js/resource.js:819 +msgid "Do you really want to delete this account?" +msgstr "Möchten Sie dieses Konto wirklich löschen?" -#: ajax_htmldata/getAttachmentDetails.php:74 -msgid "add new attachment" -msgstr "Neuer Anhang" +#: js/resource.js:837 +msgid "Do you really want to delete this attachment?" +msgstr "Möchten Sie diesen Anhang wirklich löschen?" -#: ajax_htmldata/getAdminWorkflowDisplay.php:10 -msgid "Workflow Setup" -msgstr "Workflow-Konfiguration" +#: js/resource.js:857 +msgid "Do you really want to delete this resource?" +msgstr "Möchten Sie diese Resource wirklich löschen?" -#: ajax_htmldata/getAdminWorkflowDisplay.php:52 -msgid "duplicate" -msgstr "Kopieren" +#: js/resource.js:875 +msgid "Do you really want to delete this order?" +msgstr "Möchten Sie diese Bestellung wirklich löschen?" -#: ajax_htmldata/getAdminWorkflowDisplay.php:67 -msgid "add workflow" -msgstr "Neuer Workflow" +#: js/resource.js:890 +msgid "Do you really want to delete this resource and all its children?" +msgstr "Möchten Sie diese Resource und alle untergeordneten wirklich löschen?" -#: ajax_htmldata/getAdminWorkflowDisplay.php:69 -msgid "You must set up at least one user group before you can add workflows" -msgstr "" -"Sie müssen mindestens eine Nutzergruppe anlegen, bevor Sie Workflows " -"erstellen können" +#: js/resource.js:911 +msgid "Do you really want to remove this Subject?" +msgstr "Möchten Sie dieses Fachgebiet wirklich löschen?" -#: ajax_htmldata/getAdminWorkflowDisplay.php:79 -msgid "User Group Setup" -msgstr "Nutzergruppen-Konfiguration" +#: js/resource.js:929 +msgid "Do you really want to delete this note?" +msgstr "Möchten Sie diese Notiz wirklich löschen?" -#: ajax_htmldata/getAdminWorkflowDisplay.php:85 -msgid "Group Name" -msgstr "Gruppenname" +#: js/resource.js:975 +msgid "" +"Warning! You are about to remove any steps that have been started and " +"completed. Are you sure you wish to continue?" +msgstr "" +"Warnung! Sie sind im Begriff alle Schritte, die begonnen oder abgeschlossen " +"wurden zu entfernen. Möchten Sie fortfahren?" -#: ajax_htmldata/getAdminWorkflowDisplay.php:86 -#: ajax_htmldata/getAdminAlertDisplay.php:16 -#: ajax_htmldata/getAdminUserDisplay.php:27 -#: ajax_forms/getAdminUserUpdateForm.php:35 -msgid "Email Address" -msgstr "E-Mail-Adresse" +#: js/resource.js:993 +msgid "hide archived workflows" +msgstr "Archivierte Workflows ausblenden" -#: ajax_htmldata/getAdminWorkflowDisplay.php:117 -msgid "add user group" -msgstr "Neue Nutzergruppe" +#: js/resource.js:996 ajax_htmldata/getWorkflowDetails.php:164 +msgid "display archived workflows" +msgstr "Archivierte Workflows anzeigen" -#: ajax_htmldata/getContactDetails.php:25 -msgid "The following are archived contacts:" -msgstr "Die folgenden Kontakte sind archiviert:" +#: js/resource.js:1002 +msgid "" +"Do you really want to mark this resource complete? This action cannot be " +"undone." +msgstr "" +"Möchten Sie diese Resource als vollständig markieren? Diese Aktion kann " +"nicht rückgängig gemacht werden." -#: ajax_htmldata/getContactDetails.php:37 -msgid "Order Specific:" -msgstr "Bestellungsspezifisch:" +#: js/resource.js:1016 +msgid "" +"Do you really want to delete this step? If other steps depended on this one, " +"they will be started upon deletion. This action cannot be undone" +msgstr "" +"Möchten Sie diesen Schritt wirklich löschen? Wenn andere Schritte von diesem " +"abhängen, werden Sie mit dem Löschen gestartet. Diese Aktion kann nicht " +"rückgängig gemacht werden" -#: ajax_htmldata/getContactDetails.php:41 -msgid "No Order Specific Contacts" -msgstr "Keine bestellspezifischen Kontakte" +#: js/index.js:232 index.php:376 +msgid "more options..." +msgstr "weitere Optionen..." -#: ajax_htmldata/getContactDetails.php:45 -#: ajax_htmldata/getContactDetails.php:189 -#: ajax_htmldata/getContactDetails.php:199 ajax_forms/getNewIssueForm.php:60 -msgid "add contact" -msgstr "Neuer Kontakt" +#: ajax_processing/deleteResource.php:7 +#: ajax_processing/deleteResourceAndChildren.php:8 +msgid "Resource successfully deleted." +msgstr "Ressource wurde gelöscht." -#: ajax_htmldata/getContactDetails.php:50 -#: ajax_htmldata/getAccountDetails.php:27 -msgid "Inherited:" -msgstr "Geerbt:" +#: ajax_processing/deleteResource.php:10 +msgid "Resource not found. Error: " +msgstr "" -#: ajax_htmldata/getContactDetails.php:70 -msgid "edit contact" -msgstr "Kontakt bearbeiten" +#: ajax_processing/deleteResourceNote.php:7 +msgid "Note successfully deleted." +msgstr "Notiz wurde gelöscht." -#: ajax_htmldata/getContactDetails.php:71 -#: ajax_htmldata/getAccessDetails.php:172 -#: ajax_htmldata/getAcquisitionsDetails.php:304 -#: ajax_htmldata/getProductDetails.php:446 resources/cataloging.php:220 -msgid "remove note" -msgstr "Notiz löschen" +#: ajax_processing/updateDetailedSubject.php:22 +#: ajax_processing/updateGeneralSubject.php:21 +msgid "A duplicate " +msgstr "Eine Dublette " -#: ajax_htmldata/getContactDetails.php:71 -msgid "remove contact" -msgstr "Kontakt löschen" +#: ajax_processing/updateDetailedSubject.php:22 +#: ajax_processing/updateGeneralSubject.php:21 +msgid " exists." +msgstr " existiert." -#: ajax_htmldata/getContactDetails.php:86 -msgid "Visit Contact in Organizations Module" -msgstr "Kontakt im Organisationsmodul anzeigen" +#: ajax_processing/deleteInstance.php:12 +msgid "Unable to delete - this " +msgstr "Kann nicht gelöscht werden: " -#: ajax_htmldata/getContactDetails.php:94 -msgid "No longer valid:" -msgstr "Nicht länger gültig:" +#: ajax_processing/deleteInstance.php:12 +msgid "" +" is in use. Please make sure no resources are set up with this information." +msgstr "" +" wird verwendet. Bitte stellen Sie sicher, dass keine Ressourcen diese " +"Information verwenden." -#: ajax_htmldata/getContactDetails.php:102 ajax_forms/getContactForm.php:52 -msgid "Title:" -msgstr "Titel:" +#: ajax_processing/deleteInstance.php:18 +#: ajax_processing/deleteGeneralSubject.php:12 +#: ajax_processing/deleteDetailedSubject.php:12 +msgid "" +"Unable to delete. Please make sure no resources are set up with this " +"information." +msgstr "" +"Kann nicht gelöscht werden. Bitte stellen Sie sicher, dass keine Ressourcen " +"diese Information verwenden." -#: ajax_htmldata/getContactDetails.php:110 ajax_forms/getContactForm.php:87 -msgid "Address:" -msgstr "Adresse:" +#: ajax_processing/deleteImportConfig.php:7 +msgid "Import configuration successfully deleted." +msgstr "Importkonfiguration erfolgreich gelöscht." -#: ajax_htmldata/getContactDetails.php:118 -msgid "Location:" -msgstr "Standort:" +#: ajax_processing/deleteOrder.php:7 +msgid "Order successfully deleted." +msgstr "Bestellung wurde gelöscht." -#: ajax_htmldata/getContactDetails.php:135 ajax_forms/getContactForm.php:59 -msgid "Phone:" -msgstr "Telefonnummer:" +#: ajax_processing/removeResourceSubjectRelationship.php:10 +msgid "Subject successfully removed." +msgstr "Fachgebiet wurde entfernt." -#: ajax_htmldata/getContactDetails.php:143 ajax_forms/getContactForm.php:66 -msgid "Alt Phone:" -msgstr "Alternative Telefonnummer:" +#: ajax_processing/updateUserData.php:26 +msgid "User successfully saved." +msgstr "Nutzer erfolgreich gespeichert." + +#: ajax_processing/uploadAttachment.php:29 +msgid "There was a problem saving your file to " +msgstr "" +"Es ist ein Problem aufgetreten beim Versuch Ihre Datei hier zu speichern: " -#: ajax_htmldata/getContactDetails.php:151 ajax_forms/getContactForm.php:73 -msgid "Fax:" -msgstr "Fax:" +#: ajax_processing/uploadAttachment.php:29 +msgid ". Please ensure your attachments directory is writable." +msgstr ". Bitte prüfen Sie, ob Ihr Verzeichnis für Anhänge beschreibbar ist." -#: ajax_htmldata/getContactDetails.php:159 ajax_forms/getContactForm.php:80 -msgid "Email:" -msgstr "E-Mail-Adresse:" +#: dashboard.php:3 dashboard_yearly_costs.php:3 +msgid "Dashboard" +msgstr "Dashboard" -#: ajax_htmldata/getContactDetails.php:167 -#: ajax_htmldata/getAccountDetails.php:104 ajax_forms/getNoteForm.php:48 -#: ajax_forms/getContactForm.php:140 ajax_forms/getAccountForm.php:72 -msgid "Notes:" -msgstr "Notizen:" +#: dashboard.php:10 +msgid "Dashboard: Statistics" +msgstr "Dashboard: Statistik" -#: ajax_htmldata/getContactDetails.php:175 -#: ajax_htmldata/getAccountDetails.php:88 -msgid "Last Updated:" -msgstr "Zuletzt geändert:" +#: dashboard.php:25 dashboard_yearly_costs.php:24 +msgid "Resource type" +msgstr "Art der Ressource" -#: ajax_htmldata/getContactDetails.php:197 -msgid "No contacts available" -msgstr "Keine Kontakte verfügbar" +#: dashboard.php:37 dashboard_yearly_costs.php:36 +msgid "Acquisition type" +msgstr "Erwerbungsart" -#: ajax_htmldata/getContactDetails.php:207 -msgid " archived contact(s) available." -msgstr " archivierte(r) Kontakt(e) verfügbar." +#: dashboard.php:64 dashboard_yearly_costs.php:64 +msgid "Group By" +msgstr "Gruppiere nach" -#: ajax_htmldata/getContactDetails.php:207 -msgid "show archived contacts" -msgstr "Archivierte Kontakte anzeigen" +#: dashboard.php:66 dashboard_yearly_costs.php:66 +msgid "Resource" +msgstr "Ressource" -#: ajax_htmldata/getContactDetails.php:211 -msgid "hide archived contacts" -msgstr "Archivierte Kontakte ausblenden" +#: dashboard.php:75 dashboard_yearly_costs.php:75 +msgid "Display" +msgstr "Anzeige" -#: ajax_htmldata/getAdminAlertDisplay.php:38 -msgid "add email address" -msgstr "E-Mail-Adresse hinzufügen" +#: dashboard.php:77 dashboard_yearly_costs.php:77 +msgid "Export" +msgstr "Export" -#: ajax_htmldata/getAdminAlertDisplay.php:46 -msgid "Days in advance of expiration" -msgstr "Tage vor Ablauf" +#: index.php:36 templates/header.php:165 templates/header.php:168 +msgid "Home" +msgstr "Start" -#: ajax_htmldata/getAdminAlertDisplay.php:71 -msgid "add days" -msgstr "Tage hinzufügen" +#: index.php:55 +msgid "Search" +msgstr "Suche" -#: ajax_htmldata/getEbscoKbTitleDetails.php:16 -msgid "EBSCO Kb Title Details" -msgstr "EBSCO KB Titeldaten" +#: index.php:56 ebsco_kb.php:72 +msgid "new search" +msgstr "Neue Suche" -#: ajax_htmldata/getEbscoKbTitleDetails.php:34 -msgid "Publication Type" -msgstr "Publikationstyp" +#: index.php:65 ebsco_kb.php:126 +msgid "Name (contains)" +msgstr "Name (enthält)" -#: ajax_htmldata/getEbscoKbTitleDetails.php:38 -msgid "Edition" -msgstr "Auflage" +#: index.php:69 index.php:79 index.php:89 index.php:99 index.php:111 +#: index.php:415 index.php:432 ebsco_kb.php:197 +msgid "go!" +msgstr "Los!" -#: ajax_htmldata/getEbscoKbTitleDetails.php:42 -msgid "Peer Reviewed" -msgstr "Peer Reviewed" +#: index.php:76 +msgid "Publisher (contains)" +msgstr "Verlag (enthält)" -#: ajax_htmldata/getEbscoKbTitleDetails.php:45 -msgid "Publisher" -msgstr "Verlag" +#: index.php:86 +msgid "Platform (contains)" +msgstr "Plattform (enthält)" -#: ajax_htmldata/getEbscoKbTitleDetails.php:68 -msgid " (Print)" -msgstr " (Print)" +#: index.php:96 +msgid "Provider (contains)" +msgstr "Anbieter (enthält)" -#: ajax_htmldata/getEbscoKbTitleDetails.php:71 -msgid " (Electronic)" -msgstr " (Elektronisch)" +#: index.php:107 +msgid "ISBN/ISSN" +msgstr "ISBN/ISSN" -#: ajax_htmldata/getEbscoKbTitleDetails.php:84 -msgid "Contributors" -msgstr "Beitragende" +#: index.php:121 index.php:149 index.php:172 index.php:203 index.php:235 +#: index.php:259 index.php:291 index.php:322 index.php:384 index.php:442 +#: index.php:474 index.php:506 index.php:536 index.php:566 index.php:593 +#: index.php:614 +msgid "All" +msgstr "Alle" -#: ajax_htmldata/getEbscoKbTitleDetails.php:109 -msgid "Selected in EBSCO Kb" -msgstr "Ausgewählt in EBSCO KB" +#: index.php:124 index.php:126 index.php:264 index.php:266 index.php:296 +#: index.php:298 index.php:327 index.php:329 index.php:388 index.php:390 +#: index.php:446 index.php:448 index.php:478 index.php:480 index.php:510 +#: index.php:512 index.php:540 index.php:542 index.php:569 index.php:571 +msgid "(none)" +msgstr "(keine)" -#: ajax_htmldata/getEbscoKbTitleDetails.php:111 -msgid "Not selected in EBSCO Kb" -msgstr "Nicht ausgewählt in EBSCO KB" +#: index.php:169 ajax_htmldata/getSubmittedQueue.php:17 +#: ajax_htmldata/getSavedQueue.php:20 ajax_htmldata/getSearchResources.php:118 +#: export.php:64 +msgid "Status" +msgstr "Status" -#: ajax_htmldata/getEbscoKbTitleDetails.php:128 -msgid "import package" -msgstr "Paket importieren" +#: index.php:200 ajax_htmldata/getSearchResources.php:115 +msgid "Creator" +msgstr "Urheber" -#: ajax_htmldata/getEbscoKbTitleDetails.php:134 -msgid "Vendor" -msgstr "Lieferant" +#: index.php:319 ajax_htmldata/getAdminSubjectDisplay.php:51 +#: ajax_htmldata/getAdminSubjectDisplay.php:99 +msgid "Detailed Subject" +msgstr "Detailliertes Schlagwort" -#: ajax_htmldata/getEbscoKbTitleDetails.php:136 -msgid "Coverage Statement" -msgstr "Abdeckungsbericht" +#: index.php:350 +msgid "Starts with" +msgstr "Beginnt mit" -#: ajax_htmldata/getEbscoKbTitleDetails.php:138 -msgid "Embargo" -msgstr "Embargo" +#: index.php:411 +msgid "Note (contains)" +msgstr "Notiz (enthält)" -#: ajax_htmldata/getEbscoKbTitleDetails.php:140 -msgid "Resource Url" -msgstr "URL" +#: index.php:423 +msgid "Date Created Between" +msgstr "Anlagedatum zwischen" -#: ajax_htmldata/getAdminFundDisplay.php:46 -msgid "add new fund" -msgstr "Neuer Etat" +#: index.php:425 +msgid "and" +msgstr "und" -#: ajax_htmldata/getAdminFundDisplay.php:47 -msgid "import funds" -msgstr "Etats importieren" +#: index.php:439 +msgid "Purchase Site" +msgstr "Erwerbender Standort" -#: ajax_htmldata/getAccessDetails.php:33 summary.php:674 -msgid "Access Information" -msgstr "Zugangsinformationen" +#: index.php:471 admin.php:63 +msgid "Authorized Site" +msgstr "Zugriffsberechtigte Standorte" -#: ajax_htmldata/getAccessDetails.php:37 ajax_htmldata/getProductDetails.php:76 -msgid "edit resource" -msgstr "Ressource bearbeiten" +#: index.php:503 admin.php:56 +msgid "Administering Site" +msgstr "Verwaltender Standort" -#: ajax_htmldata/getAccessDetails.php:45 summary.php:688 -msgid "Administering Sites:" -msgstr "Verwaltende Standorte:" +#: index.php:533 admin.php:62 export.php:95 +msgid "Authentication Type" +msgstr "Art der Authentifizierung" -#: ajax_htmldata/getAccessDetails.php:52 summary.php:465 -msgid "Authorized Sites:" -msgstr "Autorisierte Standorte:" +#: index.php:563 admin.php:64 resources/cataloging_edit.php:58 export.php:103 +msgid "Cataloging Status" +msgstr "Katalogisierungsstatus" -#: ajax_htmldata/getAccessDetails.php:59 summary.php:695 -#: ajax_forms/getAccessForm.php:78 -msgid "Authentication Type:" -msgstr "Art der Authentifizierung:" +#: index.php:590 ajax_htmldata/getOutstandingQueue.php:23 +msgid "Workflow Step" +msgstr "Workflow-Schritt" -#: ajax_htmldata/getAccessDetails.php:67 summary.php:702 -msgid "Username / Password:" -msgstr "Benutzername / Passwort:" +#: index.php:615 +msgid "Parent" +msgstr "Übergeordnet" -#: ajax_htmldata/getAccessDetails.php:74 summary.php:709 -#: ajax_forms/getAccessForm.php:131 -msgid "Simultaneous User Limit:" -msgstr "Begrenzung simultaner Zugriffe:" +#: index.php:616 +msgid "Child" +msgstr "Untergeordnet" -#: ajax_htmldata/getAccessDetails.php:82 summary.php:717 -msgid "Registered IP Address:" -msgstr "Registrierte IP-Adresse:" +#: dashboard_yearly_costs.php:9 +msgid "Dashboard: yearly costs" +msgstr "Dashboard: Jährliche Kosten" -#: ajax_htmldata/getAccessDetails.php:90 summary.php:725 -#: ajax_forms/getAccessForm.php:116 -msgid "Storage Location:" -msgstr "Aufbewahrungsort:" +#: dashboard_yearly_costs.php:58 +msgid "Year (start)" +msgstr "Jahr (Beginn)" -#: ajax_htmldata/getAccessDetails.php:97 ajax_forms/getAccessForm.php:148 -msgid "Coverage:" -msgstr "Abdeckung:" +#: dashboard_yearly_costs.php:59 +msgid "Year (end)" +msgstr "Jahr (Ende)" -#: ajax_htmldata/getAccessDetails.php:104 summary.php:732 -#: ajax_forms/getAccessForm.php:97 -msgid "Access Method:" -msgstr "Zugriffsmethode:" +#: ajax_forms.php:25 +msgid "Form action " +msgstr "Formularaktion " -#: ajax_htmldata/getAccessDetails.php:111 -msgid "No access information available" -msgstr "Keine Zugangsinformation verfügbar" +#: ajax_forms.php:25 ajax_htmldata.php:25 ajax_processing.php:27 +msgid " not set up!" +msgstr " nicht konfiguriert!" -#: ajax_htmldata/getAccessDetails.php:118 -msgid "edit access information" -msgstr "Zugangsinformation bearbeiten" +#: import.php:16 +msgid "Settings" +msgstr "Einstellungen" -#: ajax_htmldata/getAccessDetails.php:161 -#: ajax_htmldata/getAcquisitionsDetails.php:293 -#: ajax_htmldata/getProductDetails.php:435 resources/cataloging.php:209 -msgid "Additional Notes" -msgstr "Zusätzliche Notizen" +#: import.php:17 +msgid "Importing and deduping isbnOrISSN on the following columns: " +msgstr "Importiere und dedupliziere isbnOrISSN mit den folgenden Spalten: " -#: ajax_htmldata/getAccessDetails.php:164 -#: ajax_htmldata/getAccessDetails.php:183 -#: ajax_htmldata/getAcquisitionsDetails.php:296 -#: ajax_htmldata/getAcquisitionsDetails.php:315 -#: ajax_htmldata/getProductDetails.php:438 -#: ajax_htmldata/getProductDetails.php:457 resources/cataloging.php:212 -#: resources/cataloging.php:231 -msgid "add new note" -msgstr "Neue Notiz" +#: import.php:30 +msgid "Preview" +msgstr "Vorschau" + +#: import.php:57 +msgid "Columns" +msgstr "Spalten" -#: ajax_htmldata/getAccessDetails.php:172 -#: ajax_htmldata/getAcquisitionsDetails.php:304 -#: ajax_htmldata/getProductDetails.php:446 resources/cataloging.php:220 -msgid "edit note" -msgstr "Noitz bearbeiten" +#: import.php:73 +msgid "Mapping" +msgstr "Mapping" -#: ajax_htmldata/getOutstandingQueue.php:7 -msgid "Outstanding Tasks" -msgstr "Offene Aufgaben" +#: import.php:103 +msgid "Resources import" +msgstr "Resourcen importieren" -#: ajax_htmldata/getOutstandingQueue.php:12 -msgid "No outstanding requests" -msgstr "Keine offenen Anfragen" +#: import.php:106 +msgid "Delimited File Import" +msgstr "CSV-Dateien importieren" -#: ajax_htmldata/getOutstandingQueue.php:19 -#: ajax_htmldata/getSearchResources.php:114 -#: ajax_htmldata/getSubmittedQueue.php:14 ajax_htmldata/getSavedQueue.php:17 -msgid "ID" -msgstr "ID" +#: import.php:171 +msgid "Unable to upload the file" +msgstr "Upload der Datei ist nicht möglich" -#: ajax_htmldata/getIssuesList.php:17 -msgid "close" -msgstr "Schließen" +#: import.php:178 +msgid "" +"If you have not previously created an Import Configuration, then for each of " +"the resource fields please input the number of the column in your CSV file " +"that corresponds to the resource field. For example, if your import file has " +"a second column called Name that corresponds to the Resource Title, then you " +"would input 2 for the value for the Resource Title field. For columns with " +"multiple values that are character-delimited, indicate the delimiter using " +"the If delimited, delimited by field. For fields with values across multiple " +"columns, add additional sets using the +Add another links. Use the Dedupe on " +"this column option for ISBN/ISSN sets to ignore any duplicate values that " +"might occur across those columns. The Alias Types, Note Types, and " +"Organization Roles that you can assign to your mapped columns can be " +"configured on the Admin page." +msgstr "" +"Wenn Sie zuvor noch keine Importkonfiguration angelegt haben, dann geben Sie " +"für jedes Feld in der Ressource die Nummer der Spalte in Ihrer CSV-Datei an, " +"die diesem entspricht. Zum Beispiel: Wenn die zweite Spalte in Ihrer Datei " +"mit Name benannt ist und dies dem Titel der Ressource entspricht, geben Sie " +"2 als Wert für den Titel an. Für Spalten mit mehreren Werten, die mit einem " +"Trennzeichen getrennt sind, können Sie das Trennzeichen angeben: Wenn " +"Trennzeichen, dann getrennt mit. Für Felder mit Daten, die über mehrere " +"Spalten verteilt sind, können Sie Gruppen über die +-Links bilden. Verwenden " +"Sie die Option Mit dieser Spalte duplizieren für ISBN/ISSN-Gruppen, um " +"doppelte Werte zu ignorieren, die in mehreren Spalten stehen können. Die " +"Aliastypen, Notizarten und Organisationsrollen die den gemappten Spalten " +"zugewiesen werden können, werden auf der Admin-Seite konfiguriert." -#: ajax_htmldata/getIssuesList.php:19 ajax_htmldata/getIssuesList.php:21 -msgid "downtime" -msgstr "Ausfall" +#: import.php:179 +msgid "Please select the import configuration to load: " +msgstr "Bitte wählen Sie Importkonfiguration für das Laden: " -#: ajax_htmldata/getIssuesList.php:26 -msgid "Date reported:" -msgstr "Berichtsdatum:" +#: import.php:180 +msgid "Select Configuration" +msgstr "Konfiguration auswählen" -#: ajax_htmldata/getIssuesList.php:30 -msgid "Date closed:" -msgstr "Datum geschlossen:" +#: import.php:188 +msgid "Please choose columns from your CSV file:" +msgstr "Spalten in der CSV-Datei auswählen:" -#: ajax_htmldata/getIssuesList.php:36 -msgid "Contact(s):" -msgstr "Kontakt(e):" +#: import.php:757 +msgid "Organization " +msgstr "Organisation " -#: ajax_htmldata/getIssuesList.php:49 ajax_forms/getNewIssueForm.php:101 -msgid "Applies to:" -msgstr "Gilt für:" +#: import.php:757 +msgid " could not be added." +msgstr " konnte nicht hinzugefügt werden." -#: ajax_htmldata/getIssuesList.php:60 ajax_forms/getNewIssueForm.php:87 -msgid "Subject:" -msgstr "Fachgebiet:" +#: import.php:770 import.php:796 +msgid "Error: more than one organization is called " +msgstr "Fehler: Mehr als eine Organisation wird aufgerufen " -#: ajax_htmldata/getIssuesList.php:62 ajax_forms/getNewIssueForm.php:94 -msgid "Body:" -msgstr "Text:" +#: import.php:770 +msgid ". Please consider deduping." +msgstr ". Bitte erwägen Sie zu deduplizieren." -#: ajax_htmldata/getIssuesList.php:92 -msgid "There are no organization level issues." -msgstr "Es gibt keine Probleme auf Organisationsebene." +#: import.php:796 +msgid " Please consider deduping." +msgstr " Bitte erwägen Sie zu deduplizieren." -#: ajax_htmldata/getIssuesList.php:110 -msgid "There are no order level issues." -msgstr "Es gibt keine Probleme auf Bestellebene." +#: import.php:922 +msgid "" +"The first line of the CSV file must contain column names, and not data. " +"These names will be used during the import process." +msgstr "" +"Die erste Zeile der CSV-Datei muss die Spaltennamen enthalten, keine Daten. " +"Diese Namen werden während des Importprozesses verwendet." -#: ajax_htmldata/getSearchEbscoKb.php:8 -msgid "Please enter a search term." -msgstr "Bitte geben Sie einen Suchbegriff ein." +#: import.php:925 +msgid "File selection" +msgstr "Dateiauswahl" -#: ajax_htmldata/getSearchEbscoKb.php:24 -msgid "No results found." -msgstr "Keine Treffer gefunden." +#: import.php:926 +msgid "CSV File" +msgstr "CSV-Datei" -#: ajax_htmldata/getSearchEbscoKb.php:66 -msgid "Packages from" -msgstr "Pakete von" +#: import.php:930 +msgid "Import options" +msgstr "Importoptionen" -#: ajax_htmldata/getSearchEbscoKb.php:67 ajax_htmldata/getSearchEbscoKb.php:82 -msgid "of" -msgstr "von" +#: import.php:931 +msgid "CSV delimiter" +msgstr "CSV-Trennzeichen" -#: ajax_htmldata/getSearchEbscoKb.php:67 -msgid "selected)" -msgstr "ausgewählt)" +#: import.php:933 +msgid "(comma)" +msgstr "(Komma)" -#: ajax_htmldata/getSearchEbscoKb.php:75 -msgid "Title list from" -msgstr "Titelliste von" +#: import.php:934 +msgid "(semicolon)" +msgstr "(Semikolon)" -#: ajax_htmldata/getSearchEbscoKb.php:82 -msgid "Displaying" -msgstr "Anzeige" +# ? +#: import.php:935 +msgid "(pipe)" +msgstr "(Pipe)" -#: ajax_htmldata/getSearchEbscoKb.php:82 -msgid "to" -msgstr "bis" +#: import.php:936 +msgid "tabulation" +msgstr "" -#: ajax_htmldata/getSearchEbscoKb.php:82 -msgid "results" -msgstr "Treffer" +#: import.php:939 +msgid "Upload" +msgstr "Upload" -#: ajax_htmldata/getAccountDetails.php:14 -msgid "Resource Specific:" -msgstr "Ressourcenspezifisch:" +#: import.php:943 +msgid "" +"PHP's extension mbstring doesn't seem to be installed or activated on your " +"installation. Please install and activate mbstring to use the import tool." +msgstr "" -#: ajax_htmldata/getAccountDetails.php:18 -msgid "No Resource Specific Accounts" -msgstr "Keine ressourcenspezifischen Konten" +#: ajax_htmldata.php:25 +msgid "Data action " +msgstr "Datenaktion " -#: ajax_htmldata/getAccountDetails.php:22 -#: ajax_htmldata/getAccountDetails.php:119 -msgid "add new account" -msgstr "Neues Konto" +#: summary.php:38 +msgid " Summary" +msgstr " Zusammenfassung" -#: ajax_htmldata/getAccountDetails.php:44 -msgid "edit account" -msgstr "Konto bearbeiten" +#: summary.php:214 +msgid "Record ID:" +msgstr "Datensatz-ID:" -#: ajax_htmldata/getAccountDetails.php:44 -msgid "remove account" -msgstr "Konto entfernen" +#: summary.php:226 ajax_htmldata/getProductDetails.php:136 +msgid "Created:" +msgstr "Angelegt:" -#: ajax_htmldata/getAccountDetails.php:57 -msgid "Visit Account in Organizations Module" -msgstr "Zeige Konto im Organisationsmodul" +#: summary.php:252 ajax_htmldata/getProductDetails.php:161 +msgid "Last Update:" +msgstr "Letzte Änderung:" -#: ajax_htmldata/getAccountDetails.php:65 -msgid "Visit Login URL" -msgstr "Login-URL aufrufen" +#: summary.php:277 ajax_htmldata/getProductDetails.php:186 +msgid "Related Products:" +msgstr "Verwandte Produkte:" -#: ajax_htmldata/getAccountDetails.php:72 -msgid "User Name:" -msgstr "Nutzername:" +#: summary.php:283 +msgid "(Parent)" +msgstr "(Übergeordnet)" -#: ajax_htmldata/getAccountDetails.php:80 ajax_forms/getAccessForm.php:112 -#: ajax_forms/getAccountForm.php:65 -msgid "Password:" -msgstr "Passwort:" +#: summary.php:309 ajax_htmldata/getProductDetails.php:232 +msgid "Aliases:" +msgstr "Aliase:" -#: ajax_htmldata/getAccountDetails.php:96 ajax_forms/getAccountForm.php:51 -msgid "Registered Email:" -msgstr "Registrierte E-Mail:" +#: summary.php:326 ajax_htmldata/getProductDetails.php:249 +msgid "Organizations:" +msgstr "Organisationen:" -#: ajax_htmldata/getAccountDetails.php:114 -msgid "No accounts available" -msgstr "Keine Konten verfügbar" +#: summary.php:347 ajax_htmldata/getProductDetails.php:270 +msgid "Resource URL:" +msgstr "URL der Ressource:" -#: ajax_htmldata/getSearchResources.php:38 -msgid "Sorry, no requests fit your query" -msgstr "Ihre Suche ergab keine Treffer" +#: summary.php:410 +msgid "Additional Product Notes" +msgstr "Zusätzliche Produktnotizen" -#: ajax_htmldata/getSearchResources.php:53 -#, php-format -msgid "Displaying %d to %d of %d Resource Record" -msgid_plural "Displaying %d to %d of %d Resource Records" -msgstr[0] "Zeige %d bis %d von %d Ressource" -msgstr[1] "Zeige %d bis %d von %d Ressourcen" +#: summary.php:458 +msgid "Purchasing Site:" +msgstr "Erwerbender Standort:" -#: ajax_htmldata/getSearchResources.php:66 -#: ajax_htmldata/getSearchResources.php:173 -msgid "previous page" -msgstr "vorherige Seite" +#: summary.php:465 ajax_htmldata/getAccessDetails.php:52 +msgid "Authorized Sites:" +msgstr "Autorisierte Standorte:" -#: ajax_htmldata/getSearchResources.php:100 -#: ajax_htmldata/getSearchResources.php:207 -msgid "next page" -msgstr "nächste Seite" +#: summary.php:482 ajax_htmldata/getOrdersDetails.php:101 +msgid "Expiration Alert Enabled" +msgstr "Warnung bei Ablauf aktiv" -#: ajax_htmldata/getSearchResources.php:113 -#: ajax_htmldata/getSearchResources.php:114 -#: ajax_htmldata/getSearchResources.php:115 -#: ajax_htmldata/getSearchResources.php:116 -#: ajax_htmldata/getSearchResources.php:117 -#: ajax_htmldata/getSearchResources.php:118 -msgid "Ascending sort" -msgstr "Aufsteigend sortiert" +#: summary.php:503 +msgid "Year:" +msgstr "Jahr:" -#: ajax_htmldata/getSearchResources.php:113 -#: ajax_htmldata/getSearchResources.php:114 -#: ajax_htmldata/getSearchResources.php:115 -#: ajax_htmldata/getSearchResources.php:116 -#: ajax_htmldata/getSearchResources.php:117 -#: ajax_htmldata/getSearchResources.php:118 -msgid "Descending sort" -msgstr "Absteigend sortiert" +#: summary.php:507 +msgid "Sub StartDate:" +msgstr "Abo-Beginn:" -#: ajax_htmldata/getSearchResources.php:224 -msgid "records per page" -msgstr "Titel pro Seite" +#: summary.php:511 +msgid "Sub EndDate:" +msgstr "Abo-Ende:" -#: ajax_htmldata/getAcquisitionsDetails.php:93 summary.php:493 -#: ajax_forms/getCostForm.php:64 -msgid "Cost History" -msgstr "Kostenhistorie" +#: summary.php:516 +msgid "Fund:" +msgstr "Etat:" -#: ajax_htmldata/getAcquisitionsDetails.php:95 -#: ajax_htmldata/getAcquisitionsDetails.php:190 -msgid "edit cost history" -msgstr "Kostenhistorie bearbeiten" +#: summary.php:521 +msgid "Tax Excl.:" +msgstr "Exkl. Steuer:" -#: ajax_htmldata/getAcquisitionsDetails.php:104 ajax_forms/getCostForm.php:74 -msgid "Sub End" -msgstr "Abo-Ande" +#: summary.php:525 +msgid "Tax Rate:" +msgstr "Steuerrate:" -#: ajax_htmldata/getAcquisitionsDetails.php:108 ajax_forms/getCostForm.php:78 -msgid "Tax Excl." -msgstr "Exkl. Steuer" +#: summary.php:530 +msgid "Tax Incl.:" +msgstr "Inkl. Steuer:" -#: ajax_htmldata/getAcquisitionsDetails.php:109 ajax_forms/getCostForm.php:79 -msgid "Tax Rate" -msgstr "Steuerrate" +#: summary.php:536 +msgid "Payment:" +msgstr "Zahlung:" -#: ajax_htmldata/getAcquisitionsDetails.php:110 ajax_forms/getCostForm.php:80 -msgid "Tax Incl." -msgstr "Inkl. Steuer" +#: summary.php:540 +msgid "Order Type:" +msgstr "Bestelltyp:" -#: ajax_htmldata/getAcquisitionsDetails.php:120 -#: ajax_forms/getEbscoKbTitleImportForm.php:112 -#: ajax_forms/getNewResourceForm.php:269 -#: ajax_forms/getEbscoKbPackageImportForm.php:329 -msgid "Notes" -msgstr "Notizen" +#: summary.php:555 +msgid "Invoice No.:" +msgstr "Rechnungsnr.:" -#: ajax_htmldata/getAcquisitionsDetails.php:184 -msgid "No payment information available" -msgstr "Keine Informationen zur Zahlung verfügbar" +#: summary.php:564 +msgid "No payment information available." +msgstr "Keine Informationen zu Zahlungen verfügbar." -#: ajax_htmldata/getAcquisitionsDetails.php:199 summary.php:574 +#: summary.php:574 ajax_htmldata/getAcquisitionsDetails.php:199 msgid "License" msgstr "Lizenz" -#: ajax_htmldata/getAcquisitionsDetails.php:201 -msgid "edit license" -msgstr "Lizenz bearbeiten" - -#: ajax_htmldata/getAcquisitionsDetails.php:207 -#: ajax_htmldata/getProductDetails.php:101 summary.php:220 summary.php:579 -#: ajax_forms/getLicenseForm.php:138 -msgid "Status:" -msgstr "Status:" - -#: ajax_htmldata/getAcquisitionsDetails.php:213 summary.php:585 +#: summary.php:585 ajax_htmldata/getAcquisitionsDetails.php:213 msgid " on " msgstr " in " -#: ajax_htmldata/getAcquisitionsDetails.php:216 summary.php:588 -#: ajax_forms/getLicenseForm.php:171 -msgid "No license status information available." -msgstr "Keine Information zum Lizenzstatus verfügbar." - -#: ajax_htmldata/getAcquisitionsDetails.php:226 summary.php:596 +#: summary.php:596 ajax_htmldata/getAcquisitionsDetails.php:226 msgid "Licenses:" msgstr "Lizenzen:" -#: ajax_htmldata/getAcquisitionsDetails.php:232 -msgid "View License" -msgstr "Lizenz anzeigen" - -#: ajax_htmldata/getAcquisitionsDetails.php:235 summary.php:605 +#: summary.php:605 ajax_htmldata/getAcquisitionsDetails.php:235 msgid "No associated licenses available." msgstr "Keine zugehörigen Lizenzen verfügbar." -#: ajax_htmldata/getAcquisitionsDetails.php:249 -msgid "edit license and status" -msgstr "Lizenz und Status bearbeiten" +#: summary.php:652 +msgid "Additional Acquisitions Notes" +msgstr "Zusätzliche Erwerbungsnotizen" -#: ajax_htmldata/getAcquisitionsDetails.php:251 -msgid "edit license status" -msgstr "Lizenzstatus bearbeiten" +#: summary.php:674 ajax_htmldata/getAccessDetails.php:33 +msgid "Access Information" +msgstr "Zugangsinformationen" -#: ajax_htmldata/getProductDetails.php:84 -#: ajax_htmldata/getProductDetails.php:85 -msgid "remove resource" -msgstr "Ressource entfernen" +#: summary.php:682 +msgid "No access information available." +msgstr "Keine Informationen zum Zugang verfügbar." -#: ajax_htmldata/getProductDetails.php:91 -#: ajax_htmldata/getProductDetails.php:92 -msgid "remove resource and its children" -msgstr "Ressource und Untergeordnete entfernen" +#: summary.php:688 ajax_htmldata/getAccessDetails.php:45 +msgid "Administering Sites:" +msgstr "Verwaltende Standorte:" -#: ajax_htmldata/getProductDetails.php:111 -#: ajax_forms/getUpdateProductForm.php:214 ajax_forms/getContactForm.php:94 -msgid "Archived:" -msgstr "Archiviert:" +#: summary.php:702 ajax_htmldata/getAccessDetails.php:67 +msgid "Username / Password:" +msgstr "Benutzername / Passwort:" -#: ajax_htmldata/getProductDetails.php:136 summary.php:226 -msgid "Created:" -msgstr "Angelegt:" +#: summary.php:717 ajax_htmldata/getAccessDetails.php:82 +msgid "Registered IP Address:" +msgstr "Registrierte IP-Adresse:" -#: ajax_htmldata/getProductDetails.php:161 summary.php:252 -msgid "Last Update:" -msgstr "Letzte Änderung:" +#: summary.php:777 +msgid "Additional Access Notes" +msgstr "Zusätzliche Zugangsnotizen" -#: ajax_htmldata/getProductDetails.php:186 summary.php:277 -msgid "Related Products:" -msgstr "Verwandte Produkte:" +#: summary.php:793 resources/cataloging.php:103 +msgid "Cataloging" +msgstr "Katalogisierung" -#: ajax_htmldata/getProductDetails.php:194 -#: ajax_htmldata/getProductDetails.php:202 -msgid "view resource" -msgstr "Ressource anzeigen" +#: summary.php:799 resources/cataloging.php:114 +msgid "Identifier:" +msgstr "Identifier:" -#: ajax_htmldata/getProductDetails.php:194 -#: ajax_htmldata/getProductDetails.php:202 -#: ajax_htmldata/getProductDetails.php:256 -msgid "View " -msgstr "Anzeige " +#: summary.php:813 resources/cataloging.php:128 +msgid "Cataloging Type:" +msgstr "Katalogisierungsart:" -#: ajax_htmldata/getProductDetails.php:218 summary.php:300 -#: ajax_forms/getUpdateProductForm.php:148 -msgid "ISSN / ISBN:" -msgstr "ISSN / ISBN:" +#: summary.php:821 resources/cataloging.php:136 +msgid "Cataloging Status:" +msgstr "Katalogisierungssstatus:" -#: ajax_htmldata/getProductDetails.php:232 summary.php:309 -msgid "Aliases:" -msgstr "Aliase:" +#: summary.php:827 resources/cataloging.php:142 +msgid "# Records Available:" +msgstr "Anzahl verfügbarer Titel:" -#: ajax_htmldata/getProductDetails.php:249 summary.php:326 -msgid "Organizations:" -msgstr "Organisationen:" +#: summary.php:833 resources/cataloging.php:148 +msgid "# Records Loaded:" +msgstr "Anzahl geladener Titel:" -#: ajax_htmldata/getProductDetails.php:270 summary.php:347 -msgid "Resource URL:" -msgstr "URL der Ressource:" +#: summary.php:839 resources/cataloging.php:153 +msgid "OCLC Holdings:" +msgstr "Bestandsdaten:" -#: ajax_htmldata/getProductDetails.php:271 -msgid "Visit Resource URL" -msgstr "URL der Ressource aufrufen" +#: summary.php:840 resources/cataloging.php:154 +msgid "Yes" +msgstr "Ja" -#: ajax_htmldata/getProductDetails.php:278 summary.php:355 -#: ajax_forms/getUpdateProductForm.php:106 -#: ajax_forms/getNewResourceForm.php:120 -msgid "Alt URL:" -msgstr "Alternative URL:" +#: summary.php:840 resources/cataloging.php:154 +msgid "No" +msgstr "Nein" -#: ajax_htmldata/getProductDetails.php:279 -msgid "Visit Secondary Resource URL" -msgstr "Alternative URL der Ressource aufrufen" +#: summary.php:846 resources/cataloging.php:159 +msgid "No cataloging information available." +msgstr "Keine Informationen zur Katalogisierung verfügbar." -#: ajax_htmldata/getProductDetails.php:286 summary.php:363 -#: ajax_forms/getUpdateProductForm.php:96 ajax_forms/getNewResourceForm.php:105 -msgid "Description:" -msgstr "Beschreibung:" +#: summary.php:890 +msgid "Additional Cataloging Notes" +msgstr "Zusätzliche Katalogisierungsnotizen" -#: ajax_htmldata/getProductDetails.php:294 -msgid "edit product details" -msgstr "Produktinformationen bearbeiten" +#: dashboard_export.php:40 +msgid "Dashboard Statistics Export" +msgstr "Dashboard-Statistik-Export" -#: ajax_htmldata/getProductDetails.php:366 -#: ajax_htmldata/getProductDetails.php:367 -msgid "remove subject" -msgstr "Fachgebiet entfernen" +#: dashboard_export.php:50 ajax_htmldata/getDashboard.php:25 +msgid "Payment amount" +msgstr "Bezahlter Betrag" -#: ajax_htmldata/getProductDetails.php:388 -msgid "add new subject" -msgstr "Neues Fachgebiet" +#: admin.php:26 admin.php:41 +msgid "Administration" +msgstr "Administration" -#: ajax_htmldata/getAdminUserDisplay.php:22 -#: ajax_forms/getAdminUserUpdateForm.php:32 -msgid "Login ID" -msgstr "Login-ID" +#: admin.php:52 ajax_htmldata/getAdminUserDisplay.php:19 +#: ajax_htmldata/getAdminWorkflowDisplay.php:87 +msgid "Users" +msgstr "Nutzer" -#: ajax_htmldata/getAdminUserDisplay.php:23 -#: ajax_forms/getAdminUserUpdateForm.php:33 -msgid "First Name" -msgstr "Vorname" +#: admin.php:53 +msgid "Workflow / User Group" +msgstr "Workflow / Nutzergruppe" -#: ajax_htmldata/getAdminUserDisplay.php:24 -#: ajax_forms/getAdminUserUpdateForm.php:34 -msgid "Last Name" -msgstr "Nachname" +#: admin.php:54 export.php:96 +msgid "Access Method" +msgstr "Zugriffsmethode" -#: ajax_htmldata/getAdminUserDisplay.php:25 -#: ajax_forms/getAdminUserUpdateForm.php:36 -msgid "Privilege" -msgstr "Berechtigung" +#: admin.php:58 ajax_htmldata/getAdminAlertDisplay.php:10 +msgid "Alert Settings" +msgstr "Einstellungen für Warnungen" + +#: admin.php:61 +msgid "Attachment Type" +msgstr "Art des Anhangs" + +#: admin.php:65 resources/cataloging_edit.php:51 export.php:102 +msgid "Cataloging Type" +msgstr "Art der Katalogisierung" + +#: admin.php:66 +msgid "Contact Role" +msgstr "Rolle des Kontakts" + +#: admin.php:71 +msgid "Downtime Type" +msgstr "Art des Ausfalls" + +#: admin.php:72 +msgid "EBSCO Kb Config" +msgstr "EBSCO KB - Konfiguration" + +#: admin.php:73 +msgid "External Login Type" +msgstr "Art des externen Logins" + +#: admin.php:74 +msgid "Funds" +msgstr "Konten" + +#: admin.php:75 ajax_htmldata/getAdminImportConfigDisplay.php:7 +msgid "Import Configuration" +msgstr "Importkonfiguration" + +#: admin.php:76 export.php:92 +msgid "License Status" +msgstr "Status der Lizenzierung" + +#: admin.php:90 +msgid "Purchasing Site" +msgstr "Erwerbender Standort" + +#: admin.php:93 export.php:97 +msgid "Storage Location" +msgstr "Aufbewahrungsort" + +#: admin.php:94 ajax_htmldata/getProductDetails.php:322 +#: ajax_htmldata/getEbscoKbTitleDetails.php:51 +msgid "Subjects" +msgstr "Schlagwörter" -#: ajax_htmldata/getAdminUserDisplay.php:26 -#: ajax_forms/getAdminUserUpdateForm.php:54 -msgid "View Accounts" -msgstr "Zeige Konten" +#: admin.php:95 +msgid "User Limit" +msgstr "Nutzerbegrenzung" -#: ajax_htmldata/getAdminUserDisplay.php:47 -msgid "edit user" -msgstr "Nutze bearbeiten" +#: admin.php:100 queue.php:69 +msgid "Loading..." +msgstr "Läd..." -#: ajax_htmldata/getAdminUserDisplay.php:54 -#: ajax_htmldata/getAdminUserDisplay.php:58 -msgid "add new user" -msgstr "Neuer Nutzer" +#: admin.php:123 +msgid "You do not have permissions to access this screen." +msgstr "Sie haben keine Berechtigung auf diese Seite zuzugreifen." -#: ajax_htmldata/getSubmittedQueue.php:5 -msgid "Submitted Requests" -msgstr "Abgeschickte Anfragen" +#: admin/classes/common/Utility.php:125 +msgid "Error: unexpected fgets() fail" +msgstr "Fehler: Unerwarteter fgets()-Fehler" -#: ajax_htmldata/getSubmittedQueue.php:8 -msgid "No submitted requests" -msgstr "Keine abgeschickten Anfragen" +#: admin/classes/common/Utility.php:137 +msgid "Edit DDW facet/term selections at: " +msgstr "DDW Facetten-/Begriffsauswahl editieren unter: " -#: ajax_htmldata/getSavedQueue.php:6 -msgid "Saved Requests" -msgstr "Gespeicherte Anfragen" +#: admin/classes/common/Utility.php:153 +msgid "Email template file not found: " +msgstr "E-Mail-Template-Datei wurde nicht gefunden: " -#: ajax_htmldata/getSavedQueue.php:11 -msgid "No saved requests" -msgstr "Keine gespeicherten Anfragen" +#: admin/classes/common/Object.php:63 admin/classes/common/Object.php:72 +msgid "Cannot set value for undefined key (" +msgstr "Wert für nicht definierten Schlüssel kann nicht gesetzt werden (" -#: ajax_htmldata/getSavedQueue.php:46 -msgid "edit request" -msgstr "Anfrage bearbeiten" +#: admin/classes/common/DBService.php:52 +msgid "There was a problem with the database: " +msgstr "Es gab ein Problem mit der Datenbank: " -#: ajax_htmldata/getSavedQueue.php:47 -msgid "remove request" -msgstr "Anfrage löschen" +#: admin/classes/common/Dashboard.php:152 +msgid "Filters on resources" +msgstr "Filter für Ressourcen" -#: ajax_htmldata/getAdminSubjectDisplay.php:30 -#: ajax_htmldata/getAdminSubjectDisplay.php:71 -#: ajax_forms/getGeneralDetailSubjectForm.php:109 -msgid "subject in use" -msgstr "Fachgebiet wird verwendet" +#: admin/classes/common/Dashboard.php:156 +#: admin/classes/common/Dashboard.php:163 +msgid "none" +msgstr "keine" -#: ajax_htmldata/getAdminSubjectDisplay.php:92 -msgid "Subject Relationships" -msgstr "Fachgebietsbeziehungen" +#: admin/classes/common/Dashboard.php:159 +msgid "Filters on payments" +msgstr "Filter für Zahlungen" -#: resource.php:74 -msgid "Success!" -msgstr "Erfolg!" +#: admin/classes/common/Dashboard.php:167 +msgid "Start year" +msgstr "Jahr (Beginn)" -#: resource.php:75 -msgid "New resource added" -msgstr "Neue Ressource angelegt" +#: admin/classes/common/Dashboard.php:168 +msgid "End year" +msgstr "Jahr (Ende)" -#: resource.php:283 -msgid "Helpful Links" -msgstr "Hilfreiche Links" +#: admin/classes/common/Dashboard.php:174 +msgid "Group by" +msgstr "Gruppieren nach" -#: resource.php:293 -msgid "Send feedback on this resource" -msgstr "Feedback zu dieser Ressource schicken" +#: admin/classes/common/LdapPerson.php:34 +msgid "Could not connect to " +msgstr "Keine Verbindung mit " -#: resources/cataloging_edit.php:18 -msgid "Edit Cataloging" -msgstr "Katalogisierung bearbeiten" +#: admin/classes/domain/EbscoKbService.php:141 +msgid "There was a problem with the EBSCO Kb configuration: " +msgstr "Es gibt ein Problem mit der Konfiguration für EBSCO Kb: " -#: resources/cataloging_edit.php:27 -msgid "Record Set" -msgstr "Titelset" +#: admin/classes/domain/EbscoKbService.php:147 +msgid "" +"There was a problem with the EBSCO Kb Service Query: No search type was " +"selected." +msgstr "" +"Es gab ein Problem mit der EBSCO Kb Service Query: Es wurde kein Suchtyp " +"ausgewählt." -#: resources/cataloging_edit.php:39 -msgid "Identifier" -msgstr "Identifier" +#: admin/classes/domain/EbscoKbService.php:150 +msgid "" +"There was a problem with the EBSCO Kb Service Query: The provided search " +"type (" +msgstr "" +"Es ist ein Problem mit der EBSCO Kb Service Query aufgetreten: Der " +"angegebene Suchtyp (" -#: resources/cataloging_edit.php:45 -msgid "Source URL" -msgstr "Quell-URL" +#: admin/classes/domain/EbscoKbService.php:159 +#: admin/classes/domain/EbscoKbService.php:163 +msgid "There was a problem with the EBSCO Kb Service Query: " +msgstr "Es ist ein Problem mit der EBSCO Kb Service Query aufgetreten: " -#: resources/cataloging_edit.php:71 -msgid "# Records Available" -msgstr "Anzahl verfügbarer Titel" +#: admin/classes/domain/Resource.php:541 +msgid "Name contains: " +msgstr "Name enthält: " -#: resources/cataloging_edit.php:78 -msgid "# Records Loaded" -msgstr "Anzahl geladener Titel" +#: admin/classes/domain/Resource.php:548 +msgid "ISSN/ISBN: " +msgstr "ISSN/ISBN: " -#: resources/cataloging_edit.php:85 -msgid "OCLC Holdings" -msgstr "Bestandsdaten" +#: admin/classes/domain/Resource.php:555 +msgid "Workflow Step: " +msgstr "Workflow-Schritt: " -#: resources/cataloging_edit.php:105 ajax_forms/getLicenseForm.php:193 -#: ajax_forms/getNoteForm.php:61 ajax_forms/getAdminWorkflowForm.php:268 -#: ajax_forms/getNewDowntimeForm.php:135 ajax_forms/getAdminUpdateForm.php:44 -#: ajax_forms/getCostForm.php:367 ajax_forms/getAttachmentForm.php:91 -#: ajax_forms/getResourceStepForm.php:65 -#: ajax_forms/getUpdateProductForm.php:429 ajax_forms/getNewIssueForm.php:135 -#: ajax_forms/getOrderForm.php:175 ajax_forms/getAdminAlertEmailForm.php:34 -#: ajax_forms/getEbscoKbTitleImportForm.php:130 -#: ajax_forms/getAdminUserGroupForm.php:147 -#: ajax_forms/getNewResourceForm.php:295 -#: ajax_forms/getAdminFundUpdateForm.php:45 -#: ajax_forms/getAdminAlertDaysForm.php:34 -#: ajax_forms/getDetailSubjectUpdateForm.php:38 -#: ajax_forms/getAccessForm.php:254 -#: ajax_forms/getGeneralDetailSubjectForm.php:130 -#: ajax_forms/getAdminUserUpdateForm.php:66 -#: ajax_forms/getAdminCurrencyUpdateForm.php:38 -#: ajax_forms/getContactForm.php:163 -#: ajax_forms/getGeneralSubjectUpdateForm.php:38 -#: ajax_forms/getAdminImportConfigUpdateForm.php:40 -#: ajax_forms/getAccountForm.php:86 -msgid "submit" -msgstr "Abschicken" +#: admin/classes/domain/Resource.php:570 +msgid "Status: " +msgstr "Status: " -#: resources/cataloging.php:103 summary.php:793 -msgid "Cataloging" -msgstr "Katalogisierung" +#: admin/classes/domain/Resource.php:582 +msgid "Creator: " +msgstr "Urheber: " -#: resources/cataloging.php:114 summary.php:799 -msgid "Identifier:" -msgstr "Identifier:" +#: admin/classes/domain/Resource.php:588 +msgid "Resource Format: " +msgstr "Format der Ressource: " -#: resources/cataloging.php:120 -msgid "Source URL:" -msgstr "Quell-URL:" +#: admin/classes/domain/Resource.php:594 +msgid "Acquisition Type: " +msgstr "Erwerbungsart: " -#: resources/cataloging.php:121 -msgid "Visit Source URL" -msgstr "Quell-URL aufrufen" +#: admin/classes/domain/Resource.php:600 +msgid "Note contains: " +msgstr "Notiz enthält: " -#: resources/cataloging.php:128 summary.php:813 -msgid "Cataloging Type:" -msgstr "Katalogisierungsart:" +#: admin/classes/domain/Resource.php:606 +msgid "Created on or after: " +msgstr "Angelegt am oder nach: " -#: resources/cataloging.php:136 summary.php:821 -msgid "Cataloging Status:" -msgstr "Katalogisierungssstatus:" +#: admin/classes/domain/Resource.php:608 +msgid "Created between: " +msgstr "Angelegt zwischen: " -#: resources/cataloging.php:141 -msgid "Number of Records Available" -msgstr "Anzahl verfügbarer Titel" +#: admin/classes/domain/Resource.php:615 +msgid "Created on or before: " +msgstr "Angelegt an oder vor: " -#: resources/cataloging.php:142 summary.php:827 -msgid "# Records Available:" -msgstr "Anzahl verfügbarer Titel:" +#: admin/classes/domain/Resource.php:621 +msgid "Starts with: " +msgstr "Beginnt mit: " -#: resources/cataloging.php:147 -msgid "Number of Records Loaded" -msgstr "Anzahl geladener Titel" +#: admin/classes/domain/Resource.php:627 +msgid "Fund: none" +msgstr "Etat: keiner" -#: resources/cataloging.php:148 summary.php:833 -msgid "# Records Loaded:" -msgstr "Anzahl geladener Titel:" +#: admin/classes/domain/Resource.php:631 +msgid "Fund: " +msgstr "Etat: " -#: resources/cataloging.php:153 summary.php:839 -msgid "OCLC Holdings:" -msgstr "Bestandsdaten:" +#: admin/classes/domain/Resource.php:635 admin/classes/domain/Resource.php:645 +#: admin/classes/domain/Resource.php:654 +msgid "Resource Type: none" +msgstr "Art der Ressource: keine" -#: resources/cataloging.php:154 summary.php:840 -msgid "Yes" -msgstr "Ja" +#: admin/classes/domain/Resource.php:639 +msgid "Resource Type: " +msgstr "Art der Ressource: " -#: resources/cataloging.php:154 summary.php:840 -msgid "No" -msgstr "Nein" +#: admin/classes/domain/Resource.php:649 +msgid "General Subject: " +msgstr "Allgemeines Fachgebiet: " -#: resources/cataloging.php:159 summary.php:846 -msgid "No cataloging information available." -msgstr "Keine Informationen zur Katalogisierung verfügbar." +#: admin/classes/domain/Resource.php:658 +msgid "Detailed Subject: " +msgstr "Genaues Fachgebiet: " -#: resources/cataloging.php:165 -msgid "edit cataloging details" -msgstr "Katalogisierungsdetails bearbeiten" +#: admin/classes/domain/Resource.php:663 +msgid "Note Type: none" +msgstr "Art der Notiz: keine" -#: summary.php:38 -msgid " Summary" -msgstr " Zusammenfassung" +#: admin/classes/domain/Resource.php:667 +msgid "Note Type: " +msgstr "Art der Notiz: " -#: summary.php:214 -msgid "Record ID:" -msgstr "Datensatz-ID:" +#: admin/classes/domain/Resource.php:673 +msgid "Purchase Site: none" +msgstr "Erwerbender Standort: keiner" -#: summary.php:283 -msgid "(Parent)" -msgstr "(Übergeordnet)" +#: admin/classes/domain/Resource.php:677 +msgid "Purchase Site: " +msgstr "Erwerbender Standort: " -#: summary.php:410 -msgid "Additional Product Notes" -msgstr "Zusätzliche Produktnotizen" +#: admin/classes/domain/Resource.php:683 +msgid "Authorized Site: none" +msgstr "Autorisierter Standort: keiner" -#: summary.php:458 -msgid "Purchasing Site:" -msgstr "Erwerbender Standort:" +#: admin/classes/domain/Resource.php:687 +msgid "Authorized Site: " +msgstr "Autorisierter Standort: " -#: summary.php:480 ajax_forms/getOrderForm.php:88 -msgid "Current Sub End:" -msgstr "Aktuelles Abo-Ende:" +#: admin/classes/domain/Resource.php:693 +msgid "Administering Site: none" +msgstr "Verwaltender Standort: keiner" -#: summary.php:503 -msgid "Year:" -msgstr "Jahr:" +#: admin/classes/domain/Resource.php:697 +msgid "Administering Site: " +msgstr "Verwaltender Standort: " -#: summary.php:507 -msgid "Sub StartDate:" -msgstr "Abo-Beginn:" +#: admin/classes/domain/Resource.php:703 +msgid "Authentication Type: none" +msgstr "Art der Authentifikation: keine" -#: summary.php:511 -msgid "Sub EndDate:" -msgstr "Abo-Ende:" +#: admin/classes/domain/Resource.php:707 +msgid "Authentication Type: " +msgstr "Art der Authentifikation: " -#: summary.php:516 -msgid "Fund:" -msgstr "Etat:" +#: admin/classes/domain/Resource.php:712 +msgid "Cataloging Status: none" +msgstr "Katalogisierungsstatus: keiner" -#: summary.php:521 -msgid "Tax Excl.:" -msgstr "Exkl. Steuer:" +#: admin/classes/domain/Resource.php:716 +msgid "Cataloging Status: " +msgstr "Katalogisierungsstatus: " -#: summary.php:525 -msgid "Tax Rate:" -msgstr "Steuerrate:" +#: admin/classes/domain/Resource.php:729 +msgid "Publisher name contains: " +msgstr "Verlagsname enthält: " -#: summary.php:530 -msgid "Tax Incl.:" -msgstr "Inkl. Steuer:" +#: admin/classes/domain/Resource.php:742 +msgid "Platform name contains: " +msgstr "Plattformname enthält: " -#: summary.php:536 -msgid "Payment:" -msgstr "Zahlung:" +#: admin/classes/domain/Resource.php:755 +msgid "Provider name contains: " +msgstr "Anbietername (enthält): " -#: summary.php:540 -msgid "Order Type:" -msgstr "Bestelltyp:" +#: sendAlerts.php:74 +msgid "No Resources found fitting alert day criteria" +msgstr "" +"Es wurden keine Ressourcen gefunden, auf welche die " +"Benachrichtigungskriterien zutreffen" -#: summary.php:555 -msgid "Invoice No.:" -msgstr "Rechnungsnr.:" +#: sendAlerts.php:96 +msgid "No Issues found fitting alert day criteria" +msgstr "" +"Es wurden keine Probleme gefunden, auf welche die Benachrichtigungskriterien " +"zutreffen" -#: summary.php:564 -msgid "No payment information available." -msgstr "Keine Informationen zu Zahlungen verfügbar." +#: sendAlerts.php:121 +msgid "CORAL Alert: workflow step for ressource " +msgstr "CORAL-Warnung: Workflow-Schritt für Ressource " -#: summary.php:652 -msgid "Additional Acquisitions Notes" -msgstr "Zusätzliche Erwerbungsnotizen" +#: sendAlerts.php:121 +msgid " is due" +msgstr " ist fällig" -#: summary.php:682 -msgid "No access information available." -msgstr "Keine Informationen zum Zugang verfügbar." +#: sendAlerts.php:127 +msgid "Alerts not enabled in configuration.ini file" +msgstr "Warnungen wurden in der configuration.ini nicht aktiviert" -#: summary.php:777 -msgid "Additional Access Notes" -msgstr "Zusätzliche Zugangsnotizen" +#: user.php:95 +msgid "" +"Login is not working. Check the .htaccess file and the " +"remoteAuthVariableName specified in /admin/configuration.ini" +msgstr "" +"Das Login funktioniert nicht. Überprüfen Sie die .htaccess-Datei und die " +"remoteAuthVariableName in der /admin/configuration.ini" -#: summary.php:805 ajax_forms/getUpdateProductForm.php:101 -#: ajax_forms/getNewResourceForm.php:115 ajax_forms/getAccountForm.php:44 -msgid "URL:" -msgstr "URL:" +#: dashboard_menu.php:3 dashboard_menu.php:7 templates/header.php:204 +#: templates/header.php:207 +msgid "Dashboards" +msgstr "Dashboards" -#: summary.php:890 -msgid "Additional Cataloging Notes" -msgstr "Zusätzliche Katalogisierungsnotizen" +#: dashboard_menu.php:8 +msgid "Statistics" +msgstr "Statistiken" -#: ajax_processing.php:27 -msgid "Processing action " -msgstr "Verarbeitungsaktion " +#: dashboard_menu.php:9 +msgid "Yearly costs" +msgstr "Jährliche Kosten" + +#: queue.php:26 queue.php:42 templates/header.php:180 templates/header.php:183 +msgid "My Queue" +msgstr "Meine Aufgaben" #: ebsco_kb.php:49 msgid "EBSCO Knowledge Base" @@ -2603,1128 +2614,1134 @@ msgstr "enthält" msgid "Selection" msgstr "Auswahl" -#: ajax_forms.php:25 -msgid "Form action " -msgstr "Formularaktion " - -#: dashboard.php:3 dashboard_yearly_costs.php:3 -msgid "Dashboard" -msgstr "Dashboard" - -#: dashboard.php:10 -msgid "Dashboard: Statistics" -msgstr "Dashboard: Statistik" +#: ebsco_kb.php:175 templates/ebscoKbPackageList.php:7 +msgid "Content Type" +msgstr "Inhaltstyp" -#: dashboard.php:25 dashboard_yearly_costs.php:24 -msgid "Resource type" -msgstr "Art der Ressource" +#: templates/ebscoKbVendorList.php:5 +msgid "Packages" +msgstr "Pakete" -#: dashboard.php:37 dashboard_yearly_costs.php:36 -msgid "Acquisition type" -msgstr "Erwerbungsart" +#: templates/ebscoKbVendorList.php:24 +msgid "View Packages" +msgstr "Zeige Pakete" -#: dashboard.php:64 dashboard_yearly_costs.php:64 -msgid "Group By" -msgstr "Gruppiere nach" +#: templates/ebscoKbPackageList.php:5 templates/ebscoKbTitleList.php:5 +msgid "Imported?" +msgstr "Importiert?" -#: dashboard.php:66 dashboard_yearly_costs.php:66 -msgid "Resource" -msgstr "Ressource" +#: templates/ebscoKbPackageList.php:6 +msgid "Title Count" +msgstr "Titelzahl" -#: dashboard.php:75 dashboard_yearly_costs.php:75 -msgid "Display" -msgstr "Anzeige" +#: templates/ebscoKbPackageList.php:24 templates/ebscoKbTitleList.php:25 +msgid "imported in Coral" +msgstr "in Coral importiert" -#: dashboard.php:77 dashboard_yearly_costs.php:77 -msgid "Export" -msgstr "Export" +#: templates/ebscoKbPackageList.php:32 +msgid "selected" +msgstr "ausgewählt" -#: dashboard_yearly_costs_exports.php:43 -msgid "Dashboard Yearly Costs Export" -msgstr "Dahsboard Jährliche Kosten exportieren" +#: templates/ebscoKbPackageList.php:45 +#: ajax_htmldata/getEbscoKbTitleDetails.php:123 +msgid "View Titles" +msgstr "Titel anzeigen" -#: setuser.php:44 +#: templates/header.php:76 msgid "" -"LDAP Connection is not working or has timed out. Please check configuration." -"ini to verify settings." +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " msgstr "" -"Die LDAP-Verbindung funktioniert nicht oder ist in Timeout gelaufen. Bitte " -"überprüfen Sie die Einstellungen in configuration.ini." +"JavaScript muss aktiviert sein, um Coral verwenden zu können. Es scheint, " +"dass JavaScript entweder deaktiviert ist oder von Ihrem Browser nicht " +"unterstützt wird. Um Coral zu verwenden, aktivieren Sie JavaScript in den " +"Einstellungen Ihres Browsers und " -#: importHistory.php:9 -msgid "Import detail" -msgstr "Importdetails" +#: templates/header.php:76 +msgid "try again" +msgstr "versuchen Sie es erneut" -#: importHistory.php:57 -msgid "Import history" -msgstr "Import-Historie" +#: templates/header.php:96 ajax_htmldata/getDowntimeList.php:81 +#: ajax_htmldata/getIssuesList.php:98 +msgid "Resources" +msgstr "Ressourcen" -#: admin/classes/domain/EbscoKbService.php:141 -msgid "There was a problem with the EBSCO Kb configuration: " -msgstr "Es gibt ein Problem mit der Konfiguration für EBSCO Kb: " +#: templates/header.php:97 +msgid "Powered by" +msgstr "Powered by" -#: admin/classes/domain/EbscoKbService.php:147 -msgid "" -"There was a problem with the EBSCO Kb Service Query: No search type was " -"selected." -msgstr "" -"Es gab ein Problem mit der EBSCO Kb Service Query: Es wurde kein Suchtyp " -"ausgewählt." +#: templates/header.php:103 +msgid "Hello" +msgstr "Hallo" -#: admin/classes/domain/EbscoKbService.php:150 -msgid "" -"There was a problem with the EBSCO Kb Service Query: The provided search " -"type (" -msgstr "" -"Es ist ein Problem mit der EBSCO Kb Service Query aufgetreten: Der " -"angegebene Suchtyp (" +#: templates/header.php:113 +msgid "logout" +msgstr "Logout" + +#: templates/header.php:113 +msgid "Help" +msgstr "Hilfe" + +#: templates/header.php:131 +msgid "Invalid translation route!" +msgstr "Ungültige Übersetzung!" + +#: templates/header.php:173 templates/header.php:176 +msgid "New Resource" +msgstr "Neue Ressource" + +#: templates/header.php:190 +msgid "File Import" +msgstr "Dateiimport" + +#: templates/header.php:194 templates/header.php:197 +msgid "EBSCO Kb" +msgstr "EBSCO KB" + +#: templates/header.php:213 templates/header.php:216 +msgid "Admin" +msgstr "Admin" + +#: templates/header.php:235 +msgid "Change Module" +msgstr "Modul wechseln" + +#: templates/header.php:238 +msgid "Main Menu" +msgstr "Hauptmenü" + +#: templates/header.php:243 +msgid "Organizations module" +msgstr "Organisationsmodul" + +#: templates/header.php:248 +msgid "Licensing module" +msgstr "Lizenzmodul" + +#: templates/header.php:248 +msgid "Licensing" +msgstr "Lizenzen" -#: admin/classes/domain/EbscoKbService.php:159 -#: admin/classes/domain/EbscoKbService.php:163 -msgid "There was a problem with the EBSCO Kb Service Query: " -msgstr "Es ist ein Problem mit der EBSCO Kb Service Query aufgetreten: " +#: templates/header.php:253 +msgid "Usage Statistics module" +msgstr "Nutzungsstatistikmodul" -#: admin/classes/domain/Resource.php:535 -msgid "Name contains: " -msgstr "Name enthält: " +#: templates/header.php:253 +msgid "Usage Statistics" +msgstr "Nutzungsstatistik" -#: admin/classes/domain/Resource.php:542 -msgid "ISSN/ISBN: " -msgstr "ISSN/ISBN: " +#: templates/header.php:258 +msgid "Management module" +msgstr "Managementmodul" -#: admin/classes/domain/Resource.php:549 -msgid "Workflow Step: " -msgstr "Workflow-Schritt: " +#: templates/header.php:258 +msgid "Management" +msgstr "Management" -#: admin/classes/domain/Resource.php:564 -msgid "Status: " -msgstr "Status: " +#: templates/ebscoKbTitleList.php:4 +msgid "Title" +msgstr "Titel" -#: admin/classes/domain/Resource.php:576 -msgid "Creator: " -msgstr "Urheber: " +#: templates/ebscoKbTitleList.php:7 ajax_htmldata/getEbscoKbTitleDetails.php:60 +msgid "ISXNs" +msgstr "ISXNs" -#: admin/classes/domain/Resource.php:582 -msgid "Resource Format: " -msgstr "Format der Ressource: " +#: resources/cataloging_edit.php:18 +msgid "Edit Cataloging" +msgstr "Katalogisierung bearbeiten" -#: admin/classes/domain/Resource.php:588 -msgid "Acquisition Type: " -msgstr "Erwerbungsart: " +#: resources/cataloging_edit.php:27 +msgid "Record Set" +msgstr "Titelset" -#: admin/classes/domain/Resource.php:594 -msgid "Note contains: " -msgstr "Notiz enthält: " +#: resources/cataloging_edit.php:39 +msgid "Identifier" +msgstr "Identifier" -#: admin/classes/domain/Resource.php:600 -msgid "Created on or after: " -msgstr "Angelegt am oder nach: " +#: resources/cataloging_edit.php:45 +msgid "Source URL" +msgstr "Quell-URL" -#: admin/classes/domain/Resource.php:602 -msgid "Created between: " -msgstr "Angelegt zwischen: " +#: resources/cataloging_edit.php:71 +msgid "# Records Available" +msgstr "Anzahl verfügbarer Titel" -#: admin/classes/domain/Resource.php:609 -msgid "Created on or before: " -msgstr "Angelegt an oder vor: " +#: resources/cataloging_edit.php:78 +msgid "# Records Loaded" +msgstr "Anzahl geladener Titel" -#: admin/classes/domain/Resource.php:615 -msgid "Starts with: " -msgstr "Beginnt mit: " +#: resources/cataloging_edit.php:85 +msgid "OCLC Holdings" +msgstr "Bestandsdaten" -#: admin/classes/domain/Resource.php:621 -msgid "Fund: none" -msgstr "Etat: keiner" +#: resources/cataloging.php:106 ajax_htmldata/getOrdersDetails.php:32 +#: ajax_htmldata/getOrdersDetails.php:110 +msgid "edit order information" +msgstr "Bestellinformationen bearbeiten" -#: admin/classes/domain/Resource.php:625 -msgid "Fund: " -msgstr "Etat: " +#: resources/cataloging.php:120 +msgid "Source URL:" +msgstr "Quell-URL:" -#: admin/classes/domain/Resource.php:629 admin/classes/domain/Resource.php:639 -#: admin/classes/domain/Resource.php:648 -msgid "Resource Type: none" -msgstr "Art der Ressource: keine" +#: resources/cataloging.php:121 +msgid "Visit Source URL" +msgstr "Quell-URL aufrufen" -#: admin/classes/domain/Resource.php:633 -msgid "Resource Type: " -msgstr "Art der Ressource: " +#: resources/cataloging.php:141 +msgid "Number of Records Available" +msgstr "Anzahl verfügbarer Titel" -#: admin/classes/domain/Resource.php:643 -msgid "General Subject: " -msgstr "Allgemeines Fachgebiet: " +#: resources/cataloging.php:147 +msgid "Number of Records Loaded" +msgstr "Anzahl geladener Titel" -#: admin/classes/domain/Resource.php:652 -msgid "Detailed Subject: " -msgstr "Genaues Fachgebiet: " +#: resources/cataloging.php:165 +msgid "edit cataloging details" +msgstr "Katalogisierungsdetails bearbeiten" -#: admin/classes/domain/Resource.php:657 -msgid "Note Type: none" -msgstr "Art der Notiz: keine" +#: resources/cataloging.php:209 ajax_htmldata/getAcquisitionsDetails.php:293 +#: ajax_htmldata/getProductDetails.php:435 +#: ajax_htmldata/getAccessDetails.php:161 +msgid "Additional Notes" +msgstr "Zusätzliche Notizen" -#: admin/classes/domain/Resource.php:661 -msgid "Note Type: " -msgstr "Art der Notiz: " +#: resources/cataloging.php:212 resources/cataloging.php:231 +#: ajax_htmldata/getAcquisitionsDetails.php:296 +#: ajax_htmldata/getAcquisitionsDetails.php:315 +#: ajax_htmldata/getProductDetails.php:438 +#: ajax_htmldata/getProductDetails.php:457 +#: ajax_htmldata/getAccessDetails.php:164 +#: ajax_htmldata/getAccessDetails.php:183 +msgid "add new note" +msgstr "Neue Notiz" -#: admin/classes/domain/Resource.php:667 -msgid "Purchase Site: none" -msgstr "Erwerbender Standort: keiner" +#: resources/cataloging.php:220 ajax_htmldata/getAcquisitionsDetails.php:304 +#: ajax_htmldata/getProductDetails.php:446 +#: ajax_htmldata/getAccessDetails.php:172 +msgid "edit note" +msgstr "Noitz bearbeiten" -#: admin/classes/domain/Resource.php:671 -msgid "Purchase Site: " -msgstr "Erwerbender Standort: " +#: resources/cataloging.php:220 ajax_htmldata/getAcquisitionsDetails.php:304 +#: ajax_htmldata/getProductDetails.php:446 +#: ajax_htmldata/getContactDetails.php:71 +#: ajax_htmldata/getAccessDetails.php:172 +msgid "remove note" +msgstr "Notiz löschen" -#: admin/classes/domain/Resource.php:677 -msgid "Authorized Site: none" -msgstr "Autorisierter Standort: keiner" +#: ajax_htmldata/getAcquisitionsDetails.php:95 +#: ajax_htmldata/getAcquisitionsDetails.php:201 +#: ajax_htmldata/getAcquisitionsDetails.php:304 +#: ajax_htmldata/getAdminUserDisplay.php:47 +#: ajax_htmldata/getProductDetails.php:75 +#: ajax_htmldata/getProductDetails.php:446 +#: ajax_htmldata/getAttachmentDetails.php:37 +#: ajax_htmldata/getAdminCurrencyDisplay.php:25 +#: ajax_htmldata/getAccountDetails.php:44 +#: ajax_htmldata/getContactDetails.php:70 +#: ajax_htmldata/getAdminAlertDisplay.php:25 +#: ajax_htmldata/getAdminAlertDisplay.php:55 +#: ajax_htmldata/getAdminDisplay.php:28 ajax_htmldata/getAccessDetails.php:37 +#: ajax_htmldata/getAccessDetails.php:172 +#: ajax_htmldata/getAdminSubjectDisplay.php:66 +#: ajax_htmldata/getAdminSubjectDisplay.php:114 +#: ajax_htmldata/getSavedQueue.php:46 ajax_htmldata/getOrdersDetails.php:32 +#: ajax_htmldata/getGeneralSubjectDisplay.php:25 +#: ajax_htmldata/getAdminWorkflowDisplay.php:51 +#: ajax_htmldata/getAdminWorkflowDisplay.php:103 +msgid "edit" +msgstr "Bearbeiten" -#: admin/classes/domain/Resource.php:681 -msgid "Authorized Site: " -msgstr "Autorisierter Standort: " +#: ajax_htmldata/getAcquisitionsDetails.php:95 +#: ajax_htmldata/getAcquisitionsDetails.php:190 +msgid "edit cost history" +msgstr "Kostenhistorie bearbeiten" -#: admin/classes/domain/Resource.php:687 -msgid "Administering Site: none" -msgstr "Verwaltender Standort: keiner" +#: ajax_htmldata/getAcquisitionsDetails.php:118 export.php:77 +msgid "Details" +msgstr "Details" -#: admin/classes/domain/Resource.php:691 -msgid "Administering Site: " -msgstr "Verwaltender Standort: " +#: ajax_htmldata/getAcquisitionsDetails.php:184 +msgid "No payment information available" +msgstr "Keine Informationen zur Zahlung verfügbar" -#: admin/classes/domain/Resource.php:697 -msgid "Authentication Type: none" -msgstr "Art der Authentifikation: keine" +#: ajax_htmldata/getAcquisitionsDetails.php:201 +msgid "edit license" +msgstr "Lizenz bearbeiten" -#: admin/classes/domain/Resource.php:701 -msgid "Authentication Type: " -msgstr "Art der Authentifikation: " +#: ajax_htmldata/getAcquisitionsDetails.php:232 +msgid "View License" +msgstr "Lizenz anzeigen" -#: admin/classes/domain/Resource.php:706 -msgid "Cataloging Status: none" -msgstr "Katalogisierungsstatus: keiner" +#: ajax_htmldata/getAcquisitionsDetails.php:249 +msgid "edit license and status" +msgstr "Lizenz und Status bearbeiten" -#: admin/classes/domain/Resource.php:710 -msgid "Cataloging Status: " -msgstr "Katalogisierungsstatus: " +#: ajax_htmldata/getAcquisitionsDetails.php:251 +msgid "edit license status" +msgstr "Lizenzstatus bearbeiten" -#: admin/classes/domain/Resource.php:723 -msgid "Publisher name contains: " -msgstr "Verlagsname enthält: " +#: ajax_htmldata/getOutstandingQueue.php:7 +msgid "Outstanding Tasks" +msgstr "Offene Aufgaben" -#: admin/classes/domain/Resource.php:736 -msgid "Platform name contains: " -msgstr "Plattformname enthält: " +#: ajax_htmldata/getOutstandingQueue.php:12 +msgid "No outstanding requests" +msgstr "Keine offenen Anfragen" -#: admin/classes/domain/Resource.php:749 -msgid "Provider name contains: " -msgstr "Anbietername (enthält): " +#: ajax_htmldata/getOutstandingQueue.php:19 +#: ajax_htmldata/getSubmittedQueue.php:14 ajax_htmldata/getSavedQueue.php:17 +#: ajax_htmldata/getSearchResources.php:114 +msgid "ID" +msgstr "ID" -#: admin/classes/common/LdapPerson.php:34 -msgid "Could not connect to " -msgstr "Keine Verbindung mit " +#: ajax_htmldata/getOutstandingQueue.php:24 +#: ajax_htmldata/getWorkflowDetails.php:26 +msgid "Start Date" +msgstr "Startdatum" -#: admin/classes/common/Utility.php:125 -msgid "Error: unexpected fgets() fail" -msgstr "Fehler: Unerwarteter fgets()-Fehler" +#: ajax_htmldata/getAdminUserDisplay.php:47 +msgid "edit user" +msgstr "Nutze bearbeiten" -#: admin/classes/common/Utility.php:137 -msgid "Edit DDW facet/term selections at: " -msgstr "DDW Facetten-/Begriffsauswahl editieren unter: " +#: ajax_htmldata/getAdminUserDisplay.php:48 +#: ajax_htmldata/getAdminCurrencyDisplay.php:26 +#: ajax_htmldata/getAdminAlertDisplay.php:26 +#: ajax_htmldata/getAdminAlertDisplay.php:56 +#: ajax_htmldata/getAdminDisplay.php:29 +#: ajax_htmldata/getAdminSubjectDisplay.php:28 +#: ajax_htmldata/getAdminSubjectDisplay.php:69 +#: ajax_htmldata/getGeneralSubjectDisplay.php:26 +#: ajax_htmldata/getAdminWorkflowDisplay.php:53 +#: ajax_htmldata/getAdminWorkflowDisplay.php:104 +msgid "remove" +msgstr "Löschen" -#: admin/classes/common/Utility.php:153 -msgid "Email template file not found: " -msgstr "E-Mail-Template-Datei wurde nicht gefunden: " +#: ajax_htmldata/getAdminUserDisplay.php:54 +#: ajax_htmldata/getAdminUserDisplay.php:58 +msgid "add new user" +msgstr "Neuer Nutzer" -#: admin/classes/common/Object.php:63 admin/classes/common/Object.php:72 -msgid "Cannot set value for undefined key (" -msgstr "Wert für nicht definierten Schlüssel kann nicht gesetzt werden (" +#: ajax_htmldata/getProductDetails.php:76 ajax_htmldata/getAccessDetails.php:37 +msgid "edit resource" +msgstr "Ressource bearbeiten" -#: admin/classes/common/DBService.php:52 -msgid "There was a problem with the database: " -msgstr "Es gab ein Problem mit der Datenbank: " +#: ajax_htmldata/getProductDetails.php:84 +#: ajax_htmldata/getProductDetails.php:85 +msgid "remove resource" +msgstr "Ressource entfernen" + +#: ajax_htmldata/getProductDetails.php:91 +#: ajax_htmldata/getProductDetails.php:92 +msgid "remove resource and its children" +msgstr "Ressource und Untergeordnete entfernen" -#: admin/classes/common/Dashboard.php:152 -msgid "Filters on resources" -msgstr "Filter für Ressourcen" +#: ajax_htmldata/getProductDetails.php:194 +#: ajax_htmldata/getProductDetails.php:202 +msgid "view resource" +msgstr "Ressource anzeigen" -#: admin/classes/common/Dashboard.php:156 -#: admin/classes/common/Dashboard.php:163 -msgid "none" -msgstr "keine" +#: ajax_htmldata/getProductDetails.php:194 +#: ajax_htmldata/getProductDetails.php:202 +#: ajax_htmldata/getProductDetails.php:256 +msgid "View " +msgstr "Anzeige " -#: admin/classes/common/Dashboard.php:159 -msgid "Filters on payments" -msgstr "Filter für Zahlungen" +#: ajax_htmldata/getProductDetails.php:271 +msgid "Visit Resource URL" +msgstr "URL der Ressource aufrufen" -#: admin/classes/common/Dashboard.php:167 -msgid "Start year" -msgstr "Jahr (Beginn)" +#: ajax_htmldata/getProductDetails.php:279 +msgid "Visit Secondary Resource URL" +msgstr "Alternative URL der Ressource aufrufen" -#: admin/classes/common/Dashboard.php:168 -msgid "End year" -msgstr "Jahr (Ende)" +#: ajax_htmldata/getProductDetails.php:294 +msgid "edit product details" +msgstr "Produktinformationen bearbeiten" -#: admin/classes/common/Dashboard.php:174 -msgid "Group by" -msgstr "Gruppieren nach" +#: ajax_htmldata/getProductDetails.php:366 +#: ajax_htmldata/getProductDetails.php:367 +msgid "remove subject" +msgstr "Fachgebiet entfernen" -#: user.php:95 -msgid "" -"Login is not working. Check the .htaccess file and the " -"remoteAuthVariableName specified in /admin/configuration.ini" -msgstr "" -"Das Login funktioniert nicht. Überprüfen Sie die .htaccess-Datei und die " -"remoteAuthVariableName in der /admin/configuration.ini" +#: ajax_htmldata/getProductDetails.php:388 +msgid "add new subject" +msgstr "Neues Fachgebiet" -#: ajax_forms/getLicenseForm.php:52 -msgid "Edit Licenses" -msgstr "Lizenzen bearbeiten" +#: ajax_htmldata/getAttachmentDetails.php:32 +msgid "view attachment" +msgstr "Anhang anzeigen" -#: ajax_forms/getLicenseForm.php:62 -msgid "License Records" -msgstr "Lizenzsätze" +#: ajax_htmldata/getAttachmentDetails.php:37 +msgid "edit attachment" +msgstr "Anhang bearbeiten" -#: ajax_forms/getLicenseForm.php:78 -msgid "add license" -msgstr "Neue Lizenz" +#: ajax_htmldata/getAttachmentDetails.php:37 +msgid "remove this attachment" +msgstr "Anhang löschen" -#: ajax_forms/getLicenseForm.php:78 ajax_forms/getAdminWorkflowForm.php:157 -#: ajax_forms/getResourceSubjectForm.php:26 -#: ajax_forms/getResourceSubjectForm.php:33 ajax_forms/getCostForm.php:189 -#: ajax_forms/getUpdateProductForm.php:124 -#: ajax_forms/getUpdateProductForm.php:153 -#: ajax_forms/getUpdateProductForm.php:266 -#: ajax_forms/getUpdateProductForm.php:359 ajax_forms/getNewIssueForm.php:78 -#: ajax_forms/getAdminUserGroupForm.php:82 -#: ajax_forms/getGeneralDetailSubjectForm.php:76 -msgid "Add" -msgstr "Hinzufügen" +#: ajax_htmldata/getAttachmentDetails.php:69 +msgid "No attachments available" +msgstr "Keine Anhänge vorhanden" -#: ajax_forms/getLicenseForm.php:105 -msgid "remove license link" -msgstr "Lizenzlink entfernen" +#: ajax_htmldata/getAttachmentDetails.php:74 +msgid "add new attachment" +msgstr "Neuer Anhang" -#: ajax_forms/getLicenseForm.php:105 -msgid "remove " -msgstr "entfernen " +#: ajax_htmldata/getAdminCurrencyDisplay.php:38 +msgid "add new currency" +msgstr "Neue Währung hinzufügen" -#: ajax_forms/getLicenseForm.php:105 -msgid " license" -msgstr " Lizenz" +#: ajax_htmldata/getAccountDetails.php:14 +msgid "Resource Specific:" +msgstr "Ressourcenspezifisch:" -#: ajax_forms/getLicenseForm.php:130 -msgid "Licensing Status" -msgstr "Lizenzstatus" +#: ajax_htmldata/getAccountDetails.php:18 +msgid "No Resource Specific Accounts" +msgstr "Keine ressourcenspezifischen Konten" -#: ajax_forms/getLicenseForm.php:162 -msgid "History:" -msgstr "Historie:" +#: ajax_htmldata/getAccountDetails.php:22 +#: ajax_htmldata/getAccountDetails.php:119 +msgid "add new account" +msgstr "Neues Konto" -#: ajax_forms/getNoteForm.php:18 -msgid "Edit Note" -msgstr "Notiz bearbeiten" +#: ajax_htmldata/getAccountDetails.php:27 +#: ajax_htmldata/getContactDetails.php:50 +msgid "Inherited:" +msgstr "Geerbt:" -#: ajax_forms/getNoteForm.php:18 -msgid "Add Note" -msgstr "Notiz hinzufügen" +#: ajax_htmldata/getAccountDetails.php:44 +msgid "edit account" +msgstr "Konto bearbeiten" -#: ajax_forms/getNoteForm.php:28 -msgid "Note Type:" -msgstr "Art der Notiz:" +#: ajax_htmldata/getAccountDetails.php:44 +msgid "remove account" +msgstr "Konto entfernen" -#: ajax_forms/getAdminWorkflowForm.php:42 -msgid "Edit Workflow" -msgstr "Workflow bearbeiten" +#: ajax_htmldata/getAccountDetails.php:57 +msgid "Visit Account in Organizations Module" +msgstr "Zeige Konto im Organisationsmodul" -#: ajax_forms/getAdminWorkflowForm.php:51 -msgid "Resource Entry Requirements" -msgstr "Eingabeanforderungen für Ressourcen" +#: ajax_htmldata/getAccountDetails.php:65 +msgid "Visit Login URL" +msgstr "Login-URL aufrufen" -#: ajax_forms/getAdminWorkflowForm.php:75 -#: ajax_forms/getUpdateProductForm.php:176 -msgid "Format:" -msgstr "Format:" +#: ajax_htmldata/getAccountDetails.php:72 +msgid "User Name:" +msgstr "Nutzername:" -#: ajax_forms/getAdminWorkflowForm.php:116 -msgid "Workflow Steps" -msgstr "Workflow-Schritte" +#: ajax_htmldata/getAccountDetails.php:88 +#: ajax_htmldata/getContactDetails.php:175 +msgid "Last Updated:" +msgstr "Zuletzt geändert:" -#: ajax_forms/getAdminWorkflowForm.php:125 -#: ajax_forms/getImportSaveCfgForm.php:16 ajax_forms/getAttachmentForm.php:29 -#: ajax_forms/getUpdateProductForm.php:91 ajax_forms/getNewResourceForm.php:100 -#: ajax_forms/getContactForm.php:45 -msgid "Name:" -msgstr "Name:" +#: ajax_htmldata/getAccountDetails.php:114 +msgid "No accounts available" +msgstr "Keine Konten verfügbar" -#: ajax_forms/getAdminWorkflowForm.php:126 -msgid "Approval/Notification Group:" -msgstr "Bestätigungs-/Benachrichtigungs-Gruppe:" +#: ajax_htmldata/getSearchEbscoKb.php:8 +msgid "Please enter a search term." +msgstr "Bitte geben Sie einen Suchbegriff ein." -#: ajax_forms/getAdminWorkflowForm.php:127 -#: ajax_forms/getCurrentWorkflowForm.php:38 -msgid "Parent Step" -msgstr "Übergeordneter Schritt" +#: ajax_htmldata/getSearchEbscoKb.php:24 +msgid "No results found." +msgstr "Keine Treffer gefunden." -#: ajax_forms/getAdminWorkflowForm.php:157 -msgid "add step" -msgstr "Neuer Schritt" +#: ajax_htmldata/getSearchEbscoKb.php:66 +msgid "Packages from" +msgstr "Pakete von" -#: ajax_forms/getResourceSubjectForm.php:7 -msgid "Add General / Detail Subject Link" -msgstr "Link zum Fachgebiet hinzufügen" +#: ajax_htmldata/getSearchEbscoKb.php:67 ajax_htmldata/getSearchEbscoKb.php:82 +msgid "of" +msgstr "von" -#: ajax_forms/getResourceSubjectForm.php:14 -msgid "General Subject Name" -msgstr "Allgemeines Fachgebiet" +#: ajax_htmldata/getSearchEbscoKb.php:67 +msgid "selected)" +msgstr "ausgewählt)" -#: ajax_forms/getResourceSubjectForm.php:15 -msgid "Detail Subject Name" -msgstr "Genaues Fachgebiet" +#: ajax_htmldata/getSearchEbscoKb.php:75 +msgid "Title list from" +msgstr "Titelliste von" -#: ajax_forms/getResourceSubjectForm.php:26 -#: ajax_forms/getResourceSubjectForm.php:33 -msgid "add" -msgstr "Hinzufügen" +#: ajax_htmldata/getSearchEbscoKb.php:82 +msgid "Displaying" +msgstr "Anzeige" -#: ajax_forms/getImportSaveCfgForm.php:6 -msgid "Save Import Configuration" -msgstr "Import-Konfiguration speichern" +#: ajax_htmldata/getSearchEbscoKb.php:82 +msgid "to" +msgstr "bis" -#: ajax_forms/getImportSaveCfgForm.php:27 -#: ajax_forms/getEbscoKbTitleImportForm.php:127 -#: ajax_forms/getNewResourceForm.php:294 -msgid "save" -msgstr "Speichern" +#: ajax_htmldata/getSearchEbscoKb.php:82 +msgid "results" +msgstr "Treffer" -#: ajax_forms/getNewDowntimeForm.php:57 -msgid "Resource Downtime Report" -msgstr "Ausfallbericht der Ressource" +#: ajax_htmldata/getAdminFundDisplay.php:46 +msgid "add new fund" +msgstr "Neuer Etat" -#: ajax_forms/getNewDowntimeForm.php:64 ajax_forms/getNewDowntimeForm.php:81 -msgid "Date" -msgstr "Datum" +#: ajax_htmldata/getAdminFundDisplay.php:47 +msgid "import funds" +msgstr "Etats importieren" -#: ajax_forms/getNewDowntimeForm.php:69 ajax_forms/getNewDowntimeForm.php:86 -msgid "Time" -msgstr "Zeit" +#: ajax_htmldata/getRightPanel.php:42 +msgid "Print View" +msgstr "Printansicht" -#: ajax_forms/getNewDowntimeForm.php:78 -msgid "Downtime Resolution:" -msgstr "Lösung des Ausfalls:" +#: ajax_htmldata/getRightPanel.php:44 +msgid "Catalog View" +msgstr "Katalogansicht" -#: ajax_forms/getNewDowntimeForm.php:95 -msgid "Problem Type:" -msgstr "Art des Problems:" +#: ajax_htmldata/getRightPanel.php:52 +msgid "Parent Record(s)" +msgstr "Übergeordnete Datensätze" -#: ajax_forms/getNewDowntimeForm.php:110 -msgid "Link to open issue:" -msgstr "Link zu offenen Problemen:" +#: ajax_htmldata/getRightPanel.php:60 +msgid "Child Record(s)" +msgstr "Untergeordnete Datensätze" -#: ajax_forms/getNewDowntimeForm.php:144 -msgid "" -"Creating downtime requires an organization or a resource to be associated " -"with an organization." -msgstr "" -"Um einen Ausfall anzulegen, ist eine Organisation oder eine Ressource, die " -"mit einer Organisation verknüpft ist, erforderlich." +#: ajax_htmldata/getRightPanel.php:85 +msgid "Organizations Module" +msgstr "Organisationsmodul" -#: ajax_forms/getAdminUpdateForm.php:16 -#: ajax_forms/getDetailSubjectUpdateForm.php:16 -#: ajax_forms/getGeneralSubjectUpdateForm.php:16 -msgid "Edit " -msgstr "Bearbeiten " +#: ajax_htmldata/getRightPanel.php:101 +msgid "Licensing Module" +msgstr "Lizenzmodul" -#: ajax_forms/getAdminUpdateForm.php:16 -#: ajax_forms/getDetailSubjectUpdateForm.php:16 -#: ajax_forms/getGeneralSubjectUpdateForm.php:16 -msgid "Add " -msgstr "Hinzufügen " +#: ajax_htmldata/getRightPanel.php:119 +msgid "Usage Statistics Module" +msgstr "Nutzungsstatistikmodul" -#: ajax_forms/getAdminUpdateForm.php:31 -msgid "Show stats button?" -msgstr "Statistik-Schaltfläche anzeigen?" +#: ajax_htmldata/getRightPanel.php:125 +msgid "Get Statistics" +msgstr "Statistiken anfordern" -#: ajax_forms/getCostForm.php:57 -msgid "Edit Cost Information" -msgstr "Kosteninformationen bearbeiten" +#: ajax_htmldata/getContactDetails.php:25 +msgid "The following are archived contacts:" +msgstr "Die folgenden Kontakte sind archiviert:" -#: ajax_forms/getCostForm.php:88 ajax_forms/getImportConfigForm.php:154 -#: ajax_forms/getImportConfigForm.php:168 -#: ajax_forms/getImportConfigForm.php:323 -msgid "Note" -msgstr "Notiz" +#: ajax_htmldata/getContactDetails.php:37 +msgid "Order Specific:" +msgstr "Bestellungsspezifisch:" -#: ajax_forms/getCostForm.php:189 -msgid "add payment" -msgstr "Zahlung hinzufügen" +#: ajax_htmldata/getContactDetails.php:41 +msgid "No Order Specific Contacts" +msgstr "Keine bestellspezifischen Kontakte" -#: ajax_forms/getAttachmentForm.php:18 -msgid "Edit Attachment" -msgstr "Anhang bearbeiten" +#: ajax_htmldata/getContactDetails.php:70 +msgid "edit contact" +msgstr "Kontakt bearbeiten" -#: ajax_forms/getAttachmentForm.php:18 -msgid "Add Attachment" -msgstr "Neuer Anhang" +#: ajax_htmldata/getContactDetails.php:71 +msgid "remove contact" +msgstr "Kontakt löschen" -#: ajax_forms/getAttachmentForm.php:57 -msgid "File:" -msgstr "Datei:" +#: ajax_htmldata/getContactDetails.php:86 +msgid "Visit Contact in Organizations Module" +msgstr "Kontakt im Organisationsmodul anzeigen" -#: ajax_forms/getAttachmentForm.php:63 -msgid "replace with new file" -msgstr "Mit neuer Datei ersetzen" +#: ajax_htmldata/getContactDetails.php:94 +msgid "No longer valid:" +msgstr "Nicht länger gültig:" -#: ajax_forms/getResourceStepForm.php:25 -msgid "Edit Resource Step" -msgstr "Ressourcen-Schritt bearbeiten" +#: ajax_htmldata/getContactDetails.php:118 +msgid "Location:" +msgstr "Standort:" -#: ajax_forms/getResourceStepForm.php:32 -msgid "Reassign Resource Step" -msgstr "Ressourcen-Schritt neu zuweisen" +#: ajax_htmldata/getContactDetails.php:197 +msgid "No contacts available" +msgstr "Keine Kontakte verfügbar" -#: ajax_forms/getResourceStepForm.php:40 -msgid "Step name: " -msgstr "Schrittname: " +#: ajax_htmldata/getContactDetails.php:207 +msgid " archived contact(s) available." +msgstr " archivierte(r) Kontakt(e) verfügbar." -#: ajax_forms/getResourceStepForm.php:42 -msgid "Group: " -msgstr "Gruppe: " +#: ajax_htmldata/getContactDetails.php:207 +msgid "show archived contacts" +msgstr "Archivierte Kontakte anzeigen" -#: ajax_forms/getResourceStepForm.php:53 -msgid "Apply to all later steps?" -msgstr "Für alle späteren Schritte anwenden?" +#: ajax_htmldata/getContactDetails.php:211 +msgid "hide archived contacts" +msgstr "Archivierte Kontakte ausblenden" -#: ajax_forms/getUpdateProductForm.php:72 -msgid "Edit Resource" -msgstr "Ressource bearbeiten" +#: ajax_htmldata/getAdminAlertDisplay.php:38 +msgid "add email address" +msgstr "E-Mail-Adresse hinzufügen" -#: ajax_forms/getUpdateProductForm.php:81 ajax_forms/getNewResourceForm.php:91 -msgid "Product" -msgstr "Produkt" +#: ajax_htmldata/getAdminAlertDisplay.php:46 +msgid "Days in advance of expiration" +msgstr "Tage vor Ablauf" -#: ajax_forms/getUpdateProductForm.php:118 -msgid "Parents:" -msgstr "Übergeordnete:" +#: ajax_htmldata/getAdminAlertDisplay.php:71 +msgid "add days" +msgstr "Tage hinzufügen" -#: ajax_forms/getUpdateProductForm.php:124 -msgid "add Parent Resource" -msgstr "Neuer übergeordneten Datensatz" +#: ajax_htmldata/getEbscoKbTitleDetails.php:16 +msgid "EBSCO Kb Title Details" +msgstr "EBSCO KB Titeldaten" -#: ajax_forms/getUpdateProductForm.php:153 -msgid "add Isbn" -msgstr "ISBN hinzufügen" +#: ajax_htmldata/getEbscoKbTitleDetails.php:34 +msgid "Publication Type" +msgstr "Publikationstyp" -#: ajax_forms/getUpdateProductForm.php:243 -msgid "Role:" -msgstr "Rolle:" +#: ajax_htmldata/getEbscoKbTitleDetails.php:38 +msgid "Edition" +msgstr "Auflage" -#: ajax_forms/getUpdateProductForm.php:266 -msgid "add organization" -msgstr "Organisation hinzufügen" +#: ajax_htmldata/getEbscoKbTitleDetails.php:42 +msgid "Peer Reviewed" +msgstr "Peer Reviewed" -#: ajax_forms/getUpdateProductForm.php:306 -msgid "remove organization" -msgstr "Organisation entfernen" +#: ajax_htmldata/getEbscoKbTitleDetails.php:45 +msgid "Publisher" +msgstr "Verlag" -#: ajax_forms/getUpdateProductForm.php:337 -msgid "Alias:" -msgstr "Alias:" +#: ajax_htmldata/getEbscoKbTitleDetails.php:68 +msgid " (Print)" +msgstr " (Print)" -#: ajax_forms/getUpdateProductForm.php:359 -msgid "add alias" -msgstr "Alias hinzufügen" +#: ajax_htmldata/getEbscoKbTitleDetails.php:71 +msgid " (Electronic)" +msgstr " (Elektronisch)" -#: ajax_forms/getNewIssueForm.php:27 -msgid "Report New Problem" -msgstr "Neues Problem melden" +#: ajax_htmldata/getEbscoKbTitleDetails.php:84 +msgid "Contributors" +msgstr "Beitragende" -#: ajax_forms/getNewIssueForm.php:28 -msgid "* required fields" -msgstr "* Pflichtfelder" +#: ajax_htmldata/getEbscoKbTitleDetails.php:109 +msgid "Selected in EBSCO Kb" +msgstr "Ausgewählt in EBSCO KB" -#: ajax_forms/getNewIssueForm.php:39 -msgid "Contact:" -msgstr "Kontakt:" +#: ajax_htmldata/getEbscoKbTitleDetails.php:111 +msgid "Not selected in EBSCO Kb" +msgstr "Nicht ausgewählt in EBSCO KB" -#: ajax_forms/getNewIssueForm.php:68 -msgid "CC myself:" -msgstr "CC an mich:" +#: ajax_htmldata/getEbscoKbTitleDetails.php:128 +msgid "import package" +msgstr "Paket importieren" -#: ajax_forms/getNewIssueForm.php:75 -msgid "CC:" -msgstr "CC:" +#: ajax_htmldata/getEbscoKbTitleDetails.php:134 +msgid "Vendor" +msgstr "Lieferant" -#: ajax_forms/getNewIssueForm.php:80 -msgid "Current CCs:" -msgstr "Aktuelle CCs:" +#: ajax_htmldata/getEbscoKbTitleDetails.php:136 +msgid "Coverage Statement" +msgstr "Abdeckungsbericht" -#: ajax_forms/getNewIssueForm.php:105 -msgid "Applies only to" -msgstr "Gilt nur für" +#: ajax_htmldata/getEbscoKbTitleDetails.php:138 +msgid "Embargo" +msgstr "Embargo" -#: ajax_forms/getNewIssueForm.php:108 -msgid "Applies to all" -msgstr "Gilt für alle" +#: ajax_htmldata/getEbscoKbTitleDetails.php:140 +msgid "Resource Url" +msgstr "URL" -#: ajax_forms/getNewIssueForm.php:111 -msgid "Applies to selected" -msgstr "Git für ausgewählte" +#: ajax_htmldata/getIssues.php:18 +msgid "Issues/Problems" +msgstr "Probleme hinzufügen" -#: ajax_forms/getNewIssueForm.php:127 -msgid "Send me a reminder every" -msgstr "Schicke mir eine Erinnerung alle" +#: ajax_htmldata/getIssues.php:21 +msgid "report new issue" +msgstr "Neues Problem melden" -#: ajax_forms/getNewIssueForm.php:130 -msgid "day(s)" -msgstr "Tage" +#: ajax_htmldata/getIssues.php:25 +msgid "view open issues" +msgstr "Zeige offene Probleme" -#: ajax_forms/getNewIssueForm.php:144 -msgid "" -"Opening an issue requires a resource to be associated with an organization." -msgstr "" -"Um ein Problem anzulegen, ist eine Ressource erforderlich, die mit einer " -"Organisation verknüpft ist." +#: ajax_htmldata/getIssues.php:32 +msgid "view archived issues" +msgstr "Zeige archivierte Probleme" -#: ajax_forms/getOrderForm.php:42 -msgid "Clone Order" -msgstr "Bestellung kopieren" +#: ajax_htmldata/getIssues.php:41 +msgid "Downtime" +msgstr "Ausfall" -#: ajax_forms/getOrderForm.php:42 -msgid "Edit Order" -msgstr "Bestellung bearbeiten" +#: ajax_htmldata/getIssues.php:44 +msgid "report new Downtime" +msgstr "Neuen Ausfall melden" + +#: ajax_htmldata/getIssues.php:48 +msgid "view current/upcoming downtime" +msgstr "Zeige aktuelle/angekündige Ausfälle" -#: ajax_forms/getOrderForm.php:94 ajax_forms/getImportConfigForm.php:190 -#: ajax_forms/getImportConfigForm.php:202 -#: ajax_forms/getImportConfigForm.php:329 -msgid "Organization" -msgstr "Organisation" +#: ajax_htmldata/getIssues.php:55 +msgid "view archived downtime" +msgstr "Zeige archivierte Ausfälle" -#: ajax_forms/getOrderForm.php:106 -msgid "Enable Alert" -msgstr "Benachrichtigung aktivieren" +#: ajax_htmldata/getSubmittedQueue.php:5 +msgid "Submitted Requests" +msgstr "Abgeschickte Anfragen" -#: ajax_forms/getOrderForm.php:126 -msgid "Purchasing Site(s)" -msgstr "Erwerbende(r) Standort(e)" +#: ajax_htmldata/getSubmittedQueue.php:8 +msgid "No submitted requests" +msgstr "Keine abgeschickten Anfragen" -#: ajax_forms/getAdminAlertEmailForm.php:14 -msgid "Edit Alert Email Address" -msgstr "E-Mail für Benachrichtigungen bearbeiten" +#: ajax_htmldata/getSubmittedQueue.php:16 ajax_htmldata/getSavedQueue.php:19 +#: ajax_htmldata/getSearchResources.php:116 export.php:60 +msgid "Date Created" +msgstr "Anlagedatum" -#: ajax_forms/getAdminAlertEmailForm.php:14 -msgid "Add Alert Email Address" -msgstr "E-Mail für Benachrichtigungen hinzufügen" +#: ajax_htmldata/getAdminDisplay.php:19 +#: ajax_htmldata/getAdminSubjectDisplay.php:15 +#: ajax_htmldata/getAdminSubjectDisplay.php:57 +#: ajax_htmldata/getGeneralSubjectDisplay.php:16 +msgid "Value" +msgstr "Wert" -#: ajax_forms/getEbscoKbTitleImportForm.php:27 -#: ajax_forms/getEbscoKbPackageImportForm.php:80 -msgid " from EBSCO Kb" -msgstr " von EBSCO Kb" +#: ajax_htmldata/getAdminDisplay.php:41 +#: ajax_htmldata/getAdminSubjectDisplay.php:44 +#: ajax_htmldata/getAdminSubjectDisplay.php:84 +#: ajax_htmldata/getGeneralSubjectDisplay.php:38 +msgid "add new " +msgstr "neu hinzufügen " -#: ajax_forms/getEbscoKbTitleImportForm.php:31 -#: ajax_forms/getNewResourceForm.php:85 -#: ajax_forms/getEbscoKbPackageImportForm.php:85 -msgid "required fields" -msgstr "Pflichtfelder" +#: ajax_htmldata/getDowntimeList.php:24 +msgid "Downtime Resolved:" +msgstr "Ende des Ausfalls:" -#: ajax_forms/getEbscoKbTitleImportForm.php:34 -#: ajax_forms/getEbscoKbPackageImportForm.php:88 -msgid "There was a problem importing this resource" -msgstr "Beim Import dieser Ressource ist ein Problem aufgetreten" +#: ajax_htmldata/getDowntimeList.php:35 +msgid "Linked issue:" +msgstr "Verknüpftes Problem:" -#: ajax_forms/getEbscoKbTitleImportForm.php:47 -#: ajax_forms/getEbscoKbTitleImportForm.php:50 -#: ajax_forms/getEbscoKbPackageImportForm.php:103 -msgid "Provider" -msgstr "Anbieter" +#: ajax_htmldata/getDowntimeList.php:56 ajax_htmldata/getIssuesList.php:73 +msgid "Organizational" +msgstr "Organisatorisch" -#: ajax_forms/getEbscoKbTitleImportForm.php:115 -#: ajax_forms/getNewResourceForm.php:278 -#: ajax_forms/getEbscoKbPackageImportForm.php:332 -msgid "Include any additional information" -msgstr "Jede weitere Information berücksichtigen" +#: ajax_htmldata/getDowntimeList.php:70 +msgid "There are no organization level downtimes." +msgstr "Es gibt keine Ausfälle auf Organisationsebene." -#: ajax_forms/getAdminUserGroupForm.php:17 -msgid "Edit User Group" -msgstr "Nutzergruppe bearbeiten" +#: ajax_htmldata/getDowntimeList.php:87 +msgid "There are no order level downtimes." +msgstr "Es gibt keine Ausfälle auf Bestellebene." -#: ajax_forms/getAdminUserGroupForm.php:17 -msgid "Add User Group" -msgstr "Neue Nutzergruppe" +#: ajax_htmldata/getAccessDetails.php:111 +msgid "No access information available" +msgstr "Keine Zugangsinformation verfügbar" -#: ajax_forms/getAdminUserGroupForm.php:26 -msgid "User Group" -msgstr "Nutzergruppe" +#: ajax_htmldata/getAccessDetails.php:118 +msgid "edit access information" +msgstr "Zugangsinformation bearbeiten" -#: ajax_forms/getAdminUserGroupForm.php:34 -msgid "Group Name:" -msgstr "Gruppenname:" +#: ajax_htmldata/getWorkflowDetails.php:15 +msgid "" +"No workflow steps have been set up for this resource's combination of " +"Acquisition Type and Resource Format." +msgstr "" +"Für die Kombination von Erwerbungsart und Format in dieser Ressource wurde " +"kein Workflow definiert." -#: ajax_forms/getAdminUserGroupForm.php:41 -msgid "Email Address:" -msgstr "E-Mail-Adresse:" +#: ajax_htmldata/getWorkflowDetails.php:15 +msgid "" +"If you think this is in error, please contact your workflow administrator." +msgstr "" +"Wenn Sie denken, dass dies ein Fehler ist, kontaktieren Sie Ihren Workflow-" +"Administrator." -#: ajax_forms/getAdminUserGroupForm.php:58 -msgid "Assigned Users" -msgstr "Zugewiesene Nutzer" +#: ajax_htmldata/getWorkflowDetails.php:17 +msgid "Not entered into workflow." +msgstr "Nicht in den Workflow eingegeben." -#: ajax_forms/getAdminUserGroupForm.php:82 -msgid "add user" -msgstr "Neuer Nutzer" +#: ajax_htmldata/getWorkflowDetails.php:23 +msgid "Step" +msgstr "Schritt" -#: ajax_forms/getNewResourceForm.php:84 -msgid "Edit Saved Resource" -msgstr "Gespeicherte Ressource bearbeiten" +#: ajax_htmldata/getWorkflowDetails.php:25 +msgid "Group" +msgstr "Gruppe" -#: ajax_forms/getNewResourceForm.php:84 -msgid "Add New Resource" -msgstr "Neue Ressource" +#: ajax_htmldata/getWorkflowDetails.php:27 +msgid "Complete" +msgstr "Vollständig" -#: ajax_forms/getNewResourceForm.php:110 -msgid "Provider:" -msgstr "Anbieter:" +#: ajax_htmldata/getWorkflowDetails.php:28 +msgid "Delete" +msgstr "Löschen" -#: ajax_forms/getAdminFundUpdateForm.php:15 -msgid "Edit Fund" -msgstr "Etat bearbeiten" +#: ajax_htmldata/getWorkflowDetails.php:51 +msgid "Workflow archived on" +msgstr "Workflow archiviert am" -#: ajax_forms/getAdminFundUpdateForm.php:15 -msgid "Add Fund" -msgstr "Neuer Etat" +#: ajax_htmldata/getWorkflowDetails.php:51 +#: ajax_htmldata/getWorkflowDetails.php:130 +msgid "Current workflow" +msgstr "Aktueller Workflow" -#: ajax_forms/getAdminFundUpdateForm.php:32 -msgid "Archived" -msgstr "Archiviert" +#: ajax_htmldata/getWorkflowDetails.php:78 +msgid "mark complete" +msgstr "Als vollständig markieren" -#: ajax_forms/getAdminAlertDaysForm.php:14 -msgid "Edit Alert Days In Advance" -msgstr "Benachrichtigungszeitpunkt bearbeiten" +#: ajax_htmldata/getWorkflowDetails.php:106 +#: ajax_htmldata/getWorkflowDetails.php:108 +msgid "Workflow completed on " +msgstr "Workflow abgeschlossen am " -#: ajax_forms/getAdminAlertDaysForm.php:14 -msgid "Add Alert Days In Advance" -msgstr "Neuer Benachrichtigungszeitpunkt" +#: ajax_htmldata/getWorkflowDetails.php:112 +#: ajax_htmldata/getWorkflowDetails.php:114 +msgid "Workflow restarted on " +msgstr "Workflow neu gestartet am " -#: ajax_forms/getEbscoKbPackageImportForm.php:30 -msgid "" -"The EBSCO Kb API only allows importing a maximum of 10,000 records. Only " -"package information will be imported." -msgstr "" -"Die EBSCO Kb API erlaubt nur einen Import von maximal 10.000 Datensätzen. Es " -"wird daher nur die Paketinformation übernommen." +#: ajax_htmldata/getWorkflowDetails.php:123 +msgid "restart workflow" +msgstr "Workflow neu starten" -#: ajax_forms/getEbscoKbPackageImportForm.php:32 -msgid "" -"Alternatively, you may import titles individually or via a manual import." -msgstr "" -"Alternativ können Sie Titel individuell oder über den manuellen Import " -"importieren." +#: ajax_htmldata/getWorkflowDetails.php:128 +msgid "Select a workflow to restart" +msgstr "Workflow für Neustart auswählen" -#: ajax_forms/getEbscoKbPackageImportForm.php:177 -msgid "Package Titles" -msgstr "Pakettitel" +#: ajax_htmldata/getWorkflowDetails.php:165 +msgid "edit the current workflow" +msgstr "Aktuellen Workflow bearbeiten" -#: ajax_forms/getEbscoKbPackageImportForm.php:188 -#, php-format -msgid "You have %d of %d title selected in EBSCO Kb" -msgid_plural "You have %d of %d titles selected in EBSCO Kb" -msgstr[0] "Sie haben %d von %d Titel in der EBSCO Kb ausgewählt" -msgstr[1] "Sie haben %d von %d Titel in der EBSCO Kb ausgewählt" +#: ajax_htmldata/getWorkflowDetails.php:167 +msgid "mark entire workflow complete" +msgstr "Gesamten Workflow als abgeschlossen markieren" -#: ajax_forms/getEbscoKbPackageImportForm.php:194 -msgid "All titles not available" -msgstr "Alle Titel sind nicht verfügbar" +#: ajax_htmldata/getAdminSubjectDisplay.php:92 +msgid "Subject Relationships" +msgstr "Fachgebietsbeziehungen" -#: ajax_forms/getEbscoKbPackageImportForm.php:220 -msgid "Workflow Options" -msgstr "Workflow-Optionen" +#: ajax_htmldata/getAdminEbscoKbConfigDisplay.php:1 +msgid "EBSCO Knowledge Base Configuration" +msgstr "Konfiguration für EBSCO Knowledge Base" -#: ajax_forms/getEbscoKbPackageImportForm.php:298 -msgid "Package Resource Type" -msgstr "Typ der Paketressource" +#: ajax_htmldata/getAdminEbscoKbConfigDisplay.php:7 +msgid "Enable EBSCO Knowledge Base" +msgstr "EBSCO Knowledge Base aktivieren" -#: ajax_forms/getCurrentWorkflowForm.php:35 -msgid "Reminder delay (in days)" -msgstr "Erinnerungsverzögerung (in Tagen)" +#: ajax_htmldata/getSavedQueue.php:6 +msgid "Saved Requests" +msgstr "Gespeicherte Anfragen" -#: ajax_forms/getCurrentWorkflowForm.php:37 -msgid "Approval/Notification group" -msgstr "Zustimmungs-/Benachrichtigungsgruppe" +#: ajax_htmldata/getSavedQueue.php:11 +msgid "No saved requests" +msgstr "Keine gespeicherten Anfragen" -#: ajax_forms/getCurrentWorkflowForm.php:39 -msgid "Action" -msgstr "Aktion" +#: ajax_htmldata/getSavedQueue.php:46 +msgid "edit request" +msgstr "Anfrage bearbeiten" -#: ajax_forms/getAccessForm.php:62 -msgid "Edit Access" -msgstr "Zugang bearbeiten" +#: ajax_htmldata/getSavedQueue.php:47 +msgid "remove request" +msgstr "Anfrage löschen" -#: ajax_forms/getAccessForm.php:71 -msgid "Access" -msgstr "Zugang" +#: ajax_htmldata/getOrdersDetails.php:41 ajax_htmldata/getOrdersDetails.php:42 +msgid "remove order" +msgstr "Bestellung entfernen" -#: ajax_forms/getAccessForm.php:93 ajax_forms/getAccountForm.php:58 -msgid "Username:" -msgstr "Benutzername:" +#: ajax_htmldata/getOrdersDetails.php:76 +msgid "catalog view" +msgstr "Katalogsicht" -#: ajax_forms/getAccessForm.php:166 -msgid "Authorized Site(s)" -msgstr "Autorisierte Standorte" +#: ajax_htmldata/getOrdersDetails.php:85 +msgid "Purchasing Sites:" +msgstr "Erwerbende Standorte:" -#: ajax_forms/getAccessForm.php:211 -msgid "Administering Site(s)" -msgstr "Verwaltende Standorte" +#: ajax_htmldata/getOrdersDetails.php:108 +msgid "create new order" +msgstr "Neue Bestellung" -#: ajax_forms/getGeneralDetailSubjectForm.php:18 -msgid "Add / Edit Subject Relationships" -msgstr "Fachgebietsbeziehungen hinzufügen / bearbeiten" +#: ajax_htmldata/getOrdersDetails.php:109 +msgid "clone order" +msgstr "Bestellung kopieren" -#: ajax_forms/getGeneralDetailSubjectForm.php:53 -msgid "Detailed Subjects" -msgstr "Genaues Fachgebiet" +#: ajax_htmldata/getOrdersDetails.php:113 +msgid "" +"This resource does not seem to have an order. It should have one. Please " +msgstr "Diese Resource hat keine Bestellung. Es sollte eine haben. Bitte " -#: ajax_forms/getGeneralDetailSubjectForm.php:76 -msgid "add detail subject" -msgstr "Neues genaues Fachgebiet" +#: ajax_htmldata/getOrdersDetails.php:113 +msgid "create an order" +msgstr "legen Sie eine Bestellung an" -#: ajax_forms/getAdminUserUpdateForm.php:21 -msgid "Edit User" -msgstr "Nutzer bearbeiten" +#: ajax_htmldata/getAdminWorkflowDisplay.php:10 +msgid "Workflow Setup" +msgstr "Workflow-Konfiguration" -#: ajax_forms/getAdminUserUpdateForm.php:21 -msgid "Add New User" -msgstr "Neuer Nutzer" +#: ajax_htmldata/getAdminWorkflowDisplay.php:52 +msgid "duplicate" +msgstr "Kopieren" -#: ajax_forms/getImportConfigForm.php:48 -msgid "General Resource Fields" -msgstr "Allgemeine Ressourcenfelder" +#: ajax_htmldata/getAdminWorkflowDisplay.php:67 +msgid "add workflow" +msgstr "Neuer Workflow" -#: ajax_forms/getImportConfigForm.php:50 -msgid "Resource Title" -msgstr "Titel der Ressource" +#: ajax_htmldata/getAdminWorkflowDisplay.php:69 +msgid "You must set up at least one user group before you can add workflows" +msgstr "" +"Sie müssen mindestens eine Nutzergruppe anlegen, bevor Sie Workflows " +"erstellen können" -#: ajax_forms/getImportConfigForm.php:51 -msgid "Description" -msgstr "Beschreibung" +#: ajax_htmldata/getAdminWorkflowDisplay.php:79 +msgid "User Group Setup" +msgstr "Nutzergruppen-Konfiguration" -#: ajax_forms/getImportConfigForm.php:53 -msgid "Alternate URL" -msgstr "Alternative URL" +#: ajax_htmldata/getAdminWorkflowDisplay.php:85 +msgid "Group Name" +msgstr "Gruppenname" -#: ajax_forms/getImportConfigForm.php:58 -msgid "Alias Sets" -msgstr "Alias-Gruppen" +#: ajax_htmldata/getAdminWorkflowDisplay.php:117 +msgid "add user group" +msgstr "Neue Nutzergruppe" -#: ajax_forms/getImportConfigForm.php:62 ajax_forms/getImportConfigForm.php:76 -#: ajax_forms/getImportConfigForm.php:299 -msgid "Alias" -msgstr "Alias" +#: ajax_htmldata/getSearchResources.php:38 +msgid "Sorry, no requests fit your query" +msgstr "Ihre Suche ergab keine Treffer" -#: ajax_forms/getImportConfigForm.php:72 ajax_forms/getImportConfigForm.php:82 -#: ajax_forms/getImportConfigForm.php:110 -#: ajax_forms/getImportConfigForm.php:116 -#: ajax_forms/getImportConfigForm.php:134 -#: ajax_forms/getImportConfigForm.php:139 -#: ajax_forms/getImportConfigForm.php:164 -#: ajax_forms/getImportConfigForm.php:174 -#: ajax_forms/getImportConfigForm.php:299 -#: ajax_forms/getImportConfigForm.php:311 -#: ajax_forms/getImportConfigForm.php:317 -#: ajax_forms/getImportConfigForm.php:323 -msgid "If delimited, delimited by" -msgstr "Wenn Trennzeichen, dann getrennt mit" +#: ajax_htmldata/getSearchResources.php:53 +#, php-format +msgid "Displaying %d to %d of %d Resource Record" +msgid_plural "Displaying %d to %d of %d Resource Records" +msgstr[0] "Zeige %d bis %d von %d Ressource" +msgstr[1] "Zeige %d bis %d von %d Ressourcen" -#: ajax_forms/getImportConfigForm.php:85 -msgid "+ Add another alias set" -msgstr "+ Neue Alias-Gruppe" +#: ajax_htmldata/getSearchResources.php:66 +#: ajax_htmldata/getSearchResources.php:173 +msgid "previous page" +msgstr "vorherige Seite" -#: ajax_forms/getImportConfigForm.php:87 -msgid "Resource Parents" -msgstr "Übergeordnete Ressourcen" +#: ajax_htmldata/getSearchResources.php:100 +#: ajax_htmldata/getSearchResources.php:207 +msgid "next page" +msgstr "nächste Seite" -#: ajax_forms/getImportConfigForm.php:91 ajax_forms/getImportConfigForm.php:95 -#: ajax_forms/getImportConfigForm.php:305 -msgid "Parent Resource" -msgstr "Übergeordnete Ressource" +#: ajax_htmldata/getSearchResources.php:113 +#: ajax_htmldata/getSearchResources.php:114 +#: ajax_htmldata/getSearchResources.php:115 +#: ajax_htmldata/getSearchResources.php:116 +#: ajax_htmldata/getSearchResources.php:117 +#: ajax_htmldata/getSearchResources.php:118 +msgid "Ascending sort" +msgstr "Aufsteigend sortiert" -#: ajax_forms/getImportConfigForm.php:98 -msgid "+ Add another parent resource" -msgstr "+ Neue übergeordnete Ressource" +#: ajax_htmldata/getSearchResources.php:113 +#: ajax_htmldata/getSearchResources.php:114 +#: ajax_htmldata/getSearchResources.php:115 +#: ajax_htmldata/getSearchResources.php:116 +#: ajax_htmldata/getSearchResources.php:117 +#: ajax_htmldata/getSearchResources.php:118 +msgid "Descending sort" +msgstr "Absteigend sortiert" -#: ajax_forms/getImportConfigForm.php:103 -msgid "ISBN/ISSN Sets" -msgstr "ISBN/ISSN-Gruppen" +#: ajax_htmldata/getSearchResources.php:224 +msgid "records per page" +msgstr "Titel pro Seite" -#: ajax_forms/getImportConfigForm.php:109 -#: ajax_forms/getImportConfigForm.php:115 -#: ajax_forms/getImportConfigForm.php:311 -msgid "ISBN or ISSN" -msgstr "ISBN oder ISSN" +#: ajax_htmldata/getAdminImportConfigDisplay.php:34 +msgid "add new import configuration" +msgstr "Neue Import-Konfiguration" -#: ajax_forms/getImportConfigForm.php:111 -#: ajax_forms/getImportConfigForm.php:117 -#: ajax_forms/getImportConfigForm.php:311 -msgid "Dedupe on this column" -msgstr "Mit dieser Spalte deduplizieren" +#: ajax_htmldata/getIssuesList.php:17 +msgid "close" +msgstr "Schließen" -#: ajax_forms/getImportConfigForm.php:120 -msgid "+ Add another ISBN or ISSN set" -msgstr "+ Neue ISBN- oder ISSN-Gruppe" +#: ajax_htmldata/getIssuesList.php:19 ajax_htmldata/getIssuesList.php:21 +msgid "downtime" +msgstr "Ausfall" -#: ajax_forms/getImportConfigForm.php:127 -msgid "Subject Sets" -msgstr "Fachgebietsgruppen" +#: ajax_htmldata/getIssuesList.php:26 +msgid "Date reported:" +msgstr "Berichtsdatum:" -#: ajax_forms/getImportConfigForm.php:142 -msgid "+ Add another subject set" -msgstr "+ Weiteres Fachgebiet" +#: ajax_htmldata/getIssuesList.php:30 +msgid "Date closed:" +msgstr "Datum geschlossen:" -#: ajax_forms/getImportConfigForm.php:149 -msgid "Note Sets" -msgstr "Notiz-Gruppen" +#: ajax_htmldata/getIssuesList.php:36 +msgid "Contact(s):" +msgstr "Kontakt(e):" -#: ajax_forms/getImportConfigForm.php:177 -msgid "+ Add another note set" -msgstr "+ Neue Notiz-Gruppe" +#: ajax_htmldata/getIssuesList.php:92 +msgid "There are no organization level issues." +msgstr "Es gibt keine Probleme auf Organisationsebene." -#: ajax_forms/getImportConfigForm.php:186 -msgid "Organization Sets" -msgstr "Organisations-Gruppen" +#: ajax_htmldata/getIssuesList.php:110 +msgid "There are no order level issues." +msgstr "Es gibt keine Probleme auf Bestellebene." -#: ajax_forms/getImportConfigForm.php:209 -msgid "+ Add another organization set" -msgstr "+ Neue Organisations-Gruppe" +#: export.php:61 +msgid "User Created" +msgstr "Nutzer angelegt" -#: ajax_forms/getImportConfigForm.php:214 -msgid "Organization Name Mapping" -msgstr "Mapping der Organisationsnamen" +#: export.php:62 +msgid "Date Updated" +msgstr "Änderungsdatum" -#: ajax_forms/getImportConfigForm.php:215 -msgid "" -"Use these mappings to normalize different variations of an organization’s " -"name to a single value. For example, you could have a publisher with three " -"variations of their name across your import file: PublisherHouse, " -"PublisherH, and PH. You could create a mapping for each one and normalize " -"them all to PublisherHouse, to prevent duplicate organizations from being " -"created. Each column that is added to an Organization set above is checked " -"against the complete list of mappings that you create. " -msgstr "" -"Verwenden Sie diese Mappings um verschiedene Varianten des " -"Organisationsnamens zu einer einheitlichen Bezeichnung zu normieren. Zum " -"Beispiel: Es könnte sein, dass in Ihrer Importdatei ein Verlag mit drei " -"verschiedenen Schreibweisen angegeben ist: Verlagshaus, VerlagsH, VH. Sie " -"könnten für jede ein Mapping anlegen und diese damit zu Verlagshaus " -"normieren. Damit verhindern Sie, dass doppelte Organisationen angelegt " -"werden. Jede Spalte die zu der Organisationsgruppe hinzugefügt wird, wird " -"gegen die komplette Liste aller angelegten Mappings geprüft. " +#: export.php:63 +msgid "User Updated" +msgstr "Nutzer aktualisiert" -#: ajax_forms/getImportConfigForm.php:215 -msgid "PCRE regular expressions" -msgstr "PCRE reguläre Ausdrücke" +#: export.php:65 +msgid "ISSN/ISBN" +msgstr "ISSN/ISBN" -#: ajax_forms/getImportConfigForm.php:215 -msgid " are supported for these mappings." -msgstr " werden für diese Mappings unterstützt." +#: export.php:67 +msgid "Alt URL" +msgstr "Alternative URL" -#: ajax_forms/getImportConfigForm.php:219 -msgid "Organization Name" -msgstr "Name der Organisation" +#: export.php:70 +msgid "Fund Name" +msgstr "Etat-Name" -#: ajax_forms/getImportConfigForm.php:220 -msgid "Will Be Mapped To" -msgstr "Wird gemappt auf" +#: export.php:72 +msgid "Tax excluded" +msgstr "Exkl. Steuer" -#: ajax_forms/getImportConfigForm.php:245 -msgid "+ Add another mapping" -msgstr "+ Weiteres Mapping" +#: export.php:73 +msgid "Rate" +msgstr "Rate" -#: ajax_forms/getImportConfigForm.php:249 -msgid "Acquisitions" -msgstr "Erwerbung" +#: export.php:74 +msgid "Tax included" +msgstr "Inkl. Steuer" -#: ajax_forms/getImportConfigForm.php:251 -msgid "Cost" -msgstr "Kosten" +#: export.php:79 +msgid "Cost Note" +msgstr "Kostennotiz" -#: ajax_forms/getImportConfigForm.php:280 -msgid "Workflows" -msgstr "Workflows" +#: export.php:82 +msgid "Parent Record" +msgstr "Übergeordneter Datensatz" -#: ajax_forms/getImportConfigForm.php:282 -msgid "Send emails when starting workflows?" -msgstr "Sollen E-Mails verschickt werden, wenn ein Workflow getartet wird?" +#: export.php:83 +msgid "Child Record" +msgstr "Untergeordneter Datensatz" -#: ajax_forms/getAdminCurrencyUpdateForm.php:14 -msgid "Edit Currency" -msgstr "Währung bearbeiten" +#: export.php:85 +msgid "Order Number" +msgstr "Bestellnummer" -#: ajax_forms/getAdminCurrencyUpdateForm.php:14 -msgid "Add Currency" -msgstr "Neue Währung" +#: export.php:86 +msgid "System Number" +msgstr "Systemnummer" -#: ajax_forms/getContactForm.php:32 -msgid "Edit Contact" -msgstr "Kontakt bearbeiten" +#: export.php:87 +msgid "Purchasing Sites" +msgstr "Erwerbende Standorte" -#: ajax_forms/getContactForm.php:32 -msgid "Add Contact" -msgstr "Neuer Kontakt" +#: export.php:89 +msgid "Current Sub End" +msgstr "Aktuelles Abo-Ende" -#: ajax_forms/getContactForm.php:104 -msgid "Role(s):" -msgstr "Rolle(n):" +#: export.php:90 +msgid "Subscription Alert Enabled" +msgstr "Abonnement-Warnung aktiviert" -#: ajax_forms/getAdminImportConfigUpdateForm.php:22 -msgid "Edit Import Configuration" -msgstr "Importkonfiguration bearbeiten" +#: export.php:91 +msgid "License Names" +msgstr "Lizenznamen" -#: ajax_forms/getAdminImportConfigUpdateForm.php:24 -msgid "Add Import Configuration" -msgstr "Neue Importkonfiguration" +#: export.php:93 +msgid "Authorized Sites" +msgstr "Autorisierte Standorte" -#: ajax_forms/getAdminImportConfigUpdateForm.php:31 -msgid "Configuration Name" -msgstr "Konfigurationsname" +#: export.php:94 +msgid "Administering Sites" +msgstr "Verwaltende Standorte" -#: ajax_forms/getAdminImportConfigUpdateForm.php:34 -msgid "" -"For each of the resource fields please input the number of the column in " -"your CSV file that corresponds to the resource field. For example, if your " -"import file has a second column called Name that corresponds to the Resource " -"Title, then you would input 2 for the value for the Resource Title field. " -"For columns with multiple values that are character-delimited, indicate the " -"delimiter using the If delimited, delimited by field. For fields with values " -"across multiple columns, add additional sets using the +Add another links. " -"Use the Dedupe on this column option for ISBN/ISSN sets to ignore any " -"duplicate values that might occur across those columns. The Alias Types, " -"Note Types, and Organization Roles that you can assign to your mapped " -"columns can be configured on the Admin page." -msgstr "" -"Geben Sie für jedes Feld der Ressource die Nummer der Spalte in Ihrer CSV-" -"Datei an, die dem jeweiligen Feld entspricht. Zum Beispiel: Wenn die zweite " -"Spalte in Ihrer Datei mit Name benannt ist und dies dem Titel der Ressource " -"entspricht, geben Sie 2 als Wert für den Titel an. Für Spalten mit mehreren " -"Werten, die mit einem Trennzeichen getrennt sind, können Sie das " -"Trennzeichen angeben: Wenn Trennzeichen, dann getrennt mit. Für Felder mit " -"Daten, die über mehrere Spalten verteilt sind, können Sie Gruppen über die +-" -"Links bilden. Verwenden Sie die Option Mit dieser Spalte duplizieren für " -"ISBN/ISSN-Gruppen, um doppelte Werte zu ignorieren, die in mehreren Spalten " -"stehen können. Die Aliastypen, Notizarten und Organisationsrollen die den " -"gemappten Spalten zugewiesen werden können, werden auf der Admin-Seite " -"konfiguriert." +#: export.php:98 +msgid "Simultaneous User Limit" +msgstr "Begrenzung gleichzeitiger Nutzer" -#: ajax_forms/getAccountForm.php:17 -msgid "Edit Account" -msgstr "Konto bearbeiten" +#: export.php:99 +msgid "Coverage" +msgstr "Abdeckung" -#: ajax_forms/getAccountForm.php:17 -msgid "Add Account" -msgstr "Konto hinzufügen" +#: export.php:100 +msgid "Username" +msgstr "Benutzername" -#: ajax_forms/getAccountForm.php:27 -msgid "Login Type:" -msgstr "Art des Logins:" +#: export.php:101 +msgid "Password" +msgstr "Passwort" -#: sendAlerts.php:74 -msgid "No Resources found fitting alert day criteria" -msgstr "" -"Es wurden keine Ressourcen gefunden, auf welche die " -"Benachrichtigungskriterien zutreffen" +#: export.php:104 +msgid "Catalog Record Set Identifier" +msgstr "Identifier für Titeldatensatzpaket" -#: sendAlerts.php:96 -msgid "No Issues found fitting alert day criteria" -msgstr "" -"Es wurden keine Probleme gefunden, auf welche die Benachrichtigungskriterien " -"zutreffen" +#: export.php:105 +msgid "Catalog Record Source URL" +msgstr "Quelle der Titeldatensätze" -#: sendAlerts.php:121 -msgid "CORAL Alert: workflow step for ressource " -msgstr "CORAL-Warnung: Workflow-Schritt für Ressource " +#: export.php:106 +msgid "Catalog Records Available" +msgstr "Titeldatensätze verfügbar" -#: sendAlerts.php:121 -msgid " is due" -msgstr " ist fällig" +#: export.php:107 +msgid "Catalog Records Loaded" +msgstr "Titeldatensätze geladen" -#: sendAlerts.php:127 -msgid "Alerts not enabled in configuration.ini file" -msgstr "Warnungen wurden in der configuration.ini nicht aktiviert" +#: export.php:108 +msgid "OCLC Holdings Updated" +msgstr "Bestandsdaten aktualisiert" -#: dashboard_export.php:40 -msgid "Dashboard Statistics Export" -msgstr "Dashboard-Statistik-Export" +#: export.php:111 +msgid "Resource Record Export" +msgstr "Ressourcen-Export" -#: ajax_processing/deleteOrder.php:7 -msgid "Order successfully deleted." -msgstr "Bestellung wurde gelöscht." +#: export.php:113 +msgid "All Resource Records" +msgstr "Alle Ressourcen" -#: ajax_processing/updateGeneralSubject.php:21 -#: ajax_processing/updateDetailedSubject.php:22 -msgid "A duplicate " -msgstr "Eine Dublette " +#: resource.php:74 +msgid "Success!" +msgstr "Erfolg!" -#: ajax_processing/updateGeneralSubject.php:21 -#: ajax_processing/updateDetailedSubject.php:22 -msgid " exists." -msgstr " existiert." +#: resource.php:75 +msgid "New resource added" +msgstr "Neue Ressource angelegt" -#: ajax_processing/deleteInstance.php:12 -msgid "Unable to delete - this " -msgstr "Kann nicht gelöscht werden: " +#: resource.php:283 +msgid "Helpful Links" +msgstr "Hilfreiche Links" -#: ajax_processing/deleteInstance.php:12 -msgid "" -" is in use. Please make sure no resources are set up with this information." -msgstr "" -" wird verwendet. Bitte stellen Sie sicher, dass keine Ressourcen diese " -"Information verwenden." +#: resource.php:293 +msgid "Send feedback on this resource" +msgstr "Feedback zu dieser Ressource schicken" -#: ajax_processing/deleteInstance.php:18 -#: ajax_processing/deleteGeneralSubject.php:12 -#: ajax_processing/deleteDetailedSubject.php:12 -msgid "" -"Unable to delete. Please make sure no resources are set up with this " -"information." -msgstr "" -"Kann nicht gelöscht werden. Bitte stellen Sie sicher, dass keine Ressourcen " -"diese Information verwenden." +#: install/resources.php:9 install/resources.php:30 install/resources.php:160 +#: install/resources.php:194 +msgid "Resources Module" +msgstr "Resourcenmodul" -#: ajax_processing/deleteResourceAndChildren.php:8 -#: ajax_processing/deleteResource.php:7 -msgid "Resource successfully deleted." -msgstr "Ressource wurde gelöscht." +#: install/resources.php:19 +msgid "Resources Database" +msgstr "Resourcedatenbank" -#: ajax_processing/deleteImportConfig.php:7 -msgid "Import configuration successfully deleted." -msgstr "Importkonfiguration erfolgreich gelöscht." +#: install/resources.php:65 +msgid "Default Currency" +msgstr "Standard-Währung" -#: ajax_processing/uploadAttachment.php:29 -msgid "There was a problem saving your file to " -msgstr "" -"Es ist ein Problem aufgetreten beim Versuch Ihre Datei hier zu speichern: " +#: install/resources.php:71 +msgid "Enable Alerts" +msgstr "Warnungen aktivieren" -#: ajax_processing/uploadAttachment.php:29 -msgid ". Please ensure your attachments directory is writable." -msgstr ". Bitte prüfen Sie, ob Ihr Verzeichnis für Anhänge beschreibbar ist." +#: install/resources.php:77 +msgid "Catalog URL" +msgstr "Katalog-URL" -#: ajax_processing/updateUserData.php:26 -msgid "User successfully saved." -msgstr "Nutzer erfolgreich gespeichert." +#: install/resources.php:82 +msgid "Feedback Email Address" +msgstr "E-Mail-Adresse für Feedback" -#: ajax_processing/deleteResourceNote.php:7 -msgid "Note successfully deleted." -msgstr "Notiz wurde gelöscht." +#: install/resources.php:90 +msgid "Please set up the following options for the resources module." +msgstr "Bitte konfigurieren Sie die folgenden Optionen für das Resourcenmodul." -#: ajax_processing/removeResourceSubjectRelationship.php:10 -msgid "Subject successfully removed." -msgstr "Fachgebiet wurde entfernt." +#: ajax_processing.php:27 +msgid "Processing action " +msgstr "Verarbeitungsaktion " -#: dashboard_yearly_costs.php:9 -msgid "Dashboard: yearly costs" -msgstr "Dashboard: Jährliche Kosten" +msgid "Contacts" +msgstr "" -#: dashboard_yearly_costs.php:58 -msgid "Year (start)" -msgstr "Jahr (Beginn)" +msgid "Issues" +msgstr "" -#: dashboard_yearly_costs.php:59 -msgid "Year (end)" -msgstr "Jahr (Ende)" +msgid "Accounts" +msgstr "" + +msgid "Attachments" +msgstr "" #~ msgid " rows have been processed. " #~ msgstr "Zeilen wurden verarbeitet. " diff --git a/usage/locale/de_DE/LC_MESSAGES/messages.po b/usage/locale/de_DE/LC_MESSAGES/messages.po index a8413856a..1959fcee6 100644 --- a/usage/locale/de_DE/LC_MESSAGES/messages.po +++ b/usage/locale/de_DE/LC_MESSAGES/messages.po @@ -1,537 +1,188 @@ msgid "" msgstr "" "Project-Id-Version: Coral\n" -"POT-Creation-Date: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-06-19 17:25+0200\n" "PO-Revision-Date: \n" "Last-Translator: BSZ - Abteilung Bibliothekssysteme\n" -"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" +"Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" +"Language-Abteilung: BSZ - Abteilung Bibliothekssysteme\n" "X-Generator: Poedit 2.0.4\n" "X-Poedit-SourceCharset: UTF-8\n" -#: import.php:3 templates/header.php:167 templates/header.php:216 index.php:26 +#: index.php:26 import.php:3 templates/header.php:167 templates/header.php:216 msgid "Home" msgstr "Start" -#: import.php:14 -msgid "Usage Statistics Import" -msgstr "Import Nutzungsstatistik" - -#: import.php:25 -msgid "Incorrect File format, must be .txt!" -msgstr "Falsches Dateiformat, Endung muss .txt sein!" +#: index.php:49 +msgid "Search" +msgstr "Suche" -#: import.php:28 -msgid "" -"There was an error uploading the file. Please verify the size is not over " -"5MB and try again!" -msgstr "" -"Fehler beim Hochladen der Datei. Bitte stellen Sie sicher, dass die " -"Dateigröße 5 MB nicht überschreitet und versuchen Sie es erneut!" +#: index.php:50 +msgid "new search" +msgstr "Neue Suche" -#: import.php:31 -msgid "File has an incorrectly formatted name - try filename.txt!" -msgstr "" -"Die Datei hat einen falsch formatierten Namen. Benutzen Sie Dateiname.txt!" +#: index.php:59 +msgid "Name (contains)" +msgstr "Name (enthält)" -#: import.php:43 -msgid "File:" -msgstr "Datei:" +#: index.php:62 +msgid "go!" +msgstr "Los!" -#: import.php:48 -msgid "Layout:" -msgstr "Layout:" +#: index.php:69 +msgid "Starts with" +msgstr "Beginnt mit" -#: import.php:57 -msgid "Override previous month verification" -msgstr "Überschreibe vorhandene Daten des vorherigen Monats" +#: ajax_htmldata.php:47 +msgid "Import History for " +msgstr "Importiere History für " -#: import.php:58 -msgid "Upload" -msgstr "Hochladen" +#: ajax_htmldata.php:62 ajax_htmldata.php:1147 +msgid "Import Date" +msgstr "Importdatum" -#: import.php:68 -msgid "Instructions:" -msgstr "Anweisungen:" +#: ajax_htmldata.php:63 ajax_htmldata.php:1148 +msgid "Imported By" +msgstr "Importiert von" -#: import.php:70 -msgid "Save file as .txt files in tab delimited format" -msgstr "Speichern Sie die .txt Dateien im tabulatorgetrennten Format ab" +#: ajax_htmldata.php:64 ajax_htmldata.php:1149 +msgid "Import Summary" +msgstr "Importzusammenfassung" -#: import.php:71 -msgid "File may not be larger than 5MB" -msgstr "Die Datei darf nicht größer als 5MB sein" +#: ajax_htmldata.php:76 ajax_htmldata.php:1168 +msgid "view log" +msgstr "Zeige log" -#: import.php:72 -msgid "" -"Ensure column headers conform to Counter's standards for the report type" -msgstr "" -"Stellen Sie sicher, das die Spaltenüberschriften den Counter Standards des " -"Reporttyp entsprechen" +#: ajax_htmldata.php:77 ajax_htmldata.php:1169 +msgid "view archive" +msgstr "Zeige Archiv" -#: import.php:73 -msgid "More info: " -msgstr "Mehr Informationen: " +#: ajax_htmldata.php:82 +msgid "(no imports found)" +msgstr "(keine Imports gefunden)" -#: import.php:82 -msgid "Recent Imports" -msgstr "Letzte Importe" +#: ajax_htmldata.php:96 +msgid "Publisher Logins" +msgstr "Verlag-Logins" -#: titles_spreadsheet.php:35 -msgid " Titles " -msgstr " Titel " +#: ajax_htmldata.php:113 ajax_htmldata.php:174 +msgid "Interface Login" +msgstr "Interface-Login" -#: titles_spreadsheet.php:49 titles_spreadsheet.php:53 ajax_htmldata.php:719 -#: ajax_htmldata.php:794 ajax_forms.php:871 spreadsheet.php:63 -#: spreadsheet.php:83 -msgid "DOI" -msgstr "DOI" +#: ajax_htmldata.php:114 ajax_htmldata.php:175 ajax_htmldata.php:242 +#: ajax_htmldata.php:471 +msgid "Password" +msgstr "Passwort" -#: titles_spreadsheet.php:50 spreadsheet.php:65 -msgid "Print ISSN" -msgstr "Print-ISSN" +#: ajax_htmldata.php:115 ajax_htmldata.php:176 ajax_htmldata.php:243 +msgid "URL" +msgstr "URL" -#: titles_spreadsheet.php:51 spreadsheet.php:66 -msgid "Online ISSN" -msgstr "Online-ISSN" +#: ajax_htmldata.php:116 ajax_htmldata.php:177 +msgid "Login Notes" +msgstr "Login-Notizen" -#: titles_spreadsheet.php:54 ajax_htmldata.php:795 ajax_forms.php:869 -#: spreadsheet.php:85 -msgid "ISBN" -msgstr "ISBN" +#: ajax_htmldata.php:128 ajax_htmldata.php:189 ajax_htmldata.php:351 +#: ajax_htmldata.php:420 ajax_htmldata.php:901 ajax_htmldata.php:925 +#: uploadComplete.php:366 +msgid "edit" +msgstr "bearbeiten" -#: titles_spreadsheet.php:55 ajax_htmldata.php:720 ajax_htmldata.php:796 -#: ajax_forms.php:867 spreadsheet.php:86 -msgid "ISSN" -msgstr "ISSN" +#: ajax_htmldata.php:128 ajax_htmldata.php:189 ajax_htmldata.php:351 +#: ajax_htmldata.php:420 ajax_htmldata.php:1419 +msgid "remove" +msgstr "entfernen" -#: install/usage.php:9 install/usage.php:30 install/usage.php:113 -#: install/usage.php:124 -msgid "Usage Module" -msgstr "Statistikmodul" +#: ajax_htmldata.php:138 ajax_htmldata.php:199 ajax_htmldata.php:359 +#: ajax_htmldata.php:428 ajax_htmldata.php:478 ajax_htmldata.php:638 +#: ajax_htmldata.php:665 ajax_htmldata.php:699 ajax_htmldata.php:1428 +#: ajax_htmldata.php:1536 +msgid "(none found)" +msgstr "(keine gefunden)" -#: install/usage.php:19 -msgid "Usage Database" -msgstr "Statistikdatenbank" +#: ajax_htmldata.php:146 ajax_htmldata.php:207 +msgid "add new login" +msgstr "neues Login hinzufügen" -#: install/usage.php:58 -msgid "Link Resolver Base URL (optional)" -msgstr "Link Resolver Basis URL (optional)" +#: ajax_htmldata.php:157 +msgid "Interface Logins" +msgstr "Interface-Logins" -#: install/usage.php:63 -msgid "Use Outlier Flagging Feature" -msgstr "Verwende Ausreißer-Markierungsfunktion" +#: ajax_htmldata.php:217 +msgid "Organization Accounts" +msgstr "Konten der Organisation" -#: install/usage.php:71 -msgid "Please set up the following options for the Usage module." -msgstr "Bitte richten Sie die folgenden Optionen für das Statistikmodul ein." +#: ajax_htmldata.php:237 +msgid "For " +msgstr "Für " -#: admin.php:2 -msgid "Administration" -msgstr "Administration" +#: ajax_htmldata.php:237 ajax_htmldata.php:261 +msgid "view organization" +msgstr "zeige Organisation" -#: admin.php:12 -msgid "Users" -msgstr "Nutzer" +#: ajax_htmldata.php:240 +msgid "Login Type" +msgstr "Logintyp" -#: admin.php:13 -msgid "add new user" -msgstr "Neuen Nutzer hinzufügen" +#: ajax_htmldata.php:241 +msgid "Username" +msgstr "Nutzername" -#: admin.php:16 admin.php:31 admin.php:46 js/import.js:38 -#: js/publisherPlatform.js:139 -msgid "Loading..." -msgstr "Lädt..." +#: ajax_htmldata.php:244 ajax_htmldata.php:338 ajax_htmldata.php:473 +msgid "Notes" +msgstr "Notizen" -#: admin.php:27 -msgid "Email addresses for logs" -msgstr "E-Mail Adressen für Logs" +#: ajax_htmldata.php:261 +msgid "No login information stored for " +msgstr "Keine Login-Informationen gespeichert für " -#: admin.php:28 -msgid "add new email address" -msgstr "Neue E-Mail-Adresse hinzufügen" +#: ajax_htmldata.php:266 +msgid "change associated organization" +msgstr "wähle zugehörige Organisation" -#: admin.php:43 -msgid "Outlier Parameters" -msgstr "Ausreißerwerte" +#: ajax_htmldata.php:275 +msgid "link to associated organization" +msgstr "Link zur zugehörigen Organisation" -#: js/sushi.js:78 -msgid "Do you really want to delete this import?" -msgstr "Möchten Sie diesen Import wirklich löschen?" +#: ajax_htmldata.php:300 +msgid "Login Credentials are also available for the following publishers:" +msgstr "Die Anmeldedaten sind auch für folgende Verlage verfügbar:" -#: js/sushi.js:80 js/publisherPlatform.js:81 js/publisherPlatform.js:99 -#: js/publisherPlatform.js:117 js/publisherPlatform.js:136 -#: js/publisherPlatform.js:155 js/publisherPlatform.js:227 js/admin.js:64 -#: js/index.js:41 -msgid "Processing..." -msgstr "Lade..." +#: ajax_htmldata.php:321 ajax_forms.php:373 +msgid "Publisher Notes" +msgstr "Herausgebernotizen" -#: js/sushi.js:104 js/publisherPlatform.js:263 -msgid "Running..." -msgstr "Läuft..." +#: ajax_htmldata.php:336 ajax_htmldata.php:395 +msgid "Start Year" +msgstr "Anfangsjahr" -#: js/import.js:65 -msgid "Please select a file." -msgstr "Bitte wählen Sie eine Datei." +#: ajax_htmldata.php:337 ajax_htmldata.php:396 +msgid "End Year" +msgstr "Endjahr" -#: js/publisherPlatform.js:175 -msgid "Do you really want to remove this interface note?" -msgstr "Möchten Sie diese Anzeigennotiz wirklich entfernen?" +#: ajax_htmldata.php:345 +msgid "Present" +msgstr "Gegenwart" -#: js/publisherPlatform.js:193 -msgid "Do you really want to remove this Publisher note?" -msgstr "Möchten Sie diese Herausgebernotiz wirklich entfernen?" +#: ajax_htmldata.php:364 +msgid "add new publisher notes" +msgstr "Füge neue Herausgebernotizen hinzu" -#: js/publisherPlatform.js:211 -msgid "Do you really want to remove this login information?" -msgstr "Möchten Sie diese Login Information wirklich entfernen?" +#: ajax_htmldata.php:377 ajax_htmldata.php:398 ajax_forms.php:295 +msgid "Interface Notes" +msgstr "Interface-Notiz" -#: js/publisherPlatform.js:226 -msgid "Do you really want to delete this month?" -msgstr "Möchten Sie diesen Monat wirklich löschen?" +#: ajax_htmldata.php:397 +msgid "Counter" +msgstr "Counter" -#: js/publisherPlatform.js:244 -msgid "Do you really want to delete this " -msgstr "Möchten Sie folgendes wirklich löschen: " - -#: js/reporting.js:35 js/publisherPlatformList.js:35 -msgid "show Publisher list" -msgstr "Zeige Herausgeberliste" - -#: js/reporting.js:39 js/publisherPlatformList.js:39 -msgid "hide Publisher list" -msgstr "verberge Herausgeberliste" - -#: js/reporting.js:61 js/admin.js:121 -msgid "Error - Please enter a value." -msgstr "Fehler - bitte geben Sie einen Wert ein." - -#: js/admin.js:62 -msgid "Do you really want to delete this user?" -msgstr "Möchten Sie diesen Nutzer wirklich löschen?" - -#: js/admin.js:125 -msgid "Error - Please enter a valid email address." -msgstr "Fehler - bitte geben Sie eine gültige E-Mail-Adresse ein." - -#: js/admin.js:135 -msgid "Do you really want to delete this email address?" -msgstr "Möchten Sie diese E-Mail-Adresse wirklich löschen?" - -#: js/admin.js:199 -msgid "Count over must be a number." -msgstr "Zähler über muss eine Zahl sein." - -#: js/admin.js:200 -#, javascript-format -msgid "% over must be a number." -msgstr "" - -#: js/index.js:133 publisherPlatformList.php:32 ajax_htmldata.php:1541 -#: reporting.php:41 -msgid "show publisher list" -msgstr "zeige Verlagsliste" - -#: js/index.js:139 -msgid "hide publisher list" -msgstr "verberge Verlagsliste" - -#: js/forms/organizationForm.js:34 -msgid "This organization doesn't exist in the CORAL Organizations module." -msgstr "Diese Einrichtung existiert im CORAL Organisationsmodul nicht." - -#: js/forms/organizationForm.js:97 -msgid "This organization doesn't exist in the CORAL Organizations Module." -msgstr "Diese Einrichtung existiert im CORAL Organisationsmodul nicht." - -#: js/forms/identifierSubmitForm.js:71 -msgid "Identifier must be valid format." -msgstr "Der Identifier muss ein gültiges Format haben." - -#: js/forms/overrideSubmitForm.js:58 -msgid "Count is required." -msgstr "Eine Anzahl ist erforderlich." - -#: js/forms/externalLoginSubmitForm.js:54 -msgid "Please enter a username to continue" -msgstr "Bitte geben Sie einen Nutzernamen an um fortzufahren" - -#: js/forms/externalLoginSubmitForm.js:58 -msgid "For security, please enter a password" -msgstr "Bitte geben Sie aus Sicherheitsgründen ein Passwort ein" - -#: js/forms/outlierSubmitForm.js:94 -msgid "" -"Count is required. If you wish to remove the count the outlier should be " -"ignored." -msgstr "" -"Eine Anzahl ist erforderlich. Wenn Sie diese entfernen möchten, sollten die " -"Ausreißer ignoriert werden." - -#: js/forms/publisherNoteSubmitForm.js:55 js/forms/platformNoteSubmitForm.js:54 -msgid "Start Year must be 4 numbers and start with 19 or 20." -msgstr "Das Anfangsjahr muss vierstellig sein und mit 19 oder 20 beginnen." - -#: js/forms/publisherNoteSubmitForm.js:56 js/forms/platformNoteSubmitForm.js:55 -msgid "End Year must be 4 numbers and start with 19 or 20." -msgstr "Das Endjahr muss vierstellig sein und mit 19 oder 20 beginnen." - -#: js/forms/platformNoteSubmitForm.js:56 -msgid "Please choose Yes or No for Counter Compliant." -msgstr "Bitte wählen Sie Ja oder Nein für die Counter Konformität." - -#: js/forms/platformSubmitForm.js:71 -msgid "Platform must be entered." -msgstr "Die Plattform muss eingegeben werden." - -#: templates/header.php:40 templates/header.php:92 -msgid "Usage Statistics" -msgstr "Nutzungsstatistik" - -#: templates/header.php:72 -msgid "" -"JavaScript must be enabled in order for you to use CORAL. However, it seems " -"JavaScript is either disabled or not supported by your browser. To use " -"CORAL, enable JavaScript by changing your browser options, then " -msgstr "" -"JavaScript muss aktiviert sein um CORAL benutzen zu können. Jedoch scheint " -"JavaScript entweder deaktiviert zu sein, oder durch Ihren Browser nicht " -"unterstützt zu werden. Bitte aktivieren Sie JavaScript in den Browser " -"Optionen um CORAL verwenden zu können " - -#: templates/header.php:72 -msgid "try again" -msgstr "Versuchen Sie es erneut" - -#: templates/header.php:93 -msgid "Powered by" -msgstr "Powered by" - -#: templates/header.php:99 -msgid "Hello" -msgstr "Hallo" - -#: templates/header.php:109 -msgid "logout" -msgstr "Ausloggen" - -#: templates/header.php:109 -msgid "Help" -msgstr "Hilfe" - -#: templates/header.php:127 -msgid "Invalid translation route!" -msgstr "Ungültige Übersetzungsroute!" - -#: templates/header.php:174 templates/header.php:223 -msgid "File Import" -msgstr "Dateiimport" - -#: templates/header.php:181 templates/header.php:230 -msgid "SUSHI" -msgstr "SUSHI" - -#: templates/header.php:188 -msgid "Admin" -msgstr "Admin" - -#: templates/header.php:195 templates/header.php:237 reporting.php:2 -msgid "Report Options" -msgstr "Reportoptionen" - -#: templates/header.php:204 templates/header.php:246 -msgid "Usage Reports" -msgstr "Nutzungsreports" - -#: templates/header.php:265 -msgid "Change Module" -msgstr "Wechsel Modul" - -#: templates/header.php:268 -msgid "Main Menu" -msgstr "Hauptmenü" - -#: templates/header.php:273 -msgid "Resources" -msgstr "Ressourcen" - -#: templates/header.php:278 -msgid "Organizations" -msgstr "Organisationen" - -#: templates/header.php:283 -msgid "Licensing" -msgstr "Lizenzen" - -#: templates/header.php:288 -msgid "Management" -msgstr "Management" - -#: publisherPlatformList.php:4 -msgid "Edit Publishers / Platforms" -msgstr "Bearbeite Verlage / Plattformen" - -#: publisherPlatformList.php:16 -msgid "Publisher / Platform Update" -msgstr "Verlag / Plattform Update" - -#: publisherPlatformList.php:31 publisherPlatformList.php:42 -msgid "view / edit" -msgstr "zeige / bearbeite" - -#: publisherPlatformList.php:50 reporting.php:71 -msgid "No publishers / platforms found." -msgstr "Keine Verlag / Plattform gefunden." - -#: ajax_htmldata.php:47 -msgid "Import History for " -msgstr "Importiere History für " - -#: ajax_htmldata.php:62 ajax_htmldata.php:1147 -msgid "Import Date" -msgstr "Importdatum" - -#: ajax_htmldata.php:63 ajax_htmldata.php:1148 -msgid "Imported By" -msgstr "Importiert von" - -#: ajax_htmldata.php:64 ajax_htmldata.php:1149 -msgid "Import Summary" -msgstr "Importzusammenfassung" - -#: ajax_htmldata.php:76 ajax_htmldata.php:1168 -msgid "view log" -msgstr "Zeige log" - -#: ajax_htmldata.php:77 ajax_htmldata.php:1169 -msgid "view archive" -msgstr "Zeige Archiv" - -#: ajax_htmldata.php:82 -msgid "(no imports found)" -msgstr "(keine Imports gefunden)" - -#: ajax_htmldata.php:96 -msgid "Publisher Logins" -msgstr "Verlag-Logins" - -#: ajax_htmldata.php:113 ajax_htmldata.php:174 -msgid "Interface Login" -msgstr "Interface-Login" - -#: ajax_htmldata.php:114 ajax_htmldata.php:175 ajax_htmldata.php:242 -#: ajax_htmldata.php:471 -msgid "Password" -msgstr "Passwort" - -#: ajax_htmldata.php:115 ajax_htmldata.php:176 ajax_htmldata.php:243 -msgid "URL" -msgstr "URL" - -#: ajax_htmldata.php:116 ajax_htmldata.php:177 -msgid "Login Notes" -msgstr "Login-Notizen" - -#: ajax_htmldata.php:128 ajax_htmldata.php:189 ajax_htmldata.php:351 -#: ajax_htmldata.php:420 ajax_htmldata.php:901 ajax_htmldata.php:925 -#: uploadComplete.php:357 -msgid "edit" -msgstr "bearbeiten" - -#: ajax_htmldata.php:128 ajax_htmldata.php:189 ajax_htmldata.php:351 -#: ajax_htmldata.php:420 ajax_htmldata.php:1419 -msgid "remove" -msgstr "entfernen" - -#: ajax_htmldata.php:138 ajax_htmldata.php:199 ajax_htmldata.php:359 -#: ajax_htmldata.php:428 ajax_htmldata.php:478 ajax_htmldata.php:638 -#: ajax_htmldata.php:665 ajax_htmldata.php:699 ajax_htmldata.php:1428 -#: ajax_htmldata.php:1536 -msgid "(none found)" -msgstr "(keine gefunden)" - -#: ajax_htmldata.php:146 ajax_htmldata.php:207 -msgid "add new login" -msgstr "neues Login hinzufügen" - -#: ajax_htmldata.php:157 -msgid "Interface Logins" -msgstr "Interface-Logins" - -#: ajax_htmldata.php:217 -msgid "Organization Accounts" -msgstr "Konten der Organisation" - -#: ajax_htmldata.php:237 -msgid "For " -msgstr "Für " - -#: ajax_htmldata.php:237 ajax_htmldata.php:261 -msgid "view organization" -msgstr "zeige Organisation" - -#: ajax_htmldata.php:240 -msgid "Login Type" -msgstr "Logintyp" - -#: ajax_htmldata.php:241 -msgid "Username" -msgstr "Nutzername" - -#: ajax_htmldata.php:244 ajax_htmldata.php:338 ajax_htmldata.php:473 -msgid "Notes" -msgstr "Notizen" - -#: ajax_htmldata.php:261 -msgid "No login information stored for " -msgstr "Keine Login-Informationen gespeichert für " - -#: ajax_htmldata.php:266 -msgid "change associated organization" -msgstr "wähle zugehörige Organisation" - -#: ajax_htmldata.php:275 -msgid "link to associated organization" -msgstr "Link zur zugehörigen Organisation" - -#: ajax_htmldata.php:300 -msgid "Login Credentials are also available for the following publishers:" -msgstr "Die Anmeldedaten sind auch für folgende Verlage verfügbar:" - -#: ajax_htmldata.php:321 ajax_forms.php:373 -msgid "Publisher Notes" -msgstr "Herausgebernotizen" - -#: ajax_htmldata.php:336 ajax_htmldata.php:395 -msgid "Start Year" -msgstr "Anfangsjahr" - -#: ajax_htmldata.php:337 ajax_htmldata.php:396 -msgid "End Year" -msgstr "Endjahr" - -#: ajax_htmldata.php:345 -msgid "Present" -msgstr "Gegenwart" - -#: ajax_htmldata.php:364 -msgid "add new publisher notes" -msgstr "Füge neue Herausgebernotizen hinzu" - -#: ajax_htmldata.php:377 ajax_htmldata.php:398 ajax_forms.php:295 -msgid "Interface Notes" -msgstr "Interface-Notiz" - -#: ajax_htmldata.php:397 -msgid "Counter" -msgstr "Counter" - -#: ajax_htmldata.php:397 -msgid "Compliant?" -msgstr "Konform?" +#: ajax_htmldata.php:397 +msgid "Compliant?" +msgstr "Konform?" #: ajax_htmldata.php:433 msgid "add new interface note" @@ -653,6 +304,17 @@ msgstr "Zeitschriften - Zugehörige Titel und ISSNs" msgid "Title" msgstr "Titel" +#: ajax_htmldata.php:719 ajax_htmldata.php:794 spreadsheet.php:63 +#: spreadsheet.php:83 titles_spreadsheet.php:49 titles_spreadsheet.php:53 +#: ajax_forms.php:871 +msgid "DOI" +msgstr "DOI" + +#: ajax_htmldata.php:720 ajax_htmldata.php:796 spreadsheet.php:86 +#: titles_spreadsheet.php:55 ajax_forms.php:867 +msgid "ISSN" +msgstr "ISSN" + #: ajax_htmldata.php:721 ajax_forms.php:868 msgid "eISSN" msgstr "eISSN" @@ -669,6 +331,11 @@ msgstr "Anzeige im Link-Resolver" msgid "Books - Associated Titles and ISBNs" msgstr "Bücher - Zugehörige Titel und ISBNs" +#: ajax_htmldata.php:795 spreadsheet.php:85 titles_spreadsheet.php:54 +#: ajax_forms.php:869 +msgid "ISBN" +msgstr "ISBN" + #: ajax_htmldata.php:863 msgid "Database Titles" msgstr "Datenbanktitel" @@ -685,11 +352,11 @@ msgstr "Lösche" msgid "Current Outlier Parameters" msgstr "Derzeitige Ausreißerparameter" -#: ajax_htmldata.php:924 uploadComplete.php:112 +#: ajax_htmldata.php:924 uploadComplete.php:121 msgid "Level " msgstr "Level " -#: ajax_htmldata.php:924 uploadComplete.php:112 +#: ajax_htmldata.php:924 uploadComplete.php:121 msgid " over plus " msgstr " mehr als " @@ -853,6 +520,11 @@ msgstr "Verlage" msgid "By" msgstr "Von" +#: ajax_htmldata.php:1541 js/index.js:133 reporting.php:41 +#: publisherPlatformList.php:32 +msgid "show publisher list" +msgstr "zeige Verlagsliste" + #: ajax_htmldata.php:1620 msgid "records per page" msgstr "Datensätze pro Seite" @@ -865,25 +537,174 @@ msgstr "Funktion " msgid " not set up!" msgstr " nicht aufgesetzt!" -#: index.php:49 -msgid "Search" -msgstr "Suche" +#: admin/classes/domain/ImportLog.php:36 +msgid " (via sushi)" +msgstr " (via SUSHI)" -#: index.php:50 -msgid "new search" -msgstr "Neue Suche" +#: admin/classes/domain/ImportLog.php:42 +msgid "Failed" +msgstr "Gescheitert" -#: index.php:59 -msgid "Name (contains)" -msgstr "Name (enthält)" +#: admin/classes/domain/ImportLog.php:44 +msgid "awaiting import" +msgstr "erwarteter Import" -#: index.php:62 -msgid "go!" -msgstr "Los!" +#: admin/classes/domain/SushiService.php:186 +msgid "At least one report type must be set up!" +msgstr "Zumindest ein Reporttyp muss konfiguriert sein!" + +#: admin/classes/domain/SushiService.php:188 +msgid "Connection test successful!" +msgstr "Verbindungstest erfolgreich!" + +#: admin/classes/domain/SushiService.php:211 +msgid "No report types are set up!" +msgstr "Es sind keine Reporttypen konfiguriert!" + +#: admin/classes/common/Object.php:63 +msgid "Cannot set value for undefined key (" +msgstr "Kein Wert für nicht festgelegten Schlüssel gesetzt (" + +#: admin/classes/common/Object.php:72 +msgid "Cannot get value for undefined key (" +msgstr "Keinen Wert für nicht festgelegten Schlüssel gefunden (" + +#: admin/classes/common/DBService.php:54 +msgid "There was a problem with the database: " +msgstr "Es gab ein Problem mit folgender Datenbank: " + +#: admin/classes/common/LdapPerson.php:34 +msgid "Could not connect to " +msgstr "Konnte nicht verbinden mit " + +#: js/admin.js:62 +msgid "Do you really want to delete this user?" +msgstr "Möchten Sie diesen Nutzer wirklich löschen?" + +#: js/admin.js:64 js/index.js:41 js/sushi.js:80 js/publisherPlatform.js:81 +#: js/publisherPlatform.js:99 js/publisherPlatform.js:117 +#: js/publisherPlatform.js:136 js/publisherPlatform.js:155 +#: js/publisherPlatform.js:227 +msgid "Processing..." +msgstr "Lade..." + +#: js/admin.js:121 js/reporting.js:61 +msgid "Error - Please enter a value." +msgstr "Fehler - bitte geben Sie einen Wert ein." + +#: js/admin.js:125 +msgid "Error - Please enter a valid email address." +msgstr "Fehler - bitte geben Sie eine gültige E-Mail-Adresse ein." + +#: js/admin.js:135 +msgid "Do you really want to delete this email address?" +msgstr "Möchten Sie diese E-Mail-Adresse wirklich löschen?" + +#: js/admin.js:199 +msgid "Count over must be a number." +msgstr "Zähler über muss eine Zahl sein." + +#: js/admin.js:200 +#, javascript-format +msgid "% over must be a number." +msgstr "" + +#: js/publisherPlatformList.js:35 js/reporting.js:35 +msgid "show Publisher list" +msgstr "Zeige Herausgeberliste" + +#: js/publisherPlatformList.js:39 js/reporting.js:39 +msgid "hide Publisher list" +msgstr "verberge Herausgeberliste" + +#: js/index.js:139 +msgid "hide publisher list" +msgstr "verberge Verlagsliste" + +#: js/sushi.js:78 +msgid "Do you really want to delete this import?" +msgstr "Möchten Sie diesen Import wirklich löschen?" + +#: js/sushi.js:104 js/publisherPlatform.js:263 +msgid "Running..." +msgstr "Läuft..." + +#: js/publisherPlatform.js:139 js/import.js:38 admin.php:16 admin.php:31 +#: admin.php:46 +msgid "Loading..." +msgstr "Lädt..." + +#: js/publisherPlatform.js:175 +msgid "Do you really want to remove this interface note?" +msgstr "Möchten Sie diese Anzeigennotiz wirklich entfernen?" + +#: js/publisherPlatform.js:193 +msgid "Do you really want to remove this Publisher note?" +msgstr "Möchten Sie diese Herausgebernotiz wirklich entfernen?" + +#: js/publisherPlatform.js:211 +msgid "Do you really want to remove this login information?" +msgstr "Möchten Sie diese Login Information wirklich entfernen?" + +#: js/publisherPlatform.js:226 +msgid "Do you really want to delete this month?" +msgstr "Möchten Sie diesen Monat wirklich löschen?" + +#: js/publisherPlatform.js:244 +msgid "Do you really want to delete this " +msgstr "Möchten Sie folgendes wirklich löschen: " + +#: js/forms/publisherNoteSubmitForm.js:55 js/forms/platformNoteSubmitForm.js:54 +msgid "Start Year must be 4 numbers and start with 19 or 20." +msgstr "Das Anfangsjahr muss vierstellig sein und mit 19 oder 20 beginnen." + +#: js/forms/publisherNoteSubmitForm.js:56 js/forms/platformNoteSubmitForm.js:55 +msgid "End Year must be 4 numbers and start with 19 or 20." +msgstr "Das Endjahr muss vierstellig sein und mit 19 oder 20 beginnen." + +#: js/forms/identifierSubmitForm.js:71 +msgid "Identifier must be valid format." +msgstr "Der Identifier muss ein gültiges Format haben." + +#: js/forms/platformSubmitForm.js:71 +msgid "Platform must be entered." +msgstr "Die Plattform muss eingegeben werden." + +#: js/forms/organizationForm.js:34 +msgid "This organization doesn't exist in the CORAL Organizations module." +msgstr "Diese Einrichtung existiert im CORAL Organisationsmodul nicht." + +#: js/forms/organizationForm.js:97 +msgid "This organization doesn't exist in the CORAL Organizations Module." +msgstr "Diese Einrichtung existiert im CORAL Organisationsmodul nicht." + +#: js/forms/externalLoginSubmitForm.js:54 +msgid "Please enter a username to continue" +msgstr "Bitte geben Sie einen Nutzernamen an um fortzufahren" + +#: js/forms/externalLoginSubmitForm.js:58 +msgid "For security, please enter a password" +msgstr "Bitte geben Sie aus Sicherheitsgründen ein Passwort ein" + +#: js/forms/outlierSubmitForm.js:94 +msgid "" +"Count is required. If you wish to remove the count the outlier should be " +"ignored." +msgstr "" +"Eine Anzahl ist erforderlich. Wenn Sie diese entfernen möchten, sollten die " +"Ausreißer ignoriert werden." + +#: js/forms/platformNoteSubmitForm.js:56 +msgid "Please choose Yes or No for Counter Compliant." +msgstr "Bitte wählen Sie Ja oder Nein für die Counter Konformität." + +#: js/forms/overrideSubmitForm.js:58 +msgid "Count is required." +msgstr "Eine Anzahl ist erforderlich." -#: index.php:69 -msgid "Starts with" -msgstr "Beginnt mit" +#: js/import.js:65 +msgid "Please select a file." +msgstr "Bitte wählen Sie eine Datei." #: sushiSchedule.php:33 msgid " SUSHI runs found for day: " @@ -913,11 +734,11 @@ msgstr " läuft" msgid "Run complete. Log has been emailed to " msgstr "Lauf komplett. Das Log wurde versendet an " -#: sushiSchedule.php:72 uploadComplete.php:977 +#: sushiSchedule.php:72 uploadComplete.php:986 msgid "Email to " msgstr "Versendet an " -#: sushiSchedule.php:72 uploadComplete.php:977 +#: sushiSchedule.php:72 uploadComplete.php:986 msgid " Failed!" msgstr " gescheitert!" @@ -925,85 +746,286 @@ msgstr " gescheitert!" msgid "Nothing to see here! (no sushi scheduled today)" msgstr "Nichts anzuzeigen! (kein SUSHI geplant heute)" -#: reporting.php:10 -msgid "Publisher / Platform Reporting Administrative Update" -msgstr "Verlags- / Plattform-Reports - Administratives Update" +#: spreadsheet.php:60 +msgid "Publisher" +msgstr "Verlag" -#: reporting.php:12 -msgid "Directions:" -msgstr "Anweisungen:" +#: spreadsheet.php:61 +msgid "Platform" +msgstr "Plattform" -#: reporting.php:12 +#: spreadsheet.php:64 spreadsheet.php:84 ajax_forms.php:872 +msgid "Proprietary ID" +msgstr "Proprietäre ID" + +#: spreadsheet.php:65 titles_spreadsheet.php:50 +msgid "Print ISSN" +msgstr "Print-ISSN" + +#: spreadsheet.php:66 titles_spreadsheet.php:51 +msgid "Online ISSN" +msgstr "Online-ISSN" + +#: spreadsheet.php:67 spreadsheet.php:87 spreadsheet.php:102 +msgid "YTD Total" +msgstr "Seit Jahresbeginn gesamt" + +#: spreadsheet.php:68 +msgid "YTD HTML" +msgstr "Seit Jahresbeginn HTML" + +#: spreadsheet.php:69 +msgid "YTD PDF" +msgstr "Seit Jahresbeginn PDF" + +#: spreadsheet.php:70 spreadsheet.php:88 spreadsheet.php:103 +msgid "Jan-" +msgstr "Jan-" + +#: spreadsheet.php:71 spreadsheet.php:89 spreadsheet.php:104 +msgid "Feb-" +msgstr "Feb-" + +#: spreadsheet.php:72 spreadsheet.php:90 spreadsheet.php:105 +msgid "Mar-" +msgstr "Mar-" + +#: spreadsheet.php:73 spreadsheet.php:91 spreadsheet.php:106 +msgid "Apr-" +msgstr "Apr-" + +#: spreadsheet.php:74 spreadsheet.php:92 spreadsheet.php:107 +msgid "May-" +msgstr "Mai-" + +#: spreadsheet.php:75 spreadsheet.php:93 spreadsheet.php:108 +msgid "Jun-" +msgstr "Jun-" + +#: spreadsheet.php:76 spreadsheet.php:94 spreadsheet.php:109 +msgid "Jul-" +msgstr "Jul-" + +#: spreadsheet.php:77 spreadsheet.php:95 spreadsheet.php:110 +msgid "Aug-" +msgstr "Aug-" + +#: spreadsheet.php:78 spreadsheet.php:96 spreadsheet.php:111 +msgid "Sep-" +msgstr "Sep-" + +#: spreadsheet.php:79 spreadsheet.php:97 spreadsheet.php:112 +msgid "Oct-" +msgstr "Okt-" + +#: spreadsheet.php:80 spreadsheet.php:98 spreadsheet.php:113 +msgid "Nov-" +msgstr "Nov-" + +#: spreadsheet.php:81 spreadsheet.php:99 spreadsheet.php:114 +msgid "Dec-" +msgstr "Dez-" + +#: spreadsheet.php:101 +msgid "User Activity" +msgstr "Nutzeraktivität" + +#: spreadsheet.php:124 +msgid "Total for all Journals" +msgstr "Gesamt für alle Zeitschriften" + +#: spreadsheet.php:126 +msgid "Total for all Books" +msgstr "Gesamt für alle Bücher" + +#: spreadsheet.php:128 +msgid "Total for all Databases" +msgstr "Gesamt für alle Datenbanken" + +#: uploadComplete.php:24 +msgid "Upload Process Complete" +msgstr "Uploadprozess komplett" + +#: uploadComplete.php:99 +msgid "Process started on " +msgstr "Prozess gestartet am " + +#: uploadComplete.php:100 +msgid "File: " +msgstr "Datei: " + +#: uploadComplete.php:101 uploadConfirmation.php:334 +msgid "Report Format: " +msgstr "Reportformat: " + +#: uploadComplete.php:114 +msgid "Outlier Parameters:" +msgstr "Ausreißer Parameter:" + +#: uploadComplete.php:121 +#, php-format +msgid "% over " +msgstr "% ueber " + +#: uploadComplete.php:292 +msgid "Override indicator set - all months will be imported." +msgstr "Überschreibe Indikatorset - alle Monate werden importiert." + +#: uploadComplete.php:301 msgid "" -"Mark the checkboxes to add / remove specific Platforms or Publishers to the " -"default report list." +"Entire year already exists for this Platform / year. No counts will be " +"imported." msgstr "" -"Benutzen Sie die Checkboxen um bestimmte Plattformen oder Verlage der " -"Standard-Reportliste hinzuzufügen oder zu entfernen." +"Das gesamte Jahr existiert bereits für diese Plattform / dieses Jahr. Es " +"werden keine Zähler importiert." -#: reporting.php:12 +#: uploadComplete.php:305 +msgid "Month Started at: " +msgstr "Monat gestartet bei: " + +#: uploadComplete.php:307 msgid "" -"Click 'edit report display name' to change the display name in the reporting " -"system for specific Platforms or Publishers." +"No records exist for this Platform / year. Import will start with month 1." msgstr "" -"Klicken Sie auf 'Bearbeite angezeigten Reportnamen', um den angezeigten " -"Namen im Statistiksystem für bestimmte Plattformen oder Verlage zu ändern." +"Es gibt keine Treffer für diese Plattform / dieses Jahr. Der Import startet " +"mit Monat 1." -#: reporting.php:25 -msgid "Available" -msgstr "Verfügbar" +#: uploadComplete.php:310 +msgid "" +"Partial year records exist for this Platform / year. Import will start with " +"month 1 and end with month " +msgstr "" +"Ein Teil des Jahres existiert bereits für diese Plattform / dieses Jahr. " +"Import startet mit Monat 1 und endet mit Monat " -#: reporting.php:25 -msgid "As Default" -msgstr "Als Voreinstellung" +#: uploadComplete.php:329 +msgid "Year: " +msgstr "Jahr: " -#: reporting.php:25 -msgid "Report" -msgstr "Report" +#: uploadComplete.php:366 +msgid "New Platform set up: " +msgstr "Neue Plattform aufgesetzt: " -#: sushi.php:26 -msgid "SUSHI Import" -msgstr "SUSHI Import" +#: uploadComplete.php:448 +msgid "New Publisher / Platform set up: " +msgstr "Neuer Verlag / neue Plattform aufgesetzt: " -#: sushi.php:45 -msgid "Sushi Output Log:" -msgstr "SUSHI Output Log:" +#: uploadComplete.php:681 +msgid "Publisher / Platform: " +msgstr "Verlag / Plattform: " -#: sushi.php:56 -msgid "SUSHI Administration" -msgstr "SUSHI Administration" +#: uploadComplete.php:690 +msgid "Title: " +msgstr "Titel: " -#: sushi.php:62 -msgid "Add new platform for SUSHI" -msgstr "Füge neue Plattform für SUSHI hinzu" +#: uploadComplete.php:721 +msgid "Merged" +msgstr "Verschmolzen" -#: sushi.php:71 -msgid "Outstanding Import Queue" -msgstr "Anstehende Import Queue" +#: uploadComplete.php:726 +msgid "Duplicate record for this Print ISSN in same spreadsheet: Month: " +msgstr "" +"Dublette Treffer für diese Print ISSN in der gleichen Tabellle: Monat: " -#: sushi.php:75 -msgid "Last Failed SUSHI Imports" -msgstr "Letzte fehlgeschlagene SUSHI Importe" +#: uploadComplete.php:726 +msgid " New Count: " +msgstr " Neue Zählung: " + +#: uploadComplete.php:818 +msgid "New Usage Count Record Added: Month: " +msgstr "Neue Nutzungsstatistik für folgenden Monat hinzugefügt: " + +#: uploadComplete.php:818 uploadComplete.php:820 +msgid " Count: " +msgstr " Zähler: " + +#: uploadComplete.php:820 +msgid "Usage Count Record is not numeric for month: " +msgstr "Der Nutzungszähler ist nicht numerisch für den Monat: " + +#: uploadComplete.php:820 +msgid " imported as 0." +msgstr " importiert als 0." + +#: uploadComplete.php:827 +msgid "Outlier found for this record: Level " +msgstr "Ausreißer gefunden für diesen Satz: Level " + +#: uploadComplete.php:836 +msgid "Current or future month will not be imported: " +msgstr "Aktueller oder zukünftiger Monat wird nicht importiert: " + +#: uploadComplete.php:886 +msgid "YTD Already Exists for this Print ISSN, counts are added together." +msgstr "" +"Seit Jahresbeginn existiert bereits für diese Print-ISSN, Zähler werden " +"addiert." + +#: uploadComplete.php:910 +msgid "YTD Total Count: " +msgstr "YTD Gesamtsumme: " + +#: uploadComplete.php:910 +msgid "YTD HTML Count: " +msgstr "YTD HTML Summe: " + +#: uploadComplete.php:910 +msgid "YTD PDF Count: " +msgstr "YTD PDF Summe: " + +#: uploadComplete.php:917 +msgid "No YTD import performed since monthly stats were not imported" +msgstr "" +"Kein Import seit Jahresbeginn durchgeführt, da keine Monatsstatistiken " +"importiert wurden" + +#: uploadComplete.php:927 +msgid "" +"Title match did not complete correctly, please check ISBN / ISSN to verify " +"for Title: " +msgstr "" +"Die Titelzusammenführung wurde nicht komplett und korrekt durchgeführt, " +"bitte ISBN / ISSN überprüfen für Titel: " + +#: uploadComplete.php:979 +msgid "Log Output for " +msgstr "Log Output für: " + +#: uploadComplete.php:980 +msgid "Usage Statistics File Import Run!" +msgstr "Dateiimport der Nutzungsstatistik ausführen!" + +#: uploadComplete.php:980 +msgid "Please find log file: " +msgstr "Bitte Logfile beachten: " + +#: uploadComplete.php:984 +msgid "Log has been emailed to " +msgstr "Das Log wurde versendet an " -#: sushi.php:79 -msgid "All SUSHI Services" -msgstr "Alle SUSHI Services" +#: uploadComplete.php:1002 uploadComplete.php:1009 uploadComplete.php:1052 +msgid " titles processed." +msgstr " Titel verarbeitet." -#: ajax_processing.php:395 -msgid "Override has been updated" -msgstr "Überschreibung wurde aktualisiert" +#: uploadComplete.php:1046 +msgid "Status" +msgstr "Status" -#: ajax_processing.php:442 -msgid "Platform Reporting Display Name has been updated" -msgstr "Angezeigter Reportname der Plattform wurde geändert" +#: uploadComplete.php:1048 +msgid "File archived as" +msgstr "Datei archiviert als" -#: ajax_processing.php:458 ajax_processing.php:490 -msgid "Default display list has been updated" -msgstr "Voreingestellte Anzeigeliste wurde aktualisiert" +#: uploadComplete.php:1049 +msgid "Log file available at:" +msgstr "Logfile verfügbar:" -#: ajax_processing.php:474 -msgid "Publisher Reporting Display Name has been updated" -msgstr "Angezeigter Name des Verlags wurde geändert" +#: uploadComplete.php:1050 +msgid "Process completed." +msgstr "Verarbeitung abgeschlossen." + +#: uploadComplete.php:1052 +msgid "Summary:" +msgstr "Zusammenfassung:" #: uploadConfirmation.php:33 msgid "SUSHI Import Confirmation" @@ -1102,10 +1124,6 @@ msgstr "" "Die Datei ist markiert um Überschreibungen des Vormonats zu übergehen. Wenn " "das nicht stimmt, bitte auf 'Abbrechen' klicken." -#: uploadConfirmation.php:334 uploadComplete.php:92 -msgid "Report Format: " -msgstr "Reportformat: " - #: uploadConfirmation.php:334 msgid "" "If this is incorrect, please use 'Cancel' to go back and fix the headers of " @@ -1125,28 +1143,256 @@ msgstr "" "überschreiben. Wenn dies falsch ist, kontaktieren Sie bitte einen " "Systemadministrator." -#: uploadConfirmation.php:354 -msgid "Confirm" -msgstr "Bestätige" +#: uploadConfirmation.php:354 +msgid "Confirm" +msgstr "Bestätige" + +#: uploadConfirmation.php:357 +msgid "Cancel" +msgstr "Abbrechen" + +#: titles_spreadsheet.php:35 +msgid " Titles " +msgstr " Titel " + +#: not_avail.php:21 +msgid "Not Available" +msgstr "Nicht verfügbar" + +#: not_avail.php:29 +msgid "Usage Statistics Module" +msgstr "Nutzungsstatistiken Modul" + +#: not_avail.php:61 +msgid "" +"Please contact your Administrator for access to the Usage Statistics Module." +msgstr "" +"Bitte kontaktieren Sie Ihren Administrator für den Zugang zum " +"Nutzungstatistiken Modul." + +#: reporting.php:2 templates/header.php:195 templates/header.php:237 +msgid "Report Options" +msgstr "Reportoptionen" + +#: reporting.php:10 +msgid "Publisher / Platform Reporting Administrative Update" +msgstr "Verlags- / Plattform-Reports - Administratives Update" + +#: reporting.php:12 +msgid "Directions:" +msgstr "Anweisungen:" + +#: reporting.php:12 +msgid "" +"Mark the checkboxes to add / remove specific Platforms or Publishers to the " +"default report list." +msgstr "" +"Benutzen Sie die Checkboxen um bestimmte Plattformen oder Verlage der " +"Standard-Reportliste hinzuzufügen oder zu entfernen." + +#: reporting.php:12 +msgid "" +"Click 'edit report display name' to change the display name in the reporting " +"system for specific Platforms or Publishers." +msgstr "" +"Klicken Sie auf 'Bearbeite angezeigten Reportnamen', um den angezeigten " +"Namen im Statistiksystem für bestimmte Plattformen oder Verlage zu ändern." + +#: reporting.php:25 +msgid "Available" +msgstr "Verfügbar" + +#: reporting.php:25 +msgid "As Default" +msgstr "Als Voreinstellung" + +#: reporting.php:25 +msgid "Report" +msgstr "Report" + +#: reporting.php:71 publisherPlatformList.php:50 +msgid "No publishers / platforms found." +msgstr "Keine Verlag / Plattform gefunden." + +#: ajax_processing.php:395 +msgid "Override has been updated" +msgstr "Überschreibung wurde aktualisiert" + +#: ajax_processing.php:442 +msgid "Platform Reporting Display Name has been updated" +msgstr "Angezeigter Reportname der Plattform wurde geändert" + +#: ajax_processing.php:458 ajax_processing.php:490 +msgid "Default display list has been updated" +msgstr "Voreingestellte Anzeigeliste wurde aktualisiert" + +#: ajax_processing.php:474 +msgid "Publisher Reporting Display Name has been updated" +msgstr "Angezeigter Name des Verlags wurde geändert" + +#: install/usage.php:9 install/usage.php:30 install/usage.php:113 +#: install/usage.php:124 +msgid "Usage Module" +msgstr "Statistikmodul" + +#: install/usage.php:19 +msgid "Usage Database" +msgstr "Statistikdatenbank" + +#: install/usage.php:58 +msgid "Link Resolver Base URL (optional)" +msgstr "Link Resolver Basis URL (optional)" + +#: install/usage.php:63 +msgid "Use Outlier Flagging Feature" +msgstr "Verwende Ausreißer-Markierungsfunktion" + +#: install/usage.php:71 +msgid "Please set up the following options for the Usage module." +msgstr "Bitte richten Sie die folgenden Optionen für das Statistikmodul ein." + +#: import.php:14 +msgid "Usage Statistics Import" +msgstr "Import Nutzungsstatistik" + +#: import.php:25 +msgid "Incorrect File format, must be .txt!" +msgstr "Falsches Dateiformat, Endung muss .txt sein!" + +#: import.php:28 +msgid "" +"There was an error uploading the file. Please verify the size is not over " +"5MB and try again!" +msgstr "" +"Fehler beim Hochladen der Datei. Bitte stellen Sie sicher, dass die " +"Dateigröße 5 MB nicht überschreitet und versuchen Sie es erneut!" + +#: import.php:31 +msgid "File has an incorrectly formatted name - try filename.txt!" +msgstr "" +"Die Datei hat einen falsch formatierten Namen. Benutzen Sie Dateiname.txt!" + +#: import.php:43 +msgid "File:" +msgstr "Datei:" + +#: import.php:48 +msgid "Layout:" +msgstr "Layout:" + +#: import.php:57 +msgid "Override previous month verification" +msgstr "Überschreibe vorhandene Daten des vorherigen Monats" + +#: import.php:58 +msgid "Upload" +msgstr "Hochladen" + +#: import.php:68 +msgid "Instructions:" +msgstr "Anweisungen:" + +#: import.php:70 +msgid "Save file as .txt files in tab delimited format" +msgstr "Speichern Sie die .txt Dateien im tabulatorgetrennten Format ab" + +#: import.php:71 +msgid "File may not be larger than 5MB" +msgstr "Die Datei darf nicht größer als 5MB sein" + +#: import.php:72 +msgid "" +"Ensure column headers conform to Counter's standards for the report type" +msgstr "" +"Stellen Sie sicher, das die Spaltenüberschriften den Counter Standards des " +"Reporttyp entsprechen" + +#: import.php:73 +msgid "More info: " +msgstr "Mehr Informationen: " + +#: import.php:82 +msgid "Recent Imports" +msgstr "Letzte Importe" + +#: templates/header.php:40 templates/header.php:92 +msgid "Usage Statistics" +msgstr "Nutzungsstatistik" + +#: templates/header.php:72 +msgid "" +"JavaScript must be enabled in order for you to use CORAL. However, it seems " +"JavaScript is either disabled or not supported by your browser. To use " +"CORAL, enable JavaScript by changing your browser options, then " +msgstr "" +"JavaScript muss aktiviert sein um CORAL benutzen zu können. Jedoch scheint " +"JavaScript entweder deaktiviert zu sein, oder durch Ihren Browser nicht " +"unterstützt zu werden. Bitte aktivieren Sie JavaScript in den Browser " +"Optionen um CORAL verwenden zu können " + +#: templates/header.php:72 +msgid "try again" +msgstr "Versuchen Sie es erneut" + +#: templates/header.php:93 +msgid "Powered by" +msgstr "Powered by" + +#: templates/header.php:99 +msgid "Hello" +msgstr "Hallo" + +#: templates/header.php:109 +msgid "logout" +msgstr "Ausloggen" + +#: templates/header.php:109 +msgid "Help" +msgstr "Hilfe" + +#: templates/header.php:127 +msgid "Invalid translation route!" +msgstr "Ungültige Übersetzungsroute!" + +#: templates/header.php:174 templates/header.php:223 +msgid "File Import" +msgstr "Dateiimport" + +#: templates/header.php:181 templates/header.php:230 +msgid "SUSHI" +msgstr "SUSHI" + +#: templates/header.php:188 +msgid "Admin" +msgstr "Admin" + +#: templates/header.php:204 templates/header.php:246 +msgid "Usage Reports" +msgstr "Nutzungsreports" + +#: templates/header.php:265 +msgid "Change Module" +msgstr "Wechsel Modul" -#: uploadConfirmation.php:357 -msgid "Cancel" -msgstr "Abbrechen" +#: templates/header.php:268 +msgid "Main Menu" +msgstr "Hauptmenü" -#: not_avail.php:21 -msgid "Not Available" -msgstr "Nicht verfügbar" +#: templates/header.php:273 +msgid "Resources" +msgstr "Ressourcen" -#: not_avail.php:29 -msgid "Usage Statistics Module" -msgstr "Nutzungsstatistiken Modul" +#: templates/header.php:278 +msgid "Organizations" +msgstr "Organisationen" -#: not_avail.php:61 -msgid "" -"Please contact your Administrator for access to the Usage Statistics Module." -msgstr "" -"Bitte kontaktieren Sie Ihren Administrator für den Zugang zum " -"Nutzungstatistiken Modul." +#: templates/header.php:283 +msgid "Licensing" +msgstr "Lizenzen" + +#: templates/header.php:288 +msgid "Management" +msgstr "Management" #: ajax_forms.php:39 ajax_forms.php:167 ajax_forms.php:256 ajax_forms.php:353 #: ajax_forms.php:420 ajax_forms.php:485 ajax_forms.php:978 @@ -1299,425 +1545,186 @@ msgstr "Report Typ(en):" msgid "separate report types with semi-colon, e.g. JR1;BR1" msgstr "verschiedene Reporttypen mit Semikolon trennen, z. B. JR1;BR1" -#: ajax_forms.php:519 -msgid "COUNTER Release:" -msgstr "COUNTER Release:" - -#: ajax_forms.php:528 -msgid "Requestor ID:" -msgstr "Requestor ID:" - -#: ajax_forms.php:532 -msgid "Customer ID:" -msgstr "Kunden ID:" - -#: ajax_forms.php:536 -msgid "Security Type:" -msgstr "Sicherheitstyp:" - -#: ajax_forms.php:538 ajax_forms.php:544 ajax_forms.php:551 ajax_forms.php:559 -msgid "(optional)" -msgstr "(optional)" - -#: ajax_forms.php:538 -msgid "can be: HTTP Basic, WSSE Authentication" -msgstr "kann sein: HTTP Basic, WSSE Authentication" - -#: ajax_forms.php:542 -msgid "Login:" -msgstr "Login:" - -#: ajax_forms.php:544 ajax_forms.php:551 -msgid "only needed for HTTP or WSSE Authentication" -msgstr "wird nur gebraucht bei HTTP oder WSSE Authentication" - -#: ajax_forms.php:557 -msgid "Service Day:" -msgstr "Service Tag:" - -#: ajax_forms.php:559 -msgid "number indicating the day of month the service should run" -msgstr "" -"Auf den Tag des Monats hinweisende Nummer an dem der Service laufen sollte" - -#: ajax_forms.php:559 -msgid "(e.g. 27 will run 27th of every month)" -msgstr "(z. B. 27 wird bewirken das am 27. jeden Monat der Lauf startet)" - -#: ajax_forms.php:563 -msgid "Sushi Notes:" -msgstr "SUSHI Notes:" - -#: ajax_forms.php:611 -msgid "Link Associated Organization" -msgstr "Link verbunde Organisation" - -#: ajax_forms.php:615 -msgid "Organization:" -msgstr "Organisation:" - -#: ajax_forms.php:702 ajax_forms.php:796 ajax_forms.php:953 -msgid "Close" -msgstr "Schließen" - -#: ajax_forms.php:753 -msgid "(showing only titles for which there were outliers during the year)" -msgstr "" -"(es werden nur Titel gezeigt bei den es Ausreißer während des Jahres gab)" - -#: ajax_forms.php:821 -msgid "Add New Platform for SUSHI Connection" -msgstr "Füge neue Plattform für SUSHI-Verbindung hinzu" - -#: ajax_forms.php:863 -msgid "Add Identifier" -msgstr "Füge Identifier hinzu" - -#: ajax_forms.php:864 -msgid "Identifier Type" -msgstr "Identfiertyp" - -#: ajax_forms.php:870 -msgid "eISBN" -msgstr "eISBN" - -#: ajax_forms.php:872 spreadsheet.php:64 spreadsheet.php:84 -msgid "Proprietary ID" -msgstr "Proprietäre ID" - -#: ajax_forms.php:876 -msgid "Identifier" -msgstr "Identifier" - -#: ajax_forms.php:918 -msgid "Associated Titles and Identifiers" -msgstr "Verbundene Titel und Identifier" - -#: ajax_forms.php:981 -msgid "Add New" -msgstr "Füge neu hinzu" - -#: ajax_forms.php:988 -msgid " User" -msgstr " Nutzer" - -#: ajax_forms.php:996 -msgid "Add/Edit users have access to everything" -msgstr "Nutzer mit Lese- und Schreibrechten haben Zugriff auf alles" - -#: ajax_forms.php:996 -msgid "except the Admin tab and admin users" -msgstr "außer dem Admin tab und Admin Nutzern" - -#: ajax_forms.php:996 -msgid "have access to everything" -msgstr "haben Vollzugriff" - -#: publisherPlatform.php:20 -msgid "View or Edit Publisher / Platform" -msgstr "Zeige oder ändere Verlag / Plattform" - -#: admin/classes/domain/SushiService.php:186 -msgid "At least one report type must be set up!" -msgstr "Zumindest ein Reporttyp muss konfiguriert sein!" - -#: admin/classes/domain/SushiService.php:188 -msgid "Connection test successful!" -msgstr "Verbindungstest erfolgreich!" - -#: admin/classes/domain/SushiService.php:211 -msgid "No report types are set up!" -msgstr "Es sind keine Reporttypen konfiguriert!" - -#: admin/classes/domain/ImportLog.php:36 -msgid " (via sushi)" -msgstr " (via SUSHI)" - -#: admin/classes/domain/ImportLog.php:42 -msgid "Failed" -msgstr "Gescheitert" - -#: admin/classes/domain/ImportLog.php:44 -msgid "awaiting import" -msgstr "erwarteter Import" - -#: admin/classes/common/LdapPerson.php:34 -msgid "Could not connect to " -msgstr "Konnte nicht verbinden mit " - -#: admin/classes/common/Object.php:63 -msgid "Cannot set value for undefined key (" -msgstr "Kein Wert für nicht festgelegten Schlüssel gesetzt (" - -#: admin/classes/common/Object.php:72 -msgid "Cannot get value for undefined key (" -msgstr "Keinen Wert für nicht festgelegten Schlüssel gefunden (" - -#: admin/classes/common/DBService.php:54 -msgid "There was a problem with the database: " -msgstr "Es gab ein Problem mit folgender Datenbank: " - -#: uploadComplete.php:25 -msgid "Upload Process Complete" -msgstr "Uploadprozess komplett" - -#: uploadComplete.php:90 -msgid "Process started on " -msgstr "Prozess gestartet am " - -#: uploadComplete.php:91 -msgid "File: " -msgstr "Datei: " - -#: uploadComplete.php:105 -msgid "Outlier Parameters:" -msgstr "Ausreißer Parameter:" - -#: uploadComplete.php:112 -#, php-format -msgid "% over " -msgstr "% ueber " - -#: uploadComplete.php:283 -msgid "Override indicator set - all months will be imported." -msgstr "Überschreibe Indikatorset - alle Monate werden importiert." - -#: uploadComplete.php:292 -msgid "" -"Entire year already exists for this Platform / year. No counts will be " -"imported." -msgstr "" -"Das gesamte Jahr existiert bereits für diese Plattform / dieses Jahr. Es " -"werden keine Zähler importiert." - -#: uploadComplete.php:296 -msgid "Month Started at: " -msgstr "Monat gestartet bei: " - -#: uploadComplete.php:298 -msgid "" -"No records exist for this Platform / year. Import will start with month 1." -msgstr "" -"Es gibt keine Treffer für diese Plattform / dieses Jahr. Der Import startet " -"mit Monat 1." - -#: uploadComplete.php:301 -msgid "" -"Partial year records exist for this Platform / year. Import will start with " -"month 1 and end with month " -msgstr "" -"Ein Teil des Jahres existiert bereits für diese Plattform / dieses Jahr. " -"Import startet mit Monat 1 und endet mit Monat " - -#: uploadComplete.php:320 -msgid "Year: " -msgstr "Jahr: " - -#: uploadComplete.php:357 -msgid "New Platform set up: " -msgstr "Neue Plattform aufgesetzt: " - -#: uploadComplete.php:439 -msgid "New Publisher / Platform set up: " -msgstr "Neuer Verlag / neue Plattform aufgesetzt: " - -#: uploadComplete.php:672 -msgid "Publisher / Platform: " -msgstr "Verlag / Plattform: " - -#: uploadComplete.php:681 -msgid "Title: " -msgstr "Titel: " - -#: uploadComplete.php:712 -msgid "Merged" -msgstr "Verschmolzen" +#: ajax_forms.php:519 +msgid "COUNTER Release:" +msgstr "COUNTER Release:" -#: uploadComplete.php:717 -msgid "Duplicate record for this Print ISSN in same spreadsheet: Month: " -msgstr "" -"Dublette Treffer für diese Print ISSN in der gleichen Tabellle: Monat: " +#: ajax_forms.php:528 +msgid "Requestor ID:" +msgstr "Requestor ID:" -#: uploadComplete.php:717 -msgid " New Count: " -msgstr " Neue Zählung: " +#: ajax_forms.php:532 +msgid "Customer ID:" +msgstr "Kunden ID:" -#: uploadComplete.php:809 -msgid "New Usage Count Record Added: Month: " -msgstr "Neue Nutzungsstatistik für folgenden Monat hinzugefügt: " +#: ajax_forms.php:536 +msgid "Security Type:" +msgstr "Sicherheitstyp:" -#: uploadComplete.php:809 uploadComplete.php:811 -msgid " Count: " -msgstr " Zähler: " +#: ajax_forms.php:538 ajax_forms.php:544 ajax_forms.php:551 ajax_forms.php:559 +msgid "(optional)" +msgstr "(optional)" -#: uploadComplete.php:811 -msgid "Usage Count Record is not numeric for month: " -msgstr "Der Nutzungszähler ist nicht numerisch für den Monat: " +#: ajax_forms.php:538 +msgid "can be: HTTP Basic, WSSE Authentication" +msgstr "kann sein: HTTP Basic, WSSE Authentication" -#: uploadComplete.php:811 -msgid " imported as 0." -msgstr " importiert als 0." +#: ajax_forms.php:542 +msgid "Login:" +msgstr "Login:" -#: uploadComplete.php:818 -msgid "Outlier found for this record: Level " -msgstr "Ausreißer gefunden für diesen Satz: Level " +#: ajax_forms.php:544 ajax_forms.php:551 +msgid "only needed for HTTP or WSSE Authentication" +msgstr "wird nur gebraucht bei HTTP oder WSSE Authentication" -#: uploadComplete.php:827 -msgid "Current or future month will not be imported: " -msgstr "Aktueller oder zukünftiger Monat wird nicht importiert: " +#: ajax_forms.php:557 +msgid "Service Day:" +msgstr "Service Tag:" -#: uploadComplete.php:877 -msgid "YTD Already Exists for this Print ISSN, counts are added together." +#: ajax_forms.php:559 +msgid "number indicating the day of month the service should run" msgstr "" -"Seit Jahresbeginn existiert bereits für diese Print-ISSN, Zähler werden " -"addiert." +"Auf den Tag des Monats hinweisende Nummer an dem der Service laufen sollte" -#: uploadComplete.php:901 -msgid "YTD Total Count: " -msgstr "YTD Gesamtsumme: " +#: ajax_forms.php:559 +msgid "(e.g. 27 will run 27th of every month)" +msgstr "(z. B. 27 wird bewirken das am 27. jeden Monat der Lauf startet)" -#: uploadComplete.php:901 -msgid "YTD HTML Count: " -msgstr "YTD HTML Summe: " +#: ajax_forms.php:563 +msgid "Sushi Notes:" +msgstr "SUSHI Notes:" -#: uploadComplete.php:901 -msgid "YTD PDF Count: " -msgstr "YTD PDF Summe: " +#: ajax_forms.php:611 +msgid "Link Associated Organization" +msgstr "Link verbunde Organisation" -#: uploadComplete.php:908 -msgid "No YTD import performed since monthly stats were not imported" -msgstr "" -"Kein Import seit Jahresbeginn durchgeführt, da keine Monatsstatistiken " -"importiert wurden" +#: ajax_forms.php:615 +msgid "Organization:" +msgstr "Organisation:" -#: uploadComplete.php:918 -msgid "" -"Title match did not complete correctly, please check ISBN / ISSN to verify " -"for Title: " -msgstr "" -"Die Titelzusammenführung wurde nicht komplett und korrekt durchgeführt, " -"bitte ISBN / ISSN überprüfen für Titel: " +#: ajax_forms.php:702 ajax_forms.php:796 ajax_forms.php:953 +msgid "Close" +msgstr "Schließen" -#: uploadComplete.php:970 -msgid "Log Output for " -msgstr "Log Output für: " +#: ajax_forms.php:753 +msgid "(showing only titles for which there were outliers during the year)" +msgstr "" +"(es werden nur Titel gezeigt bei den es Ausreißer während des Jahres gab)" -#: uploadComplete.php:971 -msgid "Usage Statistics File Import Run!" -msgstr "Dateiimport der Nutzungsstatistik ausführen!" +#: ajax_forms.php:821 +msgid "Add New Platform for SUSHI Connection" +msgstr "Füge neue Plattform für SUSHI-Verbindung hinzu" -#: uploadComplete.php:971 -msgid "Please find log file: " -msgstr "Bitte Logfile beachten: " +#: ajax_forms.php:863 +msgid "Add Identifier" +msgstr "Füge Identifier hinzu" -#: uploadComplete.php:975 -msgid "Log has been emailed to " -msgstr "Das Log wurde versendet an " +#: ajax_forms.php:864 +msgid "Identifier Type" +msgstr "Identfiertyp" -#: uploadComplete.php:993 uploadComplete.php:1000 uploadComplete.php:1043 -msgid " titles processed." -msgstr " Titel verarbeitet." +#: ajax_forms.php:870 +msgid "eISBN" +msgstr "eISBN" -#: uploadComplete.php:1037 -msgid "Status" -msgstr "Status" +#: ajax_forms.php:876 +msgid "Identifier" +msgstr "Identifier" -#: uploadComplete.php:1039 -msgid "File archived as" -msgstr "Datei archiviert als" +#: ajax_forms.php:918 +msgid "Associated Titles and Identifiers" +msgstr "Verbundene Titel und Identifier" -#: uploadComplete.php:1040 -msgid "Log file available at:" -msgstr "Logfile verfügbar:" +#: ajax_forms.php:981 +msgid "Add New" +msgstr "Füge neu hinzu" -#: uploadComplete.php:1041 -msgid "Process completed." -msgstr "Verarbeitung abgeschlossen." +#: ajax_forms.php:988 +msgid " User" +msgstr " Nutzer" -#: uploadComplete.php:1043 -msgid "Summary:" -msgstr "Zusammenfassung:" +#: ajax_forms.php:996 +msgid "Add/Edit users have access to everything" +msgstr "Nutzer mit Lese- und Schreibrechten haben Zugriff auf alles" -#: spreadsheet.php:60 -msgid "Publisher" -msgstr "Verlag" +#: ajax_forms.php:996 +msgid "except the Admin tab and admin users" +msgstr "außer dem Admin tab und Admin Nutzern" -#: spreadsheet.php:61 -msgid "Platform" -msgstr "Plattform" +#: ajax_forms.php:996 +msgid "have access to everything" +msgstr "haben Vollzugriff" -#: spreadsheet.php:67 spreadsheet.php:87 spreadsheet.php:102 -msgid "YTD Total" -msgstr "Seit Jahresbeginn gesamt" +#: admin.php:2 +msgid "Administration" +msgstr "Administration" -#: spreadsheet.php:68 -msgid "YTD HTML" -msgstr "Seit Jahresbeginn HTML" +#: admin.php:12 +msgid "Users" +msgstr "Nutzer" -#: spreadsheet.php:69 -msgid "YTD PDF" -msgstr "Seit Jahresbeginn PDF" +#: admin.php:13 +msgid "add new user" +msgstr "Neuen Nutzer hinzufügen" -#: spreadsheet.php:70 spreadsheet.php:88 spreadsheet.php:103 -msgid "Jan-" -msgstr "Jan-" +#: admin.php:27 +msgid "Email addresses for logs" +msgstr "E-Mail Adressen für Logs" -#: spreadsheet.php:71 spreadsheet.php:89 spreadsheet.php:104 -msgid "Feb-" -msgstr "Feb-" +#: admin.php:28 +msgid "add new email address" +msgstr "Neue E-Mail-Adresse hinzufügen" -#: spreadsheet.php:72 spreadsheet.php:90 spreadsheet.php:105 -msgid "Mar-" -msgstr "Mar-" +#: admin.php:43 +msgid "Outlier Parameters" +msgstr "Ausreißerwerte" -#: spreadsheet.php:73 spreadsheet.php:91 spreadsheet.php:106 -msgid "Apr-" -msgstr "Apr-" +#: sushi.php:26 +msgid "SUSHI Import" +msgstr "SUSHI Import" -#: spreadsheet.php:74 spreadsheet.php:92 spreadsheet.php:107 -msgid "May-" -msgstr "Mai-" +#: sushi.php:45 +msgid "Sushi Output Log:" +msgstr "SUSHI Output Log:" -#: spreadsheet.php:75 spreadsheet.php:93 spreadsheet.php:108 -msgid "Jun-" -msgstr "Jun-" +#: sushi.php:56 +msgid "SUSHI Administration" +msgstr "SUSHI Administration" -#: spreadsheet.php:76 spreadsheet.php:94 spreadsheet.php:109 -msgid "Jul-" -msgstr "Jul-" +#: sushi.php:62 +msgid "Add new platform for SUSHI" +msgstr "Füge neue Plattform für SUSHI hinzu" -#: spreadsheet.php:77 spreadsheet.php:95 spreadsheet.php:110 -msgid "Aug-" -msgstr "Aug-" +#: sushi.php:71 +msgid "Outstanding Import Queue" +msgstr "Anstehende Import Queue" -#: spreadsheet.php:78 spreadsheet.php:96 spreadsheet.php:111 -msgid "Sep-" -msgstr "Sep-" +#: sushi.php:75 +msgid "Last Failed SUSHI Imports" +msgstr "Letzte fehlgeschlagene SUSHI Importe" -#: spreadsheet.php:79 spreadsheet.php:97 spreadsheet.php:112 -msgid "Oct-" -msgstr "Okt-" +#: sushi.php:79 +msgid "All SUSHI Services" +msgstr "Alle SUSHI Services" -#: spreadsheet.php:80 spreadsheet.php:98 spreadsheet.php:113 -msgid "Nov-" -msgstr "Nov-" +#: publisherPlatform.php:20 +msgid "View or Edit Publisher / Platform" +msgstr "Zeige oder ändere Verlag / Plattform" -#: spreadsheet.php:81 spreadsheet.php:99 spreadsheet.php:114 -msgid "Dec-" -msgstr "Dez-" +#: publisherPlatformList.php:4 +msgid "Edit Publishers / Platforms" +msgstr "Bearbeite Verlage / Plattformen" -#: spreadsheet.php:101 -msgid "User Activity" -msgstr "Nutzeraktivität" +#: publisherPlatformList.php:16 +msgid "Publisher / Platform Update" +msgstr "Verlag / Plattform Update" -#: spreadsheet.php:124 -msgid "Total for all Journals" -msgstr "Gesamt für alle Zeitschriften" +#: publisherPlatformList.php:31 publisherPlatformList.php:42 +msgid "view / edit" +msgstr "zeige / bearbeite" -#: spreadsheet.php:126 -msgid "Total for all Books" -msgstr "Gesamt für alle Bücher" +msgid "Statistics" +msgstr "" -#: spreadsheet.php:128 -msgid "Total for all Databases" -msgstr "Gesamt für alle Datenbanken" +msgid "Logins" +msgstr "" From d6ebaf837dc4d4f37c0197652c35ef93e72a8436 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Wed, 20 Jun 2018 09:51:26 +0200 Subject: [PATCH 18/23] Issue 438: Fix resource and usage menu highlighting --- resources/directory.php | 1 + usage/directory.php | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/directory.php b/resources/directory.php index a1dd536ec..66ae88329 100644 --- a/resources/directory.php +++ b/resources/directory.php @@ -98,6 +98,7 @@ function resource_sidemenu($selected_link = '') { foreach ($links as $key) { $name = ucfirst($key); + $selected_link = ucfirst($selected_link); if ($selected_link == $key) { $class = 'sidemenuselected'; $icon_id = "icon_$key"; diff --git a/usage/directory.php b/usage/directory.php index af4eb1650..43f9fde44 100755 --- a/usage/directory.php +++ b/usage/directory.php @@ -40,6 +40,7 @@ function usage_sidemenu($selected_link = '') { foreach ($links as $key => $icon) { $name = ucfirst($key); + $selected_link = ucfirst($selected_link); if ($selected_link == $key) { $class = 'sidemenuselected'; $image = "images/".$icon; From 833d3079bb0657357929f2d3530fa62819edd288 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Thu, 21 Jun 2018 10:14:27 +0200 Subject: [PATCH 19/23] Issue 439: Restore accounts tab --- resources/js/resource.js | 7 +------ resources/resource.php | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/resources/js/resource.js b/resources/js/resource.js index 61bbdd621..67493b7c6 100644 --- a/resources/js/resource.js +++ b/resources/js/resource.js @@ -282,13 +282,7 @@ $(document).ready(function(){ $(".showAccounts").click(function () { $('.resource_tab_content').hide(); - $('#div_product').hide(); - $('#div_acquisitions').hide(); - $('#div_access').hide(); - $('#div_contacts').hide(); $('#div_accounts').show(); - $('#div_attachments').hide(); - $('#div_workflow').hide(); $('#div_fullRightPanel').show(); updateAccounts(); return false; @@ -661,6 +655,7 @@ function submitCloseIssue() { } function updateAccounts(){ + currentTab = "Accounts"; $("#icon_accounts").html(""); $.ajax({ type: "GET", diff --git a/resources/resource.php b/resources/resource.php index 25c1b150e..2b05edb8f 100644 --- a/resources/resource.php +++ b/resources/resource.php @@ -187,6 +187,22 @@ +
+ + + + +
+ + + +
+ +
+ + +