Files
crm.clientright.ru/languages/sv_se/ModComments.php

28 lines
1.0 KiB
PHP
Raw 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.
*************************************************************************************/
$languageStrings = array(
// Basic Strings
'SINGLE_ModComments' => 'Kommentar',
'LBL_RECORDS_LIST' => 'Kommentarslista',
// Blocks
'LBL_MODCOMMENTS_INFORMATION' => 'Kommentarer',
'LBL_OTHER_INFORMATION' => 'Annan Information',
'LBL_ADDING_COMMENT' => 'Lägg till Kommentar',
'LBL_WRITE_YOUR_COMMENT_HERE' => 'Skriv in komentarer här',
//Field Labels
'Comment' => 'Kommentar',
'Creator' => 'Skapad av',
'Related To Comments' => 'Relaterad Till',
'LBL_COMMENTED_AT' => 'Kommenterade på' ,
);