mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
c4f1019afb
|
@ -755,6 +755,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => 'فهرسة بلا محتوى',
|
||||
'index_pending' => 'الفهرسة قيد الإنتظار',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'الفهرسة قيد الإنتظار',
|
||||
'individuals' => 'افراد',
|
||||
'individuals_in_groups' => 'أفراد في المجموعات',
|
||||
|
@ -1086,6 +1087,7 @@ URL: [url]',
|
|||
'preview' => 'معاينة',
|
||||
'preview_converters' => 'محول المعاينات',
|
||||
'preview_images' => 'معاينة الصور',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'معاينة التخفيضات',
|
||||
'preview_pdf' => 'معاينة ملف pdf',
|
||||
'preview_plain' => 'معاينة سطحية',
|
||||
|
@ -2048,6 +2050,7 @@ URL: [url]',
|
|||
'update_approvers' => 'تحديثة قائمة الموافقون',
|
||||
'update_document' => 'تحديث المستند',
|
||||
'update_fulltext_index' => 'تحديث فهرس النص الكامل',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'تحديث المعلومات',
|
||||
'update_locked_msg' => 'هذا المستند محمي من التعديل.',
|
||||
'update_recipients' => 'تطوير المستلم',
|
||||
|
|
|
@ -684,6 +684,7 @@ $text = array(
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => '',
|
||||
'individuals' => 'Личности',
|
||||
'individuals_in_groups' => '',
|
||||
|
@ -985,6 +986,7 @@ $text = array(
|
|||
'preview' => 'Преглед',
|
||||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
|
@ -1902,6 +1904,7 @@ $text = array(
|
|||
'update_approvers' => 'Обнови списъка с утвърждаващи',
|
||||
'update_document' => 'Обнови документ',
|
||||
'update_fulltext_index' => 'Обнови пълнотекстовия индекс',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Обнови информацията',
|
||||
'update_locked_msg' => 'Този документ е блокиран',
|
||||
'update_recipients' => '',
|
||||
|
|
|
@ -689,6 +689,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => '',
|
||||
'individuals' => 'Individuals',
|
||||
'individuals_in_groups' => '',
|
||||
|
@ -990,6 +991,7 @@ URL: [url]',
|
|||
'preview' => 'Previsualitzar',
|
||||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
|
@ -1907,6 +1909,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Actualitzar llista d\'aprovadors',
|
||||
'update_document' => 'Actualitzar',
|
||||
'update_fulltext_index' => 'Update fulltext index',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Actualitzar informació',
|
||||
'update_locked_msg' => 'Aquest document està bloquejat.',
|
||||
'update_recipients' => '',
|
||||
|
|
|
@ -786,6 +786,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => 'Nenaindexoval se obsah',
|
||||
'index_pending' => 'Probíhá indexování',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Čekání',
|
||||
'individuals' => 'Jednotlivci',
|
||||
'individuals_in_groups' => 'Členové skupiny',
|
||||
|
@ -1121,6 +1122,7 @@ Pokud budete mít problém s přihlášením i po změně hesla, kontaktujte Adm
|
|||
'preview' => 'Náhled',
|
||||
'preview_converters' => 'Náhled převodu dokumentu',
|
||||
'preview_images' => 'Náhled obrázků',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Náhled úpravy textu Markdown',
|
||||
'preview_pdf' => 'Náhled jako PDF',
|
||||
'preview_plain' => 'Náhled jako text',
|
||||
|
@ -2120,6 +2122,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Aktualizovat seznam schvalovatelů',
|
||||
'update_document' => 'Aktualizovat',
|
||||
'update_fulltext_index' => 'Aktualizovat fulltext index',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Aktualizovat informace',
|
||||
'update_locked_msg' => 'Tento dokument je zamčený.',
|
||||
'update_recipients' => 'Aktualizovat příjemce',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
// Translators: Admin (3150), dgrutsch (22)
|
||||
// Translators: Admin (3154), dgrutsch (22)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '2-Faktor Authentifizierung',
|
||||
|
@ -854,7 +854,7 @@ Old name: [old_name]<br />
|
|||
Benutzer: [username]<br />
|
||||
URL: [url]</p>',
|
||||
'folder_renamed_email_subject' => '[sitename]: [name] - Ordner umbenannt',
|
||||
'folder_title' => 'SeedDMS - Ordner: [foldername]',
|
||||
'folder_title' => 'Ordner: [foldername]',
|
||||
'foot_note' => '',
|
||||
'force_update' => 'Aktualisieren',
|
||||
'friday' => 'Freitag',
|
||||
|
@ -929,6 +929,7 @@ URL: [url]</p>',
|
|||
'index_folder_updated' => 'Ordner aktualisiert',
|
||||
'index_no_content' => 'Inhalt nicht indiziert',
|
||||
'index_pending' => 'Vorgemerkt',
|
||||
'index_processing' => 'Verarbeite ...',
|
||||
'index_waiting' => 'Warte',
|
||||
'individuals' => 'Einzelpersonen',
|
||||
'individuals_in_groups' => 'Mitglieder einer Gruppe',
|
||||
|
@ -1313,6 +1314,7 @@ Sollen Sie danach immer noch Probleme bei der Anmeldung haben, dann kontaktieren
|
|||
'preview' => 'Vorschau',
|
||||
'preview_converters' => 'Vorschau Dokumentenumwandlung',
|
||||
'preview_images' => 'Vorschaubilder',
|
||||
'preview_images_text' => 'Vorschaubilder und Textinhalt',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => 'Vorschau als PDF',
|
||||
'preview_plain' => 'Text',
|
||||
|
@ -2463,6 +2465,7 @@ URL: [url]</p>',
|
|||
'update_approvers' => 'Liste der Freigebenden aktualisieren',
|
||||
'update_document' => 'Aktualisieren',
|
||||
'update_fulltext_index' => 'Aktualisiere Volltext-Index',
|
||||
'update_fulltext_messages' => 'Nachrichten',
|
||||
'update_info' => 'Informationen zur Aktualisierung',
|
||||
'update_locked_msg' => 'Dieses Dokument wurde gesperrt<p>Die Sperrung wurde von <a href="mailto:[email]">[username]</a> eingerichtet.<br>',
|
||||
'update_recipients' => 'Liste der Empfänger aktualisieren',
|
||||
|
|
|
@ -684,6 +684,7 @@ $text = array(
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Αναμονή',
|
||||
'individuals' => 'Άτομα',
|
||||
'individuals_in_groups' => '',
|
||||
|
@ -996,6 +997,7 @@ URL: [url]',
|
|||
'preview' => 'προεπισκόπηση',
|
||||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
|
@ -1913,6 +1915,7 @@ URL: [url]',
|
|||
'update_approvers' => '',
|
||||
'update_document' => 'Ενημέρωση εγγράφου',
|
||||
'update_fulltext_index' => 'Ενημέρωση της Αρίθμησης Κειμένων',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => '',
|
||||
'update_locked_msg' => '',
|
||||
'update_recipients' => '',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
// Translators: Admin (2245), archonwang (3), dgrutsch (9), netixw (14)
|
||||
// Translators: Admin (2248), archonwang (3), dgrutsch (9), netixw (14)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '2-factor authentication',
|
||||
|
@ -930,6 +930,7 @@ URL: [url]</p>',
|
|||
'index_folder_updated' => 'Folder updated',
|
||||
'index_no_content' => 'Did not index content',
|
||||
'index_pending' => 'Pending',
|
||||
'index_processing' => 'Processing ...',
|
||||
'index_waiting' => 'Waiting',
|
||||
'individuals' => 'Individuals',
|
||||
'individuals_in_groups' => 'Members of a group',
|
||||
|
@ -1316,6 +1317,7 @@ If you still have problems to login, then please contact your administrator.',
|
|||
'preview' => 'Preview',
|
||||
'preview_converters' => 'Preview document conversion',
|
||||
'preview_images' => 'Preview images',
|
||||
'preview_images_text' => 'Preview images and text content',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => 'Preview as PDF',
|
||||
'preview_plain' => 'Text',
|
||||
|
@ -2466,6 +2468,7 @@ URL: [url]</p>',
|
|||
'update_approvers' => 'Update List of Approvers',
|
||||
'update_document' => 'Update document',
|
||||
'update_fulltext_index' => 'Update fulltext index',
|
||||
'update_fulltext_messages' => 'Messages',
|
||||
'update_info' => 'Update Information',
|
||||
'update_locked_msg' => 'This document is locked.',
|
||||
'update_recipients' => 'Update list of recipients',
|
||||
|
|
|
@ -774,6 +774,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Esperando',
|
||||
'individuals' => 'Individuales',
|
||||
'individuals_in_groups' => 'Miembros del grupo',
|
||||
|
@ -1113,6 +1114,7 @@ Si continua teniendo problemas de acceso, por favor contacte con el administrado
|
|||
'preview' => 'anterior',
|
||||
'preview_converters' => 'Vista previa del documento convertido',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
|
@ -2075,6 +2077,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Actualizar lista de aprobadores',
|
||||
'update_document' => 'Actualizar documento',
|
||||
'update_fulltext_index' => 'Actualizar índice de texto completo',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Actualizar información',
|
||||
'update_locked_msg' => 'Este documento está bloqueado.',
|
||||
'update_recipients' => 'Actualizaar lista de receptores',
|
||||
|
|
|
@ -916,6 +916,7 @@ URL : [url]</p>',
|
|||
'index_folder_updated' => 'Dossier mis à jour',
|
||||
'index_no_content' => 'Contenu non indexé',
|
||||
'index_pending' => 'En attente',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Chargement…',
|
||||
'individuals' => 'Individuels',
|
||||
'individuals_in_groups' => 'Membres d’un groupe',
|
||||
|
@ -1301,6 +1302,7 @@ En cas de problème persistant, veuillez contacter votre administrateur.',
|
|||
'preview' => 'Aperçu',
|
||||
'preview_converters' => 'Conversion des documents pour prévisualisation',
|
||||
'preview_images' => 'Miniatures',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Prévisualisation',
|
||||
'preview_pdf' => 'Prévisualisation en PDF',
|
||||
'preview_plain' => 'Texte',
|
||||
|
@ -2449,6 +2451,7 @@ URL : [url]</p>',
|
|||
'update_approvers' => 'Mettre à jour la liste des approbateurs',
|
||||
'update_document' => 'Mettre à jour',
|
||||
'update_fulltext_index' => 'Mettre à jour l\'index de recherche plein texte',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Informations de mise à jour',
|
||||
'update_locked_msg' => 'Ce document est verrouillé.',
|
||||
'update_recipients' => 'Mettre à jour la liste des destinataires',
|
||||
|
|
|
@ -767,6 +767,7 @@ Internet poveznica: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => '',
|
||||
'individuals' => 'Pojedinci',
|
||||
'individuals_in_groups' => '',
|
||||
|
@ -1105,6 +1106,7 @@ Ako i dalje imate problema s prijavom, molimo kontaktirajte Vašeg administrator
|
|||
'preview' => 'Predpregled',
|
||||
'preview_converters' => 'Pretpregled konverzije dokumenta',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Smanjenje',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Obični tekst',
|
||||
|
@ -2084,6 +2086,7 @@ Internet poveznica: [url]',
|
|||
'update_approvers' => 'Ažuriraj popis validatora',
|
||||
'update_document' => 'Ažuriraj dokument',
|
||||
'update_fulltext_index' => 'Ažuriraj indeksiranje cijelog teksta',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Info ažuriranje',
|
||||
'update_locked_msg' => 'Ovaj dokument je zaključan.',
|
||||
'update_recipients' => 'Izmjena liste primatelja',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
// Translators: Admin (648), Kalpy (113), ribaz (1036)
|
||||
// Translators: Admin (649), Kalpy (113), ribaz (1036)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => 'Kétfaktoros azonosítás',
|
||||
|
@ -737,7 +737,7 @@ URL: [url]',
|
|||
'hu_HU' => 'Magyar',
|
||||
'id' => 'ID',
|
||||
'identical_version' => 'Az új verzió megegyezik az eredetivel.',
|
||||
'id_ID' => '',
|
||||
'id_ID' => 'Indonéz',
|
||||
'import' => 'Import',
|
||||
'importfs' => '',
|
||||
'import_extension' => 'Kiterjesztés import',
|
||||
|
@ -762,6 +762,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => '',
|
||||
'individuals' => 'Egyedek',
|
||||
'individuals_in_groups' => '',
|
||||
|
@ -1101,6 +1102,7 @@ Amennyiben problémákba ütközik a bejelentkezés során, kérjük vegye fel a
|
|||
'preview' => 'Előnézet',
|
||||
'preview_converters' => 'A dokumentum átalakításának előnézete',
|
||||
'preview_images' => 'előnézeti képek',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
|
@ -2062,6 +2064,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Jóváhagyók listájának frissítése',
|
||||
'update_document' => 'Dokumentum frissítése',
|
||||
'update_fulltext_index' => 'Teljes szöveg index frissítése',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Információ frissítése',
|
||||
'update_locked_msg' => 'Ez a dokumentum zárolt.',
|
||||
'update_recipients' => '',
|
||||
|
|
|
@ -818,6 +818,7 @@ URL: [url]</p>',
|
|||
'index_folder_updated' => 'Folder diperbarui',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => 'Ditunda',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Mengunggu',
|
||||
'individuals' => 'Perorangan',
|
||||
'individuals_in_groups' => '',
|
||||
|
@ -1186,6 +1187,7 @@ Jika Anda masih mengalami masalah untuk login, silakan hubungi administrator And
|
|||
'preview' => 'Pratinjau',
|
||||
'preview_converters' => 'Pratinjau konversi dokumen',
|
||||
'preview_images' => 'Pratinjau gambar',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => 'Lihat sebagai PDF',
|
||||
'preview_plain' => 'Text',
|
||||
|
@ -2127,6 +2129,7 @@ Jika Anda tidak menerima kata sandi, silakan gunakan fitur lupa kata sandi di ha
|
|||
'update_approvers' => 'Perbarui Daftar Penyetuju',
|
||||
'update_document' => 'Perbarui dokumen',
|
||||
'update_fulltext_index' => 'Perbarui indek fulltext',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Perbarui Informasi',
|
||||
'update_locked_msg' => 'Dokumen ini terkunci.',
|
||||
'update_recipients' => 'Perbarui daftar penerima',
|
||||
|
|
|
@ -772,6 +772,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => 'Non indicizzare contenuti',
|
||||
'index_pending' => 'Indicizzazione pendente',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Attendi',
|
||||
'individuals' => 'Singoli',
|
||||
'individuals_in_groups' => 'I membri de la gruppo',
|
||||
|
@ -1111,6 +1112,7 @@ Dovessero esserci ancora problemi al login, prego contatta l\'amministratore di
|
|||
'preview' => 'Anteprima',
|
||||
'preview_converters' => 'Anteprima convesione documento',
|
||||
'preview_images' => 'Immagini di anteprima',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Riduzione ribasso',
|
||||
'preview_pdf' => 'Anteprima come PDF',
|
||||
'preview_plain' => 'Testo',
|
||||
|
@ -2111,6 +2113,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Aggiornamento lista approvatori',
|
||||
'update_document' => 'Aggiorna documento',
|
||||
'update_fulltext_index' => 'Aggiorna indice fulltext',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Aggiorna informazioni',
|
||||
'update_locked_msg' => 'Questo documento è bloccato.',
|
||||
'update_recipients' => 'Aggiorna lista cartelle',
|
||||
|
|
|
@ -768,6 +768,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => '기다리는 중',
|
||||
'individuals' => '개인',
|
||||
'individuals_in_groups' => '개별 그룹',
|
||||
|
@ -1099,6 +1100,7 @@ URL : [url]',
|
|||
'preview' => '미리보기',
|
||||
'preview_converters' => '문서 변환 미리보기',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => '마크다운',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '텍스트',
|
||||
|
@ -2078,6 +2080,7 @@ URL : [url]',
|
|||
'update_approvers' => '승인자의 업데이트 목록',
|
||||
'update_document' => '문서 갱신하기',
|
||||
'update_fulltext_index' => '업데이트 전체 텍스트 색인',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => '업데이트 정보',
|
||||
'update_locked_msg' => '이 문서는 잠겨 있습니다.',
|
||||
'update_recipients' => '받는 사람 업데이트 목록',
|
||||
|
|
|
@ -765,6 +765,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => 'ລໍຖ້າດຳເນີນການ',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'ຖ້າ',
|
||||
'individuals' => 'ບຸກຄົນ',
|
||||
'individuals_in_groups' => 'ສະມາຊິກຂອງກຸ່ມ',
|
||||
|
@ -1104,6 +1105,7 @@ URL: [url]',
|
|||
'preview' => 'ເບີ່ງຕົວຢ່າງ',
|
||||
'preview_converters' => 'ເບີ່ງຕົວຢ່າງການແປງເອກະສານ',
|
||||
'preview_images' => 'ເບີ່ງຮູບຕົງຢ່າງ',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'ເຮັດເຄື່ອງຫມາຍລົງ',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'ຂໍ້ຄວາມ',
|
||||
|
@ -2104,6 +2106,7 @@ URL: [url]',
|
|||
'update_approvers' => 'ອັບເດດລາຍຊື່ຜູ້ອະນຸມັດ',
|
||||
'update_document' => 'ອັບເດດເອກະສານ',
|
||||
'update_fulltext_index' => 'ອັບເດດດັດຊະນີຂໍ້ຄວາມແບບເຕັມຮູບແບບ',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'ອັບເດດຂໍ້ມູນ',
|
||||
'update_locked_msg' => 'ເອກະສານນີ້ຖືກລັອກ',
|
||||
'update_recipients' => 'ອັບເດລາຍຊື່ຜູ້ຮັບ',
|
||||
|
|
|
@ -786,6 +786,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => 'Indekserte ikke innhold',
|
||||
'index_pending' => 'Avventer',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Venter',
|
||||
'individuals' => 'Personer',
|
||||
'individuals_in_groups' => 'Medlemmer i en gruppe',
|
||||
|
@ -1119,6 +1120,7 @@ Om du fortsatt har problemer med innloggingen, kontakt admin.',
|
|||
'preview' => 'Forhåndsvisning',
|
||||
'preview_converters' => 'Forhåndsvis dokumentkonvertering',
|
||||
'preview_images' => 'Forhåndsvis bilder',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Forminsking',
|
||||
'preview_pdf' => 'Forhåndsvis som PDF',
|
||||
'preview_plain' => 'Tekst',
|
||||
|
@ -2117,6 +2119,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Oppdater liste over godkjennere',
|
||||
'update_document' => 'Oppdater dokumentet',
|
||||
'update_fulltext_index' => 'Oppdater fulltekstindeksen',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Oppdater informasjon',
|
||||
'update_locked_msg' => 'Dette dokumentet er låst.',
|
||||
'update_recipients' => 'Oppdater liste over mottakere',
|
||||
|
|
|
@ -779,6 +779,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => 'Index heeft geen inhoud',
|
||||
'index_pending' => 'Indexering moet nog gebeuren',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Indexering wacht',
|
||||
'individuals' => 'Individuen',
|
||||
'individuals_in_groups' => 'Individuen in groepen',
|
||||
|
@ -1118,6 +1119,7 @@ Mocht u de komende minuten geen email ontvangen, probeer het dan nogmaals en con
|
|||
'preview' => 'Voorbeeld',
|
||||
'preview_converters' => 'Converters',
|
||||
'preview_images' => 'Voorbeelden',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Voorbeeld in Markdown',
|
||||
'preview_pdf' => 'Inhoud van het document',
|
||||
'preview_plain' => 'Voorbeeld in platte tekst',
|
||||
|
@ -2116,6 +2118,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Bijwerken lijst van [Goedkeurders]',
|
||||
'update_document' => 'Bijwerken',
|
||||
'update_fulltext_index' => 'Index voor fulltext search bijwerken',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Update-informatie',
|
||||
'update_locked_msg' => 'Dit document is geblokkeerd.',
|
||||
'update_recipients' => 'Update de lijst vanontvangers',
|
||||
|
|
|
@ -755,6 +755,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => 'Nie indeksuje zawartości',
|
||||
'index_pending' => 'Oczekujące',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Oczekiwanie',
|
||||
'individuals' => 'Indywidualni',
|
||||
'individuals_in_groups' => 'Członkowie grupy',
|
||||
|
@ -1094,6 +1095,7 @@ Jeśli nadal będą problemy z zalogowaniem, prosimy o kontakt z administratorem
|
|||
'preview' => 'Podgląd',
|
||||
'preview_converters' => 'Podgląd konwersji dokumentu',
|
||||
'preview_images' => 'Podgląd obrazu',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Oznacz w dół',
|
||||
'preview_pdf' => 'Podgląd PDF',
|
||||
'preview_plain' => 'Zwykły podgląd',
|
||||
|
@ -2047,6 +2049,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Aktualizuj listę osób zatwierdzających',
|
||||
'update_document' => 'Aktualizuj dokument',
|
||||
'update_fulltext_index' => 'Aktualizuj indeks pełnotekstowy',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Aktualizuj informacje',
|
||||
'update_locked_msg' => 'Ten dokument jest zablokowany.',
|
||||
'update_recipients' => 'Zaktualizuj listę odbiorców',
|
||||
|
|
|
@ -786,6 +786,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => 'Não indexou o conteúdo',
|
||||
'index_pending' => 'Pendente',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Aguarde...',
|
||||
'individuals' => 'Indivíduos',
|
||||
'individuals_in_groups' => 'Members of a group',
|
||||
|
@ -1124,6 +1125,7 @@ Se você ainda tiver problemas para fazer o login, por favor, contate o administ
|
|||
'preview' => 'visualizar',
|
||||
'preview_converters' => 'Visualizar a conversão do documento',
|
||||
'preview_images' => 'Imagens de pré-visualização',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => 'Visualizar como PDF',
|
||||
'preview_plain' => 'Texto',
|
||||
|
@ -2123,6 +2125,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Atualizar lista de aprovadores',
|
||||
'update_document' => 'Atualizar',
|
||||
'update_fulltext_index' => 'Índice de atualização de texto completo',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Atualizar informação',
|
||||
'update_locked_msg' => 'Este documento está travado.',
|
||||
'update_recipients' => 'Atualizar lista de destinatários',
|
||||
|
|
|
@ -767,6 +767,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Așteptare',
|
||||
'individuals' => 'Individuals',
|
||||
'individuals_in_groups' => '',
|
||||
|
@ -1106,6 +1107,7 @@ Dacă aveți în continuare probleme la autentificare, vă rugăm să contactaț
|
|||
'preview' => 'Previzualizare',
|
||||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
|
@ -2085,6 +2087,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Actualizare Listă de aprobatori',
|
||||
'update_document' => 'Actualizare document',
|
||||
'update_fulltext_index' => 'Actualizare index pe tot textul (fulltext index)',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Informații actualizare',
|
||||
'update_locked_msg' => 'Acest document este blocat.',
|
||||
'update_recipients' => '',
|
||||
|
|
|
@ -767,6 +767,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Ожидание',
|
||||
'individuals' => 'Пользователи',
|
||||
'individuals_in_groups' => 'Пользователи группы',
|
||||
|
@ -1103,6 +1104,7 @@ URL: [url]',
|
|||
'preview' => 'Предварительный просмотр',
|
||||
'preview_converters' => 'Предварительный просмотр конвертации документа',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Текст',
|
||||
|
@ -2092,6 +2094,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Обновить список утверждающих',
|
||||
'update_document' => 'Обновить документ',
|
||||
'update_fulltext_index' => 'Обновить полнотекстовый индекс',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Обновить информацию',
|
||||
'update_locked_msg' => 'Этот документ заблокирован',
|
||||
'update_recipients' => 'Обновить список получателей',
|
||||
|
|
|
@ -786,6 +786,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => 'Did not index content',
|
||||
'index_pending' => 'Pending',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Čakajte',
|
||||
'individuals' => 'Jednotlivci',
|
||||
'individuals_in_groups' => 'Členovia skupiny',
|
||||
|
@ -1125,6 +1126,7 @@ If you have still problems to login, then please contact your administrator.',
|
|||
'preview' => 'Náhľad',
|
||||
'preview_converters' => 'Ukážka konverzie dokumentu',
|
||||
'preview_images' => 'Náhľad obrázkov',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => 'Preview as PDF',
|
||||
'preview_plain' => 'Text',
|
||||
|
@ -2125,6 +2127,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Aktualizovať zoznam schvaľovateľov',
|
||||
'update_document' => 'Aktualizovať',
|
||||
'update_fulltext_index' => 'Aktualizovať fulltext index',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Aktualizovať informácie',
|
||||
'update_locked_msg' => 'Tento dokument je zamknutý.',
|
||||
'update_recipients' => 'Aktualizovať zoznam recipientov',
|
||||
|
|
|
@ -773,6 +773,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => 'Förestående',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Väntar',
|
||||
'individuals' => 'Personer',
|
||||
'individuals_in_groups' => 'Medlemmar i en grupp',
|
||||
|
@ -1109,6 +1110,7 @@ Om du fortfarande har problem med inloggningen, kontakta administratören.',
|
|||
'preview' => 'Förhandsgranskning',
|
||||
'preview_converters' => 'Konvertering för förhandsgranskning',
|
||||
'preview_images' => 'Förhandsgranska bilder',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Förminskning',
|
||||
'preview_pdf' => 'Förhandsgranska som PDF',
|
||||
'preview_plain' => 'Text',
|
||||
|
@ -2098,6 +2100,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Uppdatera lista med personer som godkänner',
|
||||
'update_document' => 'Uppdatera dokument',
|
||||
'update_fulltext_index' => 'Uppdatera fulltext-index',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Uppdatera information',
|
||||
'update_locked_msg' => 'Dokumentet är låst',
|
||||
'update_recipients' => 'Uppdatera lista med mottagare',
|
||||
|
|
|
@ -761,6 +761,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => 'Bekliyor',
|
||||
'individuals' => 'Bireysel',
|
||||
'individuals_in_groups' => 'Ekip Üyeleri',
|
||||
|
@ -1102,6 +1103,7 @@ Giriş yaparken halen sorun yaşıyorsanız lütfen sistem yöneticinizle görü
|
|||
'preview' => 'Önizle',
|
||||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
|
@ -2064,6 +2066,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Onaylayanlar listesini güncelle',
|
||||
'update_document' => 'Doküman güncelle',
|
||||
'update_fulltext_index' => 'Tam metin indeksini güncelle',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Bilgileri Güncelle',
|
||||
'update_locked_msg' => 'Bu doküman kilitli.',
|
||||
'update_recipients' => '',
|
||||
|
|
|
@ -767,6 +767,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '',
|
||||
'index_pending' => '',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => '',
|
||||
'individuals' => 'Користувачі',
|
||||
'individuals_in_groups' => 'Користувачі групи',
|
||||
|
@ -1103,6 +1104,7 @@ URL: [url]',
|
|||
'preview' => 'Попередній перегляд',
|
||||
'preview_converters' => 'Попередній перегляд перетворення документу',
|
||||
'preview_images' => '',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Текст',
|
||||
|
@ -2085,6 +2087,7 @@ URL: [url]',
|
|||
'update_approvers' => 'Оновити список затверджувачів',
|
||||
'update_document' => 'Оновити документ',
|
||||
'update_fulltext_index' => 'Оновити повнотекстовий пошук',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => 'Оновити інформацію',
|
||||
'update_locked_msg' => 'Цей документ заблоковано',
|
||||
'update_recipients' => 'Оновити список отримувачів',
|
||||
|
|
|
@ -769,6 +769,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '没有索引内容',
|
||||
'index_pending' => '待处理',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => '等待',
|
||||
'individuals' => '个人',
|
||||
'individuals_in_groups' => '组成员',
|
||||
|
@ -1108,6 +1109,7 @@ URL: [url]',
|
|||
'preview' => '预览',
|
||||
'preview_converters' => '预览文档',
|
||||
'preview_images' => '预览图片',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => '作为PDF预览',
|
||||
'preview_plain' => 'TEXT',
|
||||
|
@ -2063,6 +2065,7 @@ URL: [url]',
|
|||
'update_approvers' => '更新审核人名单',
|
||||
'update_document' => '更新',
|
||||
'update_fulltext_index' => '更新全文索引',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => '更新信息',
|
||||
'update_locked_msg' => '该文档被锁定',
|
||||
'update_recipients' => '更新收件人列表',
|
||||
|
|
|
@ -786,6 +786,7 @@ URL: [url]',
|
|||
'index_folder_updated' => '',
|
||||
'index_no_content' => '沒有索引內容',
|
||||
'index_pending' => '待定',
|
||||
'index_processing' => '',
|
||||
'index_waiting' => '請稍後',
|
||||
'individuals' => '個人',
|
||||
'individuals_in_groups' => '小組成員',
|
||||
|
@ -1123,6 +1124,7 @@ URL: [url]',
|
|||
'preview' => '預覽',
|
||||
'preview_converters' => '預覽文件轉換',
|
||||
'preview_images' => '預覽圖像',
|
||||
'preview_images_text' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => '預覽為PDF',
|
||||
'preview_plain' => '文本',
|
||||
|
@ -2123,6 +2125,7 @@ URL: [url]',
|
|||
'update_approvers' => '更新審核人名單',
|
||||
'update_document' => '更新',
|
||||
'update_fulltext_index' => '更新全文索引',
|
||||
'update_fulltext_messages' => '',
|
||||
'update_info' => '更新資訊',
|
||||
'update_locked_msg' => '該文件被鎖定',
|
||||
'update_recipients' => '',
|
||||
|
|
|
@ -48,7 +48,8 @@ class SeedDMS_View_ClearCache extends SeedDMS_Theme_Style {
|
|||
<?php
|
||||
$this->contentContainerStart('warning');
|
||||
?>
|
||||
<input type="checkbox" name="preview" value="1" checked> <?php printMLText('preview_images'); ?>
|
||||
<p>
|
||||
<input type="checkbox" name="preview" value="1" checked> <?php printMLText('preview_images_text'); ?>
|
||||
</p>
|
||||
<p>
|
||||
<input type="checkbox" name="js" value="1" checked> <?php printMLText('temp_jscode'); ?>
|
||||
|
|
|
@ -165,7 +165,7 @@ function check_queue() {
|
|||
else
|
||||
$('#status_'+data.data).html('<?= getMLText('index_done').' ('.getMLText('index_no_content').')' ?>');
|
||||
} else {
|
||||
$('#update_messages').append('<div><p><strong>Docid: ' + data.data + ' (' + data.mimetype + ')</strong></p>' + '<p>Cmd: ' + data.cmd + '</p>' + data.message+'</div>');
|
||||
$('#update_messages').append('<div><strong>Docid: ' + data.data + ' (' + data.mimetype + ')</strong><br />' + 'Cmd: ' + data.cmd + '<br />' + data.message+'</div>');
|
||||
$('#status_'+data.data).html('<?= getMLText('index_error') ?>');
|
||||
noty({
|
||||
text: '<p><strong>Docid: ' + data.data + ' (' + data.mimetype + ')</strong></p>' + '<p>Cmd: ' + data.cmd + '</p>' + data.message,
|
||||
|
|
Loading…
Reference in New Issue
Block a user