fix some notification mails

This commit is contained in:
Uwe Steinmann 2018-03-19 12:16:05 +01:00
parent 681509b522
commit 0a1d57d863
24 changed files with 136 additions and 12 deletions

View File

@ -338,6 +338,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'هذا المستند محمي ضد التعديل', 'document_already_locked' => 'هذا المستند محمي ضد التعديل',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'تم تعديل التعليق', 'document_comment_changed_email' => 'تم تعديل التعليق',
'document_comment_changed_email_body' => 'تم تعديل التعليق 'document_comment_changed_email_body' => 'تم تعديل التعليق
المستند: [name] المستند: [name]
@ -514,6 +516,8 @@ URL: [url]',
'folders' => 'مجلدات', 'folders' => 'مجلدات',
'folders_and_documents_statistic' => 'رؤية عامة للمحتوى', 'folders_and_documents_statistic' => 'رؤية عامة للمحتوى',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'تم تعديل التعليق', 'folder_comment_changed_email' => 'تم تعديل التعليق',
'folder_comment_changed_email_body' => 'تم تعديل التعليق 'folder_comment_changed_email_body' => 'تم تعديل التعليق
الملجلد: [name] الملجلد: [name]

View File

@ -321,6 +321,8 @@ $text = array(
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Документът е вече блокиран', 'document_already_locked' => 'Документът е вече блокиран',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => '', 'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '', 'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '', 'document_comment_changed_email_subject' => '',
@ -463,6 +465,8 @@ $text = array(
'folders' => 'Папки', 'folders' => 'Папки',
'folders_and_documents_statistic' => 'Обзор на съдържанието', 'folders_and_documents_statistic' => 'Обзор на съдържанието',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => '', 'folder_comment_changed_email' => '',
'folder_comment_changed_email_body' => '', 'folder_comment_changed_email_body' => '',
'folder_comment_changed_email_subject' => '', 'folder_comment_changed_email_subject' => '',

View File

@ -326,6 +326,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Aquest document ja està bloquejat', 'document_already_locked' => 'Aquest document ja està bloquejat',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => '', 'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '', 'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '', 'document_comment_changed_email_subject' => '',
@ -468,6 +470,8 @@ URL: [url]',
'folders' => 'Carpetes', 'folders' => 'Carpetes',
'folders_and_documents_statistic' => 'Vista general de continguts', 'folders_and_documents_statistic' => 'Vista general de continguts',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => '', 'folder_comment_changed_email' => '',
'folder_comment_changed_email_body' => '', 'folder_comment_changed_email_body' => '',
'folder_comment_changed_email_subject' => '', 'folder_comment_changed_email_subject' => '',

View File

@ -345,6 +345,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Tento dokument je už zamčený', 'document_already_locked' => 'Tento dokument je už zamčený',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Změna komentáře', 'document_comment_changed_email' => 'Změna komentáře',
'document_comment_changed_email_body' => 'Změna komentáře 'document_comment_changed_email_body' => 'Změna komentáře
Dokument: [name] Dokument: [name]
@ -521,6 +523,8 @@ URL: [url]',
'folders' => 'Složky', 'folders' => 'Složky',
'folders_and_documents_statistic' => 'Přehled složek a dokumentů', 'folders_and_documents_statistic' => 'Přehled složek a dokumentů',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Změna komentáře', 'folder_comment_changed_email' => 'Změna komentáře',
'folder_comment_changed_email_body' => 'Změna komentáře 'folder_comment_changed_email_body' => 'Změna komentáře
Složka: [name] Složka: [name]

View File

@ -19,7 +19,7 @@
// along with this program; if not, write to the Free Software // along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
// //
// Translators: Admin (2574), dgrutsch (22) // Translators: Admin (2582), dgrutsch (22)
$text = array( $text = array(
'2_factor_auth' => '2-Faktor Authentifizierung', '2_factor_auth' => '2-Faktor Authentifizierung',
@ -350,11 +350,20 @@ URL: [url]',
'documents_with_notification' => 'Dokumente unter Beobachtung', 'documents_with_notification' => 'Dokumente unter Beobachtung',
'document_already_checkedout' => 'Dieses Dokument ist bereits ausgecheckt', 'document_already_checkedout' => 'Dieses Dokument ist bereits ausgecheckt',
'document_already_locked' => 'Dieses Dokument ist bereits gesperrt', 'document_already_locked' => 'Dieses Dokument ist bereits gesperrt',
'document_attribute_changed_email_body' => 'Attribut geändert
Dokument: [name]
Attribut: [attribute_name]
Alter Wert: [attribute_old_value]
Neuer Wert: [attribute_new_value]
Elternordner: [folder_path]
Benutzer: [username]
URL: [url]',
'document_attribute_changed_email_subject' => '[sitename]: [name] - Attribut geändert',
'document_comment_changed_email' => 'Kommentar geändert', 'document_comment_changed_email' => 'Kommentar geändert',
'document_comment_changed_email_body' => 'Kommentar geändert 'document_comment_changed_email_body' => 'Kommentar geändert
Dokument: [name] Dokument: [name]
Alter Kommentar: [old_comment] Alter Kommentar: [old_comment]
Kommentar: [new_comment] Neuer Kommentar: [new_comment]
Elternordner: [folder_path] Elternordner: [folder_path]
Benutzer: [username] Benutzer: [username]
URL: [url]', URL: [url]',
@ -537,11 +546,20 @@ URL: [url]',
'folders' => 'Verzeichnisse', 'folders' => 'Verzeichnisse',
'folders_and_documents_statistic' => 'Ordner- und Dokumentenübersicht', 'folders_and_documents_statistic' => 'Ordner- und Dokumentenübersicht',
'folders_with_notification' => 'Ordner unter Beobachtung', 'folders_with_notification' => 'Ordner unter Beobachtung',
'folder_attribute_changed_email_body' => 'Attribut geändert
Ordner: [name]
Attribut: [attribute_name]
Alter Wert: [attribute_old_value]
Neuer Wert: [attribute_new_value]
Elternordner: [folder_path]
Benutzer: [username]
URL: [url]',
'folder_attribute_changed_email_subject' => '[sitename]: [name] - Attribut geändert',
'folder_comment_changed_email' => 'Kommentar geändert', 'folder_comment_changed_email' => 'Kommentar geändert',
'folder_comment_changed_email_body' => 'Kommentar geändert 'folder_comment_changed_email_body' => 'Kommentar geändert
Ordner: [name] Ordner: [name]
Vorheriger Kommentar: [old_comment] Alter Kommentar: [old_comment]
Kommentar: [new_comment] Neuer Kommentar: [new_comment]
Elternordner: [folder_path] Elternordner: [folder_path]
Benutzer: [username] Benutzer: [username]
URL: [url]', URL: [url]',

View File

@ -321,6 +321,8 @@ $text = array(
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => '', 'document_already_locked' => '',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => '', 'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '', 'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '', 'document_comment_changed_email_subject' => '',
@ -463,6 +465,8 @@ $text = array(
'folders' => 'Φάκελοι', 'folders' => 'Φάκελοι',
'folders_and_documents_statistic' => '', 'folders_and_documents_statistic' => '',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => '', 'folder_comment_changed_email' => '',
'folder_comment_changed_email_body' => '', 'folder_comment_changed_email_body' => '',
'folder_comment_changed_email_subject' => '', 'folder_comment_changed_email_subject' => '',

View File

@ -19,7 +19,7 @@
// along with this program; if not, write to the Free Software // along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
// //
// Translators: Admin (1690), archonwang (3), dgrutsch (9), netixw (14) // Translators: Admin (1696), archonwang (3), dgrutsch (9), netixw (14)
$text = array( $text = array(
'2_factor_auth' => '2-factor authentication', '2_factor_auth' => '2-factor authentication',
@ -350,13 +350,22 @@ URL: [url]',
'documents_with_notification' => 'Documents with notification', 'documents_with_notification' => 'Documents with notification',
'document_already_checkedout' => 'This document is already checked out', 'document_already_checkedout' => 'This document is already checked out',
'document_already_locked' => 'This document is already locked', 'document_already_locked' => 'This document is already locked',
'document_attribute_changed_email_body' => 'Attribute changed
Document: [name]
Attribute: [attribute_name]
Old value: [attribute_old_value]
New value: [attribute_new_value]
Parent folder: [folder_path]
User: [username]
URL: [url]',
'document_attribute_changed_email_subject' => '[sitename]: [name] - Attribute changed',
'document_comment_changed_email' => 'Comment changed', 'document_comment_changed_email' => 'Comment changed',
'document_comment_changed_email_body' => 'Comment changed 'document_comment_changed_email_body' => 'Comment changed
Document: [name] Document: [name]
Old comment: [old_comment] Old comment: [old_comment]
Comment: [new_comment] New Comment: [new_comment]
Parent folder: [folder_path] Parent folder: [folder_path]
User: [username] User: [username]
URL: [url]', URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Comment changed', 'document_comment_changed_email_subject' => '[sitename]: [name] - Comment changed',
'document_count' => 'Number of documents', 'document_count' => 'Number of documents',
@ -538,11 +547,20 @@ URL: [url]',
'folders' => 'Folders', 'folders' => 'Folders',
'folders_and_documents_statistic' => 'Contents overview', 'folders_and_documents_statistic' => 'Contents overview',
'folders_with_notification' => 'Folders with notification', 'folders_with_notification' => 'Folders with notification',
'folder_attribute_changed_email_body' => 'Attribute changed
Folder: [name]
Attribute: [attribute_name]
Old value: [attribute_old_value]
New value: [attribute_new_value]
Parent folder: [folder_path]
User: [username]
URL: [url]',
'folder_attribute_changed_email_subject' => '[sitename]: [name] - Attribute changed',
'folder_comment_changed_email' => 'Comment changed', 'folder_comment_changed_email' => 'Comment changed',
'folder_comment_changed_email_body' => 'Comment changed 'folder_comment_changed_email_body' => 'Comment changed
Folder: [name] Folder: [name]
Old comment: [old_comment] Old comment: [old_comment]
Comment: [new_comment] New Comment: [new_comment]
Parent folder: [folder_path] Parent folder: [folder_path]
User: [username] User: [username]
URL: [url]', URL: [url]',

View File

@ -345,6 +345,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Este documento ya está bloqueado', 'document_already_locked' => 'Este documento ya está bloqueado',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Comentario modificado', 'document_comment_changed_email' => 'Comentario modificado',
'document_comment_changed_email_body' => 'Comentario modificado 'document_comment_changed_email_body' => 'Comentario modificado
Documento: [name] Documento: [name]
@ -521,6 +523,8 @@ URL: [url]',
'folders' => 'Carpetas', 'folders' => 'Carpetas',
'folders_and_documents_statistic' => 'Vista general de contenidos', 'folders_and_documents_statistic' => 'Vista general de contenidos',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Comentario modificado', 'folder_comment_changed_email' => 'Comentario modificado',
'folder_comment_changed_email_body' => 'Comentario modificado 'folder_comment_changed_email_body' => 'Comentario modificado
Carpeta: [name] Carpeta: [name]

View File

@ -350,6 +350,8 @@ URL: [url]',
'documents_with_notification' => 'Documents avec notification', 'documents_with_notification' => 'Documents avec notification',
'document_already_checkedout' => 'Ce document est déjà débloqué', 'document_already_checkedout' => 'Ce document est déjà débloqué',
'document_already_locked' => 'Ce document est déjà verrouillé', 'document_already_locked' => 'Ce document est déjà verrouillé',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Commentaire modifié', 'document_comment_changed_email' => 'Commentaire modifié',
'document_comment_changed_email_body' => 'Commentaire modifié 'document_comment_changed_email_body' => 'Commentaire modifié
Document: [name] Document: [name]
@ -538,6 +540,8 @@ URL : [url]',
'folders' => 'Dossiers', 'folders' => 'Dossiers',
'folders_and_documents_statistic' => 'Aperçu du contenu', 'folders_and_documents_statistic' => 'Aperçu du contenu',
'folders_with_notification' => 'Dossiers avec notification', 'folders_with_notification' => 'Dossiers avec notification',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Commentaire changé', 'folder_comment_changed_email' => 'Commentaire changé',
'folder_comment_changed_email_body' => 'Commentaire changé 'folder_comment_changed_email_body' => 'Commentaire changé
Dossier: [name] Dossier: [name]

View File

@ -350,6 +350,8 @@ Internet poveznica: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => 'Ovaj dokument je već odjavljen', 'document_already_checkedout' => 'Ovaj dokument je već odjavljen',
'document_already_locked' => 'Ovaj dokument je već zaključan', 'document_already_locked' => 'Ovaj dokument je već zaključan',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Promijenjen komentar', 'document_comment_changed_email' => 'Promijenjen komentar',
'document_comment_changed_email_body' => 'Promijenjen komentar 'document_comment_changed_email_body' => 'Promijenjen komentar
Dokument: [name] Dokument: [name]
@ -526,6 +528,8 @@ Internet poveznica: [url]',
'folders' => 'Mape', 'folders' => 'Mape',
'folders_and_documents_statistic' => 'Pregled sadržaja', 'folders_and_documents_statistic' => 'Pregled sadržaja',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Promijenjen komentar', 'folder_comment_changed_email' => 'Promijenjen komentar',
'folder_comment_changed_email_body' => 'Promijenjen komentar 'folder_comment_changed_email_body' => 'Promijenjen komentar
Mapa: <b>[name]</b> Mapa: <b>[name]</b>

View File

@ -345,6 +345,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Ez a dokumentum már zárolt', 'document_already_locked' => 'Ez a dokumentum már zárolt',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Megjegyzés módosult', 'document_comment_changed_email' => 'Megjegyzés módosult',
'document_comment_changed_email_body' => 'Megjegyzés módosult 'document_comment_changed_email_body' => 'Megjegyzés módosult
Dokumentum: [name] Dokumentum: [name]
@ -521,6 +523,8 @@ URL: [url]',
'folders' => 'Mappák', 'folders' => 'Mappák',
'folders_and_documents_statistic' => 'Tartalmak áttekintése', 'folders_and_documents_statistic' => 'Tartalmak áttekintése',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Megjegyzés módosult', 'folder_comment_changed_email' => 'Megjegyzés módosult',
'folder_comment_changed_email_body' => 'Megjegyzés módosult 'folder_comment_changed_email_body' => 'Megjegyzés módosult
Mappa: [name] Mappa: [name]

View File

@ -351,6 +351,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => 'Questo documento è già approvato', 'document_already_checkedout' => 'Questo documento è già approvato',
'document_already_locked' => 'Questo documento è già bloccato', 'document_already_locked' => 'Questo documento è già bloccato',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Commento modificato', 'document_comment_changed_email' => 'Commento modificato',
'document_comment_changed_email_body' => 'Commento modificato 'document_comment_changed_email_body' => 'Commento modificato
Documento: [name] Documento: [name]
@ -527,6 +529,8 @@ URL: [url]',
'folders' => 'Cartelle', 'folders' => 'Cartelle',
'folders_and_documents_statistic' => 'Visualizzazione generale', 'folders_and_documents_statistic' => 'Visualizzazione generale',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Commento modificato per la Cartella', 'folder_comment_changed_email' => 'Commento modificato per la Cartella',
'folder_comment_changed_email_body' => 'Commento modificato per la Cartella 'folder_comment_changed_email_body' => 'Commento modificato per la Cartella
Cartella: [name] Cartella: [name]

View File

@ -353,6 +353,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '이문서는 이미 체크아웃 되었습니다', 'document_already_checkedout' => '이문서는 이미 체크아웃 되었습니다',
'document_already_locked' => '이미 잠겨진 문서', 'document_already_locked' => '이미 잠겨진 문서',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => '주석 변경됨', 'document_comment_changed_email' => '주석 변경됨',
'document_comment_changed_email_body' => '변경된 코멘트 'document_comment_changed_email_body' => '변경된 코멘트
문서: [name] 문서: [name]
@ -527,6 +529,8 @@ URL: [url]',
'folders' => '폴더', 'folders' => '폴더',
'folders_and_documents_statistic' => '개요 내용', 'folders_and_documents_statistic' => '개요 내용',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => '주석 변경됨', 'folder_comment_changed_email' => '주석 변경됨',
'folder_comment_changed_email_body' => '코멘트 변경 'folder_comment_changed_email_body' => '코멘트 변경
폴더: [name] 폴더: [name]

View File

@ -343,6 +343,8 @@ URL: [url]',
'documents_with_notification' => 'Documenten met notificatie', 'documents_with_notification' => 'Documenten met notificatie',
'document_already_checkedout' => 'Al in behandeling genomen documenten', 'document_already_checkedout' => 'Al in behandeling genomen documenten',
'document_already_locked' => 'Dit document is al geblokkeerd', 'document_already_locked' => 'Dit document is al geblokkeerd',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Commentaar gewijzigd', 'document_comment_changed_email' => 'Commentaar gewijzigd',
'document_comment_changed_email_body' => 'Commentaar gewijzigd 'document_comment_changed_email_body' => 'Commentaar gewijzigd
Document: [name] Document: [name]
@ -526,6 +528,8 @@ URL: [url]',
'folders' => 'Mappen', 'folders' => 'Mappen',
'folders_and_documents_statistic' => 'Inhoudsopgave', 'folders_and_documents_statistic' => 'Inhoudsopgave',
'folders_with_notification' => 'Mappen met notificatie', 'folders_with_notification' => 'Mappen met notificatie',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Commentaar gewijzigd', 'folder_comment_changed_email' => 'Commentaar gewijzigd',
'folder_comment_changed_email_body' => 'Commentaar gewijzigd 'folder_comment_changed_email_body' => 'Commentaar gewijzigd
Map: [name] Map: [name]

View File

@ -338,6 +338,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Ten dokument jest już zablokowany', 'document_already_locked' => 'Ten dokument jest już zablokowany',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Zmiana komentarza', 'document_comment_changed_email' => 'Zmiana komentarza',
'document_comment_changed_email_body' => 'Zmodyfikowano komentarz 'document_comment_changed_email_body' => 'Zmodyfikowano komentarz
Dokument: [name] Dokument: [name]
@ -514,6 +516,8 @@ URL: [url]',
'folders' => 'Foldery', 'folders' => 'Foldery',
'folders_and_documents_statistic' => 'Podsumowanie zawartości', 'folders_and_documents_statistic' => 'Podsumowanie zawartości',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Zmiana komentarza', 'folder_comment_changed_email' => 'Zmiana komentarza',
'folder_comment_changed_email_body' => 'Komentarz uległ zmianie 'folder_comment_changed_email_body' => 'Komentarz uległ zmianie
Folder: [name] Folder: [name]

View File

@ -345,6 +345,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Este documento já está travado', 'document_already_locked' => 'Este documento já está travado',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Comentário modificado', 'document_comment_changed_email' => 'Comentário modificado',
'document_comment_changed_email_body' => 'Comentário modificado 'document_comment_changed_email_body' => 'Comentário modificado
Documento: [name] Documento: [name]
@ -520,6 +522,8 @@ URL: [url]',
'folders' => 'Pastas', 'folders' => 'Pastas',
'folders_and_documents_statistic' => 'Relatórios de pastas e documentos', 'folders_and_documents_statistic' => 'Relatórios de pastas e documentos',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Comentário mudou', 'folder_comment_changed_email' => 'Comentário mudou',
'folder_comment_changed_email_body' => 'Comentário mudou 'folder_comment_changed_email_body' => 'Comentário mudou
Pasta: [name] Pasta: [name]

View File

@ -350,6 +350,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => 'Acest document este deja verificat', 'document_already_checkedout' => 'Acest document este deja verificat',
'document_already_locked' => 'Acest document este deja blocat', 'document_already_locked' => 'Acest document este deja blocat',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Comentariu schimbat', 'document_comment_changed_email' => 'Comentariu schimbat',
'document_comment_changed_email_body' => 'Comentariu schimbat 'document_comment_changed_email_body' => 'Comentariu schimbat
Document: [name] Document: [name]
@ -526,6 +528,8 @@ URL: [url]',
'folders' => 'Foldere', 'folders' => 'Foldere',
'folders_and_documents_statistic' => 'Privire de ansamblu asupra continutului', 'folders_and_documents_statistic' => 'Privire de ansamblu asupra continutului',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Comentariu schimbat', 'folder_comment_changed_email' => 'Comentariu schimbat',
'folder_comment_changed_email_body' => 'Comentariu schimbat 'folder_comment_changed_email_body' => 'Comentariu schimbat
Folder: [name] Folder: [name]

View File

@ -350,6 +350,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => 'Этот документ уже проверен', 'document_already_checkedout' => 'Этот документ уже проверен',
'document_already_locked' => 'Документ уже заблокирован', 'document_already_locked' => 'Документ уже заблокирован',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Изменён комментарий', 'document_comment_changed_email' => 'Изменён комментарий',
'document_comment_changed_email_body' => 'Изменён комментарий 'document_comment_changed_email_body' => 'Изменён комментарий
Документ: [name] Документ: [name]
@ -526,6 +528,8 @@ URL: [url]',
'folders' => 'кат.', 'folders' => 'кат.',
'folders_and_documents_statistic' => 'Обзор содержимого', 'folders_and_documents_statistic' => 'Обзор содержимого',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Комментарий изменён', 'folder_comment_changed_email' => 'Комментарий изменён',
'folder_comment_changed_email_body' => 'Изменён комментарий каталога 'folder_comment_changed_email_body' => 'Изменён комментарий каталога
Каталог: [name] Каталог: [name]

View File

@ -333,6 +333,8 @@ URL: [url]',
'documents_with_notification' => 'Dokumenty s upozornením', 'documents_with_notification' => 'Dokumenty s upozornením',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Tento dokument je už zamknutý', 'document_already_locked' => 'Tento dokument je už zamknutý',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Komentár sa zmenil', 'document_comment_changed_email' => 'Komentár sa zmenil',
'document_comment_changed_email_body' => '', 'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '[sitename]: [name] - Komentár sa zmenil', 'document_comment_changed_email_subject' => '[sitename]: [name] - Komentár sa zmenil',
@ -475,6 +477,8 @@ URL: [url]',
'folders' => 'Zložky', 'folders' => 'Zložky',
'folders_and_documents_statistic' => 'Prehľad zložiek a dokumentov', 'folders_and_documents_statistic' => 'Prehľad zložiek a dokumentov',
'folders_with_notification' => 'Zložky s upozornením', 'folders_with_notification' => 'Zložky s upozornením',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Komentár sa zmenil', 'folder_comment_changed_email' => 'Komentár sa zmenil',
'folder_comment_changed_email_body' => 'Komentár zmenený pre Zložku: [name] Starý komentár: [old_comment] Komentár: [new_comment] Nadradená zložka: [folder_path] Používateľ: [username] URL: [url]', 'folder_comment_changed_email_body' => 'Komentár zmenený pre Zložku: [name] Starý komentár: [old_comment] Komentár: [new_comment] Nadradená zložka: [folder_path] Používateľ: [username] URL: [url]',
'folder_comment_changed_email_subject' => '[sitename]: [name] - Komentár zmenený', 'folder_comment_changed_email_subject' => '[sitename]: [name] - Komentár zmenený',

View File

@ -351,6 +351,8 @@ URL: [url]',
'documents_with_notification' => 'Dokument med meddelande', 'documents_with_notification' => 'Dokument med meddelande',
'document_already_checkedout' => 'Dokumentet är redan utcheckat', 'document_already_checkedout' => 'Dokumentet är redan utcheckat',
'document_already_locked' => 'Detta dokument är redan låst', 'document_already_locked' => 'Detta dokument är redan låst',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Kommentar ändrad', 'document_comment_changed_email' => 'Kommentar ändrad',
'document_comment_changed_email_body' => 'Kommentar ändrat 'document_comment_changed_email_body' => 'Kommentar ändrat
Document: [name] Document: [name]
@ -539,6 +541,8 @@ URL: [url]',
'folders' => 'Kataloger', 'folders' => 'Kataloger',
'folders_and_documents_statistic' => 'Innehållsöversikt', 'folders_and_documents_statistic' => 'Innehållsöversikt',
'folders_with_notification' => 'Kataloger med meddelandefunktion', 'folders_with_notification' => 'Kataloger med meddelandefunktion',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Kommentar har ändrats', 'folder_comment_changed_email' => 'Kommentar har ändrats',
'folder_comment_changed_email_body' => 'Kommentar har ändrats 'folder_comment_changed_email_body' => 'Kommentar har ändrats
Katalog: [name] Katalog: [name]

View File

@ -344,6 +344,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => 'Bu doküman zaten kilitli', 'document_already_locked' => 'Bu doküman zaten kilitli',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Açıklama değişti', 'document_comment_changed_email' => 'Açıklama değişti',
'document_comment_changed_email_body' => 'ıklama değişti 'document_comment_changed_email_body' => 'ıklama değişti
Doküman: [name] Doküman: [name]
@ -520,6 +522,8 @@ URL: [url]',
'folders' => 'Klasör', 'folders' => 'Klasör',
'folders_and_documents_statistic' => 'İçeriğe Bakış', 'folders_and_documents_statistic' => 'İçeriğe Bakış',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Açıklama değişti', 'folder_comment_changed_email' => 'Açıklama değişti',
'folder_comment_changed_email_body' => 'ıklama değişti 'folder_comment_changed_email_body' => 'ıklama değişti
Klasör: [name] Klasör: [name]

View File

@ -350,6 +350,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => 'Цей документ вже на опрацюванні', 'document_already_checkedout' => 'Цей документ вже на опрацюванні',
'document_already_locked' => 'Цей документ вже заблокований', 'document_already_locked' => 'Цей документ вже заблокований',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => 'Змінено коментар', 'document_comment_changed_email' => 'Змінено коментар',
'document_comment_changed_email_body' => 'Змінено коментар 'document_comment_changed_email_body' => 'Змінено коментар
Документ: [name] Документ: [name]
@ -526,6 +528,8 @@ URL: [url]',
'folders' => 'кат.', 'folders' => 'кат.',
'folders_and_documents_statistic' => 'Огляд вмісту', 'folders_and_documents_statistic' => 'Огляд вмісту',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => 'Коментар змінено', 'folder_comment_changed_email' => 'Коментар змінено',
'folder_comment_changed_email_body' => 'Змінено коментар каталогу 'folder_comment_changed_email_body' => 'Змінено коментар каталогу
Каталог: [name] Каталог: [name]

View File

@ -344,6 +344,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '当前文档已签出', 'document_already_checkedout' => '当前文档已签出',
'document_already_locked' => '该文档已被锁定', 'document_already_locked' => '该文档已被锁定',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => '批注已更新', 'document_comment_changed_email' => '批注已更新',
'document_comment_changed_email_body' => '批注已更新 'document_comment_changed_email_body' => '批注已更新
文档: [name] 文档: [name]
@ -522,6 +524,8 @@ URL: [url]',
'folders' => '文件夹', 'folders' => '文件夹',
'folders_and_documents_statistic' => '内容概要', 'folders_and_documents_statistic' => '内容概要',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => '注释已更新', 'folder_comment_changed_email' => '注释已更新',
'folder_comment_changed_email_body' => '批注已更新 'folder_comment_changed_email_body' => '批注已更新
文件夹: [name] 文件夹: [name]

View File

@ -325,6 +325,8 @@ URL: [url]',
'documents_with_notification' => '', 'documents_with_notification' => '',
'document_already_checkedout' => '', 'document_already_checkedout' => '',
'document_already_locked' => '該文檔已被鎖定', 'document_already_locked' => '該文檔已被鎖定',
'document_attribute_changed_email_body' => '',
'document_attribute_changed_email_subject' => '',
'document_comment_changed_email' => '', 'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '', 'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '', 'document_comment_changed_email_subject' => '',
@ -467,6 +469,8 @@ URL: [url]',
'folders' => '資料夾', 'folders' => '資料夾',
'folders_and_documents_statistic' => '內容概要', 'folders_and_documents_statistic' => '內容概要',
'folders_with_notification' => '', 'folders_with_notification' => '',
'folder_attribute_changed_email_body' => '',
'folder_attribute_changed_email_subject' => '',
'folder_comment_changed_email' => '', 'folder_comment_changed_email' => '',
'folder_comment_changed_email_body' => '', 'folder_comment_changed_email_body' => '',
'folder_comment_changed_email_subject' => '', 'folder_comment_changed_email_subject' => '',