/
var
/
www
/
html
/
sugar14
/
modules
/
PushNotifications
/
language
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ $mod_strings = [ 'LBL_MODULE_NAME' => 'Iskačuća obaveštenja', 'LBL_MODULE_NAME_SINGULAR' => 'Iskačuće obaveštenje', 'LBL_IS_SENT' => 'Status', 'LBL_NOTIFICATION_TYPE' => 'Vrsta obaveštenja', 'LBL_PARENT_TYPE' => 'Nadređena vrsta', 'LBL_PARENT_ID' => 'Nadređeni ID', 'LBL_EXTRA_DATA' => 'Dodatni podaci', // Notification text 'LBL_USER_MENTIONED_TITLE' => 'SugarCRM – Pomenuto na {{module_name_singular}}', 'LBL_USER_MENTIONED' => '{{mentioning_user}} vas je pomenuo/la na {{module_name_singular}} {{record_name}}.', 'LBL_USER_ASSIGNED_TITLE' => 'SugarCRM – Dodelio/la {{module_name_singular}}', 'LBL_USER_ASSIGNED' => '{{assigned_by_user}} vam je dodalio/la {{module_name_singular}} {{record_name}}.', ];