Skip to content

Commit

Permalink
Merge pull request #16 from sugarcrm/fix-student-status
Browse files Browse the repository at this point in the history
Add missing language files
  • Loading branch information
mmarum-sugarcrm committed Feb 1, 2018
2 parents f58e998 + 733aa06 commit ed4dc47
Show file tree
Hide file tree
Showing 343 changed files with 4,571 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
$app_list_strings['account_status_list'] = array (
'Active' => 'Active',
'Defunct' => 'Defunct',
'Reactivated' => 'Reactivated',
'Unknown' => 'Unknown',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
$app_list_strings['account_type_dom'] = array (
'' => '',
'Analyst' => 'المحلل',
'Competitor' => 'المنافس',
'Customer' => 'العميل',
'Integrator' => 'الموحد',
'Other' => 'أخرى',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
$app_list_strings['contact_type_list'] = array (
'Prospective Student' => 'Prospective',
'Current Student' => 'Current',
'Past Student' => 'Former',
'Alumnus' => 'Alumnus',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
$app_list_strings['grading_list'] = array (
'A Plus' => 'A+',
'A' => 'A',
'A Minus' => 'A-',
'B Plus' => 'B+',
'B' => 'B',
'B Minus' => 'B-',
'C Plus' => 'C+',
'C' => 'C',
'C Minus' => 'C-',
'D Plus' => 'D+',
'D' => 'D',
'D Minus' => 'D-',
'F' => 'F',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
$app_list_strings['industry_dom'] = array (
'' => '',
'Apparel' => 'النسيج',
'Banking' => 'الأعمال المصرفية',
'Biotechnology' => 'التكنولوجيا الحيوية',
'Chemicals' => 'المواد الكيماوية',
'Communications' => 'الاتصالات',
'Construction' => 'المقاولات',
'Consulting' => 'الاستشارة',
'Education' => 'التعليم',
'Electronics' => 'الإلكترونيات',
'Energy' => 'الطاقة',
'Engineering' => 'الهندسة',
'Entertainment' => 'التسلية',
'Other' => 'أخرى',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
$app_list_strings['lead_source_dom'] = array (
'' => '',
'Cold Call' => 'المكالمة التسويقية',
'Existing Customer' => 'العميل الحالي',
'Self Generated' => 'منشأة ذاتيًا',
'Employee' => 'الموظف',
'Partner' => 'شريك',
'Public Relations' => 'العلاقات العامة',
'Direct Mail' => 'البريد المباشر',
'Web Site' => 'موقع الويب',
'Word of mouth' => 'السماع',
'Campaign' => 'الحملة',
'Other' => 'أخرى',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
$app_list_strings['lead_status_dom'] = array (
'' => '',
'New' => 'جديد',
'Assigned' => 'معيَّن',
'In Process' => 'قيد التقدم',
'Converted' => 'محول',
'Recycled' => 'معاد تصنيعه',
'Dead' => 'خامد',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
$app_list_strings['parent_type_display'] = array (
'Accounts' => 'الحساب',
'Contacts' => 'جهة الاتصال',
'Tasks' => 'المهمة',
'Opportunities' => 'الفرصة',
'Products' => 'البند المسعر',
'Quotes' => 'عرض السعر',
'Bugs' => 'الأخطاء',
'Cases' => 'الحالة',
'Leads' => 'العميل المتوقع',
'Project' => 'المشروع',
'ProjectTask' => 'مهمة المشروع',
'Prospects' => 'الهدف',
'KBContents' => 'قاعدة المعارف',
'RevenueLineItems' => 'بنود العائدات',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
$app_list_strings['record_type_display_notes'] = array (
'Accounts' => 'الحساب',
'Contacts' => 'جهة الاتصال',
'Opportunities' => 'الفرصة',
'Tasks' => 'المهمة',
'ProductTemplates' => 'كتالوج المنتج',
'Quotes' => 'عرض السعر',
'Products' => 'البند المسعر',
'Contracts' => 'العقد',
'Emails' => 'البريد الإلكتروني',
'Bugs' => 'الخطأ',
'Project' => 'المشروع',
'ProjectTask' => 'مهمة المشروع',
'Prospects' => 'الهدف',
'Cases' => 'الحالة',
'Leads' => 'العميل المتوقع',
'Meetings' => 'الاجتماع',
'Calls' => 'المكالمة',
'KBContents' => 'قاعدة المعارف',
'RevenueLineItems' => 'بنود العائدات',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
$app_list_strings['account_status_list'] = array (
'Active' => 'Active',
'Defunct' => 'Defunct',
'Reactivated' => 'Reactivated',
'Unknown' => 'Unknown',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
$app_list_strings['account_type_dom'] = array (
'' => '',
'Analyst' => 'Анализатор',
'Competitor' => 'Конкурент',
'Customer' => 'Клиент',
'Integrator' => 'Интегратор',
'Other' => 'Други',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
$app_list_strings['contact_type_list'] = array (
'Prospective Student' => 'Prospective',
'Current Student' => 'Current',
'Past Student' => 'Former',
'Alumnus' => 'Alumnus',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
$app_list_strings['grading_list'] = array (
'A Plus' => 'A+',
'A' => 'A',
'A Minus' => 'A-',
'B Plus' => 'B+',
'B' => 'B',
'B Minus' => 'B-',
'C Plus' => 'C+',
'C' => 'C',
'C Minus' => 'C-',
'D Plus' => 'D+',
'D' => 'D',
'D Minus' => 'D-',
'F' => 'F',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
$app_list_strings['industry_dom'] = array (
'' => '',
'Apparel' => 'Текстилна промишленост',
'Banking' => 'Банково дело',
'Biotechnology' => 'Биотехнологии',
'Chemicals' => 'Химическа промишленост',
'Communications' => 'Комуникации',
'Construction' => 'Строителство',
'Consulting' => 'Консултантски услуги',
'Education' => 'Образование',
'Electronics' => 'Електроника',
'Energy' => 'Природни ресурси и енергия',
'Engineering' => 'Инженерна дейност',
'Entertainment' => 'Забавление',
'Other' => 'Други',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
$app_list_strings['lead_source_dom'] = array (
'' => '',
'Cold Call' => 'Телефонен разговор',
'Existing Customer' => 'Съществуващ клиент',
'Self Generated' => 'По инициатива на клиента',
'Employee' => 'Служител',
'Partner' => 'Партньор',
'Public Relations' => 'Връзки с обществеността',
'Direct Mail' => 'Стационарна поща',
'Web Site' => 'Сайт на компанията',
'Word of mouth' => 'Препоръка',
'Campaign' => 'Кампания',
'Other' => 'Други',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
$app_list_strings['lead_status_dom'] = array (
'' => '',
'New' => 'Нов',
'Assigned' => 'Разпределена',
'In Process' => 'В опашката?',
'Converted' => 'Преобразуван:',
'Recycled' => 'Премахнат',
'Dead' => 'Загубен',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
$app_list_strings['parent_type_display'] = array (
'Accounts' => 'Организация',
'Contacts' => 'Контакт',
'Tasks' => 'Задача',
'Opportunities' => 'Възможност',
'Products' => 'Офериран продукт',
'Quotes' => 'Оферта',
'Bugs' => 'Проблеми',
'Cases' => 'Казус',
'Leads' => 'Потенциален клиент',
'Project' => 'Проекти',
'ProjectTask' => 'Задача по проект',
'Prospects' => 'Целеви клиент',
'KBContents' => 'База от знания',
'RevenueLineItems' => 'Приходни позиции',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
$app_list_strings['record_type_display_notes'] = array (
'Accounts' => 'Организация',
'Contacts' => 'Контакт',
'Opportunities' => 'Възможност',
'Tasks' => 'Задача',
'ProductTemplates' => 'Продуктов каталог',
'Quotes' => 'Оферта',
'Products' => 'Офериран продукт',
'Contracts' => 'Договор',
'Emails' => 'Електронна поща',
'Bugs' => 'Проблем',
'Project' => 'Проекти',
'ProjectTask' => 'Задача по проект',
'Prospects' => 'Целеви клиент',
'Cases' => 'Казус',
'Leads' => 'Потенциален клиент',
'Meetings' => 'Среща',
'Calls' => 'Обаждане',
'KBContents' => 'База от знания',
'RevenueLineItems' => 'Приходни позиции',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
$app_list_strings['account_status_list'] = array (
'Active' => 'Active',
'Defunct' => 'Defunct',
'Reactivated' => 'Reactivated',
'Unknown' => 'Unknown',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
$app_list_strings['account_type_dom'] = array (
'' => '',
'Analyst' => 'Analista',
'Competitor' => 'Competència',
'Customer' => 'Client',
'Integrator' => 'Integrador',
'Other' => 'Un altre',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
$app_list_strings['contact_type_list'] = array (
'Prospective Student' => 'Prospective',
'Current Student' => 'Current',
'Past Student' => 'Former',
'Alumnus' => 'Alumnus',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
$app_list_strings['grading_list'] = array (
'A Plus' => 'A+',
'A' => 'A',
'A Minus' => 'A-',
'B Plus' => 'B+',
'B' => 'B',
'B Minus' => 'B-',
'C Plus' => 'C+',
'C' => 'C',
'C Minus' => 'C-',
'D Plus' => 'D+',
'D' => 'D',
'D Minus' => 'D-',
'F' => 'F',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
$app_list_strings['industry_dom'] = array (
'' => '',
'Apparel' => 'Tèxtil',
'Banking' => 'Banca',
'Biotechnology' => 'Biotecnologia',
'Chemicals' => 'Química',
'Communications' => 'Comunicacions',
'Construction' => 'Construcció',
'Consulting' => 'Consultoria',
'Education' => 'Educació',
'Electronics' => 'Electrònica',
'Energy' => 'Energia',
'Engineering' => 'Enginyeria',
'Entertainment' => 'Entreteniment',
'Other' => 'Un altre',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
$app_list_strings['lead_source_dom'] = array (
'' => '',
'Cold Call' => 'Telemàrqueting',
'Existing Customer' => 'Client existent',
'Self Generated' => 'Autogenerat',
'Employee' => 'Empleat',
'Partner' => 'Soci',
'Public Relations' => 'Relacions públiques',
'Direct Mail' => 'Correu directe',
'Web Site' => 'Lloc web',
'Word of mouth' => 'Recomanació',
'Campaign' => 'Campanya',
'Other' => 'Un altre',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
$app_list_strings['lead_status_dom'] = array (
'' => '',
'New' => 'Nou',
'Assigned' => 'Assignat',
'In Process' => 'En Cua?',
'Converted' => 'Convertit',
'Recycled' => 'Reciclat',
'Dead' => 'Mort',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
$app_list_strings['parent_type_display'] = array (
'Accounts' => 'Compte',
'Contacts' => 'Contacte',
'Tasks' => 'Tasca',
'Opportunities' => 'Oportunitat',
'Products' => 'Element de línia d\'oferta',
'Quotes' => 'Pressupost',
'Bugs' => 'Incidències',
'Cases' => 'Cas',
'Leads' => 'Client potencial',
'Project' => 'Projecte',
'ProjectTask' => 'Tasca de projecte',
'Prospects' => 'Objectiu',
'KBContents' => 'Knowledge Base',
'RevenueLineItems' => 'Elements de línia d\'ingressos',
);
Loading

0 comments on commit ed4dc47

Please sign in to comment.