first commit
This commit is contained in:
29
plugins/annotate/languages/ar.php
Normal file
29
plugins/annotate/languages/ar.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='تعليقات';
|
||||
$lang["pdfwithnotes"]='تعليقات PDF';
|
||||
$lang["annotatepdfconfig"]='تعليقات PDF';
|
||||
$lang["annotatepdfintrotext"]='حدد حجم الصفحة لملف PDF الخاص بالتعليقات الخاصة بك.';
|
||||
$lang["error-saving"]='حدث خطأ أثناء حفظ تلك التعليقات.';
|
||||
$lang["error-deleting"]='حدث خطأ أثناء حذف تلك الملاحظة.';
|
||||
$lang["action-add_note"]='إضافة تعليقات';
|
||||
$lang["action-toggle-on"]='عرض الكل';
|
||||
$lang["action-toggle-off"]='إخفاء الكل';
|
||||
$lang["note-1"]='تعليق واحد';
|
||||
$lang["note-2"]='عدد التعليقات %number';
|
||||
$lang["annotate_configuration"]='تكوين التعليقات';
|
||||
$lang["extensions_to_exclude"]='الامتدادات المستبعدة <br/> (مفصولة بفواصل):';
|
||||
$lang["resource_types_to_exclude"]='أنواع الموارد المستبعدة (حدد للاستبعاد):';
|
||||
$lang["annotatedebug"]='تصحيح الأخطاء:';
|
||||
$lang["toggle"]='تبديل';
|
||||
$lang["annotate_public_view"]='هل تكون التعليقات مرئية علنًا عند مشاركة المجموعات؟';
|
||||
$lang["annotate_show_author"]='عرض مؤلف التعليق عند عرض المعاينات؟';
|
||||
$lang["annotate_metadatafield_error"]='مطلوب حقل بيانات وصفية لتخزين التعليقات';
|
||||
$lang["annotate_font"]='الخط الوظيفي:';
|
||||
$lang["annotate_pdf_output"]='خيار إخراج PDF (تجريبي)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='فقط ضمّن المصادر المشار إليها في الناتج النهائي لملف PDF';
|
||||
$lang["annotate_admin_edit_access"]='القدرة على تحرير تعليقات المستخدمين الآخرين';
|
||||
$lang["annotate_ref_not_supplied"]='المرجع غير مزود';
|
||||
$lang["plugin-annotate-title"]='التعليق';
|
||||
$lang["plugin-annotate-desc"]='يتيح إنشاء تعليقات توضيحية على الصور باستخدام jQuery';
|
27
plugins/annotate/languages/bn.php
Normal file
27
plugins/annotate/languages/bn.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='টীকা';
|
||||
$lang["pdfwithnotes"]='অ্যানোটেশন পিডিএফ';
|
||||
$lang["annotatepdfconfig"]='অ্যানোটেশন পিডিএফ';
|
||||
$lang["annotatepdfintrotext"]='আপনার অ্যানোটেশন পিডিএফ-এর জন্য পৃষ্ঠার আকার নির্বাচন করুন।';
|
||||
$lang["error-saving"]='ওই টীকা সংরক্ষণ করতে একটি ত্রুটি ঘটেছে।';
|
||||
$lang["error-deleting"]='ওই টীকা মুছে ফেলার সময় একটি ত্রুটি ঘটেছে।';
|
||||
$lang["action-add_note"]='অ্যানোটেশন যোগ করুন';
|
||||
$lang["action-toggle-on"]='সব দেখান';
|
||||
$lang["action-toggle-off"]='সব লুকান';
|
||||
$lang["note-1"]='১টি টীকা';
|
||||
$lang["note-2"]='%number অ্যানোটেশনসমূহ';
|
||||
$lang["annotate_configuration"]='কনফিগারেশন টীকা করুন';
|
||||
$lang["extensions_to_exclude"]='বর্জন করার জন্য এক্সটেনশনগুলি<br />(কমা দ্বারা পৃথক):';
|
||||
$lang["resource_types_to_exclude"]='বর্জন করার জন্য রিসোর্স প্রকার (বর্জন করতে টিক দিন):';
|
||||
$lang["annotatedebug"]='ডিবাগ:';
|
||||
$lang["toggle"]='টগল';
|
||||
$lang["annotate_public_view"]='টীকা কি সর্বসাধারণের জন্য দৃশ্যমান, যেমন সংগ্রহ শেয়ার করার সময়?';
|
||||
$lang["annotate_show_author"]='প্রিভিউ দেখার সময় মন্তব্যকারীর নাম প্রদর্শন করবেন?';
|
||||
$lang["annotate_metadatafield_error"]='অ্যানোটেশন সংরক্ষণের জন্য একটি মেটাডেটা ক্ষেত্র প্রয়োজন';
|
||||
$lang["annotate_font"]='ফন্ট:';
|
||||
$lang["annotate_pdf_output"]='পিডিএফ আউটপুট বিকল্প (পরীক্ষামূলক)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='শুধুমাত্র মন্তব্যযুক্ত রিসোর্সগুলি পিডিএফ আউটপুটে অন্তর্ভুক্ত করুন';
|
||||
$lang["annotate_admin_edit_access"]='অন্যান্য ব্যবহারকারীদের টীকা সম্পাদনা করার ক্ষমতা';
|
||||
$lang["annotate_ref_not_supplied"]='রেফারেন্স সরবরাহ করা হয়নি';
|
29
plugins/annotate/languages/ca.php
Normal file
29
plugins/annotate/languages/ca.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Anotacions';
|
||||
$lang["pdfwithnotes"]='Anotacions PDF';
|
||||
$lang["annotatepdfconfig"]='Anotacions PDF';
|
||||
$lang["annotatepdfintrotext"]='Seleccioneu la mida de pàgina per al vostre PDF d\'annotacions.';
|
||||
$lang["error-saving"]='S\'ha produït un error en desar aquesta anotació.';
|
||||
$lang["error-deleting"]='S\'ha produït un error en eliminar aquesta anotació.';
|
||||
$lang["action-add_note"]='Afegir anotació';
|
||||
$lang["action-toggle-on"]='Mostra-ho tot';
|
||||
$lang["action-toggle-off"]='Amaga-ho tot';
|
||||
$lang["note-1"]='1 anotació';
|
||||
$lang["note-2"]='%number anotacions';
|
||||
$lang["annotate_configuration"]='Configuració d\'annotació';
|
||||
$lang["extensions_to_exclude"]='Extensions a excloure<br />(separats per comes):';
|
||||
$lang["resource_types_to_exclude"]='Tipus de recursos a excloure (marca per excloure):';
|
||||
$lang["annotatedebug"]='Depuració:';
|
||||
$lang["toggle"]='Alternar';
|
||||
$lang["annotate_public_view"]='Són les anotacions visibles públicament, per exemple, quan es comparteixen col·leccions?';
|
||||
$lang["annotate_show_author"]='Mostrar l\'autor de l\'anotació en la visualització prèvia?';
|
||||
$lang["annotate_metadatafield_error"]='Es requereix un camp de metadades per emmagatzemar les anotacions';
|
||||
$lang["annotate_font"]='Tipus de lletra:';
|
||||
$lang["annotate_pdf_output"]='Opció de sortida PDF (experimental)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Només inclogui recursos anotats en la sortida PDF';
|
||||
$lang["annotate_admin_edit_access"]='Capacitat per editar les anotacions d\'altres usuaris';
|
||||
$lang["annotate_ref_not_supplied"]='Referència no proporcionada';
|
||||
$lang["plugin-annotate-title"]='Anotar';
|
||||
$lang["plugin-annotate-desc"]='Permet la creació d\'anotacions d\'imatges amb jquery';
|
29
plugins/annotate/languages/cs.php
Normal file
29
plugins/annotate/languages/cs.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Anotace';
|
||||
$lang["pdfwithnotes"]='Anotace PDF';
|
||||
$lang["annotatepdfconfig"]='PDF s anotacemi';
|
||||
$lang["annotatepdfintrotext"]='Vyberte velikost stránky pro váš PDF s anotacemi.';
|
||||
$lang["error-saving"]='Došlo k chybě při ukládání této anotace.';
|
||||
$lang["error-deleting"]='Došlo k chybě při mazání této anotace.';
|
||||
$lang["action-add_note"]='Přidat anotaci';
|
||||
$lang["action-toggle-on"]='Zobrazit vše';
|
||||
$lang["action-toggle-off"]='Skrýt vše';
|
||||
$lang["note-1"]='1 anotace';
|
||||
$lang["note-2"]='%number anotací';
|
||||
$lang["annotate_configuration"]='Konfigurace anotací';
|
||||
$lang["extensions_to_exclude"]='Rozšíření k vyloučení<br />(oddělená čárkami):';
|
||||
$lang["resource_types_to_exclude"]='Typy zdrojů k vyloučení (zaškrtněte pro vyloučení):';
|
||||
$lang["annotatedebug"]='Ladění:';
|
||||
$lang["toggle"]='Přepnout';
|
||||
$lang["annotate_public_view"]='Jsou anotace veřejně viditelné, např. při sdílení kolekcí?';
|
||||
$lang["annotate_show_author"]='Zobrazit autora anotace při prohlížení náhledů?';
|
||||
$lang["annotate_metadatafield_error"]='Je vyžadováno pole metadat pro uložení anotací';
|
||||
$lang["annotate_font"]='Písmo:';
|
||||
$lang["annotate_pdf_output"]='Možnost výstupu PDF (experimentální)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Zahrnout do výstupu PDF pouze anotované zdroje';
|
||||
$lang["annotate_admin_edit_access"]='Schopnost upravovat anotace ostatních uživatelů';
|
||||
$lang["annotate_ref_not_supplied"]='Reference není uveden';
|
||||
$lang["plugin-annotate-title"]='Anotovat';
|
||||
$lang["plugin-annotate-desc"]='Umožňuje vytváření anotací obrázků pomocí jquery';
|
27
plugins/annotate/languages/cy.php
Normal file
27
plugins/annotate/languages/cy.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Nodiadau';
|
||||
$lang["pdfwithnotes"]='Nodiadau PDF';
|
||||
$lang["annotatepdfconfig"]='Nodiadau PDF';
|
||||
$lang["annotatepdfintrotext"]='Dewiswch faint y dudalen ar gyfer eich PDF Nodiadau.';
|
||||
$lang["error-saving"]='Cafodd gwall wrth gadw\'r nodyn hwnnw.';
|
||||
$lang["error-deleting"]='Cafodd gwall ei wneud wrth ddileu\'r nodyn hwnnw.';
|
||||
$lang["action-add_note"]='Ychwanegu Nodyn';
|
||||
$lang["action-toggle-on"]='Dangos Pob';
|
||||
$lang["action-toggle-off"]='Cuddio Pob Unrhyw Beth';
|
||||
$lang["note-1"]='1 nodyn';
|
||||
$lang["note-2"]='%number nodiadau';
|
||||
$lang["annotate_configuration"]='Cynllunio Nodyn';
|
||||
$lang["extensions_to_exclude"]='Estyniadau i eithrio<br />(separwyd gan gomau):';
|
||||
$lang["resource_types_to_exclude"]='Mathau Adnoddau i\'w hepgor (ticiwch i\'w hepgor):';
|
||||
$lang["annotatedebug"]='Dadfygio';
|
||||
$lang["toggle"]='Toglo';
|
||||
$lang["annotate_public_view"]='A ydy nodiadau yn weladwy i\'r cyhoedd e.e. wrth rannu casgliadau?';
|
||||
$lang["annotate_show_author"]='Dangos awdur yr annotation pan fyddwch yn gweld rhagolwg?';
|
||||
$lang["annotate_metadatafield_error"]='Mae maes metadata yn ofynnol i storio\'r nodiadau';
|
||||
$lang["annotate_font"]='Ffont:';
|
||||
$lang["annotate_pdf_output"]='Opsiwn Allbwn PDF (arbrofol)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Dim ond cynnwys Adnoddau wedi\'u Hysbysu yn y Ffynhonnell PDF';
|
||||
$lang["annotate_admin_edit_access"]='Galluoedd i olygu nodiadau defnyddwyr eraill';
|
||||
$lang["annotate_ref_not_supplied"]='Cyfeirnod heb ei ddarparu';
|
29
plugins/annotate/languages/da.php
Normal file
29
plugins/annotate/languages/da.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Noter';
|
||||
$lang["pdfwithnotes"]='PDF-annoteringer';
|
||||
$lang["annotatepdfconfig"]='PDF-annoteringer';
|
||||
$lang["annotatepdfintrotext"]='Vælg sidestørrelsen til din Annotations PDF.';
|
||||
$lang["error-saving"]='Der opstod en fejl ved gemning af den annotation.';
|
||||
$lang["error-deleting"]='Der opstod en fejl ved sletning af den påtegning.';
|
||||
$lang["action-add_note"]='Tilføj annotering';
|
||||
$lang["action-toggle-on"]='Vis alle';
|
||||
$lang["action-toggle-off"]='Skjul alle';
|
||||
$lang["note-1"]='1 annotation';
|
||||
$lang["note-2"]='%number notater';
|
||||
$lang["annotate_configuration"]='Annotér konfiguration';
|
||||
$lang["extensions_to_exclude"]='Udelukkede udvidelser<br />(kommasepareret):';
|
||||
$lang["resource_types_to_exclude"]='Ressourcetyper der skal ekskluderes (marker for at ekskludere):';
|
||||
$lang["annotatedebug"]='Fejlfinding:';
|
||||
$lang["toggle"]='Skift til/fra (alternativt: Aktiver/deaktiver)';
|
||||
$lang["annotate_public_view"]='Er notater offentligt synlige f.eks. når man deler samlinger?';
|
||||
$lang["annotate_show_author"]='Vis forfatter af annotation når der vises forhåndsvisninger?';
|
||||
$lang["annotate_metadatafield_error"]='En metadatafelt er påkrævet for at gemme annotationerne';
|
||||
$lang["annotate_font"]='Skrifttype:';
|
||||
$lang["annotate_pdf_output"]='PDF-outputindstilling (eksperimentel)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Kun inkluder kommenterede ressourcer i PDF-output';
|
||||
$lang["annotate_admin_edit_access"]='Evne til at redigere andre brugeres noter';
|
||||
$lang["annotate_ref_not_supplied"]='Henvisning ikke angivet';
|
||||
$lang["plugin-annotate-title"]='Annoter';
|
||||
$lang["plugin-annotate-desc"]='Muliggør oprettelse af jquery-billedannoteringer';
|
37
plugins/annotate/languages/de.php
Normal file
37
plugins/annotate/languages/de.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
# German
|
||||
# Language File for the Annotate Plugin
|
||||
# -------
|
||||
#
|
||||
#
|
||||
$lang['annotations']="Anmerkungen";
|
||||
$lang['pdfwithnotes']="PDF mit Anmerkungen";
|
||||
$lang["annotatepdfconfig"]="PDF mit Anmerkungen";
|
||||
$lang["annotatepdfintrotext"]="Wählen Sie die Seitengröße für das PDF mit Anmerkungen.";
|
||||
|
||||
$lang["error-saving"]="Fehler beim Speichern dieser Anmerkung.";
|
||||
$lang["error-deleting"]="Fehler beim Löschen dieser Anmerkung.";
|
||||
|
||||
$lang["action-add_note"]="Anmerkung hinzufügen";
|
||||
$lang["action-toggle-on"]="Alle zeigen";
|
||||
$lang["action-toggle-off"]="Alle verstecken";
|
||||
$lang["note-1"]="1 Anmerkung";
|
||||
$lang["note-2"]="%number Anmerkungen"; # %number will be replaced, e.g. 3 notes
|
||||
|
||||
$lang["toggle"]="Umschalten";
|
||||
$lang["annotate_public_view"] = "Sind Anmerkungen öffentlich sichtbar wenn z.B. Kollektionen mit Anderen geteilt werden?";
|
||||
$lang["annotate_show_author"] = "Display annotation author when viewing previews?";
|
||||
|
||||
$lang["annotate_font"]="Schriftart:";
|
||||
|
||||
$lang["annotate_metadatafield_error"]='Ein Metadatenfeld ist erforderlich, um die Anmerkungen zu speichern';
|
||||
$lang["annotate_admin_edit_access"]='Fähigkeit, die Anmerkungen anderer Benutzer zu bearbeiten';
|
||||
$lang["annotate_ref_not_supplied"]='Referenz nicht angegeben';
|
||||
$lang["annotate_configuration"]='Konfiguration annotieren';
|
||||
$lang["extensions_to_exclude"]='Ausgeschlossene Erweiterungen<br />(durch Komma getrennt):';
|
||||
$lang["resource_types_to_exclude"]='Auszuschließende Ressourcentypen (anklicken, um auszuschließen):';
|
||||
$lang["annotatedebug"]='Fehlerbehebung:';
|
||||
$lang["annotate_pdf_output"]='PDF-Ausgabeoption (experimentell)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Nur annotierte Ressourcen in PDF-Ausgabe einschließen';
|
||||
$lang["plugin-annotate-title"]='Kommentieren';
|
||||
$lang["plugin-annotate-desc"]='Ermöglicht die Erstellung von jQuery-Bildanmerkungen';
|
29
plugins/annotate/languages/el.php
Normal file
29
plugins/annotate/languages/el.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Σχολιασμοί';
|
||||
$lang["pdfwithnotes"]='Σχολιασμός PDF';
|
||||
$lang["annotatepdfconfig"]='Σχολιασμός PDF';
|
||||
$lang["annotatepdfintrotext"]='Επιλέξτε το μέγεθος σελίδας για το PDF σημειώσεων σας.';
|
||||
$lang["error-saving"]='Παρουσιάστηκε σφάλμα κατά την αποθήκευση του σχολίου.';
|
||||
$lang["error-deleting"]='Παρουσιάστηκε σφάλμα κατά τη διαγραφή αυτής της σημείωσης.';
|
||||
$lang["action-add_note"]='Προσθήκη Σχολίου';
|
||||
$lang["action-toggle-on"]='Εμφάνιση Όλων';
|
||||
$lang["action-toggle-off"]='Απόκρυψη όλων';
|
||||
$lang["note-1"]='1 Παρατήρηση';
|
||||
$lang["note-2"]='%number σχολιασμοί';
|
||||
$lang["annotate_configuration"]='Διαμόρφωση Σχολιασμού';
|
||||
$lang["extensions_to_exclude"]='Επεκτάσεις για αποκλεισμό<br />(χωρισμένες με κόμμα):';
|
||||
$lang["resource_types_to_exclude"]='Τύποι πόρων για εξαίρεση (τσεκάρετε για εξαίρεση):';
|
||||
$lang["annotatedebug"]='Αποσφαλμάτωση:';
|
||||
$lang["toggle"]='Εναλλαγή (Enallagi)';
|
||||
$lang["annotate_public_view"]='Είναι οι σημειώσεις ορατές δημόσια, για παράδειγμα κατά την κοινοποίηση συλλογών;';
|
||||
$lang["annotate_show_author"]='Εμφάνιση συγγραφέα σχολίου κατά την προβολή προεπισκόπησης;';
|
||||
$lang["annotate_metadatafield_error"]='Απαιτείται ένα πεδίο μεταδεδομένων για την αποθήκευση των σχολίων';
|
||||
$lang["annotate_font"]='Γραμματοσειρά:';
|
||||
$lang["annotate_pdf_output"]='Επιλογή εξαγωγής σε PDF (πειραματικό)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Συμπεριλάβετε μόνο τους πόρους με σχολιασμό στην έξοδο PDF';
|
||||
$lang["annotate_admin_edit_access"]='Δυνατότητα επεξεργασίας σχολίων άλλων χρηστών';
|
||||
$lang["annotate_ref_not_supplied"]='Η αναφορά δεν παρέχεται';
|
||||
$lang["plugin-annotate-title"]='Σχολιάστε';
|
||||
$lang["plugin-annotate-desc"]='Επιτρέπει τη δημιουργία σχολίων εικόνας με χρήση jquery';
|
5
plugins/annotate/languages/en-US.php
Normal file
5
plugins/annotate/languages/en-US.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
# US English Language File for the Annotate Plugin
|
||||
#
|
||||
#
|
||||
$lang['resource_types_to_exclude']='Resource Types to exclude (check to exclude):';
|
34
plugins/annotate/languages/en.php
Normal file
34
plugins/annotate/languages/en.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
# English
|
||||
# Language File for the Annotate Plugin
|
||||
# -------
|
||||
#
|
||||
#
|
||||
$lang['annotations']="Annotations";
|
||||
$lang['pdfwithnotes']="Annotations PDF";
|
||||
$lang["annotatepdfconfig"]="Annotations PDF";
|
||||
$lang["annotatepdfintrotext"]="Select the page size for your Annotations PDF.";
|
||||
|
||||
$lang["error-saving"]="An error occurred saving that annotation.";
|
||||
$lang["error-deleting"]="An error occurred deleting that annotation.";
|
||||
|
||||
$lang["action-add_note"]="Add Annotation";
|
||||
$lang["action-toggle-on"]="Show All";
|
||||
$lang["action-toggle-off"]="Hide All";
|
||||
$lang["note-1"]="1 annotation";
|
||||
$lang["note-2"]="%number annotations"; # %number will be replaced, e.g. 3 notes
|
||||
|
||||
$lang["annotate_configuration"]="Annotate Configuration";
|
||||
$lang["extensions_to_exclude"]="Extensions to exclude<br />(comma separated):";
|
||||
$lang["resource_types_to_exclude"]="Resource Types to exclude (tick to exclude):";
|
||||
$lang["annotatedebug"]="Debug:";
|
||||
$lang["toggle"]="Toggle";
|
||||
$lang["annotate_public_view"] = "Are annotations publicly visible e.g. when sharing collections?";
|
||||
$lang["annotate_show_author"] = "Display annotation author when viewing previews?";
|
||||
$lang["annotate_metadatafield_error"] = "A metadata field is required to store the annotations";
|
||||
|
||||
$lang["annotate_font"]="Font:";
|
||||
$lang["annotate_pdf_output"]="PDF Output Option (experimental)";
|
||||
$lang["annotate_pdf_output_only_annotated"]="Only include Annotated Resources in PDF Output";
|
||||
$lang["annotate_admin_edit_access"]="Ability to edit other users annotations";
|
||||
$lang["annotate_ref_not_supplied"]="Reference not supplied";
|
29
plugins/annotate/languages/es-AR.php
Normal file
29
plugins/annotate/languages/es-AR.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Anotaciones';
|
||||
$lang["pdfwithnotes"]='Anotaciones PDF';
|
||||
$lang["annotatepdfconfig"]='Anotaciones PDF';
|
||||
$lang["annotatepdfintrotext"]='Seleccione el tamaño de página para su PDF de anotaciones.';
|
||||
$lang["error-saving"]='Ocurrió un error al guardar esa anotación.';
|
||||
$lang["error-deleting"]='Ocurrió un error al eliminar esa anotación.';
|
||||
$lang["action-add_note"]='Agregar anotación';
|
||||
$lang["action-toggle-on"]='Mostrar todo';
|
||||
$lang["action-toggle-off"]='Ocultar todo';
|
||||
$lang["note-1"]='1 anotación';
|
||||
$lang["note-2"]='%number de anotaciones';
|
||||
$lang["annotate_configuration"]='Configuración de Anotaciones';
|
||||
$lang["extensions_to_exclude"]='Extensiones a excluir<br />(separadas por comas):';
|
||||
$lang["resource_types_to_exclude"]='Tipos de recursos a excluir (marque para excluir):';
|
||||
$lang["annotatedebug"]='Depuración:';
|
||||
$lang["toggle"]='Alternar';
|
||||
$lang["annotate_public_view"]='¿Las anotaciones son visibles públicamente, por ejemplo, al compartir colecciones?';
|
||||
$lang["annotate_show_author"]='¿Mostrar el autor de la anotación al ver las vistas previas?';
|
||||
$lang["annotate_metadatafield_error"]='Se requiere un campo de metadatos para almacenar las anotaciones';
|
||||
$lang["annotate_font"]='Fuente:';
|
||||
$lang["annotate_pdf_output"]='Opción de salida PDF (experimental)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Solo incluir Recursos Anotados en la Salida PDF';
|
||||
$lang["annotate_admin_edit_access"]='Posibilidad de editar las anotaciones de otros usuarios';
|
||||
$lang["annotate_ref_not_supplied"]='Referencia no suministrada';
|
||||
$lang["plugin-annotate-title"]='Anotar';
|
||||
$lang["plugin-annotate-desc"]='Habilita la creación de anotaciones de imágenes con jquery';
|
29
plugins/annotate/languages/es.php
Normal file
29
plugins/annotate/languages/es.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Anotaciones';
|
||||
$lang["pdfwithnotes"]='Anotaciones PDF';
|
||||
$lang["annotatepdfconfig"]='Anotaciones PDF';
|
||||
$lang["annotatepdfintrotext"]='Seleccione el tamaño de página para su PDF de anotaciones.';
|
||||
$lang["error-saving"]='Ocurrió un error al guardar esa anotación.';
|
||||
$lang["error-deleting"]='Ocurrió un error al eliminar esa anotación.';
|
||||
$lang["action-add_note"]='Agregar anotación';
|
||||
$lang["action-toggle-on"]='Mostrar todo';
|
||||
$lang["action-toggle-off"]='Ocultar todo';
|
||||
$lang["note-1"]='1 anotación';
|
||||
$lang["note-2"]='%number de anotaciones';
|
||||
$lang["annotate_configuration"]='Configuración de Anotaciones';
|
||||
$lang["extensions_to_exclude"]='Extensiones a excluir<br />(separadas por comas):';
|
||||
$lang["resource_types_to_exclude"]='Tipos de recursos a excluir (marque para excluir):';
|
||||
$lang["annotatedebug"]='Depurar:';
|
||||
$lang["toggle"]='Alternar';
|
||||
$lang["annotate_public_view"]='¿Son visibles públicamente las anotaciones, por ejemplo, al compartir colecciones?';
|
||||
$lang["annotate_show_author"]='¿Mostrar el autor de la anotación al ver las vistas previas?';
|
||||
$lang["annotate_metadatafield_error"]='Se requiere un campo de metadatos para almacenar las anotaciones';
|
||||
$lang["annotate_font"]='Fuente:';
|
||||
$lang["annotate_pdf_output"]='Opción de salida PDF (experimental)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Solo incluir recursos anotados en la salida PDF';
|
||||
$lang["annotate_admin_edit_access"]='Capacidad para editar las anotaciones de otros usuarios';
|
||||
$lang["annotate_ref_not_supplied"]='Referencia no suministrada';
|
||||
$lang["plugin-annotate-title"]='Anotar';
|
||||
$lang["plugin-annotate-desc"]='Permite la creación de anotaciones de imágenes con jquery';
|
27
plugins/annotate/languages/fa.php
Normal file
27
plugins/annotate/languages/fa.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='حاشیهنویسیها';
|
||||
$lang["pdfwithnotes"]='حاشیهنویسی PDF';
|
||||
$lang["annotatepdfconfig"]='حاشیهنویسی PDF';
|
||||
$lang["annotatepdfintrotext"]='اندازه صفحه برای PDF حاشیهنویسی خود را انتخاب کنید.';
|
||||
$lang["error-saving"]='خطایی در ذخیرهسازی آن حاشیهنویسی رخ داد.';
|
||||
$lang["error-deleting"]='خطایی در حذف آن حاشیهنویسی رخ داد.';
|
||||
$lang["action-add_note"]='افزودن حاشیهنویسی';
|
||||
$lang["action-toggle-on"]='نمایش همه';
|
||||
$lang["action-toggle-off"]='پنهان کردن همه';
|
||||
$lang["note-1"]='۱ حاشیهنویسی';
|
||||
$lang["note-2"]='%number حاشیهنویسیها';
|
||||
$lang["annotate_configuration"]='پیکربندی حاشیهنویسی';
|
||||
$lang["extensions_to_exclude"]='پسوندهایی که باید حذف شوند<br />(با کاما جدا شده):';
|
||||
$lang["resource_types_to_exclude"]='انواع منابع برای حذف (برای حذف علامت بزنید):';
|
||||
$lang["annotatedebug"]='اشکالزدایی:';
|
||||
$lang["toggle"]='تغییر وضعیت';
|
||||
$lang["annotate_public_view"]='آیا حاشیهنویسیها به صورت عمومی قابل مشاهده هستند، مثلاً هنگام به اشتراکگذاری مجموعهها؟';
|
||||
$lang["annotate_show_author"]='نمایش نویسنده حاشیهنویسی هنگام مشاهده پیشنمایشها؟';
|
||||
$lang["annotate_metadatafield_error"]='یک فیلد متادیتا برای ذخیرهسازی حاشیهنویسیها لازم است';
|
||||
$lang["annotate_font"]='فونت:';
|
||||
$lang["annotate_pdf_output"]='گزینه خروجی PDF (آزمایشی)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='فقط منابع حاشیهنویسی شده را در خروجی PDF بگنجانید';
|
||||
$lang["annotate_admin_edit_access"]='توانایی ویرایش حاشیهنویسیهای کاربران دیگر';
|
||||
$lang["annotate_ref_not_supplied"]='مرجع ارائه نشده است';
|
29
plugins/annotate/languages/fi.php
Normal file
29
plugins/annotate/languages/fi.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Huomautukset';
|
||||
$lang["pdfwithnotes"]='Kommentit PDF-tiedostossa';
|
||||
$lang["annotatepdfconfig"]='Kommentit PDF-tiedostossa';
|
||||
$lang["annotatepdfintrotext"]='Valitse sivukoko Annotations PDF-tiedostollesi.';
|
||||
$lang["error-saving"]='Tapahtui virhe tallennettaessa tätä huomautusta.';
|
||||
$lang["error-deleting"]='Tapahtui virhe poistettaessa tätä huomautusta.';
|
||||
$lang["action-add_note"]='Lisää huomautus';
|
||||
$lang["action-toggle-on"]='Näytä kaikki';
|
||||
$lang["action-toggle-off"]='Piilota kaikki';
|
||||
$lang["note-1"]='1 huomautus';
|
||||
$lang["note-2"]='%number huomautusta';
|
||||
$lang["annotate_configuration"]='Annotointiasetukset';
|
||||
$lang["extensions_to_exclude"]='Poissuljettavat laajennukset<br />(pilkulla eroteltuna):';
|
||||
$lang["resource_types_to_exclude"]='Poissuljettavat resurssityypit (ruksaa poissuljettavat):';
|
||||
$lang["annotatedebug"]='Vianjäljitys:';
|
||||
$lang["toggle"]='Kääntökytkin';
|
||||
$lang["annotate_public_view"]='Ovatko annotaatiot julkisesti näkyvissä, esimerkiksi kun jaat kokoelmia?';
|
||||
$lang["annotate_show_author"]='Näytä huomautuksen tekijä esikatselua katsottaessa?';
|
||||
$lang["annotate_metadatafield_error"]='Metatietokenttä vaaditaan annotaatioiden tallentamiseen';
|
||||
$lang["annotate_font"]='Kirjasinlaji:';
|
||||
$lang["annotate_pdf_output"]='PDF-tulostusvaihtoehto (kokeellinen)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Vain sisällytä kommentoidut resurssit PDF-tulosteeseen';
|
||||
$lang["annotate_admin_edit_access"]='Kyky muokata muiden käyttäjien huomautuksia';
|
||||
$lang["annotate_ref_not_supplied"]='Viittaus puuttuu';
|
||||
$lang["plugin-annotate-title"]='Merkitse';
|
||||
$lang["plugin-annotate-desc"]='Mahdollistaa jquery-kuvamerkintöjen luomisen';
|
29
plugins/annotate/languages/fr.php
Normal file
29
plugins/annotate/languages/fr.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Annotations (Annotations)';
|
||||
$lang["pdfwithnotes"]='Annotations PDF';
|
||||
$lang["annotatepdfconfig"]='Annotations PDF';
|
||||
$lang["annotatepdfintrotext"]='Sélectionnez la taille de page pour votre PDF d\'annotations.';
|
||||
$lang["error-saving"]='Une erreur est survenue lors de l\'enregistrement de cette annotation.';
|
||||
$lang["error-deleting"]='Une erreur s\'est produite lors de la suppression de cette annotation.';
|
||||
$lang["action-add_note"]='Ajouter une annotation';
|
||||
$lang["action-toggle-on"]='Afficher tout';
|
||||
$lang["action-toggle-off"]='Masquer Tout';
|
||||
$lang["note-1"]='1 annotation';
|
||||
$lang["note-2"]='%nombre d\'annotations';
|
||||
$lang["annotate_configuration"]='Configurer les annotations';
|
||||
$lang["extensions_to_exclude"]='Extensions à exclure<br />(séparées par des virgules) :';
|
||||
$lang["resource_types_to_exclude"]='Types de ressources à exclure (cocher pour exclure) :';
|
||||
$lang["annotatedebug"]='Débogage:';
|
||||
$lang["toggle"]='Basculer';
|
||||
$lang["annotate_public_view"]='Les annotations sont-elles visibles publiquement, par exemple lors du partage de collections ?';
|
||||
$lang["annotate_metadatafield_error"]='Un champ de métadonnées est requis pour stocker les annotations';
|
||||
$lang["annotate_font"]='Police :';
|
||||
$lang["annotate_pdf_output"]='Option de sortie PDF (expérimentale)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Ne inclure que les ressources annotées dans la sortie PDF';
|
||||
$lang["annotate_admin_edit_access"]='Capacité de modifier les annotations d\'autres utilisateurs';
|
||||
$lang["annotate_ref_not_supplied"]='Référence non fournie';
|
||||
$lang["annotate_show_author"]='Afficher l\'auteur de l\'annotation lors de la visualisation des aperçus ?';
|
||||
$lang["plugin-annotate-title"]='Annoter';
|
||||
$lang["plugin-annotate-desc"]='Permet la création d\'annotations d\'images avec jQuery';
|
29
plugins/annotate/languages/hi.php
Normal file
29
plugins/annotate/languages/hi.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='टिप्पणियाँ';
|
||||
$lang["pdfwithnotes"]='एनोटेशन पीडीएफ';
|
||||
$lang["annotatepdfconfig"]='एनोटेशन पीडीएफ';
|
||||
$lang["annotatepdfintrotext"]='अपने एनोटेशन पीडीएफ के लिए पृष्ठ आकार चुनें।';
|
||||
$lang["error-saving"]='उस एनोटेशन को सहेजने में एक त्रुटि हुई।';
|
||||
$lang["error-deleting"]='उस एनोटेशन को हटाते समय एक त्रुटि हुई।';
|
||||
$lang["action-add_note"]='एनोटेशन जोड़ें';
|
||||
$lang["action-toggle-on"]='सभी दिखाएं';
|
||||
$lang["action-toggle-off"]='सभी छुपाएं';
|
||||
$lang["note-1"]='1 एनोटेशन';
|
||||
$lang["note-2"]='%number एनोटेशन';
|
||||
$lang["annotate_configuration"]='एनोटेशन कॉन्फ़िगरेशन';
|
||||
$lang["extensions_to_exclude"]='बहिष्कृत करने के लिए एक्सटेंशन<br />(अल्पविराम से अलग करें):';
|
||||
$lang["resource_types_to_exclude"]='बहिष्कृत करने के लिए संसाधन प्रकार (बहिष्कृत करने के लिए टिक करें):';
|
||||
$lang["annotatedebug"]='डीबग:';
|
||||
$lang["toggle"]='टॉगल';
|
||||
$lang["annotate_public_view"]='क्या एनोटेशन सार्वजनिक रूप से दिखाई देते हैं जैसे संग्रह साझा करते समय?';
|
||||
$lang["annotate_show_author"]='पूर्वावलोकन देखते समय एनोटेशन लेखक प्रदर्शित करें?';
|
||||
$lang["annotate_metadatafield_error"]='एनोटेशन संग्रहीत करने के लिए एक मेटाडेटा फ़ील्ड आवश्यक है';
|
||||
$lang["annotate_font"]='फ़ॉन्ट:';
|
||||
$lang["annotate_pdf_output"]='पीडीएफ आउटपुट विकल्प (प्रायोगिक)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='केवल एनोटेटेड संसाधनों को पीडीएफ आउटपुट में शामिल करें';
|
||||
$lang["annotate_admin_edit_access"]='अन्य उपयोगकर्ताओं की टिप्पणियों को संपादित करने की क्षमता';
|
||||
$lang["annotate_ref_not_supplied"]='संदर्भ प्रदान नहीं किया गया';
|
||||
$lang["plugin-annotate-title"]='टिप्पणी करें';
|
||||
$lang["plugin-annotate-desc"]='जेक्वेरी छवि एनोटेशन बनाने की अनुमति देता है';
|
29
plugins/annotate/languages/hr.php
Normal file
29
plugins/annotate/languages/hr.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Annotacije';
|
||||
$lang["pdfwithnotes"]='Annotacije PDF-a';
|
||||
$lang["annotatepdfconfig"]='Annotacije PDF-a';
|
||||
$lang["annotatepdfintrotext"]='Odaberite veličinu stranice za vaš PDF s bilješkama.';
|
||||
$lang["error-saving"]='Došlo je do pogreške prilikom spremanja te bilješke.';
|
||||
$lang["error-deleting"]='Došlo je do pogreške prilikom brisanja te bilješke.';
|
||||
$lang["action-add_note"]='Dodaj napomenu';
|
||||
$lang["action-toggle-on"]='Prikaži sve';
|
||||
$lang["action-toggle-off"]='Sakrij sve';
|
||||
$lang["note-1"]='1 napomena';
|
||||
$lang["note-2"]='%number napomena';
|
||||
$lang["annotate_configuration"]='Annotiraj konfiguraciju';
|
||||
$lang["extensions_to_exclude"]='Proširenja za isključivanje<br />(odvojeno zarezom):';
|
||||
$lang["resource_types_to_exclude"]='Vrste resursa za isključivanje (označite za isključivanje):';
|
||||
$lang["annotatedebug"]='Otklanjanje pogrešaka:';
|
||||
$lang["toggle"]='Prekidač';
|
||||
$lang["annotate_public_view"]='Jesu li napomene javno vidljive, npr. prilikom dijeljenja zbirki?';
|
||||
$lang["annotate_show_author"]='Prikazati autora bilješki prilikom pregledavanja pregleda?';
|
||||
$lang["annotate_metadatafield_error"]='Potrebno je polje metapodataka za pohranu napomena';
|
||||
$lang["annotate_font"]='Fonta:';
|
||||
$lang["annotate_pdf_output"]='PDF opcija izlaza (eksperimentalna)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Uključi samo anotirane resurse u PDF izlazu';
|
||||
$lang["annotate_admin_edit_access"]='Mogućnost uređivanja bilješki drugih korisnika';
|
||||
$lang["annotate_ref_not_supplied"]='Referenca nije dostavljena';
|
||||
$lang["plugin-annotate-title"]='Označi';
|
||||
$lang["plugin-annotate-desc"]='Omogućuje stvaranje jquery bilješki na slikama';
|
27
plugins/annotate/languages/hu.php
Normal file
27
plugins/annotate/languages/hu.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"] = 'Megjegyzések';
|
||||
$lang["pdfwithnotes"] = 'Megjegyzések PDF';
|
||||
$lang["annotatepdfconfig"] = 'Megjegyzések PDF';
|
||||
$lang["annotatepdfintrotext"] = 'Válaszd ki az oldal méretét az Annotations PDF-hez.';
|
||||
$lang["error-saving"] = 'Hiba történt az annotáció mentésekor.';
|
||||
$lang["error-deleting"] = 'Hiba történt az annotáció törlésekor.';
|
||||
$lang["action-add_note"] = 'Annotáció hozzáadása';
|
||||
$lang["action-toggle-on"] = 'Mutasd az összeset';
|
||||
$lang["action-toggle-off"] = 'Összes elrejtése';
|
||||
$lang["note-1"] = '1 megjegyzés';
|
||||
$lang["note-2"] = '%number megjegyzés';
|
||||
$lang["annotate_configuration"] = 'Annotálási beállítások';
|
||||
$lang["extensions_to_exclude"] = 'Kizárandó kiterjesztések<br />(vesszővel elválasztva):';
|
||||
$lang["resource_types_to_exclude"] = 'Erőforrás típusok kizárásához (jelölje be a kizáráshoz):';
|
||||
$lang["annotatedebug"] = 'Hibakeresés';
|
||||
$lang["toggle"] = 'Átkapcsolás';
|
||||
$lang["annotate_public_view"] = 'A megjegyzések nyilvánosan láthatók, például gyűjtemények megosztásakor?';
|
||||
$lang["annotate_show_author"] = 'Megjelenítse az annotáció szerzőjét az előnézetek megtekintésekor?';
|
||||
$lang["annotate_metadatafield_error"] = 'A metaadatmező szükséges az annotációk tárolásához';
|
||||
$lang["annotate_font"] = 'Betűtípus:';
|
||||
$lang["annotate_pdf_output"] = 'PDF Kimeneti Opció (kísérleti)';
|
||||
$lang["annotate_pdf_output_only_annotated"] = 'Csak az annotált erőforrásokat tartalmazza a PDF kimenetben';
|
||||
$lang["annotate_admin_edit_access"] = 'Más felhasználók megjegyzéseinek szerkesztésének képessége';
|
||||
$lang["annotate_ref_not_supplied"] = 'Hivatkozás nem került megadásra';
|
29
plugins/annotate/languages/id.php
Normal file
29
plugins/annotate/languages/id.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Anotasi';
|
||||
$lang["pdfwithnotes"]='Anotasi PDF';
|
||||
$lang["annotatepdfconfig"]='Anotasi PDF';
|
||||
$lang["annotatepdfintrotext"]='Pilih ukuran halaman untuk PDF Anotasi Anda.';
|
||||
$lang["error-saving"]='Terjadi kesalahan saat menyimpan catatan itu.';
|
||||
$lang["error-deleting"]='Terjadi kesalahan saat menghapus catatan itu.';
|
||||
$lang["action-add_note"]='Tambahkan Anotasi';
|
||||
$lang["action-toggle-on"]='Tampilkan Semua';
|
||||
$lang["action-toggle-off"]='Sembunyikan Semua';
|
||||
$lang["note-1"]='1 anotasi';
|
||||
$lang["note-2"]='%number anotasi';
|
||||
$lang["annotate_configuration"]='Konfigurasi Anotasi';
|
||||
$lang["extensions_to_exclude"]='Ekstensi yang dikecualikan<br/>(dipisahkan dengan koma):';
|
||||
$lang["resource_types_to_exclude"]='Jenis Sumber Daya yang Dikecualikan (centang untuk mengkecualikan):';
|
||||
$lang["annotatedebug"]='Mendeteksi kesalahan:';
|
||||
$lang["toggle"]='Beralih';
|
||||
$lang["annotate_public_view"]='Apakah anotasi terlihat secara publik misalnya saat berbagi koleksi?';
|
||||
$lang["annotate_show_author"]='Menampilkan penulis annotasi saat melihat pratinjau?';
|
||||
$lang["annotate_metadatafield_error"]='Diperlukan sebuah bidang metadata untuk menyimpan anotasi';
|
||||
$lang["annotate_font"]='Huruf:';
|
||||
$lang["annotate_pdf_output"]='Opsi Output PDF (eksperimental)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Hanya sertakan Sumber Daya yang Dianotasi dalam Output PDF';
|
||||
$lang["annotate_admin_edit_access"]='Kemampuan untuk mengedit catatan pengguna lain';
|
||||
$lang["annotate_ref_not_supplied"]='Referensi tidak disediakan';
|
||||
$lang["plugin-annotate-title"]='Memberi Anotasi';
|
||||
$lang["plugin-annotate-desc"]='Memungkinkan pembuatan anotasi gambar jquery';
|
29
plugins/annotate/languages/it.php
Normal file
29
plugins/annotate/languages/it.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Annotazioni';
|
||||
$lang["pdfwithnotes"]='Annotazioni PDF';
|
||||
$lang["annotatepdfconfig"]='Annotazioni PDF';
|
||||
$lang["annotatepdfintrotext"]='Seleziona la dimensione della pagina per il tuo PDF di annotazioni.';
|
||||
$lang["error-saving"]='Si è verificato un errore durante il salvataggio di quella annotazione.';
|
||||
$lang["error-deleting"]='Si è verificato un errore durante l\'eliminazione di quella annotazione.';
|
||||
$lang["action-add_note"]='Aggiungi annotazione';
|
||||
$lang["action-toggle-on"]='Mostra tutto';
|
||||
$lang["action-toggle-off"]='Nascondi tutto';
|
||||
$lang["note-1"]='1 annotazione';
|
||||
$lang["note-2"]='%number di annotazioni';
|
||||
$lang["annotate_configuration"]='Configurazione delle annotazioni';
|
||||
$lang["extensions_to_exclude"]='Estensioni da escludere<br />(separate da virgola):';
|
||||
$lang["resource_types_to_exclude"]='Tipi di risorse da escludere (seleziona per escludere):';
|
||||
$lang["annotatedebug"]='Debug: Debugging (Risoluzione dei problemi)';
|
||||
$lang["toggle"]='Attiva/Disattiva';
|
||||
$lang["annotate_public_view"]='Le annotazioni sono visibili pubblicamente, ad esempio quando si condividono collezioni?';
|
||||
$lang["annotate_show_author"]='Mostrare l\'autore dell\'annotazione durante la visualizzazione dell\'anteprima?';
|
||||
$lang["annotate_metadatafield_error"]='È necessario un campo di metadati per memorizzare le annotazioni';
|
||||
$lang["annotate_font"]='Carattere:';
|
||||
$lang["annotate_pdf_output"]='Opzione di output PDF (sperimentale)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Includi solo le risorse annotate nell\'output PDF';
|
||||
$lang["annotate_admin_edit_access"]='Possibilità di modificare le annotazioni degli altri utenti';
|
||||
$lang["annotate_ref_not_supplied"]='Riferimento non fornito';
|
||||
$lang["plugin-annotate-title"]='Annota';
|
||||
$lang["plugin-annotate-desc"]='Abilita la creazione di annotazioni di immagini con jquery';
|
29
plugins/annotate/languages/jp.php
Normal file
29
plugins/annotate/languages/jp.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='注釈';
|
||||
$lang["pdfwithnotes"]='PDF注釈';
|
||||
$lang["annotatepdfconfig"]='PDF注釈';
|
||||
$lang["annotatepdfintrotext"]='アノテーションPDFのページサイズを選択してください。';
|
||||
$lang["error-saving"]='その注釈を保存中にエラーが発生しました。';
|
||||
$lang["error-deleting"]='その注釈を削除中にエラーが発生しました。';
|
||||
$lang["action-add_note"]='注釈を追加する';
|
||||
$lang["action-toggle-on"]='すべて表示する';
|
||||
$lang["action-toggle-off"]='非表示にする';
|
||||
$lang["note-1"]='1 注釈 (ちゅうしゃく)';
|
||||
$lang["note-2"]='%number 個の注釈';
|
||||
$lang["annotate_configuration"]='注釈の設定';
|
||||
$lang["extensions_to_exclude"]='除外する拡張子(カンマで区切る):';
|
||||
$lang["resource_types_to_exclude"]='除外するリソースタイプ(チェックしてください):';
|
||||
$lang["annotatedebug"]='デバッグ:';
|
||||
$lang["toggle"]='トグル (Toguru)';
|
||||
$lang["annotate_public_view"]='注釈は、コレクションを共有する場合に公開されますか?';
|
||||
$lang["annotate_show_author"]='プレビューを表示する際に注釈の作成者を表示しますか?';
|
||||
$lang["annotate_metadatafield_error"]='注釈を保存するためには、メタデータフィールドが必要です。';
|
||||
$lang["annotate_font"]='フォント:';
|
||||
$lang["annotate_pdf_output"]='PDF出力オプション(実験的)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='PDF出力に注釈付きリソースのみを含める。';
|
||||
$lang["annotate_admin_edit_access"]='他のユーザーの注釈を編集する機能';
|
||||
$lang["annotate_ref_not_supplied"]='参照が提供されていません。';
|
||||
$lang["plugin-annotate-title"]='注釈を付ける';
|
||||
$lang["plugin-annotate-desc"]='jQuery画像注釈の作成を有効にします';
|
29
plugins/annotate/languages/ko.php
Normal file
29
plugins/annotate/languages/ko.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='주석';
|
||||
$lang["pdfwithnotes"]='주석 PDF';
|
||||
$lang["annotatepdfconfig"]='주석 PDF';
|
||||
$lang["annotatepdfintrotext"]='주석 PDF의 페이지 크기를 선택하세요.';
|
||||
$lang["error-saving"]='해당 주석을 저장하는 중 오류가 발생했습니다.';
|
||||
$lang["error-deleting"]='해당 주석을 삭제하는 중 오류가 발생했습니다.';
|
||||
$lang["action-add_note"]='주석 추가';
|
||||
$lang["action-toggle-on"]='모두 보기';
|
||||
$lang["action-toggle-off"]='모두 숨기기';
|
||||
$lang["note-1"]='1 주석';
|
||||
$lang["note-2"]='%number 주석';
|
||||
$lang["annotate_configuration"]='주석 구성';
|
||||
$lang["extensions_to_exclude"]='제외할 확장자<br />(쉼표로 구분):';
|
||||
$lang["resource_types_to_exclude"]='제외할 리소스 유형 (제외하려면 체크):';
|
||||
$lang["annotatedebug"]='디버그:';
|
||||
$lang["toggle"]='전환';
|
||||
$lang["annotate_public_view"]='주석이 공개적으로 보이나요? 예를 들어 컬렉션을 공유할 때?';
|
||||
$lang["annotate_show_author"]='미리보기에서 주석 작성자 표시?';
|
||||
$lang["annotate_metadatafield_error"]='주석을 저장하려면 메타데이터 필드가 필요합니다';
|
||||
$lang["annotate_font"]='글꼴:';
|
||||
$lang["annotate_pdf_output"]='PDF 출력 옵션 (실험적)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='PDF 출력에 주석이 달린 리소스만 포함';
|
||||
$lang["annotate_admin_edit_access"]='다른 사용자의 주석을 편집할 수 있는 기능';
|
||||
$lang["annotate_ref_not_supplied"]='참조가 제공되지 않음';
|
||||
$lang["plugin-annotate-title"]='주석 달기';
|
||||
$lang["plugin-annotate-desc"]='jQuery 이미지 주석 생성을 활성화합니다';
|
29
plugins/annotate/languages/nl.php
Normal file
29
plugins/annotate/languages/nl.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Aantekeningen';
|
||||
$lang["pdfwithnotes"]='Annotaties PDF';
|
||||
$lang["annotatepdfconfig"]='Annotaties PDF';
|
||||
$lang["annotatepdfintrotext"]='Selecteer de paginagrootte voor jouw annotaties PDF.';
|
||||
$lang["error-saving"]='Er is een fout opgetreden bij het opslaan van die annotatie.';
|
||||
$lang["error-deleting"]='Er is een fout opgetreden bij het verwijderen van die annotatie.';
|
||||
$lang["action-add_note"]='Toevoegen van annotatie';
|
||||
$lang["action-toggle-on"]='Toon alles';
|
||||
$lang["action-toggle-off"]='Verberg alles';
|
||||
$lang["note-1"]='1 annotatie';
|
||||
$lang["note-2"]='%number annotaties';
|
||||
$lang["annotate_configuration"]='Configuratie annoteren';
|
||||
$lang["extensions_to_exclude"]='Uitgesloten extensies<br />(gescheiden door komma\'s):';
|
||||
$lang["resource_types_to_exclude"]='Uit te sluiten bron types (vink aan om uit te sluiten):';
|
||||
$lang["annotatedebug"]='Foutopsporing:';
|
||||
$lang["toggle"]='Wisselen (alternatief: omschakelen)';
|
||||
$lang["annotate_public_view"]='Zijn annotaties openbaar zichtbaar bij het delen van collecties?';
|
||||
$lang["annotate_show_author"]='Weergeven van annotatie-auteur bij het bekijken van voorbeelden?';
|
||||
$lang["annotate_metadatafield_error"]='Een metadata veld is vereist om de annotaties op te slaan';
|
||||
$lang["annotate_font"]='Lettertype:';
|
||||
$lang["annotate_pdf_output"]='PDF Uitvoeroptie (experimenteel)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Alleen geannoteerde bronnen opnemen in PDF-uitvoer';
|
||||
$lang["annotate_admin_edit_access"]='Mogelijkheid om annotaties van andere gebruikers te bewerken';
|
||||
$lang["annotate_ref_not_supplied"]='Referentie niet opgegeven';
|
||||
$lang["plugin-annotate-title"]='Annoteren';
|
||||
$lang["plugin-annotate-desc"]='Maakt het mogelijk om jquery-beeldannotaties te maken';
|
29
plugins/annotate/languages/no.php
Normal file
29
plugins/annotate/languages/no.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Annotasjoner';
|
||||
$lang["pdfwithnotes"]='Annotasjoner PDF';
|
||||
$lang["annotatepdfconfig"]='Annotasjoner PDF';
|
||||
$lang["annotatepdfintrotext"]='Velg sidestørrelse for din Annotations PDF.';
|
||||
$lang["error-saving"]='Det oppstod en feil ved lagring av den kommentaren.';
|
||||
$lang["error-deleting"]='Det oppstod en feil ved sletting av denne kommentaren.';
|
||||
$lang["action-add_note"]='Legg til annotasjon';
|
||||
$lang["action-toggle-on"]='Vis alle';
|
||||
$lang["action-toggle-off"]='Skjul alle';
|
||||
$lang["note-1"]='1 annotasjon';
|
||||
$lang["note-2"]='%number merknader';
|
||||
$lang["annotate_configuration"]='Merk Configuration';
|
||||
$lang["extensions_to_exclude"]='Utvidelser som skal ekskluderes<br />(kommaseparert):';
|
||||
$lang["resource_types_to_exclude"]='Ressurstyper som skal ekskluderes (kryss av for å ekskludere):';
|
||||
$lang["annotatedebug"]='Feilsøking:';
|
||||
$lang["toggle"]='Veksle';
|
||||
$lang["annotate_public_view"]='Er merknader offentlig synlige, f.eks. når man deler samlinger?';
|
||||
$lang["annotate_show_author"]='Vise annotasjonsforfatter når du ser forhåndsvisninger?';
|
||||
$lang["annotate_metadatafield_error"]='En metadatafelt er påkrevd for å lagre annotasjoner';
|
||||
$lang["annotate_font"]='Skrifttype:';
|
||||
$lang["annotate_pdf_output"]='PDF-utdataalternativ (eksperimentelt)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Bare inkluder merkede ressurser i PDF-utdata';
|
||||
$lang["annotate_admin_edit_access"]='Evne til å redigere andre brukeres merknader';
|
||||
$lang["annotate_ref_not_supplied"]='Referanse ikke oppgitt';
|
||||
$lang["plugin-annotate-title"]='Annoter';
|
||||
$lang["plugin-annotate-desc"]='Aktiverer opprettelse av jquery-bildeanmerkninger';
|
27
plugins/annotate/languages/pa.php
Normal file
27
plugins/annotate/languages/pa.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='ਟਿੱਪਣੀਆਂ';
|
||||
$lang["pdfwithnotes"]='ਐਨੋਟੇਸ਼ਨ ਪੀਡੀਐਫ਼';
|
||||
$lang["annotatepdfconfig"]='ਐਨੋਟੇਸ਼ਨ ਪੀਡੀਐਫ਼';
|
||||
$lang["annotatepdfintrotext"]='ਆਪਣੇ ਟਿੱਪਣੀਆਂ PDF ਲਈ ਪੰਨਾ ਆਕਾਰ ਚੁਣੋ।';
|
||||
$lang["error-saving"]='ਉਸ ਟਿੱਪਣੀ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰਨ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਹੋਈ।';
|
||||
$lang["error-deleting"]='ਉਸ ਟਿੱਪਣੀ ਨੂੰ ਮਿਟਾਉਣ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਹੋਈ।';
|
||||
$lang["action-add_note"]='ਐਨੋਟੇਸ਼ਨ ਸ਼ਾਮਲ ਕਰੋ';
|
||||
$lang["action-toggle-on"]='ਸਭ ਦਿਖਾਓ';
|
||||
$lang["action-toggle-off"]='ਸਭ ਲੁਕਾਓ';
|
||||
$lang["note-1"]='1 ਟਿੱਪਣੀ';
|
||||
$lang["note-2"]='%number ਟਿੱਪਣੀਆਂ';
|
||||
$lang["annotate_configuration"]='ਕੰਫਿਗਰੇਸ਼ਨ ਨੂੰ ਟਿੱਪਣੀ ਕਰੋ';
|
||||
$lang["extensions_to_exclude"]='ਬਾਹਰ ਰੱਖਣ ਲਈ ਐਕਸਟੈਂਸ਼ਨ<br />(ਕਾਮਾ ਨਾਲ ਵੱਖਰੇ ਕੀਤੇ):';
|
||||
$lang["resource_types_to_exclude"]='ਬਾਹਰ ਰੱਖਣ ਲਈ ਸਰੋਤ ਕਿਸਮਾਂ (ਬਾਹਰ ਰੱਖਣ ਲਈ ਟਿਕ ਕਰੋ):';
|
||||
$lang["annotatedebug"]='ਡਿਬੱਗ:';
|
||||
$lang["toggle"]='ਟੌਗਲ';
|
||||
$lang["annotate_public_view"]='ਕੀ ਟਿੱਪਣੀਆਂ ਜਨਤਕ ਤੌਰ \'ਤੇ ਦਿਖਾਈ ਦੇ ਰਹੀਆਂ ਹਨ ਜਿਵੇਂ ਕਿ ਕਲੇਕਸ਼ਨ ਸਾਂਝੇ ਕਰਨ ਵੇਲੇ?';
|
||||
$lang["annotate_show_author"]='ਪ੍ਰੀਵਿਊਜ਼ ਦੇਖਣ ਸਮੇਂ ਟਿੱਪਣੀ ਲੇਖਕ ਨੂੰ ਦਿਖਾਉਣਾ?';
|
||||
$lang["annotate_metadatafield_error"]='ਇੱਕ ਮੈਟਾਡੇਟਾ ਫੀਲਡ ਟਿੱਪਣੀਆਂ ਸਟੋਰ ਕਰਨ ਲਈ ਲੋੜੀਂਦਾ ਹੈ।';
|
||||
$lang["annotate_font"]='ਫੋਂਟ:';
|
||||
$lang["annotate_pdf_output"]='ਪੀਡੀਐਫ ਆਉਟਪੁੱਟ ਵਿਕਲਪ (ਪ੍ਰਯੋਗਾਤਮਕ)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='ਕੇਵਲ ਟਿੱਪਣੀ ਕੀਤੇ ਗਏ ਸਰੋਤਾਂ ਨੂੰ PDF ਨਿਕਾਸ ਵਿੱਚ ਸ਼ਾਮਲ ਕਰੋ';
|
||||
$lang["annotate_admin_edit_access"]='ਹੋਰ ਉਪਭੋਗਤਾਵਾਂ ਦੇ ਟਿੱਪਣੀਆਂ ਨੂੰ ਸੰਪਾਦਿਤ ਕਰਨ ਦੀ ਸਮਰੱਥਾ';
|
||||
$lang["annotate_ref_not_supplied"]='ਹਵਾਲਾ ਪ੍ਰਦਾਨ ਨਹੀਂ ਕੀਤਾ ਗਿਆ';
|
29
plugins/annotate/languages/pl.php
Normal file
29
plugins/annotate/languages/pl.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Adnotacje';
|
||||
$lang["pdfwithnotes"]='Adnotacje PDF';
|
||||
$lang["annotatepdfconfig"]='Adnotacje PDF';
|
||||
$lang["annotatepdfintrotext"]='Wybierz rozmiar strony dla swojego pliku PDF z adnotacjami.';
|
||||
$lang["error-saving"]='Wystąpił błąd podczas zapisywania tej adnotacji.';
|
||||
$lang["error-deleting"]='Wystąpił błąd podczas usuwania tej adnotacji.';
|
||||
$lang["action-add_note"]='Dodaj adnotację';
|
||||
$lang["action-toggle-on"]='Pokaż wszystko';
|
||||
$lang["action-toggle-off"]='Ukryj wszystko';
|
||||
$lang["note-1"]='1 adnotacja';
|
||||
$lang["note-2"]='%number adnotacji';
|
||||
$lang["annotate_configuration"]='Skonfiguruj adnotacje';
|
||||
$lang["extensions_to_exclude"]='Rozszerzenia do wykluczenia<br />(oddzielone przecinkami):';
|
||||
$lang["resource_types_to_exclude"]='Typy zasobów do wykluczenia (zaznacz, aby wykluczyć):';
|
||||
$lang["annotatedebug"]='Debugowanie:';
|
||||
$lang["toggle"]='Przełącznik';
|
||||
$lang["annotate_public_view"]='Czy adnotacje są publicznie widoczne, np. podczas udostępniania kolekcji?';
|
||||
$lang["annotate_show_author"]='Wyświetlić autora adnotacji podczas przeglądania podglądów?';
|
||||
$lang["annotate_metadatafield_error"]='Wymagane jest pole metadanych do przechowywania adnotacji';
|
||||
$lang["annotate_font"]='Czcionka:';
|
||||
$lang["annotate_pdf_output"]='Opcja wyjścia PDF (eksperymentalna)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Tylko uwzględnij zasoby z adnotacjami w wyniku PDF';
|
||||
$lang["annotate_admin_edit_access"]='Możliwość edycji adnotacji innych użytkowników';
|
||||
$lang["annotate_ref_not_supplied"]='Odwołanie nie zostało dostarczone';
|
||||
$lang["plugin-annotate-title"]='Adnotuj';
|
||||
$lang["plugin-annotate-desc"]='Umożliwia tworzenie adnotacji obrazów za pomocą jquery';
|
29
plugins/annotate/languages/pt-BR.php
Normal file
29
plugins/annotate/languages/pt-BR.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Anotações';
|
||||
$lang["pdfwithnotes"]='Anotações em PDF';
|
||||
$lang["annotatepdfconfig"]='Anotações em PDF';
|
||||
$lang["annotatepdfintrotext"]='Selecione o tamanho da página para o seu PDF de Anotações';
|
||||
$lang["error-saving"]='Ocorreu um erro ao salvar essa anotação.';
|
||||
$lang["error-deleting"]='Ocorreu um erro ao excluir essa anotação.';
|
||||
$lang["action-add_note"]='Adicionar Anotação';
|
||||
$lang["action-toggle-on"]='Mostrar Todos';
|
||||
$lang["action-toggle-off"]='Ocultar tudo';
|
||||
$lang["note-1"]='1 anotação';
|
||||
$lang["note-2"]='%number de anotações';
|
||||
$lang["annotate_configuration"]='Configuração de Anotação';
|
||||
$lang["extensions_to_exclude"]='Extensões para excluir<br />(separadas por vírgula):';
|
||||
$lang["resource_types_to_exclude"]='Tipos de Recursos para excluir (marque para excluir):';
|
||||
$lang["annotatedebug"]='Depurar:';
|
||||
$lang["toggle"]='Alternar';
|
||||
$lang["annotate_public_view"]='As anotações são visíveis publicamente, por exemplo, ao compartilhar coleções?';
|
||||
$lang["annotate_show_author"]='Exibir o autor da anotação ao visualizar prévias?';
|
||||
$lang["annotate_metadatafield_error"]='Um campo de metadados é necessário para armazenar as anotações';
|
||||
$lang["annotate_font"]='Fonte:';
|
||||
$lang["annotate_pdf_output"]='Opção de Saída em PDF (experimental)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Incluir somente recursos anotados na saída em PDF';
|
||||
$lang["annotate_admin_edit_access"]='Capacidade de editar as anotações de outros usuários';
|
||||
$lang["annotate_ref_not_supplied"]='Referência não fornecida';
|
||||
$lang["plugin-annotate-title"]='Anotar';
|
||||
$lang["plugin-annotate-desc"]='Permite a criação de anotações de imagem com jquery';
|
29
plugins/annotate/languages/pt.php
Normal file
29
plugins/annotate/languages/pt.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Anotações';
|
||||
$lang["pdfwithnotes"]='Anotações em PDF';
|
||||
$lang["annotatepdfconfig"]='Anotações em PDF';
|
||||
$lang["annotatepdfintrotext"]='Selecione o tamanho da página para o seu PDF de Anotações';
|
||||
$lang["error-saving"]='Ocorreu um erro ao salvar essa anotação.';
|
||||
$lang["error-deleting"]='Ocorreu um erro ao excluir essa anotação.';
|
||||
$lang["action-add_note"]='Adicionar Anotação';
|
||||
$lang["action-toggle-on"]='Mostrar Todos';
|
||||
$lang["action-toggle-off"]='Ocultar tudo';
|
||||
$lang["note-1"]='1 anotação';
|
||||
$lang["note-2"]='%number de anotações';
|
||||
$lang["annotate_configuration"]='Configuração de Anotação';
|
||||
$lang["extensions_to_exclude"]='Extensões a excluir<br />(separadas por vírgulas):';
|
||||
$lang["resource_types_to_exclude"]='Tipos de Recursos para excluir (marque para excluir):';
|
||||
$lang["annotatedebug"]='Depurar:';
|
||||
$lang["toggle"]='Alternar';
|
||||
$lang["annotate_public_view"]='As anotações são visíveis publicamente, por exemplo, ao compartilhar coleções?';
|
||||
$lang["annotate_show_author"]='Exibir o autor da anotação ao visualizar prévias?';
|
||||
$lang["annotate_metadatafield_error"]='Um campo de metadados é necessário para armazenar as anotações';
|
||||
$lang["annotate_font"]='Fonte:';
|
||||
$lang["annotate_pdf_output"]='Opção de Saída em PDF (experimental)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Apenas incluir recursos anotados na saída em PDF';
|
||||
$lang["annotate_admin_edit_access"]='Capacidade de editar as anotações de outros usuários';
|
||||
$lang["annotate_ref_not_supplied"]='Referência não fornecida';
|
||||
$lang["plugin-annotate-title"]='Anotar';
|
||||
$lang["plugin-annotate-desc"]='Permite a criação de anotações de imagem com jquery';
|
29
plugins/annotate/languages/ro.php
Normal file
29
plugins/annotate/languages/ro.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Anotări';
|
||||
$lang["pdfwithnotes"]='Adnotări PDF';
|
||||
$lang["annotatepdfconfig"]='Adnotări PDF';
|
||||
$lang["annotatepdfintrotext"]='Selectați dimensiunea paginii pentru fișierul PDF cu adnotările dvs.';
|
||||
$lang["error-saving"]='A apărut o eroare la salvarea acelei adnotări.';
|
||||
$lang["error-deleting"]='A apărut o eroare la ștergerea acelei adnotări.';
|
||||
$lang["action-add_note"]='Adăugați adnotare';
|
||||
$lang["action-toggle-on"]='Afișează tot';
|
||||
$lang["action-toggle-off"]='Ascunde tot';
|
||||
$lang["note-1"]='1 adnotare';
|
||||
$lang["note-2"]='%number de adnotări';
|
||||
$lang["annotate_configuration"]='Configurare adnotare';
|
||||
$lang["extensions_to_exclude"]='Extensii de exclus<br />(separate prin virgulă):';
|
||||
$lang["resource_types_to_exclude"]='Tipuri de resurse de exclus (bifați pentru a exclude):';
|
||||
$lang["annotatedebug"]='Depanare:';
|
||||
$lang["toggle"]='Comutare';
|
||||
$lang["annotate_public_view"]='Sunt vizibile public adnotările, de exemplu atunci când se partajează colecții?';
|
||||
$lang["annotate_show_author"]='Afișați autorul adnotării la vizualizarea previzualizărilor?';
|
||||
$lang["annotate_metadatafield_error"]='Este necesar un câmp de metadate pentru a stoca adnotările';
|
||||
$lang["annotate_font"]='Font: Caractere tipografice:';
|
||||
$lang["annotate_pdf_output"]='Opțiune de ieșire PDF (experimentală)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Include doar Resursele Anotate în Ieșirea PDF';
|
||||
$lang["annotate_admin_edit_access"]='Posibilitatea de a edita adnotările altor utilizatori';
|
||||
$lang["annotate_ref_not_supplied"]='Referința nu a fost furnizată';
|
||||
$lang["plugin-annotate-title"]='Adnotează';
|
||||
$lang["plugin-annotate-desc"]='Permite crearea de adnotări de imagini jquery';
|
37
plugins/annotate/languages/ru.php
Normal file
37
plugins/annotate/languages/ru.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
# Russian
|
||||
# Language File for the Annotate Plugin
|
||||
# -------
|
||||
#
|
||||
#
|
||||
$lang['annotations']="Аннотации";
|
||||
$lang['pdfwithnotes']="PDF с аннотациями";
|
||||
$lang["annotatepdfconfig"]="PDF с аннотациями";
|
||||
$lang["annotatepdfintrotext"]="Выбрать размер бумаги для PDF с аннотациями.";
|
||||
|
||||
$lang["error-saving"]="Ошибка при записи аннотации.";
|
||||
$lang["error-deleting"]="Ошибка при удалении аннотации.";
|
||||
|
||||
$lang["action-add_note"]="Добавить аннотацию";
|
||||
$lang["action-toggle-on"]="Показать все";
|
||||
$lang["action-toggle-off"]="Спрятать все";
|
||||
$lang["note-1"]="1 аннотация";
|
||||
$lang["note-2"]="%number аннотаций"; # %number will be replaced, e.g. 3 notes
|
||||
|
||||
$lang["annotate_configuration"]="Настройки аннотаций";
|
||||
$lang["extensions_to_exclude"]="Исключить разрешения<br />(разделяя запятыми):";
|
||||
$lang["resource_types_to_exclude"]="Исключить типы объектов (отметить):";
|
||||
$lang["annotatedebug"]="Debug:";
|
||||
$lang["toggle"]="Вкл/Выкл";
|
||||
$lang["annotate_public_view"] = "Публичны ли аннотации (например, когда делятся коллекциями)?";
|
||||
$lang["annotate_show_author"] = "Показывать автора аннотации?";
|
||||
|
||||
$lang["annotate_font"]="Шрифт:";
|
||||
$lang["annotate_pdf_output"]="Вывод в PDF (экспериментальная опция)";
|
||||
$lang["annotate_pdf_output_only_annotated"]="Включать в PDF только аннотированные объекты";
|
||||
|
||||
$lang["annotate_metadatafield_error"]='Для хранения аннотаций необходимо заполнить поле метаданных';
|
||||
$lang["annotate_admin_edit_access"]='Возможность редактировать аннотации других пользователей';
|
||||
$lang["annotate_ref_not_supplied"]='Ссылка не предоставлена';
|
||||
$lang["plugin-annotate-title"]='Аннотировать';
|
||||
$lang["plugin-annotate-desc"]='Включает создание аннотаций изображений с помощью jquery';
|
29
plugins/annotate/languages/sk.php
Normal file
29
plugins/annotate/languages/sk.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Poznámky';
|
||||
$lang["pdfwithnotes"]='Poznámky PDF';
|
||||
$lang["annotatepdfconfig"]='Poznámky PDF';
|
||||
$lang["annotatepdfintrotext"]='Vyberte veľkosť stránky pre váš PDF s anotáciami.';
|
||||
$lang["error-saving"]='Došlo je do napake pri shranjevanju te opombe.';
|
||||
$lang["error-deleting"]='Vyskytla sa chyba pri mazaní tejto poznámky.';
|
||||
$lang["action-add_note"]='Pridať poznámku';
|
||||
$lang["action-toggle-on"]='Zobraziť všetko';
|
||||
$lang["action-toggle-off"]='Skryť všetko';
|
||||
$lang["note-1"]='1 poznámka';
|
||||
$lang["note-2"]='%number poznámkových záznamov';
|
||||
$lang["annotate_configuration"]='Konfigurácia poznámok';
|
||||
$lang["extensions_to_exclude"]='Rozšírenia na vylúčenie<br />(oddelené čiarkou):';
|
||||
$lang["resource_types_to_exclude"]='Typy zdrojov na vylúčenie (zaškrtnite pre vylúčenie):';
|
||||
$lang["annotatedebug"]='Ladi:';
|
||||
$lang["toggle"]='Prepínať';
|
||||
$lang["annotate_public_view"]='Sú anotácie verejne viditeľné napríklad pri zdieľaní kolekcií?';
|
||||
$lang["annotate_show_author"]='Zobraziť autora poznámky pri prezeraní náhľadov?';
|
||||
$lang["annotate_metadatafield_error"]='Je potrebno polje metapodatkov za shranjevanje opomb';
|
||||
$lang["annotate_font"]='Písmo:';
|
||||
$lang["annotate_pdf_output"]='Možnost izvoza v PDF (eksperimentalno)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Zahrnúť do PDF výstupu iba anotované zdroje';
|
||||
$lang["annotate_admin_edit_access"]='Možnost urejanja opomb drugih uporabnikov';
|
||||
$lang["annotate_ref_not_supplied"]='Referencia nezadaná';
|
||||
$lang["plugin-annotate-title"]='Označi';
|
||||
$lang["plugin-annotate-desc"]='Omogoča ustvarjanje opomb slik z uporabo jQuery';
|
39
plugins/annotate/languages/sv.php
Normal file
39
plugins/annotate/languages/sv.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
# Swedish
|
||||
# Language File for the Annotate Plugin
|
||||
# Updated by Henrik Frizén 20131024 for svn r4998
|
||||
# -------
|
||||
#
|
||||
#
|
||||
$lang['annotations']="Noteringar";
|
||||
$lang['pdfwithnotes']="Pdf med noteringar";
|
||||
$lang["annotatepdfconfig"]="Pdf med noteringar";
|
||||
$lang["annotatepdfintrotext"]="Välj önskad arkstorlek för pdf-filen med noteringar.";
|
||||
|
||||
$lang["error-saving"]="Ett fel uppstod när noteringen sparades.";
|
||||
$lang["error-deleting"]="Ett fel uppstod när noteringen togs bort.";
|
||||
|
||||
$lang["action-add_note"]="Lägg till notering";
|
||||
$lang["action-toggle-on"]="Visa alla";
|
||||
$lang["action-toggle-off"]="Dölj alla";
|
||||
|
||||
$lang["note-1"]="1 notering";
|
||||
$lang["note-2"]="%number noteringar"; # %number will be replaced, e.g. 3 notes
|
||||
|
||||
$lang["annotate_configuration"]="Notera – inställningar";
|
||||
$lang["extensions_to_exclude"]="Filnamnsändelser att exkludera<br />(kommaseparerade):";
|
||||
$lang["resource_types_to_exclude"]="Materialtyper att exkludera (markera dem som ska exkluderas):";
|
||||
$lang["annotatedebug"]="Felsökningsläge:";
|
||||
$lang["toggle"]="Växla";
|
||||
$lang["annotate_public_view"] = "Visa noteringar offentligt för delade samlingar:";
|
||||
$lang["annotate_show_author"] = "Visa vem som gjort noteringarna, vid visning av förhandsgranskningar:";
|
||||
|
||||
$lang["annotate_font"]="Typsnitt:";
|
||||
$lang["annotate_pdf_output"]="Möjlighet att spara pdf med noteringar (experimentell):";
|
||||
$lang["annotate_pdf_output_only_annotated"]="Inkludera endast material med noteringar, i sparad pdf:";
|
||||
|
||||
$lang["annotate_metadatafield_error"]='En metadatafält krävs för att lagra anteckningarna';
|
||||
$lang["annotate_admin_edit_access"]='Möjlighet att redigera andra användares anteckningar';
|
||||
$lang["annotate_ref_not_supplied"]='Referens ej tillhandahållen';
|
||||
$lang["plugin-annotate-title"]='Kommentera';
|
||||
$lang["plugin-annotate-desc"]='Möjliggör skapande av jquery-bildanteckningar';
|
27
plugins/annotate/languages/sw.php
Normal file
27
plugins/annotate/languages/sw.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Maelezo ya ziada';
|
||||
$lang["pdfwithnotes"]='Maelezo PDF';
|
||||
$lang["annotatepdfconfig"]='Maelezo PDF';
|
||||
$lang["annotatepdfintrotext"]='Chagua ukubwa wa ukurasa kwa PDF yako ya Maelezo.';
|
||||
$lang["error-saving"]='Hitilafu ilitokea wakati wa kuhifadhi maelezo hayo.';
|
||||
$lang["error-deleting"]='Hitilafu ilitokea wakati wa kufuta maelezo hayo.';
|
||||
$lang["action-add_note"]='Ongeza Maelezo';
|
||||
$lang["action-toggle-on"]='Onyesha Yote';
|
||||
$lang["action-toggle-off"]='Ficha Zote';
|
||||
$lang["note-1"]='1 maelezo ya ziada';
|
||||
$lang["note-2"]='%number maelezo ya ziada';
|
||||
$lang["annotate_configuration"]='Sanidi Maelezo ya Picha';
|
||||
$lang["extensions_to_exclude"]='Viendelezi vya kuondoa<br />(vimetenganishwa kwa koma):';
|
||||
$lang["resource_types_to_exclude"]='Aina za Rasilimali za kuondoa (weka tiki ili kuondoa):';
|
||||
$lang["annotatedebug"]='Uchunguzi:';
|
||||
$lang["toggle"]='Badilisha';
|
||||
$lang["annotate_public_view"]='Je, maelezo yanaonekana hadharani kwa mfano wakati wa kushiriki makusanyo?';
|
||||
$lang["annotate_show_author"]='Onyesha mwandishi wa maelezo unapokagua hakikisho?';
|
||||
$lang["annotate_metadatafield_error"]='Uwanja wa metadata unahitajika kuhifadhi maelezo ya ziada';
|
||||
$lang["annotate_font"]='Aina ya herufi:';
|
||||
$lang["annotate_pdf_output"]='Chaguo la Matokeo ya PDF (majaribio)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Jumuisha tu Rasilimali Zilizowekwa Maelezo katika Matokeo ya PDF';
|
||||
$lang["annotate_admin_edit_access"]='Uwezo wa kuhariri maelezo ya watumiaji wengine';
|
||||
$lang["annotate_ref_not_supplied"]='Marejeleo hayajatolewa';
|
27
plugins/annotate/languages/th.php
Normal file
27
plugins/annotate/languages/th.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='คำอธิบาย';
|
||||
$lang["pdfwithnotes"]='คำอธิบาย PDF';
|
||||
$lang["annotatepdfconfig"]='คำอธิบาย PDF';
|
||||
$lang["annotatepdfintrotext"]='เลือกขนาดหน้าสำหรับ PDF คำอธิบายของคุณ';
|
||||
$lang["error-saving"]='เกิดข้อผิดพลาดในการบันทึกคำอธิบายประกอบนั้น';
|
||||
$lang["error-deleting"]='เกิดข้อผิดพลาดในการลบหมายเหตุนี้';
|
||||
$lang["action-add_note"]='เพิ่มคำอธิบาย';
|
||||
$lang["action-toggle-on"]='แสดงทั้งหมด';
|
||||
$lang["action-toggle-off"]='ซ่อนทั้งหมด';
|
||||
$lang["note-1"]='1 คำอธิบาย';
|
||||
$lang["note-2"]='%number คำอธิบาย';
|
||||
$lang["annotate_configuration"]='การกำหนดค่าการบันทึกหมายเหตุ';
|
||||
$lang["extensions_to_exclude"]='การขยายเพื่อยกเว้น<br />(คั่นด้วยเครื่องหมายจุลภาค):';
|
||||
$lang["resource_types_to_exclude"]='ประเภททรัพยากรที่ต้องการยกเว้น (ติ๊กเพื่อยกเว้น):';
|
||||
$lang["annotatedebug"]='การดีบัก';
|
||||
$lang["toggle"]='สลับ';
|
||||
$lang["annotate_public_view"]='การบันทึกหมายเหตุสามารถมองเห็นได้สาธารณะหรือไม่ เช่น เมื่อแชร์คอลเลกชัน?';
|
||||
$lang["annotate_show_author"]='แสดงผู้เขียนคำอธิบายเมื่อดูตัวอย่างหรือไม่?';
|
||||
$lang["annotate_metadatafield_error"]='ต้องมีฟิลด์เมตาดาต้าเพื่อเก็บบันทึกความคิดเห็น';
|
||||
$lang["annotate_font"]='ฟอนต์:';
|
||||
$lang["annotate_pdf_output"]='ตัวเลือกการส่งออก PDF (ทดลอง)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='รวมเฉพาะทรัพยากรที่มีการบันทึกในผลลัพธ์ PDF';
|
||||
$lang["annotate_admin_edit_access"]='ความสามารถในการแก้ไขคำอธิบายของผู้ใช้อื่น';
|
||||
$lang["annotate_ref_not_supplied"]='การอ้างอิงไม่ได้ถูกจัดเตรียม';
|
29
plugins/annotate/languages/tr.php
Normal file
29
plugins/annotate/languages/tr.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Açıklamalar';
|
||||
$lang["pdfwithnotes"]='Açıklamalar PDF';
|
||||
$lang["annotatepdfconfig"]='Açıklamalar PDF';
|
||||
$lang["annotatepdfintrotext"]='Ek Açıklamalar PDF\'iniz için sayfa boyutunu seçin.';
|
||||
$lang["error-saving"]='Bu açıklamayı kaydederken bir hata oluştu.';
|
||||
$lang["error-deleting"]='Bu açıklamayı silerken bir hata oluştu.';
|
||||
$lang["action-add_note"]='Açıklama Ekle';
|
||||
$lang["action-toggle-on"]='Hepsini Göster';
|
||||
$lang["action-toggle-off"]='Hepsini Gizle';
|
||||
$lang["note-1"]='1 açıklama';
|
||||
$lang["note-2"]='%number açıklamalar';
|
||||
$lang["annotate_configuration"]='Yorum Yapılandırması';
|
||||
$lang["extensions_to_exclude"]='Hariç tutulacak uzantılar<br />(virgülle ayrılmış):';
|
||||
$lang["resource_types_to_exclude"]='Hariç tutulacak Kaynak Türleri (hariç tutmak için işaretleyin):';
|
||||
$lang["annotatedebug"]='Hata Ayıklama:';
|
||||
$lang["toggle"]='Değiştir';
|
||||
$lang["annotate_public_view"]='Açıklamalar, örneğin koleksiyonları paylaşırken, herkese açık olarak görülebilir mi?';
|
||||
$lang["annotate_show_author"]='Önizlemeleri görüntülerken açıklama yazarını göster?';
|
||||
$lang["annotate_metadatafield_error"]='Ek açıklamaları depolamak için bir meta veri alanı gereklidir';
|
||||
$lang["annotate_font"]='Yazı tipi:';
|
||||
$lang["annotate_pdf_output"]='PDF Çıktı Seçeneği (deneysel)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Yalnızca Açıklamalı Kaynakları PDF Çıktısına Dahil Et';
|
||||
$lang["annotate_admin_edit_access"]='Diğer kullanıcıların açıklamalarını düzenleme yeteneği';
|
||||
$lang["annotate_ref_not_supplied"]='Referans sağlanmadı';
|
||||
$lang["plugin-annotate-title"]='Açıklama Ekle';
|
||||
$lang["plugin-annotate-desc"]='Jquery görüntü açıklamalarının oluşturulmasını sağlar';
|
27
plugins/annotate/languages/uk.php
Normal file
27
plugins/annotate/languages/uk.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='Анотації';
|
||||
$lang["pdfwithnotes"]='Анотації PDF';
|
||||
$lang["annotatepdfconfig"]='Анотації PDF';
|
||||
$lang["annotatepdfintrotext"]='Виберіть розмір сторінки для вашого PDF з анотаціями.';
|
||||
$lang["error-saving"]='Сталася помилка під час збереження цієї анотації.';
|
||||
$lang["error-deleting"]='Сталася помилка при видаленні цієї анотації.';
|
||||
$lang["action-add_note"]='Додати анотацію';
|
||||
$lang["action-toggle-on"]='Показати все';
|
||||
$lang["action-toggle-off"]='Приховати все';
|
||||
$lang["note-1"]='1 анотація';
|
||||
$lang["note-2"]='%number анотацій';
|
||||
$lang["annotate_configuration"]='Конфігурація анотацій';
|
||||
$lang["extensions_to_exclude"]='Розширення для виключення<br />(через кому):';
|
||||
$lang["resource_types_to_exclude"]='Типи ресурсів для виключення (позначте для виключення):';
|
||||
$lang["annotatedebug"]='Налагодження:';
|
||||
$lang["toggle"]='Перемкнути';
|
||||
$lang["annotate_public_view"]='Чи є анотації загальнодоступними, наприклад, при спільному використанні колекцій?';
|
||||
$lang["annotate_show_author"]='Відображати автора анотації під час перегляду попереднього перегляду?';
|
||||
$lang["annotate_metadatafield_error"]='Потрібне поле метаданих для збереження анотацій';
|
||||
$lang["annotate_font"]='Шрифт:';
|
||||
$lang["annotate_pdf_output"]='Опція виведення PDF (експериментальна)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='Включати лише анотовані ресурси у PDF вихід';
|
||||
$lang["annotate_admin_edit_access"]='Можливість редагувати анотації інших користувачів';
|
||||
$lang["annotate_ref_not_supplied"]='Посилання не надано';
|
27
plugins/annotate/languages/ur.php
Normal file
27
plugins/annotate/languages/ur.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='تشریحات';
|
||||
$lang["pdfwithnotes"]='تشریحات پی ڈی ایف';
|
||||
$lang["annotatepdfconfig"]='تشریحات پی ڈی ایف';
|
||||
$lang["annotatepdfintrotext"]='اپنے تشریحات پی ڈی ایف کے لئے صفحہ کا سائز منتخب کریں۔';
|
||||
$lang["error-saving"]='اس تشریح کو محفوظ کرتے وقت ایک خرابی پیش آئی۔';
|
||||
$lang["error-deleting"]='اس تشریح کو حذف کرتے وقت ایک خرابی پیش آئی۔';
|
||||
$lang["action-add_note"]='تشریح شامل کریں';
|
||||
$lang["action-toggle-on"]='سب دکھائیں';
|
||||
$lang["action-toggle-off"]='سب چھپائیں';
|
||||
$lang["note-1"]='1 تشریح';
|
||||
$lang["note-2"]='%number تشریحات';
|
||||
$lang["annotate_configuration"]='تشریح کی تشکیل';
|
||||
$lang["extensions_to_exclude"]='شامل نہ کرنے کے لیے ایکسٹینشنز<br />(کاما سے جدا):';
|
||||
$lang["resource_types_to_exclude"]='شامل نہ کرنے کے لیے وسائل کی اقسام (شامل نہ کرنے کے لیے نشان لگائیں):';
|
||||
$lang["annotatedebug"]='ڈیبگ:';
|
||||
$lang["toggle"]='تبدیل کریں';
|
||||
$lang["annotate_public_view"]='کیا تشریحات عوامی طور پر نظر آتی ہیں مثلاً جب مجموعے شیئر کیے جاتے ہیں؟';
|
||||
$lang["annotate_show_author"]='پیش نظارہ دیکھتے وقت تشریح کے مصنف کو دکھائیں؟';
|
||||
$lang["annotate_metadatafield_error"]='تشریحات کو ذخیرہ کرنے کے لیے ایک میٹا ڈیٹا فیلڈ درکار ہے۔';
|
||||
$lang["annotate_font"]='فونٹ:';
|
||||
$lang["annotate_pdf_output"]='پی ڈی ایف آؤٹ پٹ آپشن (تجرباتی)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='پی ڈی ایف آؤٹ پٹ میں صرف تشریح شدہ وسائل شامل کریں';
|
||||
$lang["annotate_admin_edit_access"]='دیگر صارفین کے تشریحات میں ترمیم کرنے کی صلاحیت';
|
||||
$lang["annotate_ref_not_supplied"]='حوالہ فراہم نہیں کیا گیا';
|
27
plugins/annotate/languages/vi.php
Normal file
27
plugins/annotate/languages/vi.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"] = 'Chú thích';
|
||||
$lang["pdfwithnotes"] = 'Chú thích PDF';
|
||||
$lang["annotatepdfconfig"] = 'Chú thích PDF';
|
||||
$lang["annotatepdfintrotext"] = 'Chọn kích thước trang cho PDF Chú thích của bạn.';
|
||||
$lang["error-saving"] = 'Đã xảy ra lỗi khi lưu chú thích đó.';
|
||||
$lang["error-deleting"] = 'Đã xảy ra lỗi khi xóa chú thích đó.';
|
||||
$lang["action-add_note"] = 'Thêm chú thích';
|
||||
$lang["action-toggle-on"] = 'Hiển thị Tất cả';
|
||||
$lang["action-toggle-off"] = 'Ẩn Tất Cả';
|
||||
$lang["note-1"] = '1 chú thích';
|
||||
$lang["note-2"] = '%number chú thích';
|
||||
$lang["annotate_configuration"] = 'Cấu hình Chú thích';
|
||||
$lang["extensions_to_exclude"] = 'Các phần mở rộng để loại trừ<br />(cách nhau bằng dấu phẩy):';
|
||||
$lang["resource_types_to_exclude"] = 'Các loại tài nguyên để loại trừ (đánh dấu để loại trừ):';
|
||||
$lang["annotatedebug"] = 'Gỡ lỗi';
|
||||
$lang["toggle"] = 'Chuyển đổi';
|
||||
$lang["annotate_public_view"] = 'Các chú thích có hiển thị công khai không, ví dụ như khi chia sẻ các bộ sưu tập?';
|
||||
$lang["annotate_show_author"] = 'Hiển thị tác giả chú thích khi xem bản xem trước?';
|
||||
$lang["annotate_metadatafield_error"] = 'Một trường siêu dữ liệu là cần thiết để lưu trữ các chú thích';
|
||||
$lang["annotate_font"] = 'Phông chữ:';
|
||||
$lang["annotate_pdf_output"] = 'Tùy chọn xuất PDF (thí nghiệm)';
|
||||
$lang["annotate_pdf_output_only_annotated"] = 'Chỉ bao gồm Tài nguyên Được Chú thích trong Đầu ra PDF';
|
||||
$lang["annotate_admin_edit_access"] = 'Khả năng chỉnh sửa chú thích của người dùng khác';
|
||||
$lang["annotate_ref_not_supplied"] = 'Không cung cấp tham chiếu';
|
31
plugins/annotate/languages/zh-CN.php
Normal file
31
plugins/annotate/languages/zh-CN.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
|
||||
$lang["annotations"]='注释';
|
||||
$lang["pdfwithnotes"]='PDF注释';
|
||||
$lang["annotatepdfconfig"]='PDF注释';
|
||||
$lang["annotatepdfintrotext"]='请选择您的注释 PDF 的页面大小。';
|
||||
$lang["error-saving"]='发生保存该注释的错误。';
|
||||
$lang["error-deleting"]='发生删除该注释的错误。';
|
||||
$lang["action-add_note"]='添加注释';
|
||||
$lang["action-toggle-on"]='显示全部';
|
||||
$lang["action-toggle-off"]='隐藏全部';
|
||||
$lang["note-1"]='1 注释';
|
||||
$lang["note-2"]='%number 注释';
|
||||
$lang["annotate_configuration"]='注释配置';
|
||||
$lang["extensions_to_exclude"]='需要翻译的字符串: Extensions to exclude<br />(comma separated):
|
||||
|
||||
要排除的扩展名(逗号分隔):';
|
||||
$lang["resource_types_to_exclude"]='要排除的资源类型(勾选以排除):';
|
||||
$lang["annotatedebug"]='调试:';
|
||||
$lang["toggle"]='切换 (Qiēhuàn)';
|
||||
$lang["annotate_public_view"]='注释是否公开可见,例如在共享集合时?S';
|
||||
$lang["annotate_show_author"]='在预览时显示注释作者?';
|
||||
$lang["annotate_metadatafield_error"]='需要一个元数据字段来存储注释。';
|
||||
$lang["annotate_font"]='字体:';
|
||||
$lang["annotate_pdf_output"]='PDF 输出选项(实验性)';
|
||||
$lang["annotate_pdf_output_only_annotated"]='仅在 PDF 输出中包含已注释的资源。';
|
||||
$lang["annotate_admin_edit_access"]='编辑其他用户的注释的能力';
|
||||
$lang["annotate_ref_not_supplied"]='未提供参考。';
|
||||
$lang["plugin-annotate-title"]='注释';
|
||||
$lang["plugin-annotate-desc"]='启用创建jquery图像注释';
|
Reference in New Issue
Block a user