2013-01-30 22:02:55 -05:00

36 lines
1.2 KiB
PHP

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
************************************************************************************/
$mod_strings = Array (
'ModComments' => 'Kommentare',
'SINGLE_ModComments' => 'Kommentar',
'LBL_MODCOMMENTS_INFORMATION' => 'Allgemeine Information',
'LBL_OTHER_INFORMATION' => 'andere Information',
'LBL_CUSTOM_INFORMATION' => 'zusätzliche Information',
'Assigned To' => 'zuständig',
'Created Time' => 'erstellt',
'Modified Time' => 'bearbeitet',
'Comment' => 'Kommentar',
'Comments' => 'Kommentare',
'Related To' => 'bezogen auf',
'Creator' => 'erzeugt von',
'LBL_ADD_COMMENT' => 'Kommentar hinzufügen',
'LBL_AUTHOR' => 'Author',
'LBL_ON' => 'am',
'LBL_MINE' => 'meine',
'LBL_LAST5'=> 'letzten 5',
'Comments Information'=> 'Kommentare',
'ModComments ID' => 'Kommentar-ID ',
);
?>