33 lines
1.2 KiB
PHP
Raw Permalink Normal View History

<?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.
* All Rights Reserved.
*
********************************************************************************/
$mod_strings = Array(
// added for 5.0 beta
'LBL_BOOKMARKED_URL'=>"URL's mit Lesezeichen",
'LBL_MANAGE_BOOKMARKS'=>'Bearbeite Lesezeichen',
'LBL_BOOKMARK_LIST'=>'Lesezeichenliste',
'LBL_MY_BOOKMARKS'=>'meine Lesezeichen',
'LBL_NEW_BOOKMARK'=>'Neues Lesezeichen',
'LBL_BOOKMARK'=>'Lesezeichen',
'LBL_NAME'=>'Name :',
'LBL_URL'=>'URL :',
'LBL_ADD'=>'erstelle',
'LBL_SNO'=>'#',
'LBL_BOOKMARK_NAME_URL'=>'Lesezeichenname &amp; URL',
'LBL_TOOLS'=>'Werkzeuge',
'LBL_MANAGE_SITES'=>'Seiteneinstellungen bearbeiten',
'LBL_MY_SITES'=>'alle Seiten',
// Added/Updated for vtiger CRM 5.0.4
//added as an enhancement
'LBL_SET_DEFAULT_BUTTON'=>'als Standard setzen',
);
?>