PageRenderTime 53ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/htdocs/langs/pt_BR/other.lang.php

https://bitbucket.org/speedealing/speedealing
PHP | 224 lines | 205 code | 1 blank | 18 comment | 0 complexity | 732bffd99b939b8db54e144bb9c8a7ae MD5 | raw file
Possible License(s): LGPL-3.0, LGPL-2.1, GPL-3.0, MIT
  1. <?php
  2. /* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 3 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. */
  17. $other = array(
  18. 'CHARSET' => 'UTF-8',
  19. 'SecurityCode' => 'Código Segurança',
  20. 'Calendar' => 'Calendário',
  21. 'AddTrip' => 'Criar Deslocamento',
  22. 'Tools' => 'Utilidades',
  23. 'ToolsDesc' => 'This area is dedicated to group miscellaneous tools not available into other menu entries.<br><br>Those tools can be reached from menu on the side.',
  24. 'Birthday' => 'Aniversário',
  25. 'BirthdayDate' => 'Data Aniversário',
  26. 'DateToBirth' => 'Data de Nascimento',
  27. 'BirthdayAlertOn' => 'Alerta de aniversário ativo',
  28. 'BirthdayAlertOff' => 'Alerta de aniversário desativado',
  29. 'Notify_FICHINTER_VALIDATE' => 'Intervention validated',
  30. 'Notify_BILL_VALIDATE' => 'Customer invoice validated',
  31. 'Notify_ORDER_SUPPLIER_APPROVE' => 'Supplier order approved',
  32. 'Notify_ORDER_SUPPLIER_REFUSE' => 'Supplier order refused',
  33. 'Notify_ORDER_VALIDATE' => 'Customer order validated',
  34. 'Notify_PROPAL_VALIDATE' => 'Customer proposal validated',
  35. 'Notify_WITHDRAW_TRANSMIT' => 'Transmission withdrawal',
  36. 'Notify_WITHDRAW_CREDIT' => 'Credit withdrawal',
  37. 'Notify_WITHDRAW_EMIT' => 'Perform withdrawal',
  38. 'Notify_ORDER_SENTBYMAIL' => 'Customer order sent by mail',
  39. 'Notify_COMPANY_CREATE' => 'Third party created',
  40. 'Notify_PROPAL_SENTBYMAIL' => 'Commercial proposal sent by mail',
  41. 'Notify_ORDER_SENTBYMAIL' => 'Customer order sent by mail',
  42. 'Notify_BILL_PAYED' => 'Customer invoice payed',
  43. 'Notify_BILL_CANCEL' => 'Customer invoice canceled',
  44. 'Notify_BILL_SENTBYMAIL' => 'Customer invoice sent by mail',
  45. 'Notify_ORDER_SUPPLIER_VALIDATE' => 'Supplier order validated',
  46. 'Notify_ORDER_SUPPLIER_SENTBYMAIL' => 'Supplier order sent by mail',
  47. 'Notify_BILL_SUPPLIER_VALIDATE' => 'Supplier invoice validated',
  48. 'Notify_BILL_SUPPLIER_PAYED' => 'Supplier invoice payed',
  49. 'Notify_BILL_SUPPLIER_SENTBYMAIL' => 'Supplier invoice sent by mail',
  50. 'Notify_CONTRACT_VALIDATE' => 'Contract validated',
  51. 'Notify_FICHEINTER_VALIDATE' => 'Intervention validated',
  52. 'Notify_SHIPPING_VALIDATE' => 'Shipping validated',
  53. 'Notify_SHIPPING_SENTBYMAIL' => 'Shipping sent by mail',
  54. 'Notify_MEMBER_VALIDATE' => 'Member validated',
  55. 'Notify_MEMBER_SUBSCRIPTION' => 'Member subscribed',
  56. 'Notify_MEMBER_RESILIATE' => 'Member resiliated',
  57. 'Notify_MEMBER_DELETE' => 'Member deleted',
  58. 'NbOfAttachedFiles' => 'Número Arquivos/Documentos Anexos',
  59. 'TotalSizeOfAttachedFiles' => 'Tamanho Total dos Arquivos/Documentos Anexos',
  60. 'MaxSize' => 'Tamanho Máximo',
  61. 'AttachANewFile' => 'Adicionar Novo Arquivo/Documento',
  62. 'LinkedObject' => 'Arquivo Anexo',
  63. 'Miscellanous' => 'Diversos',
  64. 'NbOfActiveNotifications' => 'Número Notificações',
  65. 'PredefinedMailTest' => 'This is a test mail.\nThe two lines are separated by a carriage return.\n\n__SIGNATURE__',
  66. 'PredefinedMailTestHtml' => 'This is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__SIGNATURE__',
  67. 'PredefinedMailContentSendInvoice' => 'Estimados senhores,\n\nem anexo enviamos a nossa fatura __FACREF__ .\n\nAtenciosamente\n\n',
  68. 'PredefinedMailContentSendInvoiceReminder' => 'Estimados senhores,\n\ninformamos que a fatura __FACREF__ nos consta como não paga. Por favor revisar a fatura anexada e nos dar uma posicao.\n\nAtenciosamente\n\n',
  69. 'PredefinedMailContentSendProposal' => 'Estimados senhores,\n\nem anexo enviamos a proposta solicitada __PROPREF__ .\n\nAtenciosamente\n\n',
  70. 'PredefinedMailContentSendOrder' => 'Estimados senhores,\n\nem anexo segue o pedido solicitado __ORDERREF__ .\n\nAtenciosamente\n\n',
  71. 'PredefinedMailContentSendSupplierOrder' => 'You will find here our order __ORDERREF__\n\n__PERSONALIZED__Sincerely\n\n__SIGNATURE__',
  72. 'PredefinedMailContentSendSupplierInvoice' => 'You will find here the invoice __FACREF__\n\n__PERSONALIZED__Sincerely\n\n__SIGNATURE__',
  73. 'PredefinedMailContentSendShipping' => 'You will find here the shipping __SHIPPINGREF__\n\n__PERSONALIZED__Sincerely\n\n__SIGNATURE__',
  74. 'PredefinedMailContentSendFichInter' => 'You will find here the intervention __FICHINTERREF__\n\n__PERSONALIZED__Sincerely\n\n__SIGNATURE__',
  75. 'DemoDesc' => 'Speedealing não é um ERP monolítico, mas está composto de módulos funcionais simples e opcionais. Uma demonstração que inclua todos estes módulos não tem sentido, já que nunca mais todos os módulos são utilizados. De todas maneras existe disponíveis muitos perfis de demonstração',
  76. 'ChooseYourDemoProfil' => 'quer ver o perfil de demonstração que melhor corresponda e a sua Atividade...',
  77. 'DemoFundation' => 'Administração de Membros de uma associação',
  78. 'DemoFundation2' => 'Administração de Membros e tesouraria de uma associação',
  79. 'DemoCompanyServiceOnly' => 'Administração de um trabalhador por conta propia realizando serviços',
  80. 'DemoCompanyShopWithCashDesk' => 'Administração de uma loja com Caixa',
  81. 'DemoCompanyProductAndStocks' => 'Administração de uma PYME com venda de produtos',
  82. 'DemoCompanyAll' => 'Administração de uma PYME com Atividades multiplos (todos Os módulos principais)',
  83. 'GoToDemo' => 'Acessar ao demo',
  84. 'CreatedBy' => 'Criado por %s',
  85. 'ModifiedBy' => 'Modificado por %s',
  86. 'ValidatedBy' => 'Validado por %s',
  87. 'CanceledBy' => 'Anulado por %s',
  88. 'ClosedBy' => 'Encerrado por %s',
  89. 'FileWasRemoved' => 'o Arquivo foi eliminado',
  90. 'DirWasRemoved' => 'a pasta foi eliminado',
  91. 'FeatureNotYetAvailableShort' => 'Disponível numa próxima versão',
  92. 'FeatureNotYetAvailable' => 'Funcionalidade não disponível nesta versão',
  93. 'FeatureExperimental' => 'Funcionalidade experimental. não é estável nesta versão',
  94. 'FeatureDevelopment' => 'Funcionalidade em Desenvolvimento. não estável nesta versão',
  95. 'FeaturesSupported' => 'Funcionalidades suportadas',
  96. 'Width' => 'Largura',
  97. 'Height' => 'Altura',
  98. 'Depth' => 'Fundo',
  99. 'Top' => 'Top',
  100. 'Bottom' => 'Bottom',
  101. 'Left' => 'Left',
  102. 'Right' => 'Right',
  103. 'CalculatedWeight' => 'Calculated weight',
  104. 'CalculatedVolume' => 'Calculated volume',
  105. 'Weight' => 'Peso',
  106. 'TotalWeight' => 'Peso total',
  107. 'WeightUnitton' => 'Toneladas',
  108. 'WeightUnitkg' => 'kg',
  109. 'WeightUnitg' => 'g',
  110. 'WeightUnitmg' => 'mg',
  111. 'WeightUnitpound' => 'pound',
  112. 'Length' => 'Length',
  113. 'LengthUnitm' => 'm',
  114. 'LengthUnitdm' => 'dm',
  115. 'LengthUnitcm' => 'cm',
  116. 'LengthUnitmm' => 'mm',
  117. 'Surface' => 'Area',
  118. 'SurfaceUnitm2' => 'm2',
  119. 'SurfaceUnitdm2' => 'dm2',
  120. 'SurfaceUnitcm2' => 'cm2',
  121. 'SurfaceUnitmm2' => 'mm2',
  122. 'SurfaceUnitfoot2' => 'ft2',
  123. 'SurfaceUnitinch2' => 'in2',
  124. 'Volume' => 'Volume',
  125. 'TotalVolume' => 'Volume total',
  126. 'VolumeUnitm3' => 'm3',
  127. 'VolumeUnitdm3' => 'dm3',
  128. 'VolumeUnitcm3' => 'cm3',
  129. 'VolumeUnitmm3' => 'mm3',
  130. 'VolumeUnitfoot3' => 'ft3',
  131. 'VolumeUnitinch3' => 'in3',
  132. 'VolumeUnitounce' => 'ounce',
  133. 'VolumeUnitlitre' => 'litre',
  134. 'VolumeUnitgallon' => 'gallon',
  135. 'Size' => 'Tamanho',
  136. 'SizeUnitm' => 'm',
  137. 'SizeUnitdm' => 'dm',
  138. 'SizeUnitcm' => 'cm',
  139. 'SizeUnitmm' => 'mm',
  140. 'SizeUnitinch' => 'inch',
  141. 'SizeUnitfoot' => 'foot',
  142. 'SizeUnitpoint' => 'point',
  143. 'BugTracker' => 'Incidências',
  144. 'SendNewPasswordDesc' => 'Este formulário permite enviar uma Nova senha. Será enviado ao e-mail do usuário<br>a modificação da senha não será efetiva até que o usuário click no link de confirmação neste e-mail.<br>Verifique sua caixa de correio.',
  145. 'BackToLoginPage' => 'Voltar e a página de login',
  146. 'AuthenticationDoesNotAllowSendNewPassword' => 'o modo de autentificação de Speedealing está configurado como "<b>%s</b>".<br>neste modo Speedealing não pode conhecer nem modificar a sua senha<br>Contacte com a sua administrador para conhecer as modalidades de alterar.',
  147. 'EnableGDLibraryDesc' => 'deve ativar o instalar a Bibliotéca GD na sua PHP para poder ativar esta Opção',
  148. 'EnablePhpAVModuleDesc' => 'deve instalar um módulo PHP compatible com a sua antivírus. (Clamav : php4-clamavlib ó php5-clamavlib)',
  149. 'ProfIdShortDesc' => '<b>Prof Id %s</b> é uma informação dePendente do país do Fornecedor.<br>Por Exemplo, para o país <b>%s</b>, é o código <b>%s</b>.',
  150. 'SpeedealingDemo' => 'Speedealing ERP/CRM demo',
  151. 'StatsByNumberOfUnits' => 'Estatísticas em número de unidades de produto/serviço',
  152. 'StatsByNumberOfEntities' => 'Estatísticas em número de identidadees referentes',
  153. 'NumberOfProposals' => 'Número de Orçamentos nos últimos 12 meses',
  154. 'NumberOfCustomerOrders' => 'Número de pedidos de clientes nos últimos 12 meses',
  155. 'NumberOfCustomerInvoices' => 'Número de faturas a clientes nos últimos 12 meses',
  156. 'NumberOfSupplierInvoices' => 'Número de faturas de Fornecedores nos últimos 12 meses',
  157. 'NumberOfUnitsProposals' => 'Número de unidades nos Orçamentos nos últimos 12 meses',
  158. 'NumberOfUnitsCustomerOrders' => 'Número de unidades nos pedidos de clientes nos últimos 12 meses',
  159. 'NumberOfUnitsCustomerInvoices' => 'Número de unidades em faturas a clientes nos últimos 12 meses',
  160. 'NumberOfUnitsSupplierInvoices' => 'Número de unidades em faturas de Fornecedores nos últimos 12 meses',
  161. 'EMailTextInterventionValidated' => 'The intervention %s has been validated.',
  162. 'EMailTextInvoiceValidated' => 'The invoice %s has been validated.',
  163. 'EMailTextProposalValidated' => 'The proposal %s has been validated.',
  164. 'EMailTextOrderValidated' => 'The order %s has been validated.',
  165. 'EMailTextOrderApproved' => 'Pedido %s Aprovado',
  166. 'EMailTextOrderApprovedBy' => 'Pedido %s Aprovado por %s',
  167. 'EMailTextOrderRefused' => 'Pedido %s Reprovado',
  168. 'EMailTextOrderRefusedBy' => 'Pedido %s Reprovado por %s',
  169. 'ImportedWithSet' => 'Importation data set',
  170. 'SpeedealingNotification' => 'Automatic notification',
  171. 'ResizeDesc' => 'Enter new width <b>OR</b> new height. Ratio will be kept during resizing...',
  172. 'NewLength' => 'New width',
  173. 'NewHeight' => 'New height',
  174. 'NewSizeAfterCropping' => 'New size after cropping',
  175. 'DefineNewAreaToPick' => 'Define new area on image to pick (left click on image then drag until you reach the opposite corner)',
  176. 'CurrentInformationOnImage' => 'This tool was designed to help you to resize or crop an image. This is informations on current edited image',
  177. 'ImageEditor' => 'Image editor',
  178. 'YouReceiveMailBecauseOfNotification' => 'You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.',
  179. 'YouReceiveMailBecauseOfNotification2' => 'This event is the following:',
  180. 'ThisIsListOfModules' => 'This is a list of modules preselected by this demo profile (only most common modules are visible in this demo). Edit this to have a more personalized demo and click on "Start".',
  181. 'ClickHere' => 'Click here',
  182. 'UseAdvancedPerms' => 'Use the advanced permissions of some modules',
  183. 'FileFormat' => 'File format',
  184. 'SelectAColor' => 'Choose a color',
  185. 'AddFiles' => 'Add Files',
  186. 'StartUpload' => 'Start upload',
  187. 'CancelUpload' => 'Cancel upload',
  188. 'FileIsTooBig' => 'Files is too big',
  189. 'PleaseBePatient' => 'Please be patient...',
  190. ////////// Calendar common //////////
  191. 'AddCalendarEntry' => 'Adicionar entrada ao calendário',
  192. 'NewCompanyToSpeedealing' => 'Company %s added into Speedealing',
  193. 'ContractValidatedInSpeedealing' => 'Contract %s validated in Speedealing',
  194. 'ContractCanceledInSpeedealing' => 'Contract %s canceled in Speedealing',
  195. 'ContractClosedInSpeedealing' => 'Contract %s closed in Speedealing',
  196. 'PropalClosedSignedInSpeedealing' => 'Proposal %s signed in Speedealing',
  197. 'PropalClosedRefusedInSpeedealing' => 'Proposal %s refused in Speedealing',
  198. 'PropalValidatedInSpeedealing' => 'Proposal %s validated in Speedealing',
  199. 'InvoiceValidatedInSpeedealing' => 'Invoice %s validated in Speedealing',
  200. 'InvoicePaidInSpeedealing' => 'Invoice %s changed to paid in Speedealing',
  201. 'InvoiceCanceledInSpeedealing' => 'Invoice %s canceled in Speedealing',
  202. 'PaymentDoneInSpeedealing' => 'Payment %s done in Speedealing',
  203. 'CustomerPaymentDoneInSpeedealing' => 'Customer payment %s done in Speedealing',
  204. 'SupplierPaymentDoneInSpeedealing' => 'Supplier payment %s done in Speedealing',
  205. 'MemberValidatedInSpeedealing' => 'Member %s validated in Speedealing',
  206. 'MemberResiliatedInSpeedealing' => 'Member %s resiliated in Speedealing',
  207. 'MemberDeletedInSpeedealing' => 'Member %s deleted from Speedealing',
  208. 'MemberSubscriptionAddedInSpeedealing' => 'Subscription for member %s added in Speedealing',
  209. 'ShipmentValidatedInSpeedealing' => 'Shipment %s validated in Speedealing',
  210. ////////// Export //////////
  211. 'Export' => 'Export',
  212. 'ExportsArea' => 'Área de Exportações',
  213. 'AvailableFormats' => 'Formatos disponíveis',
  214. 'LibraryUsed' => 'Bibliotéca utilizada',
  215. 'LibraryVersion' => 'Versão',
  216. 'ExportableDatas' => 'dados exportáveis',
  217. 'NoExportableData' => 'não existe dados exportáveis (sem módulos com dados exportáveis gastodos, necessitam de permissões)',
  218. 'ToExport' => 'Exportar',
  219. 'NewExport' => 'Nova Exportação',
  220. ////////// External sites //////////
  221. 'ExternalSites' => 'External sites'
  222. );
  223. ?>