From 391037cc4c6ed0ed3e44ed10f2750bad31e287de Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 13 Aug 2014 11:48:20 +0100 Subject: [PATCH] Fixed russian language file in security suite --- .../Ext/Language/ru_ru.SecurityGroups.php | 2 +- .../Ext/Language/es_es.lang.ext.php | 853 ++++++++--------- .../Ext/Language/ru_ru.lang.ext.php | 894 ++++++++++++------ 3 files changed, 1050 insertions(+), 699 deletions(-) diff --git a/custom/Extension/application/Ext/Language/ru_ru.SecurityGroups.php b/custom/Extension/application/Ext/Language/ru_ru.SecurityGroups.php index cec589b21be..6fa690006c3 100644 --- a/custom/Extension/application/Ext/Language/ru_ru.SecurityGroups.php +++ b/custom/Extension/application/Ext/Language/ru_ru.SecurityGroups.php @@ -1,4 +1,4 @@ - - */ - - -$app_list_strings['moduleList']['AOP_AOP_Case_Events'] = 'Eventos de Casos'; -$app_list_strings['moduleList']['AOP_AOP_Case_Updates'] = 'Actualizaciones de Casos'; -$app_list_strings['moduleList']['AOP_Case_Events'] = 'Eventos de Casos'; -$app_list_strings['moduleList']['AOP_Case_Updates'] = 'Actualizaciones de Casos'; -$app_strings['LBL_AOP_EMAIL_REPLY_DELIMITER'] = '========== Por favor responda por encima de esta linea =========='; - -$app_list_strings['case_state_dom'] = - array ( - 'Open' => 'Abierto', - 'Closed' => 'Cerrado', - ); -$app_list_strings['case_state_default_key'] = 'Open'; -$app_list_strings['case_status_default_key'] = 'Open_New'; -$app_list_strings['case_status_dom'] = - array ( - 'Open_New' => 'Nuevo', - 'Open_Assigned' => 'Asignado', - 'Closed_Closed' => 'Cerrado', - 'Open_Pending Input' => 'Pendiente de Información', - 'Closed_Rejected' => 'Rechazado', - 'Closed_Duplicate' => 'Duplicado', - ); - -/** - * Advanced OpenReports, SugarCRM Reporting. - * @package Advanced OpenReports for SugarCRM - * @copyright SalesAgility Ltd http://www.salesagility.com - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE - * along with this program; if not, see http://www.gnu.org/licenses - * or write to the Free Software Foundation,Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301 USA - * - * @author SalesAgility - */ - - -$app_list_strings['moduleList']['AOR_Reports'] = 'Reportes'; -$app_list_strings['moduleList']['AOR_Conditions'] = 'Condiciones de Reportes'; -$app_list_strings['moduleList']['AOR_Charts'] = 'Gráficos de Reportes'; -$app_list_strings['moduleList']['AOR_Fields'] = 'Campos de Reportes'; -$app_list_strings['aor_operator_list']['Equal_To'] = 'Igual a'; -$app_list_strings['aor_operator_list']['Not_Equal_To'] = 'No igual a'; -$app_list_strings['aor_operator_list']['Greater_Than'] = 'Mayor que'; -$app_list_strings['aor_operator_list']['Less_Than'] = 'Menor que'; -$app_list_strings['aor_operator_list']['Greater_Than_or_Equal_To'] = 'Mayor o igual a'; -$app_list_strings['aor_operator_list']['Less_Than_or_Equal_To'] = 'Menor o igual a'; -$app_list_strings['aor_sql_operator_list']['Equal_To'] = '='; -$app_list_strings['aor_sql_operator_list']['Not_Equal_To'] = '!='; -$app_list_strings['aor_sql_operator_list']['Greater_Than'] = '>'; -$app_list_strings['aor_sql_operator_list']['Less_Than'] = '<'; -$app_list_strings['aor_sql_operator_list']['Greater_Than_or_Equal_To'] = '>='; -$app_list_strings['aor_sql_operator_list']['Less_Than_or_Equal_To'] = '<='; -$app_list_strings['aor_condition_operator_list']['And'] = 'Y'; -$app_list_strings['aor_condition_operator_list']['OR'] = 'O'; -$app_list_strings['aor_condition_type_list']['Value'] = 'Valor'; -$app_list_strings['aor_condition_type_list']['Field'] = 'Campo'; -$app_list_strings['aor_condition_type_list']['Date'] = 'Fecha'; -$app_list_strings['aor_condition_type_list']['Multi'] = 'Multiple'; -$app_list_strings['aor_date_type_list'][''] = ''; -$app_list_strings['aor_date_type_list']['minute'] = 'Minutos'; -$app_list_strings['aor_date_type_list']['hour'] = 'Horas'; -$app_list_strings['aor_date_type_list']['day'] = 'Dias'; -$app_list_strings['aor_date_type_list']['week'] = 'Semanas'; -$app_list_strings['aor_date_type_list']['month'] = 'Meses'; -$app_list_strings['aor_date_type_list']['business_hours'] = 'Horas Laborales'; -$app_list_strings['aor_date_options']['now'] = 'Ahora'; -$app_list_strings['aor_date_options']['field'] = 'Este Campo'; -$app_list_strings['aor_date_operator']['now'] = ''; -$app_list_strings['aor_date_operator']['plus'] = '+'; -$app_list_strings['aor_date_operator']['minus'] = '-'; -$app_list_strings['aor_sort_operator'][''] = ''; -$app_list_strings['aor_sort_operator']['ASC'] = 'Ascendente'; -$app_list_strings['aor_sort_operator']['DESC'] = 'Descendente'; -$app_list_strings['aor_function_list'][''] = ''; -$app_list_strings['aor_function_list']['COUNT'] = 'Cantidad'; -$app_list_strings['aor_function_list']['MIN'] = 'Minimo'; -$app_list_strings['aor_function_list']['MAX'] = 'Maximo'; -$app_list_strings['aor_function_list']['SUM'] = 'Suma'; -$app_list_strings['aor_function_list']['AVG'] = 'Promedio'; /** - * Products, Quotations & Invoices modules. * Extensions to SugarCRM - * @package Advanced OpenSales for SugarCRM + * @package Reschedule for SugarCRM * @subpackage Products * @copyright SalesAgility Ltd http://www.salesagility.com * @@ -197,99 +26,29 @@ * @author Salesagility Ltd */ -$app_list_strings['moduleList']['AOS_Contracts'] = 'Contratos'; -$app_list_strings['moduleList']['AOS_Invoices'] = 'Facturas'; -$app_list_strings['moduleList']['AOS_PDF_Templates'] = 'Formatos PDF'; -$app_list_strings['moduleList']['AOS_Product_Categories'] = 'Categorías de Productos'; -$app_list_strings['moduleList']['AOS_Products'] = 'Productos'; -$app_list_strings['moduleList']['AOS_Products_Quotes'] = 'Cotizaciones de Productos'; -$app_list_strings['moduleList']['AOS_Line_Item_Groups'] = 'Grupos de Lineas de Items'; -$app_list_strings['moduleList']['AOS_Quotes'] = 'Cotizaciones'; -$app_list_strings['aos_quotes_type_dom'][''] = ''; -$app_list_strings['aos_quotes_type_dom']['Analyst'] = 'Analista'; -$app_list_strings['aos_quotes_type_dom']['Competitor'] = 'Competidor'; -$app_list_strings['aos_quotes_type_dom']['Customer'] = 'Cliente'; -$app_list_strings['aos_quotes_type_dom']['Integrator'] = 'Integrador'; -$app_list_strings['aos_quotes_type_dom']['Investor'] = 'Inversionista'; -$app_list_strings['aos_quotes_type_dom']['Partner'] = 'Socio'; -$app_list_strings['aos_quotes_type_dom']['Press'] = 'Prensa'; -$app_list_strings['aos_quotes_type_dom']['Prospect'] = 'Prospecto'; -$app_list_strings['aos_quotes_type_dom']['Reseller'] = 'Revendedor'; -$app_list_strings['aos_quotes_type_dom']['Other'] = 'Otro'; -$app_list_strings['template_ddown_c_list'][''] = ''; -$app_list_strings['quote_stage_dom']['Draft'] = 'Borrador'; -$app_list_strings['quote_stage_dom']['Negotiation'] = 'Negociación'; -$app_list_strings['quote_stage_dom']['Delivered'] = 'Entregado'; -$app_list_strings['quote_stage_dom']['On Hold'] = 'En Espera'; -$app_list_strings['quote_stage_dom']['Confirmed'] = 'Confirmado'; -$app_list_strings['quote_stage_dom']['Closed Accepted'] = 'Cerrado Aceptado'; -$app_list_strings['quote_stage_dom']['Closed Lost'] = 'Cerrado Pérdido'; -$app_list_strings['quote_stage_dom']['Closed Dead'] = 'Cerrado Muerto'; -$app_list_strings['quote_term_dom']['Net 15'] = 'Red 15'; -$app_list_strings['quote_term_dom']['Net 30'] = 'Red 30'; -$app_list_strings['quote_term_dom'][''] = ''; -$app_list_strings['approval_status_dom']['Approved'] = 'Approvado'; -$app_list_strings['approval_status_dom']['Not Approved'] = 'No Approvado'; -$app_list_strings['approval_status_dom'][''] = ''; -$app_list_strings['vat_list']['16.0'] = '16.0'; -$app_list_strings['vat_list']['11.0'] = '11.0'; -$app_list_strings['vat_list']['18.0'] = '18.0'; -$app_list_strings['discount_list']['Percentage'] = 'Porcentaje'; -$app_list_strings['discount_list']['Amount'] = 'Cantidad'; -$app_list_strings['aos_invoices_type_dom'][''] = ''; -$app_list_strings['aos_invoices_type_dom']['Analyst'] = 'Analista'; -$app_list_strings['aos_invoices_type_dom']['Competitor'] = 'Competidor'; -$app_list_strings['aos_invoices_type_dom']['Customer'] = 'Cliente'; -$app_list_strings['aos_invoices_type_dom']['Integrator'] = 'Integrador'; -$app_list_strings['aos_invoices_type_dom']['Investor'] = 'Inversionista'; -$app_list_strings['aos_invoices_type_dom']['Partner'] = 'Socio'; -$app_list_strings['aos_invoices_type_dom']['Press'] = 'Prensa'; -$app_list_strings['aos_invoices_type_dom']['Prospect'] = 'Prospecto'; -$app_list_strings['aos_invoices_type_dom']['Reseller'] = 'Revendedor'; -$app_list_strings['aos_invoices_type_dom']['Other'] = 'Otro'; -$app_list_strings['invoice_status_dom']['Paid'] = 'Pagado'; -$app_list_strings['invoice_status_dom']['Unpaid'] = 'No Pagado'; -$app_list_strings['invoice_status_dom']['Cancelled'] = 'Cancelado'; -$app_list_strings['invoice_status_dom'][''] = ''; -$app_list_strings['quote_invoice_status_dom']['Not Invoiced'] = 'No Facturado'; -$app_list_strings['quote_invoice_status_dom']['Invoiced'] = 'Facturado'; -$app_list_strings['product_code_dom']['XXXX'] = 'XXXX'; -$app_list_strings['product_code_dom']['YYYY'] = 'YYYY'; -$app_list_strings['product_category_dom']['Laptops'] = 'Laptops'; -$app_list_strings['product_category_dom']['Desktops'] = 'Desktops'; -$app_list_strings['product_category_dom'][''] = ''; -$app_list_strings['product_type_dom']['Good'] = 'Bien'; -$app_list_strings['product_type_dom']['Service'] = 'Servicio'; -$app_list_strings['product_quote_parent_type_dom']['AOS_Quotes'] = 'Cotizaciones'; -$app_list_strings['product_quote_parent_type_dom']['AOS_Invoices'] = 'Facturas'; -$app_list_strings['pdf_template_type_dom']['AOS_Quotes'] = 'Cotizaciones'; -$app_list_strings['pdf_template_type_dom']['AOS_Invoices'] = 'Facturas'; -$app_list_strings['pdf_template_type_dom']['Accounts'] = 'Cuentas'; -$app_list_strings['pdf_template_type_dom']['Contacts'] = 'Contactos'; -$app_list_strings['pdf_template_type_dom']['Leads'] = 'Oportunidades'; -$app_list_strings['contract_status_list']['Not Started'] = 'No Iniciado'; -$app_list_strings['contract_status_list']['In Progress'] = 'En Desarrollo'; -$app_list_strings['contract_status_list']['Signed'] = 'Firmado'; -$app_list_strings['contract_type_list']['Type'] = 'Tipo'; -$app_strings['LBL_GENERATE_LETTER'] = 'Generar Carta'; +$app_list_strings['call_reschedule_dom'][''] = ''; +$app_list_strings['call_reschedule_dom']['Out of Office'] = 'Fuera de la Oficina'; +$app_list_strings['call_reschedule_dom']['In a Meeting'] = 'En una reunion'; -$app_strings['LBL_SELECT_TEMPLATE'] = 'Por favor seleccione un formato'; -$app_strings['LBL_NO_TEMPLATE'] = 'ERROR\nNo se encontraron formatos.\nPor favor vaya al módulo de Formatos PDF y cree uno'; +$app_strings['LBL_RESCHEDULE_LABEL'] = 'Replanificar'; +$app_strings['LBL_RESCHEDULE_TITLE'] = 'Por favor ingrese los datos de la Replanificación'; +$app_strings['LBL_RESCHEDULE_DATE'] = 'Fecha:'; +$app_strings['LBL_RESCHEDULE_REASON'] = 'Razón:'; +$app_strings['LBL_RESCHEDULE_ERROR1'] = 'Por favor seleccione una fecha válida'; +$app_strings['LBL_RESCHEDULE_ERROR2'] = 'Por favor seleccione una razón'; + +$app_strings['LBL_RESCHEDULE_PANEL'] = 'Replanificar'; +$app_strings['LBL_RESCHEDULE_HISTORY'] = 'Historial de Intentos de Llamada'; +$app_strings['LBL_RESCHEDULE_COUNT'] = 'Intentos de Llamada'; -$app_list_strings['vat_list']['0.0'] = '0%'; -$app_list_strings['vat_list']['5.0'] = '5%'; -$app_list_strings['vat_list']['7.5'] = '7.5%'; -$app_list_strings['vat_list']['17.5'] = '17.5%'; -$app_list_strings['vat_list']['20.0'] = '20%'; -$app_list_strings['pdf_template_sample_dom'][''] = ''; /** - * Advanced OpenWorkflow, Automating SugarCRM. - * @package Advanced OpenWorkflow for SugarCRM + * + * @package Advanced OpenPortal * @copyright SalesAgility Ltd http://www.salesagility.com - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by * the Free Software Foundation; either version 3 of the License, or @@ -304,70 +63,33 @@ * along with this program; if not, see http://www.gnu.org/licenses * or write to the Free Software Foundation,Inc., 51 Franklin Street, * Fifth Floor, Boston, MA 02110-1301 USA - * - * @author SalesAgility - */ - - -$app_list_strings['moduleList']['AOW_WorkFlow'] = 'WorkFlow'; -$app_list_strings['moduleList']['AOW_Conditions'] = 'Condiciones de WorkFlow'; -$app_list_strings['moduleList']['AOW_Processed'] = 'Auditoría del Proceso'; -$app_list_strings['moduleList']['AOW_Actions'] = 'Acciones del WorkFlow'; -$app_list_strings['aow_status_list']['Active'] = 'Activo'; -$app_list_strings['aow_status_list']['Inactive'] = 'Inactivo'; -$app_list_strings['aow_operator_list']['Equal_To'] = 'Igual a'; -$app_list_strings['aow_operator_list']['Not_Equal_To'] = 'No igual a'; -$app_list_strings['aow_operator_list']['Greater_Than'] = 'Mayor que'; -$app_list_strings['aow_operator_list']['Less_Than'] = 'Menor que'; -$app_list_strings['aow_operator_list']['Greater_Than_or_Equal_To'] = 'Mayor que o igual a'; -$app_list_strings['aow_operator_list']['Less_Than_or_Equal_To'] = 'Menor que o igual a'; -$app_list_strings['aow_sql_operator_list']['Equal_To'] = '='; -$app_list_strings['aow_sql_operator_list']['Not_Equal_To'] = '!='; -$app_list_strings['aow_sql_operator_list']['Greater_Than'] = '>'; -$app_list_strings['aow_sql_operator_list']['Less_Than'] = '<'; -$app_list_strings['aow_sql_operator_list']['Greater_Than_or_Equal_To'] = '>='; -$app_list_strings['aow_sql_operator_list']['Less_Than_or_Equal_To'] = '<='; -$app_list_strings['aow_process_status_list']['Complete'] = 'Completado'; -$app_list_strings['aow_process_status_list']['Running'] = 'Ejecutando'; -$app_list_strings['aow_process_status_list']['Pending'] = 'Pendiente'; -$app_list_strings['aow_process_status_list']['Failed'] = 'Fallido'; -$app_list_strings['aow_condition_operator_list']['And'] = 'Y'; -$app_list_strings['aow_condition_operator_list']['OR'] = 'O'; -$app_list_strings['aow_condition_operator_list']['OR'] = 'O'; -$app_list_strings['aow_condition_type_list']['Value'] = 'Valor'; -$app_list_strings['aow_condition_type_list']['Field'] = 'Campo'; -$app_list_strings['aow_condition_type_list']['Date'] = 'Fecha'; -$app_list_strings['aow_condition_type_list']['Multi'] = 'Multiple'; -$app_list_strings['aow_action_type_list']['Value'] = 'Valor'; -$app_list_strings['aow_action_type_list']['Field'] = 'Campo'; -$app_list_strings['aow_action_type_list']['Date'] = 'Fecha'; -$app_list_strings['aow_action_type_list']['Round_Robin'] = 'Round Robin'; -$app_list_strings['aow_action_type_list']['Least_Busy'] = 'Menos Ocupado'; -$app_list_strings['aow_action_type_list']['Random'] = 'Al azar'; -$app_list_strings['aow_rel_action_type_list']['Value'] = 'Valor'; -$app_list_strings['aow_rel_action_type_list']['Field'] = 'Campo'; -$app_list_strings['aow_date_type_list'][''] = ''; -$app_list_strings['aow_date_type_list']['minute'] = 'Minutos'; -$app_list_strings['aow_date_type_list']['hour'] = 'Horas'; -$app_list_strings['aow_date_type_list']['day'] = 'Dias'; -$app_list_strings['aow_date_type_list']['week'] = 'Semanas'; -$app_list_strings['aow_date_type_list']['month'] = 'Meses'; -$app_list_strings['aow_date_type_list']['business_hours'] = 'Horas Laborales'; -$app_list_strings['aow_date_options']['now'] = 'Ahora'; -$app_list_strings['aow_date_options']['field'] = 'Este Campo'; -$app_list_strings['aow_date_operator']['now'] = ''; -$app_list_strings['aow_date_operator']['plus'] = '+'; -$app_list_strings['aow_date_operator']['minus'] = '-'; -$app_list_strings['aow_assign_options']['all'] = 'TODOS los Usuarios'; -$app_list_strings['aow_assign_options']['role'] = 'TODOS los Usuarios de un Rol'; -$app_list_strings['aow_assign_options']['security_group'] = 'TODOS los Usuarios de un Equipo'; -$app_list_strings['aow_email_type_list']['Email Address'] = 'Email'; -$app_list_strings['aow_email_type_list']['Record Email'] = 'Email del Registro'; -$app_list_strings['aow_email_type_list']['Specify User'] = 'Usuario'; -$app_list_strings['aow_email_type_list']['Related Field'] = 'Campo Relacionado'; + * + * @author Salesagility Ltd + */ +$app_list_strings['moduleList']['AOP_AOP_Case_Events'] = 'Eventos de Casos'; +$app_list_strings['moduleList']['AOP_AOP_Case_Updates'] = 'Actualizaciones de Casos'; +$app_list_strings['moduleList']['AOP_Case_Events'] = 'Eventos de Casos'; +$app_list_strings['moduleList']['AOP_Case_Updates'] = 'Actualizaciones de Casos'; +$app_strings['LBL_AOP_EMAIL_REPLY_DELIMITER'] = '========== Por favor responda por encima de esta linea =========='; +$app_list_strings['case_state_dom'] = + array ( + 'Open' => 'Abierto', + 'Closed' => 'Cerrado', + ); +$app_list_strings['case_state_default_key'] = 'Open'; +$app_list_strings['case_status_default_key'] = 'Open_New'; +$app_list_strings['case_status_dom'] = + array ( + 'Open_New' => 'Nuevo', + 'Open_Assigned' => 'Asignado', + 'Closed_Closed' => 'Cerrado', + 'Open_Pending Input' => 'Pendiente de Información', + 'Closed_Rejected' => 'Rechazado', + 'Closed_Duplicate' => 'Duplicado', + ); $app_strings['LBL_MAP'] = 'Mapa'; @@ -651,64 +373,392 @@ -$app_list_strings['marker_image_list']['speed_70'] = 'Velocidad 70'; -$app_list_strings['marker_image_list']['speed_80'] = 'Velocidad 80'; -$app_list_strings['marker_image_list']['speed_90'] = 'Velocidad 90'; -$app_list_strings['marker_image_list']['speed_hump'] = 'Velocidad Hump'; -$app_list_strings['marker_image_list']['stadium'] = 'Stadium'; -$app_list_strings['marker_image_list']['statue'] = 'Statue'; -$app_list_strings['marker_image_list']['steam_train'] = 'Steam Train'; -$app_list_strings['marker_image_list']['stop'] = 'Stop'; -$app_list_strings['marker_image_list']['stoplight'] = 'Stoplight'; -$app_list_strings['marker_image_list']['subway'] = 'Subway'; -$app_list_strings['marker_image_list']['sun'] = 'Sun'; -$app_list_strings['marker_image_list']['sunday'] = 'Sunday'; -$app_list_strings['marker_image_list']['supermarket'] = 'Supermarket'; -$app_list_strings['marker_image_list']['synagogue'] = 'Synagogue'; -$app_list_strings['marker_image_list']['tapas'] = 'Tapas'; -$app_list_strings['marker_image_list']['taxi'] = 'Taxi'; -$app_list_strings['marker_image_list']['taxiway'] = 'Taxiway'; -$app_list_strings['marker_image_list']['teahouse'] = 'Teahouse'; -$app_list_strings['marker_image_list']['telephone'] = 'Telephone'; -$app_list_strings['marker_image_list']['temple_hindu'] = 'Temple Hindu'; -$app_list_strings['marker_image_list']['terrace'] = 'Terrace'; -$app_list_strings['marker_image_list']['text'] = 'Text'; -$app_list_strings['marker_image_list']['theater'] = 'Theater'; -$app_list_strings['marker_image_list']['theme_park'] = 'Theme Park'; -$app_list_strings['marker_image_list']['thursday'] = 'Thursday'; -$app_list_strings['marker_image_list']['toilets'] = 'Toilets'; -$app_list_strings['marker_image_list']['toll_station'] = 'Toll Station'; -$app_list_strings['marker_image_list']['tower'] = 'Tower'; -$app_list_strings['marker_image_list']['traffic_enforcement_camera'] = 'Traffic Enforcement Camera'; -$app_list_strings['marker_image_list']['train'] = 'Train'; -$app_list_strings['marker_image_list']['tram'] = 'Tram'; -$app_list_strings['marker_image_list']['truck'] = 'Truck'; -$app_list_strings['marker_image_list']['tuesday'] = 'Tuesday'; -$app_list_strings['marker_image_list']['tunnel'] = 'Tunnel'; -$app_list_strings['marker_image_list']['turn_left'] = 'Turn Left'; -$app_list_strings['marker_image_list']['turn_right'] = 'Turn Right'; -$app_list_strings['marker_image_list']['university'] = 'University'; -$app_list_strings['marker_image_list']['up'] = 'Up'; -$app_list_strings['marker_image_list']['up_left'] = 'Arriba Izquierda'; -$app_list_strings['marker_image_list']['up_right'] = 'Arriba Derecha'; -$app_list_strings['marker_image_list']['up_then_left'] = 'Arriba Luego Izquierda'; -$app_list_strings['marker_image_list']['up_then_right'] = 'Arriba Luego Derecha'; -$app_list_strings['marker_image_list']['vespa'] = 'Vespa'; -$app_list_strings['marker_image_list']['video'] = 'Video'; -$app_list_strings['marker_image_list']['villa'] = 'Villa'; -$app_list_strings['marker_image_list']['water'] = 'Agua'; -$app_list_strings['marker_image_list']['waterfall'] = 'Cascada'; -$app_list_strings['marker_image_list']['watermill'] = 'Molino de Agua'; -$app_list_strings['marker_image_list']['waterpark'] = 'Parque Acuático'; -$app_list_strings['marker_image_list']['watertower'] = 'Torre de Agua'; -$app_list_strings['marker_image_list']['wednesday'] = 'Miércoles'; -$app_list_strings['marker_image_list']['wifi'] = 'WiFi'; -$app_list_strings['marker_image_list']['wind_turbine'] = 'Turbina de Viento'; -$app_list_strings['marker_image_list']['windmill'] = 'Molino de Viento'; -$app_list_strings['marker_image_list']['winery'] = 'Lagar'; -$app_list_strings['marker_image_list']['work_office'] = 'Oficina'; -$app_list_strings['marker_image_list']['world_heritage_site'] = 'Patrimonio de la Humanidad'; -$app_list_strings['marker_image_list']['zoo'] = 'Zoo'; +$app_list_strings['marker_image_list']['speed_70'] = 'Velocidad 70'; +$app_list_strings['marker_image_list']['speed_80'] = 'Velocidad 80'; +$app_list_strings['marker_image_list']['speed_90'] = 'Velocidad 90'; +$app_list_strings['marker_image_list']['speed_hump'] = 'Velocidad Hump'; +$app_list_strings['marker_image_list']['stadium'] = 'Stadium'; +$app_list_strings['marker_image_list']['statue'] = 'Statue'; +$app_list_strings['marker_image_list']['steam_train'] = 'Steam Train'; +$app_list_strings['marker_image_list']['stop'] = 'Stop'; +$app_list_strings['marker_image_list']['stoplight'] = 'Stoplight'; +$app_list_strings['marker_image_list']['subway'] = 'Subway'; +$app_list_strings['marker_image_list']['sun'] = 'Sun'; +$app_list_strings['marker_image_list']['sunday'] = 'Sunday'; +$app_list_strings['marker_image_list']['supermarket'] = 'Supermarket'; +$app_list_strings['marker_image_list']['synagogue'] = 'Synagogue'; +$app_list_strings['marker_image_list']['tapas'] = 'Tapas'; +$app_list_strings['marker_image_list']['taxi'] = 'Taxi'; +$app_list_strings['marker_image_list']['taxiway'] = 'Taxiway'; +$app_list_strings['marker_image_list']['teahouse'] = 'Teahouse'; +$app_list_strings['marker_image_list']['telephone'] = 'Telephone'; +$app_list_strings['marker_image_list']['temple_hindu'] = 'Temple Hindu'; +$app_list_strings['marker_image_list']['terrace'] = 'Terrace'; +$app_list_strings['marker_image_list']['text'] = 'Text'; +$app_list_strings['marker_image_list']['theater'] = 'Theater'; +$app_list_strings['marker_image_list']['theme_park'] = 'Theme Park'; +$app_list_strings['marker_image_list']['thursday'] = 'Thursday'; +$app_list_strings['marker_image_list']['toilets'] = 'Toilets'; +$app_list_strings['marker_image_list']['toll_station'] = 'Toll Station'; +$app_list_strings['marker_image_list']['tower'] = 'Tower'; +$app_list_strings['marker_image_list']['traffic_enforcement_camera'] = 'Traffic Enforcement Camera'; +$app_list_strings['marker_image_list']['train'] = 'Train'; +$app_list_strings['marker_image_list']['tram'] = 'Tram'; +$app_list_strings['marker_image_list']['truck'] = 'Truck'; +$app_list_strings['marker_image_list']['tuesday'] = 'Tuesday'; +$app_list_strings['marker_image_list']['tunnel'] = 'Tunnel'; +$app_list_strings['marker_image_list']['turn_left'] = 'Turn Left'; +$app_list_strings['marker_image_list']['turn_right'] = 'Turn Right'; +$app_list_strings['marker_image_list']['university'] = 'University'; +$app_list_strings['marker_image_list']['up'] = 'Up'; +$app_list_strings['marker_image_list']['up_left'] = 'Arriba Izquierda'; +$app_list_strings['marker_image_list']['up_right'] = 'Arriba Derecha'; +$app_list_strings['marker_image_list']['up_then_left'] = 'Arriba Luego Izquierda'; +$app_list_strings['marker_image_list']['up_then_right'] = 'Arriba Luego Derecha'; +$app_list_strings['marker_image_list']['vespa'] = 'Vespa'; +$app_list_strings['marker_image_list']['video'] = 'Video'; +$app_list_strings['marker_image_list']['villa'] = 'Villa'; +$app_list_strings['marker_image_list']['water'] = 'Agua'; +$app_list_strings['marker_image_list']['waterfall'] = 'Cascada'; +$app_list_strings['marker_image_list']['watermill'] = 'Molino de Agua'; +$app_list_strings['marker_image_list']['waterpark'] = 'Parque Acuático'; +$app_list_strings['marker_image_list']['watertower'] = 'Torre de Agua'; +$app_list_strings['marker_image_list']['wednesday'] = 'Miércoles'; +$app_list_strings['marker_image_list']['wifi'] = 'WiFi'; +$app_list_strings['marker_image_list']['wind_turbine'] = 'Turbina de Viento'; +$app_list_strings['marker_image_list']['windmill'] = 'Molino de Viento'; +$app_list_strings['marker_image_list']['winery'] = 'Lagar'; +$app_list_strings['marker_image_list']['work_office'] = 'Oficina'; +$app_list_strings['marker_image_list']['world_heritage_site'] = 'Patrimonio de la Humanidad'; +$app_list_strings['marker_image_list']['zoo'] = 'Zoo'; + + +/** + * Advanced OpenReports, SugarCRM Reporting. + * @package Advanced OpenReports for SugarCRM + * @copyright SalesAgility Ltd http://www.salesagility.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE + * along with this program; if not, see http://www.gnu.org/licenses + * or write to the Free Software Foundation,Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA + * + * @author SalesAgility + */ + + +$app_list_strings['moduleList']['AOR_Reports'] = 'Reportes'; +$app_list_strings['moduleList']['AOR_Conditions'] = 'Condiciones de Reportes'; +$app_list_strings['moduleList']['AOR_Charts'] = 'Gráficos de Reportes'; +$app_list_strings['moduleList']['AOR_Fields'] = 'Campos de Reportes'; +$app_list_strings['aor_operator_list']['Equal_To'] = 'Igual a'; +$app_list_strings['aor_operator_list']['Not_Equal_To'] = 'No igual a'; +$app_list_strings['aor_operator_list']['Greater_Than'] = 'Mayor que'; +$app_list_strings['aor_operator_list']['Less_Than'] = 'Menor que'; +$app_list_strings['aor_operator_list']['Greater_Than_or_Equal_To'] = 'Mayor o igual a'; +$app_list_strings['aor_operator_list']['Less_Than_or_Equal_To'] = 'Menor o igual a'; +$app_list_strings['aor_sql_operator_list']['Equal_To'] = '='; +$app_list_strings['aor_sql_operator_list']['Not_Equal_To'] = '!='; +$app_list_strings['aor_sql_operator_list']['Greater_Than'] = '>'; +$app_list_strings['aor_sql_operator_list']['Less_Than'] = '<'; +$app_list_strings['aor_sql_operator_list']['Greater_Than_or_Equal_To'] = '>='; +$app_list_strings['aor_sql_operator_list']['Less_Than_or_Equal_To'] = '<='; +$app_list_strings['aor_condition_operator_list']['And'] = 'Y'; +$app_list_strings['aor_condition_operator_list']['OR'] = 'O'; +$app_list_strings['aor_condition_type_list']['Value'] = 'Valor'; +$app_list_strings['aor_condition_type_list']['Field'] = 'Campo'; +$app_list_strings['aor_condition_type_list']['Date'] = 'Fecha'; +$app_list_strings['aor_condition_type_list']['Multi'] = 'Multiple'; +$app_list_strings['aor_date_type_list'][''] = ''; +$app_list_strings['aor_date_type_list']['minute'] = 'Minutos'; +$app_list_strings['aor_date_type_list']['hour'] = 'Horas'; +$app_list_strings['aor_date_type_list']['day'] = 'Dias'; +$app_list_strings['aor_date_type_list']['week'] = 'Semanas'; +$app_list_strings['aor_date_type_list']['month'] = 'Meses'; +$app_list_strings['aor_date_type_list']['business_hours'] = 'Horas Laborales'; +$app_list_strings['aor_date_options']['now'] = 'Ahora'; +$app_list_strings['aor_date_options']['field'] = 'Este Campo'; +$app_list_strings['aor_date_operator']['now'] = ''; +$app_list_strings['aor_date_operator']['plus'] = '+'; +$app_list_strings['aor_date_operator']['minus'] = '-'; +$app_list_strings['aor_sort_operator'][''] = ''; +$app_list_strings['aor_sort_operator']['ASC'] = 'Ascendente'; +$app_list_strings['aor_sort_operator']['DESC'] = 'Descendente'; +$app_list_strings['aor_function_list'][''] = ''; +$app_list_strings['aor_function_list']['COUNT'] = 'Cantidad'; +$app_list_strings['aor_function_list']['MIN'] = 'Minimo'; +$app_list_strings['aor_function_list']['MAX'] = 'Maximo'; +$app_list_strings['aor_function_list']['SUM'] = 'Suma'; +$app_list_strings['aor_function_list']['AVG'] = 'Promedio'; + +/** + * Advanced OpenWorkflow, Automating SugarCRM. + * @package Advanced OpenWorkflow for SugarCRM + * @copyright SalesAgility Ltd http://www.salesagility.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE + * along with this program; if not, see http://www.gnu.org/licenses + * or write to the Free Software Foundation,Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA + * + * @author SalesAgility + */ + + +$app_list_strings['moduleList']['AOW_WorkFlow'] = 'WorkFlow'; +$app_list_strings['moduleList']['AOW_Conditions'] = 'Condiciones de WorkFlow'; +$app_list_strings['moduleList']['AOW_Processed'] = 'Auditoría del Proceso'; +$app_list_strings['moduleList']['AOW_Actions'] = 'Acciones del WorkFlow'; +$app_list_strings['aow_status_list']['Active'] = 'Activo'; +$app_list_strings['aow_status_list']['Inactive'] = 'Inactivo'; +$app_list_strings['aow_operator_list']['Equal_To'] = 'Igual a'; +$app_list_strings['aow_operator_list']['Not_Equal_To'] = 'No igual a'; +$app_list_strings['aow_operator_list']['Greater_Than'] = 'Mayor que'; +$app_list_strings['aow_operator_list']['Less_Than'] = 'Menor que'; +$app_list_strings['aow_operator_list']['Greater_Than_or_Equal_To'] = 'Mayor que o igual a'; +$app_list_strings['aow_operator_list']['Less_Than_or_Equal_To'] = 'Menor que o igual a'; +$app_list_strings['aow_sql_operator_list']['Equal_To'] = '='; +$app_list_strings['aow_sql_operator_list']['Not_Equal_To'] = '!='; +$app_list_strings['aow_sql_operator_list']['Greater_Than'] = '>'; +$app_list_strings['aow_sql_operator_list']['Less_Than'] = '<'; +$app_list_strings['aow_sql_operator_list']['Greater_Than_or_Equal_To'] = '>='; +$app_list_strings['aow_sql_operator_list']['Less_Than_or_Equal_To'] = '<='; +$app_list_strings['aow_process_status_list']['Complete'] = 'Completado'; +$app_list_strings['aow_process_status_list']['Running'] = 'Ejecutando'; +$app_list_strings['aow_process_status_list']['Pending'] = 'Pendiente'; +$app_list_strings['aow_process_status_list']['Failed'] = 'Fallido'; +$app_list_strings['aow_condition_operator_list']['And'] = 'Y'; +$app_list_strings['aow_condition_operator_list']['OR'] = 'O'; +$app_list_strings['aow_condition_operator_list']['OR'] = 'O'; +$app_list_strings['aow_condition_type_list']['Value'] = 'Valor'; +$app_list_strings['aow_condition_type_list']['Field'] = 'Campo'; +$app_list_strings['aow_condition_type_list']['Date'] = 'Fecha'; +$app_list_strings['aow_condition_type_list']['Multi'] = 'Multiple'; +$app_list_strings['aow_action_type_list']['Value'] = 'Valor'; +$app_list_strings['aow_action_type_list']['Field'] = 'Campo'; +$app_list_strings['aow_action_type_list']['Date'] = 'Fecha'; +$app_list_strings['aow_action_type_list']['Round_Robin'] = 'Round Robin'; +$app_list_strings['aow_action_type_list']['Least_Busy'] = 'Menos Ocupado'; +$app_list_strings['aow_action_type_list']['Random'] = 'Al azar'; +$app_list_strings['aow_rel_action_type_list']['Value'] = 'Valor'; +$app_list_strings['aow_rel_action_type_list']['Field'] = 'Campo'; +$app_list_strings['aow_date_type_list'][''] = ''; +$app_list_strings['aow_date_type_list']['minute'] = 'Minutos'; +$app_list_strings['aow_date_type_list']['hour'] = 'Horas'; +$app_list_strings['aow_date_type_list']['day'] = 'Dias'; +$app_list_strings['aow_date_type_list']['week'] = 'Semanas'; +$app_list_strings['aow_date_type_list']['month'] = 'Meses'; +$app_list_strings['aow_date_type_list']['business_hours'] = 'Horas Laborales'; +$app_list_strings['aow_date_options']['now'] = 'Ahora'; +$app_list_strings['aow_date_options']['field'] = 'Este Campo'; +$app_list_strings['aow_date_operator']['now'] = ''; +$app_list_strings['aow_date_operator']['plus'] = '+'; +$app_list_strings['aow_date_operator']['minus'] = '-'; +$app_list_strings['aow_assign_options']['all'] = 'TODOS los Usuarios'; +$app_list_strings['aow_assign_options']['role'] = 'TODOS los Usuarios de un Rol'; +$app_list_strings['aow_assign_options']['security_group'] = 'TODOS los Usuarios de un Equipo'; +$app_list_strings['aow_email_type_list']['Email Address'] = 'Email'; +$app_list_strings['aow_email_type_list']['Record Email'] = 'Email del Registro'; +$app_list_strings['aow_email_type_list']['Specify User'] = 'Usuario'; +$app_list_strings['aow_email_type_list']['Related Field'] = 'Campo Relacionado'; + + + + +/** + * Products, Quotations & Invoices modules. + * Extensions to SugarCRM + * @package Advanced OpenSales for SugarCRM + * @subpackage Products + * @copyright SalesAgility Ltd http://www.salesagility.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE + * along with this program; if not, see http://www.gnu.org/licenses + * or write to the Free Software Foundation,Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA + * + * @author Salesagility Ltd + */ + +$app_list_strings['moduleList']['AOS_Contracts'] = 'Contratos'; +$app_list_strings['moduleList']['AOS_Invoices'] = 'Facturas'; +$app_list_strings['moduleList']['AOS_PDF_Templates'] = 'Formatos PDF'; +$app_list_strings['moduleList']['AOS_Product_Categories'] = 'Categorías de Productos'; +$app_list_strings['moduleList']['AOS_Products'] = 'Productos'; +$app_list_strings['moduleList']['AOS_Products_Quotes'] = 'Cotizaciones de Productos'; +$app_list_strings['moduleList']['AOS_Line_Item_Groups'] = 'Grupos de Lineas de Items'; +$app_list_strings['moduleList']['AOS_Quotes'] = 'Cotizaciones'; +$app_list_strings['aos_quotes_type_dom'][''] = ''; +$app_list_strings['aos_quotes_type_dom']['Analyst'] = 'Analista'; +$app_list_strings['aos_quotes_type_dom']['Competitor'] = 'Competidor'; +$app_list_strings['aos_quotes_type_dom']['Customer'] = 'Cliente'; +$app_list_strings['aos_quotes_type_dom']['Integrator'] = 'Integrador'; +$app_list_strings['aos_quotes_type_dom']['Investor'] = 'Inversionista'; +$app_list_strings['aos_quotes_type_dom']['Partner'] = 'Socio'; +$app_list_strings['aos_quotes_type_dom']['Press'] = 'Prensa'; +$app_list_strings['aos_quotes_type_dom']['Prospect'] = 'Prospecto'; +$app_list_strings['aos_quotes_type_dom']['Reseller'] = 'Revendedor'; +$app_list_strings['aos_quotes_type_dom']['Other'] = 'Otro'; +$app_list_strings['template_ddown_c_list'][''] = ''; +$app_list_strings['quote_stage_dom']['Draft'] = 'Borrador'; +$app_list_strings['quote_stage_dom']['Negotiation'] = 'Negociación'; +$app_list_strings['quote_stage_dom']['Delivered'] = 'Entregado'; +$app_list_strings['quote_stage_dom']['On Hold'] = 'En Espera'; +$app_list_strings['quote_stage_dom']['Confirmed'] = 'Confirmado'; +$app_list_strings['quote_stage_dom']['Closed Accepted'] = 'Cerrado Aceptado'; +$app_list_strings['quote_stage_dom']['Closed Lost'] = 'Cerrado Pérdido'; +$app_list_strings['quote_stage_dom']['Closed Dead'] = 'Cerrado Muerto'; +$app_list_strings['quote_term_dom']['Net 15'] = 'Red 15'; +$app_list_strings['quote_term_dom']['Net 30'] = 'Red 30'; +$app_list_strings['quote_term_dom'][''] = ''; +$app_list_strings['approval_status_dom']['Approved'] = 'Approvado'; +$app_list_strings['approval_status_dom']['Not Approved'] = 'No Approvado'; +$app_list_strings['approval_status_dom'][''] = ''; +$app_list_strings['vat_list']['16.0'] = '16.0'; +$app_list_strings['vat_list']['11.0'] = '11.0'; +$app_list_strings['vat_list']['18.0'] = '18.0'; +$app_list_strings['discount_list']['Percentage'] = 'Porcentaje'; +$app_list_strings['discount_list']['Amount'] = 'Cantidad'; +$app_list_strings['aos_invoices_type_dom'][''] = ''; +$app_list_strings['aos_invoices_type_dom']['Analyst'] = 'Analista'; +$app_list_strings['aos_invoices_type_dom']['Competitor'] = 'Competidor'; +$app_list_strings['aos_invoices_type_dom']['Customer'] = 'Cliente'; +$app_list_strings['aos_invoices_type_dom']['Integrator'] = 'Integrador'; +$app_list_strings['aos_invoices_type_dom']['Investor'] = 'Inversionista'; +$app_list_strings['aos_invoices_type_dom']['Partner'] = 'Socio'; +$app_list_strings['aos_invoices_type_dom']['Press'] = 'Prensa'; +$app_list_strings['aos_invoices_type_dom']['Prospect'] = 'Prospecto'; +$app_list_strings['aos_invoices_type_dom']['Reseller'] = 'Revendedor'; +$app_list_strings['aos_invoices_type_dom']['Other'] = 'Otro'; +$app_list_strings['invoice_status_dom']['Paid'] = 'Pagado'; +$app_list_strings['invoice_status_dom']['Unpaid'] = 'No Pagado'; +$app_list_strings['invoice_status_dom']['Cancelled'] = 'Cancelado'; +$app_list_strings['invoice_status_dom'][''] = ''; +$app_list_strings['quote_invoice_status_dom']['Not Invoiced'] = 'No Facturado'; +$app_list_strings['quote_invoice_status_dom']['Invoiced'] = 'Facturado'; +$app_list_strings['product_code_dom']['XXXX'] = 'XXXX'; +$app_list_strings['product_code_dom']['YYYY'] = 'YYYY'; +$app_list_strings['product_category_dom']['Laptops'] = 'Laptops'; +$app_list_strings['product_category_dom']['Desktops'] = 'Desktops'; +$app_list_strings['product_category_dom'][''] = ''; +$app_list_strings['product_type_dom']['Good'] = 'Bien'; +$app_list_strings['product_type_dom']['Service'] = 'Servicio'; +$app_list_strings['product_quote_parent_type_dom']['AOS_Quotes'] = 'Cotizaciones'; +$app_list_strings['product_quote_parent_type_dom']['AOS_Invoices'] = 'Facturas'; +$app_list_strings['pdf_template_type_dom']['AOS_Quotes'] = 'Cotizaciones'; +$app_list_strings['pdf_template_type_dom']['AOS_Invoices'] = 'Facturas'; +$app_list_strings['pdf_template_type_dom']['Accounts'] = 'Cuentas'; +$app_list_strings['pdf_template_type_dom']['Contacts'] = 'Contactos'; +$app_list_strings['pdf_template_type_dom']['Leads'] = 'Oportunidades'; +$app_list_strings['contract_status_list']['Not Started'] = 'No Iniciado'; +$app_list_strings['contract_status_list']['In Progress'] = 'En Desarrollo'; +$app_list_strings['contract_status_list']['Signed'] = 'Firmado'; +$app_list_strings['contract_type_list']['Type'] = 'Tipo'; +$app_strings['LBL_GENERATE_LETTER'] = 'Generar Carta'; + +$app_strings['LBL_SELECT_TEMPLATE'] = 'Por favor seleccione un formato'; +$app_strings['LBL_NO_TEMPLATE'] = 'ERROR\nNo se encontraron formatos.\nPor favor vaya al módulo de Formatos PDF y cree uno'; + +$app_list_strings['vat_list']['0.0'] = '0%'; +$app_list_strings['vat_list']['5.0'] = '5%'; +$app_list_strings['vat_list']['7.5'] = '7.5%'; +$app_list_strings['vat_list']['17.5'] = '17.5%'; +$app_list_strings['vat_list']['20.0'] = '20%'; +$app_list_strings['pdf_template_sample_dom'][''] = ''; + + + +/********************************************************************************* + * SugarCRM Community Edition is a customer relationship management program developed by + * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. + + * SuiteCRM is an extension to SugarCRM Community Edition developed by Salesagility Ltd. + * Copyright (C) 2011 - 2014 Salesagility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY + * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License along with + * this program; if not, see http://www.gnu.org/licenses or write to the Free + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA. + * + * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, + * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU Affero General Public License version 3. + * + * In accordance with Section 7(b) of the GNU Affero General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "Powered by + * SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not + * reasonably feasible for technical reasons, the Appropriate Legal Notices must + * display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM". + ********************************************************************************/ + + +$app_list_strings['moduleList']['FP_events'] = 'Eventos'; +$app_list_strings['moduleList']['FP_Event_Locations'] = 'Ubicaciones'; +$app_list_strings['invite_template_list'][''] = ''; + +$app_list_strings['fp_event_invite_status_dom']['Invited'] = 'Invitado'; +$app_list_strings['fp_event_invite_status_dom']['Not Invited'] = 'No Invitado'; +$app_list_strings['fp_event_invite_status_dom']['Attended'] = 'Asistió'; +$app_list_strings['fp_event_invite_status_dom']['Not Attended'] = 'No Asistió'; +$app_list_strings['fp_event_status_dom']['Accepted'] = 'Aceptado'; +$app_list_strings['fp_event_status_dom']['Declined'] = 'Rechazado'; +$app_list_strings['fp_event_status_dom']['No Response'] = 'Sin Respuesta'; + +$app_strings['LBL_STATUS_EVENT'] = 'Estado de Invitación'; +$app_strings['LBL_ACCEPT_STATUS'] = 'Estado de Aceptación'; + + + +$app_list_strings["moduleList"]["SecurityGroups"] = 'Administración de Grupos de Seguridad'; +$app_strings['LBL_LOGIN_AS'] = "Conexin como "; +$app_strings['LBL_LOGOUT_AS'] = "Cerrar sesin como "; +$app_strings['LBL_SECURITYGROUP'] = 'Administración de Grupo'; + @@ -1052,53 +1102,4 @@ $app_list_strings['marker_image_list']['world_heritage_site'] = 'Patrimonio de la Humanidad'; $app_list_strings['marker_image_list']['zoo'] = 'Zoo'; - -/** - * Extensions to SugarCRM - * @package Reschedule for SugarCRM - * @subpackage Products - * @copyright SalesAgility Ltd http://www.salesagility.com - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE - * along with this program; if not, see http://www.gnu.org/licenses - * or write to the Free Software Foundation,Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301 USA - * - * @author Salesagility Ltd - */ - -$app_list_strings['call_reschedule_dom'][''] = ''; -$app_list_strings['call_reschedule_dom']['Out of Office'] = 'Fuera de la Oficina'; -$app_list_strings['call_reschedule_dom']['In a Meeting'] = 'En una reunion'; - -$app_strings['LBL_RESCHEDULE_LABEL'] = 'Replanificar'; -$app_strings['LBL_RESCHEDULE_TITLE'] = 'Por favor ingrese los datos de la Replanificación'; -$app_strings['LBL_RESCHEDULE_DATE'] = 'Fecha:'; -$app_strings['LBL_RESCHEDULE_REASON'] = 'Razón:'; -$app_strings['LBL_RESCHEDULE_ERROR1'] = 'Por favor seleccione una fecha válida'; -$app_strings['LBL_RESCHEDULE_ERROR2'] = 'Por favor seleccione una razón'; - -$app_strings['LBL_RESCHEDULE_PANEL'] = 'Replanificar'; -$app_strings['LBL_RESCHEDULE_HISTORY'] = 'Historial de Intentos de Llamada'; -$app_strings['LBL_RESCHEDULE_COUNT'] = 'Intentos de Llamada'; - - - - - -$app_list_strings["moduleList"]["SecurityGroups"] = 'Administración de Grupos de Seguridad'; -$app_strings['LBL_LOGIN_AS'] = "Conexi�n como "; -$app_strings['LBL_LOGOUT_AS'] = "Cerrar sesi�n como "; - - ?> \ No newline at end of file diff --git a/custom/application/Ext/Language/ru_ru.lang.ext.php b/custom/application/Ext/Language/ru_ru.lang.ext.php index 4588e82c510..7fafe915a30 100755 --- a/custom/application/Ext/Language/ru_ru.lang.ext.php +++ b/custom/application/Ext/Language/ru_ru.lang.ext.php @@ -1,12 +1,59 @@ */ - /********************************************************************************* - * - * This file was generated by the RAPIRA Translation Suite ---------------- - * Description : Defines the Russian language pack for the base application. - * - ***********************************************************************likhobory*/ -$app_list_strings['call_reschedule_dom'][''] = ''; -$app_list_strings['call_reschedule_dom']['Out of Office'] = 'Сотрудник отсутствует'; -$app_list_strings['call_reschedule_dom']['In a Meeting'] = 'Сотрудник занят'; -$app_strings['LBL_RESCHEDULE_LABEL'] = 'Звонок откладывается'; -$app_strings['LBL_RESCHEDULE_TITLE'] = 'Заполните следующие поля:'; -$app_strings['LBL_RESCHEDULE_DATE'] = 'Дата:'; -$app_strings['LBL_RESCHEDULE_REASON'] = 'Причина:'; -$app_strings['LBL_RESCHEDULE_ERROR1'] = 'Укажите правильную дату'; -$app_strings['LBL_RESCHEDULE_ERROR2'] = 'Укажите причину, по которой звонок отложен'; +$app_list_strings['moduleList']['AOP_AOP_Case_Events'] = 'События обращения'; +$app_list_strings['moduleList']['AOP_AOP_Case_Updates'] = 'Обновления обращения'; +$app_list_strings['moduleList']['AOP_Case_Events'] = 'События обращения'; +$app_list_strings['moduleList']['AOP_Case_Updates'] = 'Обновления обращения'; +$app_strings['LBL_AOP_EMAIL_REPLY_DELIMITER'] = '========== Please reply above this line =========='; + +$app_list_strings['case_state_dom'] = + array ( + 'Open' => 'Открыто', + 'Closed' => 'Закрыто', + ); +$app_list_strings['case_state_default_key'] = 'Open'; +$app_list_strings['case_status_default_key'] = 'Open_New'; +$app_list_strings['case_status_dom'] = + array ( + 'Open_New' => 'Новое', + 'Open_Assigned' => 'Назначенное', + 'Closed_Closed' => 'Закрытое', + 'Open_Pending Input' => 'Ожидание решения', + 'Closed_Rejected' => 'Отклонённое', + 'Closed_Duplicate' => 'Продублированное', + ); + + $app_list_strings['contact_portal_user_type_dom'] = + array ( + 'Single' => 'Указанный пользователь', + 'Account' => 'Учётная запись пользователя', + ); -$app_strings['LBL_RESCHEDULE_PANEL'] = 'Отложенные звонки'; -$app_strings['LBL_RESCHEDULE_HISTORY'] = 'История дозвона'; -$app_strings['LBL_RESCHEDULE_COUNT'] = 'Попыток дозвона'; -$app_strings['LBL_RESCHEDULE'] = 'Отложить звонок'; +$app_list_strings["moduleList"]["SecurityGroups"] = 'Управление Группами пользователей'; +$app_strings['LBL_LOGIN_AS'] = "Войти как "; +$app_strings['LBL_LOGOUT_AS'] = "Выйти как "; +$app_strings['LBL_SECURITYGROUP'] = 'Управление Группами'; + /** - * Advanced OpenReports, SugarCRM Reporting. - * @package Advanced OpenReports for SugarCRM + * Products, Quotations & Invoices modules. + * Extensions to SugarCRM + * @package Advanced OpenSales for SugarCRM + * @subpackage Products * @copyright SalesAgility Ltd http://www.salesagility.com - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by * the Free Software Foundation; either version 3 of the License, or @@ -365,53 +427,112 @@ * or write to the Free Software Foundation,Inc., 51 Franklin Street, * Fifth Floor, Boston, MA 02110-1301 USA * - * @author SalesAgility + * @author Salesagility Ltd */ +$app_list_strings['moduleList']['AOS_Contracts'] = 'Договоры'; +$app_list_strings['moduleList']['AOS_Invoices'] = 'Счета'; +$app_list_strings['moduleList']['AOS_PDF_Templates'] = 'PDF-шаблоны'; +$app_list_strings['moduleList']['AOS_Product_Categories'] = 'Категории товаров'; +$app_list_strings['moduleList']['AOS_Products'] = 'Товары'; +$app_list_strings['moduleList']['AOS_Products_Quotes'] = 'Позиции'; +$app_list_strings['moduleList']['AOS_Line_Item_Groups'] = 'Группа позиций'; +$app_list_strings['moduleList']['AOS_Quotes'] = 'Предложения'; + +$app_list_strings['aos_quotes_type_dom'][''] = ''; +// Added by RAPIRA --> +$app_list_strings['aos_quotes_type_dom']['Provider'] = 'Поставщик'; +$app_list_strings['aos_quotes_type_dom']['Delivery service'] = 'Служба доставки'; +// Added by RAPIRA <-- +$app_list_strings['aos_quotes_type_dom']['Analyst'] = 'Аналитик'; +$app_list_strings['aos_quotes_type_dom']['Competitor'] = 'Конкурент'; +$app_list_strings['aos_quotes_type_dom']['Customer'] = 'Клиент'; +$app_list_strings['aos_quotes_type_dom']['Integrator'] = 'Интегратор'; +$app_list_strings['aos_quotes_type_dom']['Investor'] = 'Инвестор'; +$app_list_strings['aos_quotes_type_dom']['Partner'] = 'Партнёр'; +$app_list_strings['aos_quotes_type_dom']['Press'] = 'Пресса'; +$app_list_strings['aos_quotes_type_dom']['Prospect'] = 'Потенциальный клиент'; +$app_list_strings['aos_quotes_type_dom']['Reseller'] = 'Реселлер'; +$app_list_strings['aos_quotes_type_dom']['Other'] = 'Другое'; + +$app_list_strings['template_ddown_c_list'][''] = ''; + +$app_list_strings['quote_stage_dom']['Draft'] = 'Черновик'; +$app_list_strings['quote_stage_dom']['Negotiation'] = 'Согласование'; +$app_list_strings['quote_stage_dom']['Delivered'] = 'Поставлено'; +$app_list_strings['quote_stage_dom']['On Hold'] = 'Ведётся'; +$app_list_strings['quote_stage_dom']['Confirmed'] = 'Подтверждено'; +$app_list_strings['quote_stage_dom']['Closed Accepted'] = 'Принято и закрыто'; +$app_list_strings['quote_stage_dom']['Closed Lost'] = 'Закрыто с потерями'; +$app_list_strings['quote_stage_dom']['Closed Dead'] = 'Закрыто с прекращением'; + +$app_list_strings['quote_term_dom']['Net 15'] = 'Net 15'; +$app_list_strings['quote_term_dom']['Net 30'] = 'Net 30'; +$app_list_strings['quote_term_dom'][''] = ''; + +$app_list_strings['approval_status_dom']['Approved'] = 'Утверждено'; +$app_list_strings['approval_status_dom']['Not Approved'] = 'Не утверждено'; +$app_list_strings['approval_status_dom'][''] = ''; + +$app_list_strings['vat_list']['18.0'] = '18.0'; +$app_list_strings['vat_list']['0.0'] = '0.0'; +$app_list_strings['vat_list']['10.0'] = '10.0'; + + +$app_list_strings['discount_list']['Percentage'] = 'Процент'; +$app_list_strings['discount_list']['Amount'] = 'Сумма'; + +$app_list_strings['aos_invoices_type_dom'][''] = ''; +$app_list_strings['aos_invoices_type_dom']['Analyst'] = 'Аналитик'; +$app_list_strings['aos_invoices_type_dom']['Competitor'] = 'Конкурент'; +$app_list_strings['aos_invoices_type_dom']['Customer'] = 'Клиент'; +$app_list_strings['aos_invoices_type_dom']['Integrator'] = 'Интегратор'; +$app_list_strings['aos_invoices_type_dom']['Investor'] = 'Инвестор'; +$app_list_strings['aos_invoices_type_dom']['Partner'] = 'Партнёр'; +$app_list_strings['aos_invoices_type_dom']['Press'] = 'Пресса'; +$app_list_strings['aos_invoices_type_dom']['Prospect'] = 'Потенциальный клиент'; +$app_list_strings['aos_invoices_type_dom']['Reseller'] = 'Реселлер'; +$app_list_strings['aos_invoices_type_dom']['Other'] = 'Другое'; + +$app_list_strings['invoice_status_dom']['Paid'] = 'Оплачен'; +$app_list_strings['invoice_status_dom']['Unpaid'] = 'Не оплачен'; +$app_list_strings['invoice_status_dom']['Cancelled'] = 'Аннулирован'; +$app_list_strings['invoice_status_dom'][''] = ''; + +$app_list_strings['quote_invoice_status_dom']['Not Invoiced'] = 'Не преобразовано в счёт'; +$app_list_strings['quote_invoice_status_dom']['Invoiced'] = 'Преобразовано в счёт'; + +$app_list_strings['product_code_dom']['XXXX'] = 'XXXX'; +$app_list_strings['product_code_dom']['YYYY'] = 'YYYY'; + +$app_list_strings['product_category_dom']['Laptops'] = 'Ноутбуки'; +$app_list_strings['product_category_dom']['Desktops'] = 'Системные блоки'; +$app_list_strings['product_category_dom'][''] = ''; + +$app_list_strings['product_type_dom']['Good'] = 'Товар'; +$app_list_strings['product_type_dom']['Service'] = 'Услуга'; + +$app_list_strings['product_quote_parent_type_dom']['AOS_Quotes'] = 'Предложения'; +$app_list_strings['product_quote_parent_type_dom']['AOS_Invoices'] = 'Счета'; + +$app_list_strings['pdf_template_type_dom']['AOS_Quotes'] = 'Предложений'; +$app_list_strings['pdf_template_type_dom']['AOS_Invoices'] = 'Счетов'; +$app_list_strings['pdf_template_type_dom']['Accounts'] = 'Контрагентов'; +$app_list_strings['pdf_template_type_dom']['Contacts'] = 'Контактов'; +$app_list_strings['pdf_template_type_dom']['Leads'] = 'Предварит. контактов'; + +$app_list_strings['pdf_template_sample_dom'][''] = ''; + +$app_list_strings['contract_status_list']['Not Started'] = 'Проект'; +$app_list_strings['contract_status_list']['In Progress'] = 'В процессе подписания'; +$app_list_strings['contract_status_list']['Signed'] = 'Подписан'; + +$app_list_strings['contract_type_list']['Type'] = 'Тип'; + +$app_strings['LBL_GENERATE_LETTER'] = 'Создать письмо (PDF)'; +$app_strings['LBL_SELECT_TEMPLATE'] = 'Пожалуйста, выберите шаблон'; +$app_strings['LBL_NO_TEMPLATE'] = 'ОШИБКА\nШаблоны не обнаружены.\nОткройте модуль PDF-шаблонов и создайте необходимый шаблон.'; -$app_list_strings['moduleList']['AOR_Reports'] = 'Отчёты'; -$app_list_strings['moduleList']['AOR_Conditions'] = 'Условия отчёта'; -$app_list_strings['moduleList']['AOR_Charts'] = 'Диаграммы отчёта'; -$app_list_strings['moduleList']['AOR_Fields'] = 'Поля отчёта'; -$app_list_strings['aor_operator_list']['Equal_To'] = '='; -$app_list_strings['aor_operator_list']['Not_Equal_To'] = '!='; -$app_list_strings['aor_operator_list']['Greater_Than'] = '>'; -$app_list_strings['aor_operator_list']['Less_Than'] = '<'; -$app_list_strings['aor_operator_list']['Greater_Than_or_Equal_To'] = '>='; -$app_list_strings['aor_operator_list']['Less_Than_or_Equal_To'] = '<='; -$app_list_strings['aor_sql_operator_list']['Equal_To'] = '='; -$app_list_strings['aor_sql_operator_list']['Not_Equal_To'] = '!='; -$app_list_strings['aor_sql_operator_list']['Greater_Than'] = '>'; -$app_list_strings['aor_sql_operator_list']['Less_Than'] = '<'; -$app_list_strings['aor_sql_operator_list']['Greater_Than_or_Equal_To'] = '>='; -$app_list_strings['aor_sql_operator_list']['Less_Than_or_Equal_To'] = '<='; -$app_list_strings['aor_condition_operator_list']['And'] = 'И'; -$app_list_strings['aor_condition_operator_list']['OR'] = 'ИЛИ'; -$app_list_strings['aor_condition_type_list']['Value'] = 'Значение'; -$app_list_strings['aor_condition_type_list']['Field'] = 'Поле'; -$app_list_strings['aor_condition_type_list']['Date'] = 'Дата'; -$app_list_strings['aor_condition_type_list']['Multi'] = 'Мультивыбор'; -$app_list_strings['aor_date_type_list'][''] = ''; -$app_list_strings['aor_date_type_list']['minute'] = 'мин.'; -$app_list_strings['aor_date_type_list']['hour'] = 'час.'; -$app_list_strings['aor_date_type_list']['day'] = 'дн.'; -$app_list_strings['aor_date_type_list']['week'] = 'нед.'; -$app_list_strings['aor_date_type_list']['month'] = 'мес.'; -$app_list_strings['aor_date_type_list']['business_hours'] = 'рабочих часов'; -$app_list_strings['aor_date_options']['now'] = 'Сейчас'; -$app_list_strings['aor_date_options']['field'] = 'Это поле'; -$app_list_strings['aor_date_operator']['now'] = ''; -$app_list_strings['aor_date_operator']['plus'] = '+'; -$app_list_strings['aor_date_operator']['minus'] = '-'; -$app_list_strings['aor_sort_operator'][''] = ''; -$app_list_strings['aor_sort_operator']['ASC'] = 'Восходящая'; -$app_list_strings['aor_sort_operator']['DESC'] = 'Нисходящая'; -$app_list_strings['aor_function_list'][''] = ''; -$app_list_strings['aor_function_list']['COUNT'] = 'КОЛИЧЕСТВО'; -$app_list_strings['aor_function_list']['MIN'] = 'МИНИМУМ'; -$app_list_strings['aor_function_list']['MAX'] = 'МАКСИМУМ'; -$app_list_strings['aor_function_list']['SUM'] = 'СУММА'; -$app_list_strings['aor_function_list']['AVG'] = 'СРЕДНЕЕ'; /** @@ -507,105 +628,27 @@ $app_list_strings['aow_email_type_list']['Email Address'] = 'Вручную'; $app_list_strings['aow_email_type_list']['Record Email'] = 'Отобранной записи'; -$app_list_strings['aow_email_type_list']['Specify User'] = 'Пользователя'; $app_list_strings['aow_email_type_list']['Related Field'] = 'Связанного модуля'; +$app_list_strings['aow_email_type_list']['Specify User'] = 'Пользователя'; +$app_list_strings['aow_email_type_list']['Users'] = 'Пользователей'; +$app_list_strings['aow_email_to_list']['to'] = 'Кому'; +$app_list_strings['aow_email_to_list']['cc'] = 'Копия'; +$app_list_strings['aow_email_to_list']['bcc'] = 'Скрытая копия'; -/** -* @package SuiteCRM -* @copyright SalesAgility Ltd http://www.salesagility.com -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by -* the Free Software Foundation; either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE -* along with this program; if not, see http://www.gnu.org/licenses -* or write to the Free Software Foundation,Inc., 51 Franklin Street, -* Fifth Floor, Boston, MA 02110-1301 USA -* -* @author Salesagility Ltd -*/ +$app_list_strings['aow_run_on_list']['All_Records'] = 'Всех записей'; +$app_list_strings['aow_run_on_list']['New_Records'] = 'Создаваемых записей'; +$app_list_strings['aow_run_on_list']['Modified_Records'] = 'Изменяемых записей'; -$app_strings['LBL_QUICK_ACCOUNT'] = 'Создать контрагента'; -$app_strings['LBL_QUICK_CONTACT'] = 'Создать контакт'; -$app_strings['LBL_QUICK_OPPORTUNITY'] = 'Создать сделку'; -$app_strings['LBL_QUICK_LEAD'] = 'Создать предварит. контакт'; -$app_strings['LBL_QUICK_DOCUMENT'] = 'Создать документ'; -$app_strings['LBL_QUICK_CALL'] = 'Назначить звонок'; -$app_strings['LBL_QUICK_TASK'] = 'Создать задачу'; -$app_strings['LBL_COLLECTION_TYPE'] = 'Тип'; - -$app_list_strings['collection_temp_list'] = array ( 'Tasks' => 'Задачи', 'Meetings' => 'Встречи', 'Calls' => 'Звонки', 'Notes' => 'Заметки', 'Emails' => 'E-mail' ); +$app_list_strings['aow_run_on_list']['All_Records'] = 'Всех записей'; +$app_list_strings['aow_run_on_list']['New_Records'] = 'Создаваемых записей'; +$app_list_strings['aow_run_on_list']['Modified_Records'] = 'Изменяемых записей'; + /** - * - * @package Advanced OpenPortal - * @copyright SalesAgility Ltd http://www.salesagility.com - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE - * along with this program; if not, see http://www.gnu.org/licenses - * or write to the Free Software Foundation,Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301 USA - * - * @author Salesagility Ltd - */ - - -$app_list_strings['moduleList']['AOP_AOP_Case_Events'] = 'События обращения'; -$app_list_strings['moduleList']['AOP_AOP_Case_Updates'] = 'Обновления обращения'; -$app_list_strings['moduleList']['AOP_Case_Events'] = 'События обращения'; -$app_list_strings['moduleList']['AOP_Case_Updates'] = 'Обновления обращения'; -$app_strings['LBL_AOP_EMAIL_REPLY_DELIMITER'] = '========== Please reply above this line =========='; - -$app_list_strings['case_state_dom'] = - array ( - 'Open' => 'Открыто', - 'Closed' => 'Закрыто', - ); -$app_list_strings['case_state_default_key'] = 'Open'; -$app_list_strings['case_status_default_key'] = 'Open_New'; -$app_list_strings['case_status_dom'] = - array ( - 'Open_New' => 'Новое', - 'Open_Assigned' => 'Назначенное', - 'Closed_Closed' => 'Закрытое', - 'Open_Pending Input' => 'Ожидание решения', - 'Closed_Rejected' => 'Отклонённое', - 'Closed_Duplicate' => 'Продублированное', - ); - - $app_list_strings['contact_portal_user_type_dom'] = - array ( - 'Single' => 'Указанный пользователь', - 'Account' => 'Учётная запись пользователя', - ); - -$app_list_strings["moduleList"]["SecurityGroups"] = 'Группы пользователей'; -$app_strings['LBL_LOGIN_AS'] = "Login as "; -$app_strings['LBL_LOGOUT_AS'] = "Logout as "; - - /** - * Products, Quotations & Invoices modules. * Extensions to SugarCRM - * @package Advanced OpenSales for SugarCRM + * @package Reschedule for SugarCRM * @subpackage Products * @copyright SalesAgility Ltd http://www.salesagility.com * @@ -627,108 +670,308 @@ * @author Salesagility Ltd */ -$app_list_strings['moduleList']['AOS_Contracts'] = 'Договоры'; -$app_list_strings['moduleList']['AOS_Invoices'] = 'Счета'; -$app_list_strings['moduleList']['AOS_PDF_Templates'] = 'PDF-шаблоны'; -$app_list_strings['moduleList']['AOS_Product_Categories'] = 'Категории товаров'; -$app_list_strings['moduleList']['AOS_Products'] = 'Товары'; -$app_list_strings['moduleList']['AOS_Products_Quotes'] = 'Позиции'; -$app_list_strings['moduleList']['AOS_Line_Item_Groups'] = 'Группа позиций'; -$app_list_strings['moduleList']['AOS_Quotes'] = 'Предложения'; - -$app_list_strings['aos_quotes_type_dom'][''] = ''; -// Added by RAPIRA --> -$app_list_strings['aos_quotes_type_dom']['Provider'] = 'Поставщик'; -$app_list_strings['aos_quotes_type_dom']['Delivery service'] = 'Служба доставки'; -// Added by RAPIRA <-- -$app_list_strings['aos_quotes_type_dom']['Analyst'] = 'Аналитик'; -$app_list_strings['aos_quotes_type_dom']['Competitor'] = 'Конкурент'; -$app_list_strings['aos_quotes_type_dom']['Customer'] = 'Клиент'; -$app_list_strings['aos_quotes_type_dom']['Integrator'] = 'Интегратор'; -$app_list_strings['aos_quotes_type_dom']['Investor'] = 'Инвестор'; -$app_list_strings['aos_quotes_type_dom']['Partner'] = 'Партнёр'; -$app_list_strings['aos_quotes_type_dom']['Press'] = 'Пресса'; -$app_list_strings['aos_quotes_type_dom']['Prospect'] = 'Потенциальный клиент'; -$app_list_strings['aos_quotes_type_dom']['Reseller'] = 'Реселлер'; -$app_list_strings['aos_quotes_type_dom']['Other'] = 'Другое'; - -$app_list_strings['template_ddown_c_list'][''] = ''; - -$app_list_strings['quote_stage_dom']['Draft'] = 'Черновик'; -$app_list_strings['quote_stage_dom']['Negotiation'] = 'Согласование'; -$app_list_strings['quote_stage_dom']['Delivered'] = 'Поставлено'; -$app_list_strings['quote_stage_dom']['On Hold'] = 'Ведётся'; -$app_list_strings['quote_stage_dom']['Confirmed'] = 'Подтверждено'; -$app_list_strings['quote_stage_dom']['Closed Accepted'] = 'Принято и закрыто'; -$app_list_strings['quote_stage_dom']['Closed Lost'] = 'Закрыто с потерями'; -$app_list_strings['quote_stage_dom']['Closed Dead'] = 'Закрыто с прекращением'; - -$app_list_strings['quote_term_dom']['Net 15'] = 'Net 15'; -$app_list_strings['quote_term_dom']['Net 30'] = 'Net 30'; -$app_list_strings['quote_term_dom'][''] = ''; - -$app_list_strings['approval_status_dom']['Approved'] = 'Утверждено'; -$app_list_strings['approval_status_dom']['Not Approved'] = 'Не утверждено'; -$app_list_strings['approval_status_dom'][''] = ''; - -$app_list_strings['vat_list']['18.0'] = '18.0'; -$app_list_strings['vat_list']['0.0'] = '0.0'; -$app_list_strings['vat_list']['10.0'] = '10.0'; +$mod_strings = array ( + 'TWITTER_USER_C' => 'Учётная запись в Twitter', + 'FACEBOOK_USER_C' => 'Учётная запись в Facebook', +); -$app_list_strings['discount_list']['Percentage'] = 'Процент'; -$app_list_strings['discount_list']['Amount'] = 'Сумма'; - -$app_list_strings['aos_invoices_type_dom'][''] = ''; -$app_list_strings['aos_invoices_type_dom']['Analyst'] = 'Аналитик'; -$app_list_strings['aos_invoices_type_dom']['Competitor'] = 'Конкурент'; -$app_list_strings['aos_invoices_type_dom']['Customer'] = 'Клиент'; -$app_list_strings['aos_invoices_type_dom']['Integrator'] = 'Интегратор'; -$app_list_strings['aos_invoices_type_dom']['Investor'] = 'Инвестор'; -$app_list_strings['aos_invoices_type_dom']['Partner'] = 'Партнёр'; -$app_list_strings['aos_invoices_type_dom']['Press'] = 'Пресса'; -$app_list_strings['aos_invoices_type_dom']['Prospect'] = 'Потенциальный клиент'; -$app_list_strings['aos_invoices_type_dom']['Reseller'] = 'Реселлер'; -$app_list_strings['aos_invoices_type_dom']['Other'] = 'Другое'; -$app_list_strings['invoice_status_dom']['Paid'] = 'Оплачен'; -$app_list_strings['invoice_status_dom']['Unpaid'] = 'Не оплачен'; -$app_list_strings['invoice_status_dom']['Cancelled'] = 'Аннулирован'; -$app_list_strings['invoice_status_dom'][''] = ''; +/** + * en_us.sps.php + * @author SalesAgility + * Date: 27/01/14 + */ -$app_list_strings['quote_invoice_status_dom']['Not Invoiced'] = 'Не преобразовано в счёт'; -$app_list_strings['quote_invoice_status_dom']['Invoiced'] = 'Преобразовано в счёт'; -$app_list_strings['product_code_dom']['XXXX'] = 'XXXX'; -$app_list_strings['product_code_dom']['YYYY'] = 'YYYY'; +$app_strings['LBL_SUBPANEL_FILTER_LABEL'] = 'Фильтр'; -$app_list_strings['product_category_dom']['Laptops'] = 'Ноутбуки'; -$app_list_strings['product_category_dom']['Desktops'] = 'Системные блоки'; -$app_list_strings['product_category_dom'][''] = ''; -$app_list_strings['product_type_dom']['Good'] = 'Товар'; -$app_list_strings['product_type_dom']['Service'] = 'Услуга'; +$app_strings['LBL_MAP'] = 'Показать на карте'; +$app_strings['LBL_MAPS'] = 'Карты'; -$app_list_strings['product_quote_parent_type_dom']['AOS_Quotes'] = 'Предложения'; -$app_list_strings['product_quote_parent_type_dom']['AOS_Invoices'] = 'Счета'; +$app_strings['LBL_JJWG_MAPS_LNG'] = 'Широта'; +$app_strings['LBL_JJWG_MAPS_LAT'] = 'Долгота'; +$app_strings['LBL_JJWG_MAPS_GEOCODE_STATUS'] = 'Геокод'; +$app_strings['LBL_JJWG_MAPS_ADDRESS'] = 'Адрес'; +$app_strings['LBL_BUG_FIX'] = 'Bug Fix'; -$app_list_strings['pdf_template_type_dom']['AOS_Quotes'] = 'Предложений'; -$app_list_strings['pdf_template_type_dom']['AOS_Invoices'] = 'Счетов'; -$app_list_strings['pdf_template_type_dom']['Accounts'] = 'Контрагентов'; -$app_list_strings['pdf_template_type_dom']['Contacts'] = 'Контактов'; -$app_list_strings['pdf_template_type_dom']['Leads'] = 'Предварит. контактов'; +$app_list_strings['moduleList']['jjwg_Maps'] = 'Карты'; +$app_list_strings['moduleList']['jjwg_Markers'] = 'Метки'; +$app_list_strings['moduleList']['jjwg_Areas'] = 'Участки карт'; +$app_list_strings['moduleList']['jjwg_Address_Cache'] = 'Кэш адресов'; -$app_list_strings['pdf_template_sample_dom'][''] = ''; +$app_list_strings['map_unit_type_list']['km'] = 'Километры'; +$app_list_strings['map_unit_type_list']['mi'] = 'Мили'; -$app_list_strings['contract_status_list']['Not Started'] = 'Проект'; -$app_list_strings['contract_status_list']['In Progress'] = 'В процессе подписания'; -$app_list_strings['contract_status_list']['Signed'] = 'Подписан'; +$app_list_strings['map_module_type_list']['Accounts'] = 'Контрагенты'; +$app_list_strings['map_module_type_list']['Contacts'] = 'Контакты'; +$app_list_strings['map_module_type_list']['Cases'] = 'Обращения'; +$app_list_strings['map_module_type_list']['Leads'] = 'Предварит. контакты'; +$app_list_strings['map_module_type_list']['Meetings'] = 'Встречи'; +$app_list_strings['map_module_type_list']['Opportunities'] = 'Сделки'; +$app_list_strings['map_module_type_list']['Project'] = 'Проекты'; +$app_list_strings['map_module_type_list']['Prospects'] = 'Адресаты'; -$app_list_strings['contract_type_list']['Type'] = 'Тип'; +$app_list_strings['map_relate_type_list']['Accounts'] = 'Контрагента'; +$app_list_strings['map_relate_type_list']['Contacts'] = 'Контакта'; +$app_list_strings['map_relate_type_list']['Cases'] = 'Обращения'; +$app_list_strings['map_relate_type_list']['Leads'] = 'Предварит. контакта'; +$app_list_strings['map_relate_type_list']['Meetings'] = 'Встречи'; +$app_list_strings['map_relate_type_list']['Opportunities'] = 'Сделки'; +$app_list_strings['map_relate_type_list']['Project'] = 'Проекта'; +$app_list_strings['map_relate_type_list']['Prospects'] = 'Адресата'; -$app_strings['LBL_GENERATE_LETTER'] = 'Создать письмо (PDF)'; -$app_strings['LBL_SELECT_TEMPLATE'] = 'Пожалуйста, выберите шаблон'; -$app_strings['LBL_NO_TEMPLATE'] = 'ОШИБКА\nШаблоны не обнаружены.\nОткройте модуль PDF-шаблонов и создайте необходимый шаблон.'; +$app_list_strings['marker_image_list']['accident'] = 'Авария'; +$app_list_strings['marker_image_list']['bus'] = 'Автобус'; +$app_list_strings['marker_image_list']['car'] = 'Автомобиль'; +$app_list_strings['marker_image_list']['carrepair'] = 'Авторемонт'; +$app_list_strings['marker_image_list']['administration'] = 'Администрация'; +$app_list_strings['marker_image_list']['waterpark'] = 'Аквапарк'; +$app_list_strings['marker_image_list']['aquarium'] = 'Аквариум'; +$app_list_strings['marker_image_list']['amphitheater'] = 'Амфитеатр'; +$app_list_strings['marker_image_list']['apartment'] = 'Апартаменты'; +$app_list_strings['marker_image_list']['arch'] = 'Арка'; +$app_list_strings['marker_image_list']['audio'] = 'Аудиотехника'; +$app_list_strings['marker_image_list']['airport'] = 'Аэропорт'; +$app_list_strings['marker_image_list']['airplane_tourism'] = 'Аэротуризм'; +$app_list_strings['marker_image_list']['bank_euro'] = 'Банк (евро)'; +$app_list_strings['marker_image_list']['bank_pound'] = 'Банк (фунты)'; +$app_list_strings['marker_image_list']['bank'] = 'Банк'; +$app_list_strings['marker_image_list']['atm'] = 'Банкомат'; +$app_list_strings['marker_image_list']['bar'] = 'Бар'; +$app_list_strings['marker_image_list']['tower'] = 'Башня'; +$app_list_strings['marker_image_list']['gas_station'] = 'Бензоколонка'; +$app_list_strings['marker_image_list']['shore'] = 'Берег'; +$app_list_strings['marker_image_list']['library'] = 'Библиотека'; +$app_list_strings['marker_image_list']['hospital'] = 'Больница'; +$app_list_strings['marker_image_list']['big_city'] = 'Большой город'; +$app_list_strings['marker_image_list']['up_then_left'] = 'Вверх и налево'; +$app_list_strings['marker_image_list']['up_then_right'] = 'Вверх и направо'; +$app_list_strings['marker_image_list']['up'] = 'Вверх'; +$app_list_strings['marker_image_list']['bicycle_parking'] = 'Велосипедная парковка'; +$app_list_strings['marker_image_list']['cycling'] = 'Велоспорт'; +$app_list_strings['marker_image_list']['helicopter'] = 'Вертолёт'; +$app_list_strings['marker_image_list']['up_left'] = 'Верхний левый'; +$app_list_strings['marker_image_list']['up_right'] = 'Верхний правый'; +$app_list_strings['marker_image_list']['wind_turbine'] = 'Ветротурбина'; +$app_list_strings['marker_image_list']['video'] = 'Видеотехника'; +$app_list_strings['marker_image_list']['winery'] = 'Винный завод'; +$app_list_strings['marker_image_list']['down_then_left'] = 'Вниз и налево'; +$app_list_strings['marker_image_list']['down_then_right'] = 'Вниз и направо'; +$app_list_strings['marker_image_list']['down'] = 'Вниз'; +$app_list_strings['marker_image_list']['water'] = 'Вода'; +$app_list_strings['marker_image_list']['watertower'] = 'Водонапорная башня'; +$app_list_strings['marker_image_list']['waterfall'] = 'Водопад'; +$app_list_strings['marker_image_list']['sunday'] = 'Воскресенье'; +$app_list_strings['marker_image_list']['doctor'] = 'Врач'; +$app_list_strings['marker_image_list']['tuesday'] = 'Вторник'; +$app_list_strings['marker_image_list']['dog_leash'] = 'Выгул собак'; +$app_list_strings['marker_image_list']['modern_tower'] = 'Высотное здание'; +$app_list_strings['marker_image_list']['mobile_phone_tower'] = 'Вышка сотовой связи'; +$app_list_strings['marker_image_list']['geyser'] = 'Гейзер'; +$app_list_strings['marker_image_list']['city_square'] = 'Городская площадь'; +$app_list_strings['marker_image_list']['truck'] = 'Грузовик'; +$app_list_strings['marker_image_list']['gourmet'] = 'Гурман'; +$app_list_strings['marker_image_list']['dam'] = 'Дамба'; +$app_list_strings['marker_image_list']['palace'] = 'Дворец'; +$app_list_strings['marker_image_list']['playground'] = 'Детская площадка'; +$app_list_strings['marker_image_list']['rain'] = 'Дождь'; +$app_list_strings['marker_image_list']['home'] = 'Дом'; +$app_list_strings['marker_image_list']['sight'] = 'Достопримечательность'; +$app_list_strings['marker_image_list']['music_live'] = 'Живая музыка'; +$app_list_strings['marker_image_list']['castle'] = 'Замок'; +$app_list_strings['marker_image_list']['lock'] = 'Замок'; +$app_list_strings['marker_image_list']['zoo'] = 'Зоопарк'; +$app_list_strings['marker_image_list']['dentist'] = 'Зубной врач'; +$app_list_strings['marker_image_list']['disability'] = 'Инвалидность'; +$app_list_strings['marker_image_list']['temple_hindu'] = 'Индийский храм'; +$app_list_strings['marker_image_list']['info'] = 'Информация'; +$app_list_strings['marker_image_list']['historical_quarter'] = 'Исторический квартал'; +$app_list_strings['marker_image_list']['traffic_enforcement_camera'] = 'Камера ГИБДД'; +$app_list_strings['marker_image_list']['cathedral'] = 'Кафедральный собор'; +$app_list_strings['marker_image_list']['community_centre'] = 'Клуб'; +$app_list_strings['marker_image_list']['company'] = 'Компания'; +$app_list_strings['marker_image_list']['convenience'] = 'Комфорт'; +$app_list_strings['marker_image_list']['conference'] = 'Конференция'; +$app_list_strings['marker_image_list']['spaceport'] = 'Космодром'; +$app_list_strings['marker_image_list']['coffee'] = 'Кофе'; +$app_list_strings['marker_image_list']['beautiful'] = 'Красота'; +$app_list_strings['marker_image_list']['cruise'] = 'Круиз'; +$app_list_strings['marker_image_list']['resort'] = 'Курорт'; +$app_list_strings['marker_image_list']['speed_hump'] = 'Лежачий полицейский'; +$app_list_strings['marker_image_list']['drugs'] = 'Лекарства'; +$app_list_strings['marker_image_list']['forest'] = 'Лес'; +$app_list_strings['marker_image_list']['power_line_pole'] = 'Линия электропередачи'; +$app_list_strings['marker_image_list']['elevator'] = 'Лифт'; +$app_list_strings['marker_image_list']['aircraft_small'] = 'Малая авиация'; +$app_list_strings['marker_image_list']['massage'] = 'Массаж'; +$app_list_strings['marker_image_list']['lighthouse'] = 'Маяк'; +$app_list_strings['marker_image_list']['windmill'] = 'Мельница (ветровая)'; +$app_list_strings['marker_image_list']['watermill'] = 'Мельница (водяная)'; +$app_list_strings['marker_image_list']['subway'] = 'Метро'; +$app_list_strings['marker_image_list']['mosque'] = 'Мечеть'; +$app_list_strings['marker_image_list']['monastery'] = 'Монастырь'; +$app_list_strings['marker_image_list']['bridge_modern'] = 'Мост подвесной'; +$app_list_strings['marker_image_list']['bridge'] = 'Мост'; +$app_list_strings['marker_image_list']['motorcycle'] = 'Мотоцикл'; +$app_list_strings['marker_image_list']['museum'] = 'Музей'; +$app_list_strings['marker_image_list']['left_then_up'] = 'Налево и вверх'; +$app_list_strings['marker_image_list']['left_then_down'] = 'Налево и вниз'; +$app_list_strings['marker_image_list']['left'] = 'Налево'; +$app_list_strings['marker_image_list']['right_then_up'] = 'Направо и вверх'; +$app_list_strings['marker_image_list']['right_then_down'] = 'Направо и вниз'; +$app_list_strings['marker_image_list']['right'] = 'Направо'; +$app_list_strings['marker_image_list']['small_city'] = 'Небольшой город'; +$app_list_strings['marker_image_list']['real_estate'] = 'Недвижимость'; +$app_list_strings['marker_image_list']['places_unvisited'] = 'Непосещённые места'; +$app_list_strings['marker_image_list']['oil_pump_jack'] = 'Нефтяной насос-качалка'; +$app_list_strings['marker_image_list']['down_left'] = 'Нижний левый'; +$app_list_strings['marker_image_list']['down_right'] = 'Нижний правый'; +$app_list_strings['marker_image_list']['falling_rocks'] = 'Обвал'; +$app_list_strings['marker_image_list']['currency_exchange'] = 'Обмен валюты'; +$app_list_strings['marker_image_list']['cluster_2'] = 'Оборудование 2'; +$app_list_strings['marker_image_list']['cluster_3'] = 'Оборудование 3'; +$app_list_strings['marker_image_list']['cluster_4'] = 'Оборудование 4'; +$app_list_strings['marker_image_list']['cluster_5'] = 'Оборудование 5'; +$app_list_strings['marker_image_list']['cluster'] = 'Оборудование'; +$app_list_strings['marker_image_list']['world_heritage_site'] = 'Объект всемирного наследия'; +$app_list_strings['marker_image_list']['speed_100'] = 'Ограничение скорости - 100'; +$app_list_strings['marker_image_list']['speed_110'] = 'Ограничение скорости - 110'; +$app_list_strings['marker_image_list']['speed_120'] = 'Ограничение скорости - 120'; +$app_list_strings['marker_image_list']['speed_130'] = 'Ограничение скорости - 130'; +$app_list_strings['marker_image_list']['speed_20'] = 'Ограничение скорости - 20'; +$app_list_strings['marker_image_list']['speed_30'] = 'Ограничение скорости - 30'; +$app_list_strings['marker_image_list']['speed_40'] = 'Ограничение скорости - 40'; +$app_list_strings['marker_image_list']['speed_50'] = 'Ограничение скорости - 50'; +$app_list_strings['marker_image_list']['speed_60'] = 'Ограничение скорости - 60'; +$app_list_strings['marker_image_list']['speed_70'] = 'Ограничение скорости - 70'; +$app_list_strings['marker_image_list']['speed_80'] = 'Ограничение скорости - 80'; +$app_list_strings['marker_image_list']['speed_90'] = 'Ограничение скорости - 90'; +$app_list_strings['marker_image_list']['lake'] = 'Озеро'; +$app_list_strings['marker_image_list']['main_road'] = 'Основная дорога'; +$app_list_strings['marker_image_list']['villa'] = 'Особняк'; +$app_list_strings['marker_image_list']['police'] = 'Отделение полиции'; +$app_list_strings['marker_image_list']['hotel_1_star'] = 'Отель, 1 звезда'; +$app_list_strings['marker_image_list']['hotel_2_stars'] = 'Отель, 2 звезды'; +$app_list_strings['marker_image_list']['hotel_3_stars'] = 'Отель, 3 звезды'; +$app_list_strings['marker_image_list']['hotel_4_stars'] = 'Отель, 4 звезды'; +$app_list_strings['marker_image_list']['hotel_5_stars'] = 'Отель, 5 звёзд'; +$app_list_strings['marker_image_list']['hotel'] = 'Отель'; +$app_list_strings['marker_image_list']['work_office'] = 'Офис'; +$app_list_strings['marker_image_list']['pagoda'] = 'Пагода'; +$app_list_strings['marker_image_list']['monument'] = 'Памятник'; +$app_list_strings['marker_image_list']['panoramic'] = 'Панорама'; +$app_list_strings['marker_image_list']['hairsalon'] = 'Парикмахерская'; +$app_list_strings['marker_image_list']['park'] = 'Парк'; +$app_list_strings['marker_image_list']['disabled_parking'] = 'Парковка для инвалидов'; +$app_list_strings['marker_image_list']['parking'] = 'Парковка'; +$app_list_strings['marker_image_list']['steam_train'] = 'Паровоз'; +$app_list_strings['marker_image_list']['regroup'] = 'Перегруппировка'; +$app_list_strings['marker_image_list']['park_and_ride'] = 'Перехватывающая парковка'; +$app_list_strings['marker_image_list']['picnic'] = 'Пикник'; +$app_list_strings['marker_image_list']['beach'] = 'Пляж'; +$app_list_strings['marker_image_list']['turn_left'] = 'Повернуть налево'; +$app_list_strings['marker_image_list']['turn_right'] = 'Повернуть направо'; +$app_list_strings['marker_image_list']['gifts'] = 'Подарки'; +$app_list_strings['marker_image_list']['train'] = 'Поезд'; +$app_list_strings['marker_image_list']['monday'] = 'Понедельник'; +$app_list_strings['marker_image_list']['port'] = 'Порт'; +$app_list_strings['marker_image_list']['places_visited'] = 'Посещённые места'; +$app_list_strings['marker_image_list']['embassy'] = 'Посольство'; +$app_list_strings['marker_image_list']['postal'] = 'Почта'; +$app_list_strings['marker_image_list']['laundromat'] = 'Прачечная самообслуживания'; +$app_list_strings['marker_image_list']['fast_food'] = 'Предприятие быстрого питания'; +$app_list_strings['marker_image_list']['grocery'] = 'Продовольственный магазин'; +$app_list_strings['marker_image_list']['car_rental'] = 'Прокат автомобилей'; +$app_list_strings['marker_image_list']['public_art'] = 'Публичное искусство'; +$app_list_strings['marker_image_list']['friday'] = 'Пятница'; +$app_list_strings['marker_image_list']['restaurant_african'] = 'Ресторан (Африканский)'; +$app_list_strings['marker_image_list']['restaurant_greek'] = 'Ресторан (Греческий)'; +$app_list_strings['marker_image_list']['restaurant_gourmet'] = 'Ресторан (для гурманов)'; +$app_list_strings['marker_image_list']['restaurant_indian'] = 'Ресторан (Индийский)'; +$app_list_strings['marker_image_list']['restaurant_italian'] = 'Ресторан (Итальянский)'; +$app_list_strings['marker_image_list']['restaurant_kebab'] = 'Ресторан (Кебаб)'; +$app_list_strings['marker_image_list']['restaurant_chinese'] = 'Ресторан (Китайский)'; +$app_list_strings['marker_image_list']['restaurant_korean'] = 'Ресторан (Корейский)'; +$app_list_strings['marker_image_list']['restaurant_mexican'] = 'Ресторан (Мексиканский)'; +$app_list_strings['marker_image_list']['restaurant_barbecue'] = 'Ресторан (Мясной)'; +$app_list_strings['marker_image_list']['restaurant_romantic'] = 'Ресторан (Романтический)'; +$app_list_strings['marker_image_list']['restaurant_fish_chips'] = 'Ресторан (Рыбные чипсы)'; +$app_list_strings['marker_image_list']['restaurant_fish'] = 'Ресторан (Рыбный)'; +$app_list_strings['marker_image_list']['restaurant_mediterranean'] = 'Ресторан (Средиземноморский)'; +$app_list_strings['marker_image_list']['restaurant_thai'] = 'Ресторан (Тайский)'; +$app_list_strings['marker_image_list']['restaurant_turkish'] = 'Ресторан (Турецкий)'; +$app_list_strings['marker_image_list']['restaurant_buffet'] = 'Ресторан (Шведский стол)'; +$app_list_strings['marker_image_list']['restaurant_japanese'] = 'Ресторан (Японский)'; +$app_list_strings['marker_image_list']['restaurant'] = 'Ресторан'; +$app_list_strings['marker_image_list']['taxiway'] = 'Рулёжная дорожка'; +$app_list_strings['marker_image_list']['garden'] = 'Сад'; +$app_list_strings['marker_image_list']['stoplight'] = 'Светофор'; +$app_list_strings['marker_image_list']['agriculture'] = 'Сельское хозяйство'; +$app_list_strings['marker_image_list']['synagogue'] = 'Синагога'; +$app_list_strings['marker_image_list']['vespa'] = 'Скутер'; +$app_list_strings['marker_image_list']['snow'] = 'Снег'; +$app_list_strings['marker_image_list']['sun'] = 'Солнце'; +$app_list_strings['marker_image_list']['expert'] = 'Специалист'; +$app_list_strings['marker_image_list']['liquor'] = 'Спиртные напитки'; +$app_list_strings['marker_image_list']['wednesday'] = 'Среда'; +$app_list_strings['marker_image_list']['stadium'] = 'Стадион'; +$app_list_strings['marker_image_list']['statue'] = 'Статуя'; +$app_list_strings['marker_image_list']['stop'] = 'Стоп'; +$app_list_strings['marker_image_list']['construction'] = 'Строительство'; +$app_list_strings['marker_image_list']['satursday'] = 'Суббота'; +$app_list_strings['marker_image_list']['court'] = 'Суд'; +$app_list_strings['marker_image_list']['supermarket'] = 'Супермаркет'; +$app_list_strings['marker_image_list']['taxi'] = 'Такси'; +$app_list_strings['marker_image_list']['customs'] = 'Таможня'; +$app_list_strings['marker_image_list']['tapas'] = 'Тапас'; +$app_list_strings['marker_image_list']['theater'] = 'Театр'; +$app_list_strings['marker_image_list']['text'] = 'Текст'; +$app_list_strings['marker_image_list']['telephone'] = 'Телефон'; +$app_list_strings['marker_image_list']['toll_station'] = 'Телефонная станция'; +$app_list_strings['marker_image_list']['theme_park'] = 'Тематический парк'; +$app_list_strings['marker_image_list']['terrace'] = 'Терраса'; +$app_list_strings['marker_image_list']['shopping_mall'] = 'Торговый пассаж'; +$app_list_strings['marker_image_list']['tram'] = 'Трамвай'; +$app_list_strings['marker_image_list']['toilets'] = 'Туалет'; +$app_list_strings['marker_image_list']['tunnel'] = 'Туннель'; +$app_list_strings['marker_image_list']['deptartment_store'] = 'Универсальный магазин'; +$app_list_strings['marker_image_list']['university'] = 'Университет'; +$app_list_strings['marker_image_list']['factory'] = 'Фабрика'; +$app_list_strings['marker_image_list']['festival'] = 'Фестиваль'; +$app_list_strings['marker_image_list']['fountain'] = 'Фонтан'; +$app_list_strings['marker_image_list']['photo'] = 'Фото'; +$app_list_strings['marker_image_list']['cable_car'] = 'Фуникулёр'; +$app_list_strings['marker_image_list']['fjord'] = 'Фьорд'; +$app_list_strings['marker_image_list']['hostel'] = 'Хостел'; +$app_list_strings['marker_image_list']['church'] = 'Церковь'; +$app_list_strings['marker_image_list']['teahouse'] = 'Чайный домик'; +$app_list_strings['marker_image_list']['chapel'] = 'Часовня'; +$app_list_strings['marker_image_list']['thursday'] = 'Четверг'; +$app_list_strings['marker_image_list']['school'] = 'Школа'; +$app_list_strings['marker_image_list']['highway'] = 'Шоссе'; +$app_list_strings['marker_image_list']['power_substation'] = 'Электрическая подстанция'; +$app_list_strings['marker_image_list']['power_plant'] = 'Электростанция'; +$app_list_strings['marker_image_list']['justice'] = 'Юстиция'; +$app_list_strings['marker_image_list']['days_dim'] = 'Dim(Вс)'; +$app_list_strings['marker_image_list']['days_dom'] = 'Dom(Вс)'; +$app_list_strings['marker_image_list']['days_jeu'] = 'Jeu(Чт)'; +$app_list_strings['marker_image_list']['days_jue'] = 'Jue(Чт)'; +$app_list_strings['marker_image_list']['days_lun'] = 'Lun(Пн)'; +$app_list_strings['marker_image_list']['days_mar'] = 'Mar(Вт)'; +$app_list_strings['marker_image_list']['days_mer'] = 'Mer(Ср)'; +$app_list_strings['marker_image_list']['days_mie'] = 'Mie(Ср)'; +$app_list_strings['marker_image_list']['days_qua'] = 'Qua(Ср)'; +$app_list_strings['marker_image_list']['days_qui'] = 'Qui(Чт)'; +$app_list_strings['marker_image_list']['days_sab'] = 'Sab(Сб)'; +$app_list_strings['marker_image_list']['days_sam'] = 'Sam(Сб)'; +$app_list_strings['marker_image_list']['days_seg'] = 'Seg(Пн)'; +$app_list_strings['marker_image_list']['days_sex'] = 'Sex(Пт)'; +$app_list_strings['marker_image_list']['days_ter'] = 'Ter(Вт)'; +$app_list_strings['marker_image_list']['days_ven'] = 'Ven(Пт)'; +$app_list_strings['marker_image_list']['days_vie'] = 'Vie(Пт)'; +$app_list_strings['marker_image_list']['wifi'] = 'Wi-Fi'; /********************************************************************************* @@ -787,8 +1030,7 @@ $app_strings['LBL_LISTVIEW_OPTION_CURRENT'] = 'Текущая страница'; $app_strings['LBL_LISTVIEW_OPTION_ENTIRE'] = 'Все записи'; $app_strings['LBL_LISTVIEW_NONE'] = 'Отменить выбор'; - - + /** * Extensions to SugarCRM * @package Reschedule for SugarCRM @@ -813,39 +1055,147 @@ * @author Salesagility Ltd */ -$mod_strings = array ( + $mod_strings = array ( 'TWITTER_USER_C' => 'Учётная запись в Twitter', 'FACEBOOK_USER_C' => 'Учётная запись в Facebook', -); + ); +$app_list_strings['call_reschedule_dom'][''] = ''; +$app_list_strings['call_reschedule_dom']['Out of Office'] = 'Сотрудник отсутствует'; +$app_list_strings['call_reschedule_dom']['In a Meeting'] = 'Сотрудник занят'; +$app_strings['LBL_RESCHEDULE_LABEL'] = 'Звонок откладывается'; +$app_strings['LBL_RESCHEDULE_TITLE'] = 'Заполните следующие поля:'; +$app_strings['LBL_RESCHEDULE_DATE'] = 'Дата:'; +$app_strings['LBL_RESCHEDULE_REASON'] = 'Причина:'; +$app_strings['LBL_RESCHEDULE_ERROR1'] = 'Укажите правильную дату'; +$app_strings['LBL_RESCHEDULE_ERROR2'] = 'Укажите причину, по которой звонок отложен'; + +$app_strings['LBL_RESCHEDULE_PANEL'] = 'Отложенные звонки'; +$app_strings['LBL_RESCHEDULE_HISTORY'] = 'История дозвона'; +$app_strings['LBL_RESCHEDULE_COUNT'] = 'Попыток дозвона'; +$app_strings['LBL_RESCHEDULE'] = 'Отложить звонок'; -/** - * Social Feed Language Strings. - */ -$app_strings['FACEBOOK_USER_C'] = 'Facebook'; -$app_strings['TWITTER_USER_C'] = 'Twitter'; -$app_strings['LBL_FACEBOOK_USER_C'] = 'Учётная запись в Facebook'; -$app_strings['LBL_TWITTER_USER_C'] = 'Учётная запись в Twitter'; -$app_strings['LBL_PANEL_SOCIAL_FEED'] = 'Подробности'; /** - * en_us.sps.php - * @author SalesAgility - * Date: 27/01/14 + * Advanced OpenReports, SugarCRM Reporting. + * @package Advanced OpenReports for SugarCRM + * @copyright SalesAgility Ltd http://www.salesagility.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE + * along with this program; if not, see http://www.gnu.org/licenses + * or write to the Free Software Foundation,Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA + * + * @author SalesAgility */ -$app_strings['LBL_SUBPANEL_FILTER_LABEL'] = 'Фильтр'; +$app_list_strings['moduleList']['AOR_Reports'] = 'Отчёты'; +$app_list_strings['moduleList']['AOR_Conditions'] = 'Условия отчёта'; +$app_list_strings['moduleList']['AOR_Charts'] = 'Диаграммы отчёта'; +$app_list_strings['moduleList']['AOR_Fields'] = 'Поля отчёта'; + +$app_list_strings['aor_operator_list']['Equal_To'] = '='; +$app_list_strings['aor_operator_list']['Not_Equal_To'] = '!='; +$app_list_strings['aor_operator_list']['Greater_Than'] = '>'; +$app_list_strings['aor_operator_list']['Less_Than'] = '<'; +$app_list_strings['aor_operator_list']['Greater_Than_or_Equal_To'] = '>='; +$app_list_strings['aor_operator_list']['Less_Than_or_Equal_To'] = '<='; + +$app_list_strings['aor_sql_operator_list']['Equal_To'] = '='; +$app_list_strings['aor_sql_operator_list']['Not_Equal_To'] = '!='; +$app_list_strings['aor_sql_operator_list']['Greater_Than'] = '>'; +$app_list_strings['aor_sql_operator_list']['Less_Than'] = '<'; +$app_list_strings['aor_sql_operator_list']['Greater_Than_or_Equal_To'] = '>='; +$app_list_strings['aor_sql_operator_list']['Less_Than_or_Equal_To'] = '<='; + +$app_list_strings['aor_condition_operator_list']['And'] = 'И'; +$app_list_strings['aor_condition_operator_list']['OR'] = 'ИЛИ'; + +$app_list_strings['aor_condition_type_list']['Value'] = 'Значение'; +$app_list_strings['aor_condition_type_list']['Field'] = 'Поле'; +$app_list_strings['aor_condition_type_list']['Date'] = 'Дата'; +$app_list_strings['aor_condition_type_list']['Multi'] = 'Мультивыбор'; +$app_list_strings['aor_date_type_list'][''] = ''; +$app_list_strings['aor_date_type_list']['minute'] = 'мин.'; +$app_list_strings['aor_date_type_list']['hour'] = 'час.'; +$app_list_strings['aor_date_type_list']['day'] = 'дн.'; +$app_list_strings['aor_date_type_list']['week'] = 'нед.'; +$app_list_strings['aor_date_type_list']['month'] = 'мес.'; +$app_list_strings['aor_date_type_list']['business_hours'] = 'рабочих часов'; +$app_list_strings['aor_date_options']['now'] = 'Сейчас'; +$app_list_strings['aor_date_options']['field'] = 'Это поле'; +$app_list_strings['aor_date_operator']['now'] = ''; +$app_list_strings['aor_date_operator']['plus'] = '+'; +$app_list_strings['aor_date_operator']['minus'] = '-'; +$app_list_strings['aor_sort_operator'][''] = ''; +$app_list_strings['aor_sort_operator']['ASC'] = 'Восходящая'; +$app_list_strings['aor_sort_operator']['DESC'] = 'Нисходящая'; - +$app_list_strings['aor_function_list'][''] = ''; +$app_list_strings['aor_function_list']['COUNT'] = 'КОЛИЧЕСТВО'; +$app_list_strings['aor_function_list']['MIN'] = 'МИНИМУМ'; +$app_list_strings['aor_function_list']['MAX'] = 'МАКСИМУМ'; +$app_list_strings['aor_function_list']['SUM'] = 'СУММА'; +$app_list_strings['aor_function_list']['AVG'] = 'СРЕДНЕЕ'; + +/** +* @package SuiteCRM +* @copyright SalesAgility Ltd http://www.salesagility.com +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by +* the Free Software Foundation; either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +* along with this program; if not, see http://www.gnu.org/licenses +* or write to the Free Software Foundation,Inc., 51 Franklin Street, +* Fifth Floor, Boston, MA 02110-1301 USA +* +* @author Salesagility Ltd +*/ +$app_strings['LBL_QUICK_ACCOUNT'] = 'Создать контрагента'; +$app_strings['LBL_QUICK_CONTACT'] = 'Создать контакт'; +$app_strings['LBL_QUICK_OPPORTUNITY'] = 'Создать сделку'; +$app_strings['LBL_QUICK_LEAD'] = 'Создать предварит. контакт'; +$app_strings['LBL_QUICK_DOCUMENT'] = 'Создать документ'; +$app_strings['LBL_QUICK_CALL'] = 'Назначить звонок'; +$app_strings['LBL_QUICK_TASK'] = 'Создать задачу'; +$app_strings['LBL_COLLECTION_TYPE'] = 'Тип'; +$app_strings['LBL_ADD_TAB'] = 'Добавить страницу'; +$app_strings['LBL_SUITE_DASHBOARD'] = 'Suite - основная страница'; +$app_strings['LBL_ENTER_DASHBOARD_NAME'] = 'Название страницы:'; +$app_strings['LBL_NUMBER_OF_COLUMNS'] = 'Количество колонок на странице:'; +$app_strings['LBL_DELETE_DASHBOARD1'] = 'Вы действительно хотите удалить страницу'; +$app_strings['LBL_DELETE_DASHBOARD2'] = '?'; +$app_strings['LBL_ADD_DASHBOARD_PAGE'] = 'Добавление новой страницы на закладку ГЛАВНАЯ'; +$app_strings['LBL_DELETE_DASHBOARD_PAGE'] = 'Удаление текущей страницы с закладки ГЛАВНАЯ'; +$app_strings['LBL_RENAME_DASHBOARD_PAGE'] = 'Переименование страницы'; +$app_list_strings['collection_temp_list'] = array ( 'Tasks' => 'Задачи', 'Meetings' => 'Встречи', 'Calls' => 'Звонки', 'Notes' => 'Заметки', 'Emails' => 'E-mail' ); ?> \ No newline at end of file