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
c657dabcda
|
@ -1543,6 +1543,23 @@ returns just users which are not disabled
|
|||
<notes>
|
||||
</notes>
|
||||
</release>
|
||||
<release>
|
||||
<date>2017-11-24</date>
|
||||
<time>09:19:24</time>
|
||||
<version>
|
||||
<release>5.1.5</release>
|
||||
<api>5.1.5</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>stable</release>
|
||||
<api>stable</api>
|
||||
</stability>
|
||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||
<notes>
|
||||
- use views instead of temp. tables
|
||||
- add list of expired documents in SeedDMS_Core_DMS::getDocumentList()
|
||||
</notes>
|
||||
</release>
|
||||
<release>
|
||||
<date>2017-02-28</date>
|
||||
<time>06:34:50</time>
|
||||
|
|
|
@ -113,7 +113,7 @@ class SeedDMS_Preview_Base {
|
|||
* @return boolean true if converter exists, otherwise false
|
||||
*/
|
||||
function hasConverter($mimetype) { /* {{{ */
|
||||
return array_key_exists($mimetype, $this->converters);
|
||||
return array_key_exists($mimetype, $this->converters) && $this->converters[$mimetype];
|
||||
} /* }}} */
|
||||
|
||||
}
|
||||
|
|
|
@ -35,9 +35,10 @@ class SeedDMS_Preview_PdfPreviewer extends SeedDMS_Preview_Base {
|
|||
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => "unoconv -d document -f pdf --stdout -v '%f' > '%o'",
|
||||
'text/plain' => "unoconv -d document -f pdf --stdout -v '%f' > '%o'",
|
||||
'application/postscript' => "ps2pdf '%f' - > '%o'",
|
||||
// 'image/jpeg' => "convert '%f' pdf:- > '%o'",
|
||||
// 'image/png' => "convert '%f' pdf:- > '%o'",
|
||||
// 'image/gif' => "convert '%f' pdf:- > '%o'",
|
||||
'image/jpeg' => "convert '%f' pdf:- > '%o'",
|
||||
'image/png' => "convert '%f' pdf:- > '%o'",
|
||||
'image/gif' => "convert '%f' pdf:- > '%o'",
|
||||
'video/mp4' => "convert '%f[1-20]' pdf:- > '%o'",
|
||||
);
|
||||
} /* }}} */
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<date>2017-10-11</date>
|
||||
<time>07:14:32</time>
|
||||
<version>
|
||||
<release>1.2.4</release>
|
||||
<release>1.2.5</release>
|
||||
<api>1.2.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
|
@ -23,7 +23,7 @@
|
|||
</stability>
|
||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||
<notes>
|
||||
fix typo in converter for tar.gz files
|
||||
SeedDMS_Preview_Base::hasConvertert() returns only try if command is set
|
||||
</notes>
|
||||
<contents>
|
||||
<dir baseinstalldir="SeedDMS" name="/">
|
||||
|
@ -303,5 +303,21 @@ pass mimetype as parameter '%m' to converter
|
|||
createPreview() returns false if running the converter command fails
|
||||
</notes>
|
||||
</release>
|
||||
<release>
|
||||
<date>2017-10-11</date>
|
||||
<time>07:14:32</time>
|
||||
<version>
|
||||
<release>1.2.4</release>
|
||||
<api>1.2.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>stable</release>
|
||||
<api>stable</api>
|
||||
</stability>
|
||||
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
|
||||
<notes>
|
||||
fix typo in converter for tar.gz files
|
||||
</notes>
|
||||
</release>
|
||||
</changelog>
|
||||
</package>
|
||||
|
|
|
@ -537,6 +537,7 @@ URL: [url]',
|
|||
'fullsearch' => 'البحث النصي الكامل',
|
||||
'fullsearch_hint' => 'استخدم فهرس النص الكامل',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'فهرس تحويل المستند',
|
||||
'fulltext_info' => 'معلومات فهرس النص الكامل',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'سمات',
|
||||
|
@ -575,7 +576,6 @@ URL: [url]',
|
|||
'include_documents' => 'اشمل مستندات',
|
||||
'include_subdirectories' => 'اشمل مجلدات فرعية',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => 'فهرس تحويل المستند',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'ﻒﻫﺮﺳﺓ ﺎﻠﻤﺠﻟﺩ',
|
||||
|
@ -831,6 +831,7 @@ URL: [url]',
|
|||
'password_strength' => 'قوة كلمة السر',
|
||||
'password_strength_insuffient' => 'قوة كلمة السر غير كافية',
|
||||
'password_wrong' => 'كلمة سر خاطئة',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -844,6 +845,7 @@ URL: [url]',
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'حالة سابقة',
|
||||
'previous_versions' => 'اصدارات سابقة',
|
||||
|
|
|
@ -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 (836)
|
||||
// Translators: Admin (838)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '',
|
||||
|
@ -297,7 +297,7 @@ $text = array(
|
|||
'documentcontent' => '',
|
||||
'documents' => 'Документи',
|
||||
'documents_checked_out_by_you' => '',
|
||||
'documents_expired' => '',
|
||||
'documents_expired' => 'просрочени документи',
|
||||
'documents_in_process' => 'Документи в процес на работа',
|
||||
'documents_locked' => '',
|
||||
'documents_locked_by_you' => 'Документи, блокирани от Вас',
|
||||
|
@ -416,7 +416,7 @@ $text = array(
|
|||
'exclude_items' => '',
|
||||
'expired' => 'Изтекъл',
|
||||
'expired_at_date' => '',
|
||||
'expired_documents' => '',
|
||||
'expired_documents' => 'просрочени документи',
|
||||
'expires' => 'Изтича',
|
||||
'expire_by_date' => '',
|
||||
'expire_in_1d' => '',
|
||||
|
@ -468,6 +468,7 @@ $text = array(
|
|||
'fullsearch' => 'Пълнотекстово търсене',
|
||||
'fullsearch_hint' => 'Използвай пълнотекстов индекс',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Index document conversion',
|
||||
'fulltext_info' => 'Информация за пълнотекстов индексе',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'атрибути',
|
||||
|
@ -506,7 +507,6 @@ $text = array(
|
|||
'include_documents' => 'Включи документи',
|
||||
'include_subdirectories' => 'Включи под-папки',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => 'Index document conversion',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Индекс на директорията',
|
||||
|
@ -732,6 +732,7 @@ $text = array(
|
|||
'password_strength' => 'Устойчивост на паролата',
|
||||
'password_strength_insuffient' => 'Недостатъчна устойчивост на паролата',
|
||||
'password_wrong' => 'Грешна парола',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -745,6 +746,7 @@ $text = array(
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Предишно състояние',
|
||||
'previous_versions' => 'Предишни версии',
|
||||
|
|
|
@ -473,6 +473,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Cerca full-text',
|
||||
'fullsearch_hint' => '',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => '',
|
||||
'fulltext_info' => 'Informació de full-text',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Atributs',
|
||||
|
@ -511,7 +512,6 @@ URL: [url]',
|
|||
'include_documents' => 'Incloure documents',
|
||||
'include_subdirectories' => 'Incloure subdirectoris',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => '',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Carpeta d\'índex',
|
||||
|
@ -737,6 +737,7 @@ URL: [url]',
|
|||
'password_strength' => '',
|
||||
'password_strength_insuffient' => '',
|
||||
'password_wrong' => '',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -750,6 +751,7 @@ URL: [url]',
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => '',
|
||||
'previous_versions' => 'Versions anteriors',
|
||||
|
|
|
@ -544,6 +544,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Fulltextové vyhledávání',
|
||||
'fullsearch_hint' => 'Použijte fultext index',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Index konverze dokumentu',
|
||||
'fulltext_info' => 'Fulltext index info',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Atributy',
|
||||
|
@ -582,7 +583,6 @@ URL: [url]',
|
|||
'include_documents' => 'Včetně dokumentů',
|
||||
'include_subdirectories' => 'Včetně podadresářů',
|
||||
'indexing_tasks_in_queue' => 'Indexování úkolů ve frontě',
|
||||
'index_converters' => 'Index konverze dokumentu',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Složka indexu',
|
||||
|
@ -842,6 +842,7 @@ Pokud budete mít problém s přihlášením i po změně hesla, kontaktujte Adm
|
|||
'password_strength' => 'Síla hesla',
|
||||
'password_strength_insuffient' => 'Nedostatečná síla hesla',
|
||||
'password_wrong' => 'Špatné heslo',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -855,6 +856,7 @@ Pokud budete mít problém s přihlášením i po změně hesla, kontaktujte Adm
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Předchozí stav',
|
||||
'previous_versions' => 'Předešlé verze',
|
||||
|
|
|
@ -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 (2487), dgrutsch (22)
|
||||
// Translators: Admin (2489), dgrutsch (22)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '2-Faktor Authentifizierung',
|
||||
|
@ -555,6 +555,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Volltext',
|
||||
'fullsearch_hint' => 'Volltextindex benutzen',
|
||||
'fulltextsearch_disabled' => 'Volltext-Index ist ausgeschaltet',
|
||||
'fulltext_converters' => 'Index Dokumentenumwandlung',
|
||||
'fulltext_info' => 'Volltext-Index Info',
|
||||
'global_attributedefinitiongroups' => 'Attributgruppen',
|
||||
'global_attributedefinitions' => 'Attribute',
|
||||
|
@ -593,7 +594,6 @@ URL: [url]',
|
|||
'include_documents' => 'Dokumente miteinbeziehen',
|
||||
'include_subdirectories' => 'Unterverzeichnisse miteinbeziehen',
|
||||
'indexing_tasks_in_queue' => 'Indiziervorgänge in der Warteschleife',
|
||||
'index_converters' => 'Index Dokumentenumwandlung',
|
||||
'index_done' => 'Fertig',
|
||||
'index_error' => 'Fehler',
|
||||
'index_folder' => 'Indiziere Ordner',
|
||||
|
@ -856,6 +856,7 @@ Sollen Sie danach immer noch Problem bei der Anmeldung haben, dann kontaktieren
|
|||
'password_strength' => 'Passwortstärke',
|
||||
'password_strength_insuffient' => 'Ungenügend starkes Passwort',
|
||||
'password_wrong' => 'Falsches Passwort',
|
||||
'pdf_converters' => 'PDF Konvertierer',
|
||||
'pending_approvals' => 'Ausstehende Freigaben',
|
||||
'pending_receipt' => 'Ausstehende Empfangsbestätigungen',
|
||||
'pending_reviews' => 'Ausstehende Prüfungen',
|
||||
|
@ -869,6 +870,7 @@ Sollen Sie danach immer noch Problem bei der Anmeldung haben, dann kontaktieren
|
|||
'preview_converters' => 'Vorschau Dokumentenumwandlung',
|
||||
'preview_images' => 'Vorschaubilder',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => 'Vorschau als PDF',
|
||||
'preview_plain' => 'Text',
|
||||
'previous_state' => 'Voriger Status',
|
||||
'previous_versions' => 'Vorhergehende Versionen',
|
||||
|
|
|
@ -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 (226)
|
||||
// Translators: Admin (229)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '',
|
||||
|
@ -251,7 +251,7 @@ $text = array(
|
|||
'confirm_rm_dump' => '',
|
||||
'confirm_rm_event' => '',
|
||||
'confirm_rm_file' => '',
|
||||
'confirm_rm_folder' => '',
|
||||
'confirm_rm_folder' => 'Θέλετε πραγματικα να διαγράψετε το Φάκελο [foldername] kκαι το περιεχόμενό του? ΠΡΟΣΟΧΗ!!! Αυτη η λειτουργία δεν μπορεί να ανακληθεί.',
|
||||
'confirm_rm_folder_files' => '',
|
||||
'confirm_rm_group' => '',
|
||||
'confirm_rm_log' => '',
|
||||
|
@ -468,6 +468,7 @@ $text = array(
|
|||
'fullsearch' => 'Πλήρης αναζήτηση (full text)',
|
||||
'fullsearch_hint' => '',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => '',
|
||||
'fulltext_info' => '',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Ιδιότητες',
|
||||
|
@ -506,7 +507,6 @@ $text = array(
|
|||
'include_documents' => '',
|
||||
'include_subdirectories' => '',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => '',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Ταξινόμηση φακέλου',
|
||||
|
@ -743,6 +743,7 @@ URL: [url]',
|
|||
'password_strength' => '',
|
||||
'password_strength_insuffient' => '',
|
||||
'password_wrong' => '',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -756,6 +757,7 @@ URL: [url]',
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => '',
|
||||
'previous_versions' => '',
|
||||
|
@ -1299,7 +1301,7 @@ URL: [url]',
|
|||
'splash_receipt_update_success' => '',
|
||||
'splash_removed_from_clipboard' => '',
|
||||
'splash_rm_attribute' => '',
|
||||
'splash_rm_document' => '',
|
||||
'splash_rm_document' => 'Το έγγραφο αφαιρέθηκε',
|
||||
'splash_rm_download_link' => '',
|
||||
'splash_rm_folder' => '',
|
||||
'splash_rm_group' => '',
|
||||
|
@ -1319,7 +1321,7 @@ URL: [url]',
|
|||
'splash_transfer_objects' => '',
|
||||
'state_and_next_state' => '',
|
||||
'statistic' => '',
|
||||
'status' => '',
|
||||
'status' => 'κατάσταση',
|
||||
'status_approval_rejected' => '',
|
||||
'status_approved' => '',
|
||||
'status_approver_removed' => '',
|
||||
|
|
|
@ -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 (1615), archonwang (3), dgrutsch (9), netixw (14)
|
||||
// Translators: Admin (1617), archonwang (3), dgrutsch (9), netixw (14)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '2-factor authentication',
|
||||
|
@ -556,6 +556,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Full text search',
|
||||
'fullsearch_hint' => 'Use fulltext index',
|
||||
'fulltextsearch_disabled' => 'Fulltext index is disabled',
|
||||
'fulltext_converters' => 'Index document conversion',
|
||||
'fulltext_info' => 'Fulltext index info',
|
||||
'global_attributedefinitiongroups' => 'Attribute groups',
|
||||
'global_attributedefinitions' => 'Attributes',
|
||||
|
@ -594,7 +595,6 @@ URL: [url]',
|
|||
'include_documents' => 'Include documents',
|
||||
'include_subdirectories' => 'Include subdirectories',
|
||||
'indexing_tasks_in_queue' => 'Indexing tasks in queue',
|
||||
'index_converters' => 'Index document conversion',
|
||||
'index_done' => 'Done',
|
||||
'index_error' => 'Error',
|
||||
'index_folder' => 'Index folder',
|
||||
|
@ -858,6 +858,7 @@ If you have still problems to login, then please contact your administrator.',
|
|||
'password_strength' => 'Password strength',
|
||||
'password_strength_insuffient' => 'Insufficient password strength',
|
||||
'password_wrong' => 'Wrong password',
|
||||
'pdf_converters' => 'PDF converters',
|
||||
'pending_approvals' => 'Pending approvals',
|
||||
'pending_receipt' => 'Pending receipts',
|
||||
'pending_reviews' => 'Pending reviews',
|
||||
|
@ -871,6 +872,7 @@ If you have still problems to login, then please contact your administrator.',
|
|||
'preview_converters' => 'Preview document conversion',
|
||||
'preview_images' => 'Preview images',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => 'Preview as PDF',
|
||||
'preview_plain' => 'Text',
|
||||
'previous_state' => 'Previous state',
|
||||
'previous_versions' => 'Previous versions',
|
||||
|
|
|
@ -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: acabello (20), Admin (1041), angel (123), francisco (2), jaimem (14)
|
||||
// Translators: acabello (20), Admin (1042), angel (123), francisco (2), jaimem (14)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '',
|
||||
|
@ -544,6 +544,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Búsqueda en texto completo',
|
||||
'fullsearch_hint' => 'Utilizar índice de texto completo',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Conversión de índice de documentos',
|
||||
'fulltext_info' => 'Información de índice de texto completo',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Definición de atributos',
|
||||
|
@ -582,7 +583,6 @@ URL: [url]',
|
|||
'include_documents' => 'Incluir documentos',
|
||||
'include_subdirectories' => 'Incluir subcarpetas',
|
||||
'indexing_tasks_in_queue' => 'Tareas de indexación en cola',
|
||||
'index_converters' => 'Conversión de índice de documentos',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Índice de carpetas',
|
||||
|
@ -846,6 +846,7 @@ Si continua teniendo problemas de acceso, por favor contacte con el administrado
|
|||
'password_strength' => 'Fortaleza de la contraseña',
|
||||
'password_strength_insuffient' => 'Insuficiente Seguridad de la contraseña',
|
||||
'password_wrong' => 'Contraseña incorrecta',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -859,6 +860,7 @@ Si continua teniendo problemas de acceso, por favor contacte con el administrado
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Estado anterior',
|
||||
'previous_versions' => 'Versiones anteriores',
|
||||
|
@ -1214,7 +1216,7 @@ URL: [url]',
|
|||
'settings_enableUpdateReceipt' => '',
|
||||
'settings_enableUpdateReceipt_desc' => '',
|
||||
'settings_enableUpdateRevApp' => 'Permitir edición de revisión/aprobación existente',
|
||||
'settings_enableUpdateRevApp_desc' => '',
|
||||
'settings_enableUpdateRevApp_desc' => 'Habilite si el usuario que ha hecho la revisión/aprobación puede cambiar de decisión siempre que el flujo de trabajo no haya culminado.',
|
||||
'settings_enableUserImage' => 'Habilitar imágenes de usuario',
|
||||
'settings_enableUserImage_desc' => 'Habilitar imágenes de usuario',
|
||||
'settings_enableUsersView' => 'Habilitar vista de usuarios',
|
||||
|
|
|
@ -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 (1065), jeromerobert (50), lonnnew (9), Oudiceval (465)
|
||||
// Translators: Admin (1065), jeromerobert (50), lonnnew (9), Oudiceval (474)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => 'Authentification forte',
|
||||
|
@ -324,7 +324,7 @@ URL: [url]',
|
|||
'documentcontent' => 'Version de document',
|
||||
'documents' => 'Documents',
|
||||
'documents_checked_out_by_you' => 'Documents bloqués par vous',
|
||||
'documents_expired' => 'Documents périmés',
|
||||
'documents_expired' => 'Documents expirés',
|
||||
'documents_in_process' => 'Documents en cours',
|
||||
'documents_locked' => 'Documents verrouillés',
|
||||
'documents_locked_by_you' => 'Documents verrouillés',
|
||||
|
@ -447,7 +447,7 @@ Le lien est valide jusqu’au [valid].
|
|||
'edit_folder_notify' => 'Liste de notification de dossiers',
|
||||
'edit_folder_props' => 'Modifier le dossier',
|
||||
'edit_group' => 'Modifier un groupe',
|
||||
'edit_online' => '',
|
||||
'edit_online' => 'Modification en ligne',
|
||||
'edit_transmittal_props' => '',
|
||||
'edit_user' => 'Modifier un utilisateur',
|
||||
'edit_user_details' => 'Modifier les détails d\'utilisateur',
|
||||
|
@ -480,7 +480,7 @@ Le lien est valide jusqu’au [valid].
|
|||
'exclude_items' => 'Exclure des élements',
|
||||
'expired' => 'Expiré',
|
||||
'expired_at_date' => 'Expiré le [datetime]',
|
||||
'expired_documents' => '',
|
||||
'expired_documents' => 'Documents expirés',
|
||||
'expires' => 'Expiration',
|
||||
'expire_by_date' => 'Expire à une date',
|
||||
'expire_in_1d' => 'Expire dans 1 jour',
|
||||
|
@ -556,6 +556,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Recherche dans le contenu',
|
||||
'fullsearch_hint' => 'Utiliser la recherche plein texte',
|
||||
'fulltextsearch_disabled' => 'La recherche plein texte est désactivée.',
|
||||
'fulltext_converters' => 'Conversion des documents pour indexation',
|
||||
'fulltext_info' => 'Information sur l\'index plein texte',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Définitions d\'attributs',
|
||||
|
@ -594,7 +595,6 @@ URL: [url]',
|
|||
'include_documents' => 'Inclure les documents',
|
||||
'include_subdirectories' => 'Inclure les sous-dossiers',
|
||||
'indexing_tasks_in_queue' => 'Opérations d’indexation en attente',
|
||||
'index_converters' => 'Conversion des documents pour indexation',
|
||||
'index_done' => 'Terminé',
|
||||
'index_error' => 'Erreur',
|
||||
'index_folder' => 'Dossier Index',
|
||||
|
@ -856,6 +856,7 @@ En cas de problème persistant, veuillez contacter votre administrateur.',
|
|||
'password_strength' => 'Fiabilité du mot de passe',
|
||||
'password_strength_insuffient' => 'Mot de passe trop faible',
|
||||
'password_wrong' => 'Mauvais mot de passe',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => 'Approbations en attente',
|
||||
'pending_receipt' => 'Réceptions en attente',
|
||||
'pending_reviews' => 'Vérifications en attente',
|
||||
|
@ -869,6 +870,7 @@ En cas de problème persistant, veuillez contacter votre administrateur.',
|
|||
'preview_converters' => '',
|
||||
'preview_images' => 'Miniatures',
|
||||
'preview_markdown' => 'Prévisualisation',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Texte',
|
||||
'previous_state' => 'État précédent',
|
||||
'previous_versions' => 'Versions précédentes',
|
||||
|
@ -1030,7 +1032,7 @@ URL : [url]',
|
|||
'role_info' => '',
|
||||
'role_management' => 'Gestion des rôles',
|
||||
'role_name' => 'Nom',
|
||||
'role_type' => '',
|
||||
'role_type' => 'Type de rôle',
|
||||
'role_user' => 'Utilisateur',
|
||||
'ro_RO' => 'Roumain',
|
||||
'run_subworkflow' => 'Lancer le sous-workflow',
|
||||
|
@ -1334,16 +1336,16 @@ Nom : [username]
|
|||
'settings_presetExpirationDate_desc' => 'La date d\'expiration de tous les nouveaux documents sera égale à cette valeur. La date peut être renseignée au format PHP strtotime(), par exemple +5 weeks',
|
||||
'settings_previewWidthDetail' => 'Largeur des vignettes (vue détaillée)',
|
||||
'settings_previewWidthDetail_desc' => 'Largeur des vignettes affichées sur la vue détaillée',
|
||||
'settings_previewWidthDropFolderList' => '',
|
||||
'settings_previewWidthDropFolderList_desc' => '',
|
||||
'settings_previewWidthDropFolderList' => 'Largeur des vignettes (liste du dossier de dépôt)',
|
||||
'settings_previewWidthDropFolderList_desc' => 'Largeur des vignettes affichées dans la liste lors de la sélection d’un fichier du dossier de dépôt.',
|
||||
'settings_previewWidthList' => 'Largeur des vignettes (vue liste)',
|
||||
'settings_previewWidthList_desc' => 'Largeur des vignettes affichées dans les listes',
|
||||
'settings_previewWidthMenuList' => '',
|
||||
'settings_previewWidthMenuList_desc' => '',
|
||||
'settings_previewWidthMenuList' => 'Largeur des vignettes (menu Dossier de dépôt)',
|
||||
'settings_previewWidthMenuList_desc' => 'Largeur des vignettes affichées dans le menu déroulant « Dossier de dépôt ».',
|
||||
'settings_printDisclaimer' => 'Afficher la clause de non-responsabilité',
|
||||
'settings_printDisclaimer_desc' => 'Si activé, le message d’avertissement sera affiché en bas de chaque page.',
|
||||
'settings_quota' => 'Quota de l\'utilisateur',
|
||||
'settings_quota_desc' => 'Le maximum de bytes qu\'un utilisateur peut utiliser sur le disque. Définir à 0 pour un espace illimité. Cette valeur peut être outrepasser pour chaque utilisation dans son profile.',
|
||||
'settings_quota_desc' => 'Espace maximum (en octets) qu’un utilisateur peut occuper sur le disque. Définir à 0 pour un espace illimité. Une valeur spécifique peut être définie par utilisateur depuis son profil.',
|
||||
'settings_removeFromDropFolder' => 'Supprimer le fichier du dossier de dépôt après un chargement réussi',
|
||||
'settings_removeFromDropFolder_desc' => 'Activez ceci si un fichier pris du dossier de dépôt doit être supprimé après un upload réussi.',
|
||||
'settings_restricted' => 'Accès restreint',
|
||||
|
|
|
@ -549,6 +549,7 @@ Internet poveznica: [url]',
|
|||
'fullsearch' => 'Pretraživanje cijelog teksta',
|
||||
'fullsearch_hint' => 'Koristi indeks cijelog teksta',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Pretvorba indeksa dokumenta',
|
||||
'fulltext_info' => 'Informacije cijelog teksta',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Atributi',
|
||||
|
@ -587,7 +588,6 @@ Internet poveznica: [url]',
|
|||
'include_documents' => 'Sadrži dokumente',
|
||||
'include_subdirectories' => 'Sadrži podmape',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => 'Pretvorba indeksa dokumenta',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Mapa indeksa',
|
||||
|
@ -850,6 +850,7 @@ Ako i dalje imate problema s prijavom, molimo kontaktirajte Vašeg administrator
|
|||
'password_strength' => 'Jačina lozinke',
|
||||
'password_strength_insuffient' => 'Nedovoljna jačina lozinke',
|
||||
'password_wrong' => 'Pogrešna lozinka',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -863,6 +864,7 @@ Ako i dalje imate problema s prijavom, molimo kontaktirajte Vašeg administrator
|
|||
'preview_converters' => 'Pretpregled konverzije dokumenta',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => 'Smanjenje',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Obični tekst',
|
||||
'previous_state' => 'Prethodni status',
|
||||
'previous_versions' => 'Prethodne verzije',
|
||||
|
|
|
@ -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 (619), ribaz (1023)
|
||||
// Translators: Admin (621), ribaz (1023)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '',
|
||||
|
@ -544,6 +544,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Keresés a teljes szövegben',
|
||||
'fullsearch_hint' => 'Használja a teljes szöveg indexet',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Index dokumentum konverzió',
|
||||
'fulltext_info' => 'Teljes szöveg index információ',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Jellemzők',
|
||||
|
@ -582,7 +583,6 @@ URL: [url]',
|
|||
'include_documents' => 'Tartalmazó dokumentumok',
|
||||
'include_subdirectories' => 'Tartalmazó alkönyvtárak',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => 'Index dokumentum konverzió',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Mappa indexelése',
|
||||
|
@ -846,6 +846,7 @@ Amennyiben problémákba ütközik a bejelentkezés során, kérjük vegye fel a
|
|||
'password_strength' => 'Jelszó erősség',
|
||||
'password_strength_insuffient' => 'Jelszó erőssége elégtelen',
|
||||
'password_wrong' => 'Hibás jelszó',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -859,6 +860,7 @@ Amennyiben problémákba ütközik a bejelentkezés során, kérjük vegye fel a
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Előző állapot',
|
||||
'previous_versions' => 'Előző változatok',
|
||||
|
@ -1530,8 +1532,8 @@ URL: [url]',
|
|||
'toggle_manager' => 'Kulcs kezelő',
|
||||
'toggle_qrcode' => '',
|
||||
'to_before_from' => 'A lejárati dátum nem előzheti meg a kezdési dátumot',
|
||||
'transfer_objects' => '',
|
||||
'transfer_objects_to_user' => '',
|
||||
'transfer_objects' => 'Adatok átadása',
|
||||
'transfer_objects_to_user' => 'Új tulajdonos',
|
||||
'transition_triggered_email' => 'Munkamenet átmenet kiváltva',
|
||||
'transition_triggered_email_body' => 'Munkafolyamat átmenet kiváltva
|
||||
Dokumentum: [name]
|
||||
|
|
|
@ -550,6 +550,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Ricerca Fulltext',
|
||||
'fullsearch_hint' => 'Usa l\'indice fulltext',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Indice di conversione documenti',
|
||||
'fulltext_info' => 'Info indice Fulltext',
|
||||
'global_attributedefinitiongroups' => 'Attributo gruppi',
|
||||
'global_attributedefinitions' => 'Definizione attributi',
|
||||
|
@ -588,7 +589,6 @@ URL: [url]',
|
|||
'include_documents' => 'Includi documenti',
|
||||
'include_subdirectories' => 'Includi sottocartelle',
|
||||
'indexing_tasks_in_queue' => 'Operazione di indicizzazione in corso',
|
||||
'index_converters' => 'Indice di conversione documenti',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Indicizza cartella',
|
||||
|
@ -852,6 +852,7 @@ Dovessero esserci ancora problemi al login, prego contatta l\'Amministratore di
|
|||
'password_strength' => 'Sicurezza password',
|
||||
'password_strength_insuffient' => 'Efficacia della password insufficiente',
|
||||
'password_wrong' => 'Password errata',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => 'Approvazioni in sospeso',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => 'In attesa di recensioni',
|
||||
|
@ -865,6 +866,7 @@ Dovessero esserci ancora problemi al login, prego contatta l\'Amministratore di
|
|||
'preview_converters' => 'Anteprima convesione documento',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => 'Riduione ribasso',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Testo',
|
||||
'previous_state' => 'Stato precedente',
|
||||
'previous_versions' => 'Versioni precedenti',
|
||||
|
|
|
@ -550,6 +550,7 @@ URL: [url]',
|
|||
'fullsearch' => '전체 텍스트 검색',
|
||||
'fullsearch_hint' => '전체 텍스트 색인 사용',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => '인덱스 문서 변환',
|
||||
'fulltext_info' => '전체 텍스트 색인 정보',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => '속성',
|
||||
|
@ -588,7 +589,6 @@ URL: [url]',
|
|||
'include_documents' => '문서 포함',
|
||||
'include_subdirectories' => '하위 디렉터리 포함',
|
||||
'indexing_tasks_in_queue' => '큐에서 대기중인 색인 작업들',
|
||||
'index_converters' => '인덱스 문서 변환',
|
||||
'index_done' => '마침',
|
||||
'index_error' => '오류',
|
||||
'index_folder' => '인덱스 폴더',
|
||||
|
@ -844,6 +844,7 @@ URL : [url]',
|
|||
'password_strength' => '강력한 비밀번호',
|
||||
'password_strength_insuffient' => '부족한 비밀번호 강도',
|
||||
'password_wrong' => '잘못된 비밀번호',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '보류된 승인',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '보류된 검토',
|
||||
|
@ -857,6 +858,7 @@ URL : [url]',
|
|||
'preview_converters' => '문서 변환 미리보기',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '마크다운',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '텍스트',
|
||||
'previous_state' => '이전 상태',
|
||||
'previous_versions' => '이전 버전',
|
||||
|
|
|
@ -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 (739), gijsbertush (329), pepijn (45), reinoutdijkstra@hotmail.com (270)
|
||||
// Translators: Admin (740), gijsbertush (329), pepijn (45), reinoutdijkstra@hotmail.com (270)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '',
|
||||
|
@ -542,6 +542,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Zoek in volledige tekst',
|
||||
'fullsearch_hint' => 'Volledige tekst index',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Index document conversie',
|
||||
'fulltext_info' => 'Volledige tekst index info',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Kenmerk definities',
|
||||
|
@ -580,7 +581,6 @@ URL: [url]',
|
|||
'include_documents' => 'Inclusief documenten',
|
||||
'include_subdirectories' => 'Inclusief submappen',
|
||||
'indexing_tasks_in_queue' => 'Indexerings taken in wachtrij',
|
||||
'index_converters' => 'Index document conversie',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Inhoud',
|
||||
|
@ -844,6 +844,7 @@ Mocht u de komende minuten geen email ontvangen, probeer het dan nogmaals en con
|
|||
'password_strength' => 'Sterkte wachtwoord',
|
||||
'password_strength_insuffient' => 'Onvoldoende sterk wachtwoord',
|
||||
'password_wrong' => 'Verkeerd wachtwoord',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => 'Wachten op goedkeuring',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => 'Wachten op beoordeling',
|
||||
|
@ -857,6 +858,7 @@ Mocht u de komende minuten geen email ontvangen, probeer het dan nogmaals en con
|
|||
'preview_converters' => 'Converters',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => 'Voorbeeld in Markdown',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Voorbeeld in platte tekst',
|
||||
'previous_state' => 'Vorige staat',
|
||||
'previous_versions' => 'Vorige versies',
|
||||
|
@ -1119,7 +1121,7 @@ URL: [url]',
|
|||
=> ,
|
||||
=> ,
|
||||
=>',
|
||||
'settings_available_languages' => '',
|
||||
'settings_available_languages' => 'Beschikbare talen',
|
||||
'settings_available_languages_desc' => '',
|
||||
'settings_backupDir' => 'Instellingen backupmap',
|
||||
'settings_backupDir_desc' => 'Instellingen backupmap',
|
||||
|
|
|
@ -537,6 +537,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Przeszukiwanie treści dokumentów',
|
||||
'fullsearch_hint' => 'Przeszukuj treść dokumentów',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Konwersja indeksu dokumentów',
|
||||
'fulltext_info' => 'Informacje o indeksie pełnotekstowym',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Definicje atrybutów',
|
||||
|
@ -575,7 +576,6 @@ URL: [url]',
|
|||
'include_documents' => 'Uwzględnij dokumenty',
|
||||
'include_subdirectories' => 'Uwzględnij podkatalogi',
|
||||
'indexing_tasks_in_queue' => 'Zadanie indeksowania w kolejce',
|
||||
'index_converters' => 'Konwersja indeksu dokumentów',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Indeksuj folder',
|
||||
|
@ -839,6 +839,7 @@ Jeśli nadal będą problemy z zalogowaniem, prosimy o kontakt z administratorem
|
|||
'password_strength' => 'Siła hasła',
|
||||
'password_strength_insuffient' => 'Niewystarczająca siła hasła',
|
||||
'password_wrong' => 'Złe hasło',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -852,6 +853,7 @@ Jeśli nadal będą problemy z zalogowaniem, prosimy o kontakt z administratorem
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Poprzedni stan',
|
||||
'previous_versions' => 'Poprzednie wersje',
|
||||
|
|
|
@ -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 (963), flaviove (627), lfcristofoli (352)
|
||||
// Translators: Admin (965), flaviove (627), lfcristofoli (352)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '',
|
||||
|
@ -330,7 +330,7 @@ URL: [url]',
|
|||
'documents_to_review' => 'Documents Awaiting User\'s Review',
|
||||
'documents_to_revise' => '',
|
||||
'documents_user_reception' => '',
|
||||
'documents_user_rejected' => '',
|
||||
'documents_user_rejected' => 'Documentos rejeitados',
|
||||
'documents_user_requiring_attention' => 'Documents Owned by User That Require Attention',
|
||||
'documents_with_notification' => '',
|
||||
'document_already_checkedout' => '',
|
||||
|
@ -459,7 +459,7 @@ URL: [url]',
|
|||
'error_no_folder_selected' => 'Nenhuma pasta selecionada',
|
||||
'error_occured' => 'Ocorreu um erro',
|
||||
'error_remove_document' => '',
|
||||
'error_remove_folder' => '',
|
||||
'error_remove_folder' => 'Erro na exclusão da pasta',
|
||||
'error_remove_permission' => '',
|
||||
'error_toogle_permission' => '',
|
||||
'es_ES' => 'Espanhol',
|
||||
|
@ -543,6 +543,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Pesquisa de texto completo',
|
||||
'fullsearch_hint' => 'Use índice de texto completo',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Índice de conversão de documentos',
|
||||
'fulltext_info' => 'Informações índice Texto completo',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Atributos',
|
||||
|
@ -581,7 +582,6 @@ URL: [url]',
|
|||
'include_documents' => 'Include documents',
|
||||
'include_subdirectories' => 'Include subdirectories',
|
||||
'indexing_tasks_in_queue' => 'Tarefas de indexação em fila',
|
||||
'index_converters' => 'Índice de conversão de documentos',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Pasta Raiz',
|
||||
|
@ -844,6 +844,7 @@ Se você ainda tiver problemas para fazer o login, por favor, contate o administ
|
|||
'password_strength' => 'Força da senha',
|
||||
'password_strength_insuffient' => 'A força da senha é insuficiente',
|
||||
'password_wrong' => 'Senha errada',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -857,6 +858,7 @@ Se você ainda tiver problemas para fazer o login, por favor, contate o administ
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Estado anterior',
|
||||
'previous_versions' => 'Previous Versions',
|
||||
|
|
|
@ -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 (1066), balan (87)
|
||||
// Translators: Admin (1067), balan (87)
|
||||
|
||||
$text = array(
|
||||
'2_factor_auth' => '',
|
||||
|
@ -324,7 +324,7 @@ URL: [url]',
|
|||
'documentcontent' => 'Continut Document',
|
||||
'documents' => 'Documente',
|
||||
'documents_checked_out_by_you' => 'Documente verificate de tine',
|
||||
'documents_expired' => '',
|
||||
'documents_expired' => 'Documente expirate',
|
||||
'documents_in_process' => 'Documente în procesare',
|
||||
'documents_locked' => '',
|
||||
'documents_locked_by_you' => 'Documente blocate de tine',
|
||||
|
@ -549,6 +549,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Căutare text complet',
|
||||
'fullsearch_hint' => 'Foloseste indexarea intregului text',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Indexare conversie documente',
|
||||
'fulltext_info' => 'Info indexarea intregului text',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Atribute',
|
||||
|
@ -587,7 +588,6 @@ URL: [url]',
|
|||
'include_documents' => 'Include documente',
|
||||
'include_subdirectories' => 'Include subfoldere',
|
||||
'indexing_tasks_in_queue' => 'Actiuni de indexare in stiva',
|
||||
'index_converters' => 'Indexare conversie documente',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Index folder',
|
||||
|
@ -851,6 +851,7 @@ Dacă aveți în continuare probleme la autentificare, vă rugăm să contactaț
|
|||
'password_strength' => 'Siguranța parolei',
|
||||
'password_strength_insuffient' => 'Siguranța parolei este insuficientă',
|
||||
'password_wrong' => 'Parolă greșită',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -864,6 +865,7 @@ Dacă aveți în continuare probleme la autentificare, vă rugăm să contactaț
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Stare precedentă',
|
||||
'previous_versions' => 'Versiune precedentă',
|
||||
|
|
|
@ -549,6 +549,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Полнотекстовый поиск',
|
||||
'fullsearch_hint' => 'Использовать полнотекстовый индекс',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Индексирование документов',
|
||||
'fulltext_info' => 'Информация о полнотекстовом индексе',
|
||||
'global_attributedefinitiongroups' => 'Глобальные группы атрибутов',
|
||||
'global_attributedefinitions' => 'Атрибуты',
|
||||
|
@ -587,7 +588,6 @@ URL: [url]',
|
|||
'include_documents' => 'Включая документы',
|
||||
'include_subdirectories' => 'Включая подкаталоги',
|
||||
'indexing_tasks_in_queue' => 'Задача индексирования поставлена в очередь',
|
||||
'index_converters' => 'Индексирование документов',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Полнотекстовый индекс',
|
||||
|
@ -848,6 +848,7 @@ URL: [url]',
|
|||
'password_strength' => 'Надёжность пароля',
|
||||
'password_strength_insuffient' => 'Недостаточная надёжность пароля',
|
||||
'password_wrong' => 'Неверный пароль',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => 'В ожидании утверждения',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => 'В ожидании рецензии',
|
||||
|
@ -861,6 +862,7 @@ URL: [url]',
|
|||
'preview_converters' => 'Предварительный просмотр конвертации документа',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Текст',
|
||||
'previous_state' => 'Предыдущее состояние',
|
||||
'previous_versions' => 'Предыдущие версии',
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -537,6 +537,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Fulltext-sökning',
|
||||
'fullsearch_hint' => 'Använd fulltext-index',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Omvandling av indexdokument',
|
||||
'fulltext_info' => 'Fulltext-indexinfo',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Attributdefinitioner',
|
||||
|
@ -575,7 +576,6 @@ URL: [url]',
|
|||
'include_documents' => 'Inkludera dokument',
|
||||
'include_subdirectories' => 'Inkludera under-kataloger',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => 'Omvandling av indexdokument',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Index mapp',
|
||||
|
@ -836,6 +836,7 @@ Om du fortfarande har problem med inloggningen, kontakta administratören.',
|
|||
'password_strength' => 'Lösenordskvalitet',
|
||||
'password_strength_insuffient' => 'För låg kvalitet på lösenordet',
|
||||
'password_wrong' => 'Fel lösenord',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -849,6 +850,7 @@ Om du fortfarande har problem med inloggningen, kontakta administratören.',
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Föregående status',
|
||||
'previous_versions' => 'Tidigare versioner',
|
||||
|
|
|
@ -543,6 +543,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Tam metinde ara',
|
||||
'fullsearch_hint' => 'Tam metin indeks kullan',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Doküman dönüştürmeyi indeksle',
|
||||
'fulltext_info' => 'Tam metin indeks bilgi',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Nitelikler',
|
||||
|
@ -581,7 +582,6 @@ URL: [url]',
|
|||
'include_documents' => 'Dokümanları kapsa',
|
||||
'include_subdirectories' => 'Alt klasörleri kapsa',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => 'Doküman dönüştürmeyi indeksle',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Klasörü indeksle',
|
||||
|
@ -847,6 +847,7 @@ Giriş yaparken halen sorun yaşıyorsanız lütfen sistem yöneticinizle görü
|
|||
'password_strength' => 'Parola güvenlik düzeyi',
|
||||
'password_strength_insuffient' => 'Parola güvenlik düzeyi yetersiz',
|
||||
'password_wrong' => 'Yanlış parola',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -860,6 +861,7 @@ Giriş yaparken halen sorun yaşıyorsanız lütfen sistem yöneticinizle görü
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => 'Önceki durum',
|
||||
'previous_versions' => 'Önceki versiyonlar',
|
||||
|
|
|
@ -549,6 +549,7 @@ URL: [url]',
|
|||
'fullsearch' => 'Повнотекстовий пошук',
|
||||
'fullsearch_hint' => 'Використовувати повнотекстовий індекс',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => 'Індексування документів',
|
||||
'fulltext_info' => 'Інформація про повнотекстовий індекс',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => 'Атрибути',
|
||||
|
@ -587,7 +588,6 @@ URL: [url]',
|
|||
'include_documents' => 'Включно з документами',
|
||||
'include_subdirectories' => 'Включно з підкаталогами',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => 'Індексування документів',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => 'Каталог індексу',
|
||||
|
@ -848,6 +848,7 @@ URL: [url]',
|
|||
'password_strength' => 'Надійність пароля',
|
||||
'password_strength_insuffient' => 'Недостатня надійність пароля',
|
||||
'password_wrong' => 'Невірний пароль',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => 'Очікує затвердження',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => 'Очікує рецензії',
|
||||
|
@ -861,6 +862,7 @@ URL: [url]',
|
|||
'preview_converters' => 'Попередній перегляд перетворення документу',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'Текст',
|
||||
'previous_state' => 'Попередній стан',
|
||||
'previous_versions' => 'Попередні версії',
|
||||
|
|
|
@ -547,6 +547,7 @@ URL: [url]',
|
|||
'fullsearch' => '全文搜索',
|
||||
'fullsearch_hint' => '使用全文索引',
|
||||
'fulltextsearch_disabled' => '全文索引已禁用',
|
||||
'fulltext_converters' => '索引文件转换',
|
||||
'fulltext_info' => '全文索引信息',
|
||||
'global_attributedefinitiongroups' => '属性组',
|
||||
'global_attributedefinitions' => '属性',
|
||||
|
@ -585,7 +586,6 @@ URL: [url]',
|
|||
'include_documents' => '包含文档',
|
||||
'include_subdirectories' => '包含子目录',
|
||||
'indexing_tasks_in_queue' => '队列中的检索任务',
|
||||
'index_converters' => '索引文件转换',
|
||||
'index_done' => '已完成',
|
||||
'index_error' => '系统错误',
|
||||
'index_folder' => '索引目录',
|
||||
|
@ -849,6 +849,7 @@ URL: [url]',
|
|||
'password_strength' => '密码强度',
|
||||
'password_strength_insuffient' => '密码强度不够',
|
||||
'password_wrong' => '密码错误',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '待处理的审核',
|
||||
'pending_receipt' => '待处理的接收',
|
||||
'pending_reviews' => '待处理的校对',
|
||||
|
@ -862,6 +863,7 @@ URL: [url]',
|
|||
'preview_converters' => '预览文档',
|
||||
'preview_images' => '预览图片',
|
||||
'preview_markdown' => 'Markdown',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => 'TEXT',
|
||||
'previous_state' => 'Previous state',
|
||||
'previous_versions' => '先前版本',
|
||||
|
|
|
@ -472,6 +472,7 @@ URL: [url]',
|
|||
'fullsearch' => '全文檢索搜尋',
|
||||
'fullsearch_hint' => '使用全文索引',
|
||||
'fulltextsearch_disabled' => '',
|
||||
'fulltext_converters' => '索引檔轉換',
|
||||
'fulltext_info' => '全文索引資訊',
|
||||
'global_attributedefinitiongroups' => '',
|
||||
'global_attributedefinitions' => '屬性',
|
||||
|
@ -510,7 +511,6 @@ URL: [url]',
|
|||
'include_documents' => '包含文檔',
|
||||
'include_subdirectories' => '包含子目錄',
|
||||
'indexing_tasks_in_queue' => '',
|
||||
'index_converters' => '索引檔轉換',
|
||||
'index_done' => '',
|
||||
'index_error' => '',
|
||||
'index_folder' => '索引目錄',
|
||||
|
@ -736,6 +736,7 @@ URL: [url]',
|
|||
'password_strength' => '密碼強度',
|
||||
'password_strength_insuffient' => '',
|
||||
'password_wrong' => '',
|
||||
'pdf_converters' => '',
|
||||
'pending_approvals' => '',
|
||||
'pending_receipt' => '',
|
||||
'pending_reviews' => '',
|
||||
|
@ -749,6 +750,7 @@ URL: [url]',
|
|||
'preview_converters' => '',
|
||||
'preview_images' => '',
|
||||
'preview_markdown' => '',
|
||||
'preview_pdf' => '',
|
||||
'preview_plain' => '',
|
||||
'previous_state' => '',
|
||||
'previous_versions' => '先前版本',
|
||||
|
|
|
@ -61,7 +61,8 @@ else
|
|||
$comment = $_POST["comment"];
|
||||
|
||||
if(isset($_POST["from"])) {
|
||||
$tmp = explode('-', $_POST["from"]);
|
||||
$from = explode('T', $_POST["from"]);
|
||||
$tmp = explode('-', $from[0]);
|
||||
$from = mktime(0,0,0, $tmp[1], $tmp[2], $tmp[0]);
|
||||
} else {
|
||||
UI::exitError(getMLText("edit_event"),getMLText("error_occured"));
|
||||
|
|
|
@ -216,13 +216,16 @@ if ($action == "saveSettings")
|
|||
unset($settings->_converters['fulltext']['newmimetype']);
|
||||
unset($settings->_converters['fulltext']['newcmd']);
|
||||
|
||||
if(isset($_POST["converters"]["preview"]))
|
||||
$settings->_converters['preview'] = $_POST["converters"]["preview"];
|
||||
$newmimetype = preg_replace('#[^A-Za-z0-9_/+.*-]+#', '', $settings->_converters["preview"]["newmimetype"]);
|
||||
if($newmimetype && trim($settings->_converters['preview']['newcmd']))
|
||||
$settings->_converters['preview'][$newmimetype] = trim($settings->_converters['preview']['newcmd']);
|
||||
unset($settings->_converters['preview']['newmimetype']);
|
||||
unset($settings->_converters['preview']['newcmd']);
|
||||
foreach(array('preview', 'pdf') as $target) {
|
||||
if(isset($_POST["converters"][$target])) {
|
||||
$settings->_converters[$target] = $_POST["converters"][$target];
|
||||
$newmimetype = preg_replace('#[^A-Za-z0-9_/+.*-]+#', '', $settings->_converters[$target]["newmimetype"]);
|
||||
if($newmimetype && trim($settings->_converters[$target]['newcmd']))
|
||||
$settings->_converters[$target][$newmimetype] = trim($settings->_converters[$target]['newcmd']);
|
||||
unset($settings->_converters[$target]['newmimetype']);
|
||||
unset($settings->_converters[$target]['newcmd']);
|
||||
}
|
||||
}
|
||||
|
||||
// SETTINGS - EXTENSIONS
|
||||
$settings->_extensions = isset($_POST["extensions"]) ? $_POST["extensions"] : array();
|
||||
|
|
|
@ -85,6 +85,7 @@ if($view) {
|
|||
$view->setParam('previewWidthDetail', $settings->_previewWidthDetail);
|
||||
$view->setParam('previewConverters', $settings->_converters['preview']);
|
||||
$view->setParam('checkOutDir', $settings->_checkOutDir);
|
||||
$view->setParam('pdfConverters', $settings->_converters['pdf']);
|
||||
$view->setParam('showFullPreview', $settings->_showFullPreview);
|
||||
$view->setParam('convertToPdf', $settings->_convertToPdf);
|
||||
$view->setParam('currenttab', isset($_GET['currenttab']) ? $_GET['currenttab'] : "");
|
||||
|
|
|
@ -786,38 +786,28 @@ if(!is_writeable($settings->_configFilePath)) {
|
|||
<td><?php $this->showTextField("cmdTimeout", $settings->_cmdTimeout); ?></td>
|
||||
</tr>
|
||||
|
||||
<tr ><td><b> <?php printMLText("index_converters");?></b></td> </tr>
|
||||
<?php
|
||||
foreach($settings->_converters['fulltext'] as $mimetype=>$cmd) {
|
||||
foreach(array('fulltext', 'preview', 'pdf') as $target) {
|
||||
?>
|
||||
<tr ><td><b> <?php printMLText($target."_converters");?></b></td> </tr>
|
||||
<?php
|
||||
foreach($settings->_converters[$target] as $mimetype=>$cmd) {
|
||||
?>
|
||||
<tr title="<?php echo $mimetype;?>">
|
||||
<td><?php echo $mimetype;?>:</td>
|
||||
<td><?php $this->showTextField("converters[fulltext][".$mimetype."]", htmlspecialchars($cmd)); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<tr title="">
|
||||
<td><?php $this->showTextField("converters[fulltext][newmimetype]", "", '', getMLText('converter_new_mimetype')); ?>:</td>
|
||||
<td><?php $this->showTextField("converters[fulltext][newcmd]", "", "", getMLText('converter_new_cmd')); ?></td>
|
||||
</tr>
|
||||
<tr ><td><b> <?php printMLText("preview_converters");?></b></td> </tr>
|
||||
<?php
|
||||
if(isset($settings->_converters['preview'])) {
|
||||
foreach($settings->_converters['preview'] as $mimetype=>$cmd) {
|
||||
?>
|
||||
<tr title="<?php echo $mimetype;?>">
|
||||
<td><?php echo $mimetype;?>:</td>
|
||||
<td><?php $this->showTextField("converters[preview][".$mimetype."]", htmlspecialchars($cmd)); ?></td>
|
||||
<td><?php $this->showTextField("converters[".$target."][".$mimetype."]", htmlspecialchars($cmd)); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
<tr title="">
|
||||
<td><?php $this->showTextField("converters[preview][newmimetype]", "", '', getMLText('mimetype')); ?>:</td>
|
||||
<td><?php $this->showTextField("converters[preview][newcmd]", "", '', getMLText('command')); ?></td>
|
||||
<td><?php $this->showTextField("converters[".$target."][newmimetype]", "", '', getMLText('converter_new_mimetype')); ?>:</td>
|
||||
<td><?php $this->showTextField("converters[".$target."][newcmd]", "", "", getMLText('converter_new_cmd')); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
<?php $this->contentContainerEnd(); ?>
|
||||
</div>
|
||||
|
|
|
@ -344,6 +344,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
$timeout = $this->params['timeout'];
|
||||
$showfullpreview = $this->params['showFullPreview'];
|
||||
$converttopdf = $this->params['convertToPdf'];
|
||||
$pdfconverters = $this->params['pdfConverters'];
|
||||
$cachedir = $this->params['cachedir'];
|
||||
if(!$showfullpreview)
|
||||
return;
|
||||
|
@ -368,6 +369,14 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
<audio controls style="width: 100%;">
|
||||
<source src="../op/op.ViewOnline.php?documentid=<?php echo $document->getID(); ?>&version=<?php echo $latestContent->getVersion(); ?>" type="audio/mpeg">
|
||||
</audio>
|
||||
<?php
|
||||
break;
|
||||
case 'video/mp4':
|
||||
$this->contentHeading(getMLText("preview"));
|
||||
?>
|
||||
<video controls style="width: 100%;">
|
||||
<source src="../op/op.ViewOnline.php?documentid=<?php echo $document->getID(); ?>&version=<?php echo $latestContent->getVersion(); ?>" type="video/mp4">
|
||||
</video>
|
||||
<?php
|
||||
break;
|
||||
case 'application/pdf':
|
||||
|
@ -395,8 +404,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
if($converttopdf) {
|
||||
$pdfpreviewer = new SeedDMS_Preview_PdfPreviewer($cachedir, $timeout);
|
||||
$pdfpreviewer->setConverters($pdfconverters);
|
||||
if($pdfpreviewer->hasConverter($latestContent->getMimeType())) {
|
||||
$this->contentHeading(getMLText("preview"));
|
||||
$this->contentHeading(getMLText("preview_pdf"));
|
||||
?>
|
||||
<iframe src="../pdfviewer/web/viewer.html?file=<?php echo urlencode('../../op/op.PdfPreview.php?documentid='.$document->getID().'&version='.$latestContent->getVersion()); ?>" width="100%" height="700px"></iframe>
|
||||
<?php
|
||||
|
@ -420,6 +430,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
$previewwidthlist = $this->params['previewWidthList'];
|
||||
$previewwidthdetail = $this->params['previewWidthDetail'];
|
||||
$previewconverters = $this->params['previewConverters'];
|
||||
$pdfconverters = $this->params['pdfConverters'];
|
||||
$documentid = $document->getId();
|
||||
$currenttab = $this->params['currenttab'];
|
||||
$timeout = $this->params['timeout'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user