You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

589 lines
16 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * asterisk_click2dial
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: connector-telephony (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-11-01 04:07+0000\n"
  11. "PO-Revision-Date: 2015-10-12 18:36+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-"
  14. "connector-telephony-8-0/language/es_PY/)\n"
  15. "Language: es_PY\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: asterisk_click2dial
  21. #: field:asterisk.server,login:0
  22. msgid "AMI Login"
  23. msgstr ""
  24. #. module: asterisk_click2dial
  25. #: field:asterisk.server,password:0
  26. msgid "AMI Password"
  27. msgstr ""
  28. #. module: asterisk_click2dial
  29. #: field:asterisk.server,active:0
  30. msgid "Active"
  31. msgstr ""
  32. #. module: asterisk_click2dial
  33. #: field:asterisk.server,alert_info:0
  34. msgid "Alert-Info SIP Header"
  35. msgstr ""
  36. #. module: asterisk_click2dial
  37. #: help:asterisk.server,wait_time:0
  38. msgid ""
  39. "Amount of time (in seconds) Asterisk will try to reach the user's phone "
  40. "before hanging up."
  41. msgstr ""
  42. #. module: asterisk_click2dial
  43. #: field:res.users,asterisk_chan_type:0
  44. msgid "Asterisk Channel Type"
  45. msgstr ""
  46. #. module: asterisk_click2dial
  47. #: field:asterisk.server,ip_address:0
  48. msgid "Asterisk IP address or DNS"
  49. msgstr ""
  50. #. module: asterisk_click2dial
  51. #: view:asterisk.server:asterisk_click2dial.view_asterisk_server_form
  52. msgid "Asterisk Manager Interface"
  53. msgstr ""
  54. #. module: asterisk_click2dial
  55. #: field:res.users,asterisk_server_id:0
  56. msgid "Asterisk Server"
  57. msgstr ""
  58. #. module: asterisk_click2dial
  59. #: field:asterisk.server,name:0
  60. msgid "Asterisk Server Name"
  61. msgstr ""
  62. #. module: asterisk_click2dial
  63. #: view:asterisk.server:asterisk_click2dial.view_asterisk_server_search
  64. msgid "Asterisk Server Search"
  65. msgstr ""
  66. #. module: asterisk_click2dial
  67. #: view:asterisk.server:asterisk_click2dial.view_asterisk_server_form
  68. #: view:asterisk.server:asterisk_click2dial.view_asterisk_server_tree
  69. #: model:ir.actions.act_window,name:asterisk_click2dial.action_asterisk_server
  70. #: model:ir.model,name:asterisk_click2dial.model_asterisk_server
  71. #: model:ir.ui.menu,name:asterisk_click2dial.act_menu_ast_server
  72. msgid "Asterisk Servers"
  73. msgstr ""
  74. #. module: asterisk_click2dial
  75. #: help:res.users,asterisk_chan_type:0
  76. msgid ""
  77. "Asterisk channel type, as used in the Asterisk dialplan. If the user has a "
  78. "regular IP phone, the channel type is 'SIP'."
  79. msgstr ""
  80. #. module: asterisk_click2dial
  81. #: help:asterisk.server,context:0
  82. msgid ""
  83. "Asterisk dialplan context from which the calls will be made. Refer to /etc/"
  84. "asterisk/extensions.conf on your Asterisk server."
  85. msgstr ""
  86. #. module: asterisk_click2dial
  87. #: help:res.users,asterisk_server_id:0
  88. msgid ""
  89. "Asterisk server on which the user's phone is connected. If you leave this "
  90. "field empty, it will use the first Asterisk server of the user's company."
  91. msgstr ""
  92. #. module: asterisk_click2dial
  93. #: field:res.users,cdraccount:0
  94. msgid "CDR Account"
  95. msgstr ""
  96. #. module: asterisk_click2dial
  97. #: help:res.users,cdraccount:0
  98. msgid "Call Detail Record (CDR) account used for billing this user."
  99. msgstr ""
  100. #. module: asterisk_click2dial
  101. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:382
  102. #: field:res.users,callerid:0
  103. #, python-format
  104. msgid "Caller ID"
  105. msgstr ""
  106. #. module: asterisk_click2dial
  107. #: help:res.users,callerid:0
  108. msgid "Caller ID used for the calls initiated by this user."
  109. msgstr ""
  110. #. module: asterisk_click2dial
  111. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:286
  112. #, python-format
  113. msgid ""
  114. "Can't get calling number from Asterisk.\n"
  115. "Here is the error: '%s'"
  116. msgstr ""
  117. #. module: asterisk_click2dial
  118. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:465
  119. #, python-format
  120. msgid ""
  121. "Click to dial with Asterisk failed.\n"
  122. "Here is the error: '%s'"
  123. msgstr ""
  124. #. module: asterisk_click2dial
  125. #: field:asterisk.server,company_id:0
  126. msgid "Company"
  127. msgstr ""
  128. #. module: asterisk_click2dial
  129. #: help:asterisk.server,company_id:0
  130. msgid "Company who uses the Asterisk server."
  131. msgstr ""
  132. #. module: asterisk_click2dial
  133. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:227
  134. #, python-format
  135. msgid "Connection Test Failed!"
  136. msgstr ""
  137. #. module: asterisk_click2dial
  138. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:233
  139. #, python-format
  140. msgid "Connection Test Successfull!"
  141. msgstr ""
  142. #. module: asterisk_click2dial
  143. #: field:asterisk.server,create_uid:0
  144. msgid "Created by"
  145. msgstr "Creado por"
  146. #. module: asterisk_click2dial
  147. #: field:asterisk.server,create_date:0
  148. msgid "Created on"
  149. msgstr "Creado en"
  150. #. module: asterisk_click2dial
  151. #: selection:res.users,asterisk_chan_type:0
  152. msgid "DAHDI"
  153. msgstr ""
  154. #. module: asterisk_click2dial
  155. #: field:asterisk.server,context:0
  156. msgid "Dialplan Context"
  157. msgstr ""
  158. #. module: asterisk_click2dial
  159. #: view:asterisk.server:asterisk_click2dial.view_asterisk_server_form
  160. msgid "Dialplan Parameters"
  161. msgstr ""
  162. #. module: asterisk_click2dial
  163. #: field:asterisk.server,display_name:0
  164. msgid "Display Name"
  165. msgstr ""
  166. #. module: asterisk_click2dial
  167. #: constraint:asterisk.server:0 constraint:res.users:0
  168. msgid "Error message in raise"
  169. msgstr ""
  170. #. module: asterisk_click2dial
  171. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:111
  172. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:116
  173. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:121
  174. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:126
  175. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:135
  176. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:163
  177. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:184
  178. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:190
  179. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:210
  180. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:284
  181. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:390
  182. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:411
  183. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:428
  184. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:464
  185. #, python-format
  186. msgid "Error:"
  187. msgstr ""
  188. #. module: asterisk_click2dial
  189. #: field:asterisk.server,extension_priority:0
  190. msgid "Extension Priority"
  191. msgstr ""
  192. #. module: asterisk_click2dial
  193. #. openerp-web
  194. #: code:addons/asterisk_click2dial/static/src/js/asterisk_click2dial.js:26
  195. #, python-format
  196. msgid "Failure"
  197. msgstr ""
  198. #. module: asterisk_click2dial
  199. #: selection:res.users,asterisk_chan_type:0
  200. msgid "H323"
  201. msgstr ""
  202. #. module: asterisk_click2dial
  203. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:228
  204. #, python-format
  205. msgid "Here is the error message: %s"
  206. msgstr ""
  207. #. module: asterisk_click2dial
  208. #: selection:res.users,asterisk_chan_type:0
  209. msgid "IAX2"
  210. msgstr ""
  211. #. module: asterisk_click2dial
  212. #: field:asterisk.server,id:0
  213. msgid "ID"
  214. msgstr "ID"
  215. #. module: asterisk_click2dial
  216. #: help:asterisk.server,ip_address:0
  217. msgid "IP address or DNS name of the Asterisk server."
  218. msgstr ""
  219. #. module: asterisk_click2dial
  220. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:381
  221. #: field:res.users,internal_number:0
  222. #, python-format
  223. msgid "Internal Number"
  224. msgstr ""
  225. #. module: asterisk_click2dial
  226. #: field:asterisk.server,__last_update:0
  227. #, fuzzy
  228. msgid "Last Modified on"
  229. msgstr "Ultima actualización en"
  230. #. module: asterisk_click2dial
  231. #: field:asterisk.server,write_uid:0
  232. msgid "Last Updated by"
  233. msgstr "Ultima actualización por"
  234. #. module: asterisk_click2dial
  235. #: field:asterisk.server,write_date:0
  236. msgid "Last Updated on"
  237. msgstr "Ultima actualización en"
  238. #. module: asterisk_click2dial
  239. #: selection:res.users,asterisk_chan_type:0
  240. msgid "Local"
  241. msgstr ""
  242. #. module: asterisk_click2dial
  243. #: help:asterisk.server,login:0
  244. msgid ""
  245. "Login that OpenERP will use to communicate with the Asterisk Manager "
  246. "Interface. Refer to /etc/asterisk/manager.conf on your Asterisk server."
  247. msgstr ""
  248. #. module: asterisk_click2dial
  249. #: selection:res.users,asterisk_chan_type:0
  250. msgid "MGCP"
  251. msgstr ""
  252. #. module: asterisk_click2dial
  253. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:412
  254. #, python-format
  255. msgid "Missing phone number"
  256. msgstr ""
  257. #. module: asterisk_click2dial
  258. #. openerp-web
  259. #: code:addons/asterisk_click2dial/static/src/js/asterisk_click2dial.js:45
  260. #, python-format
  261. msgid "Moving to %s ID %d"
  262. msgstr ""
  263. #. module: asterisk_click2dial
  264. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:164
  265. #, python-format
  266. msgid "No Asterisk server configured for the company '%s'."
  267. msgstr ""
  268. #. module: asterisk_click2dial
  269. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:429
  270. #, python-format
  271. msgid "No callerID configured for the current user"
  272. msgstr ""
  273. #. module: asterisk_click2dial
  274. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:185
  275. #, python-format
  276. msgid "No channel type configured for the current user."
  277. msgstr ""
  278. #. module: asterisk_click2dial
  279. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:191
  280. #, python-format
  281. msgid "No resource name configured for the current user"
  282. msgstr ""
  283. #. module: asterisk_click2dial
  284. #. openerp-web
  285. #: code:addons/asterisk_click2dial/static/src/js/asterisk_click2dial.js:31
  286. #, python-format
  287. msgid "Number Not Found"
  288. msgstr ""
  289. #. module: asterisk_click2dial
  290. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:234
  291. #, python-format
  292. msgid "Odoo can successfully login to the Asterisk Manager Interface."
  293. msgstr ""
  294. #. module: asterisk_click2dial
  295. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:113
  296. #, python-format
  297. msgid "Only use digits for the '%s' on the Asterisk server '%s'"
  298. msgstr ""
  299. #. module: asterisk_click2dial
  300. #. openerp-web
  301. #: code:addons/asterisk_click2dial/static/src/xml/asterisk_click2dial.xml:13
  302. #, python-format
  303. msgid "Open Caller"
  304. msgstr ""
  305. #. module: asterisk_click2dial
  306. #: view:res.users:asterisk_click2dial.view_users_form
  307. msgid "Optional Asterisk Parameters - for experts only, can be left empty"
  308. msgstr ""
  309. #. module: asterisk_click2dial
  310. #: field:asterisk.server,out_prefix:0
  311. msgid "Out Prefix"
  312. msgstr ""
  313. #. module: asterisk_click2dial
  314. #: selection:res.users,asterisk_chan_type:0
  315. msgid "PJSIP"
  316. msgstr ""
  317. #. module: asterisk_click2dial
  318. #: help:asterisk.server,password:0
  319. msgid ""
  320. "Password that OpenERP will use to communicate with the Asterisk Manager "
  321. "Interface. Refer to /etc/asterisk/manager.conf on your Asterisk server."
  322. msgstr ""
  323. #. module: asterisk_click2dial
  324. #: field:asterisk.server,port:0
  325. msgid "Port"
  326. msgstr ""
  327. #. module: asterisk_click2dial
  328. #: help:asterisk.server,out_prefix:0
  329. msgid ""
  330. "Prefix to dial to make outgoing calls. If you don't use a prefix to make "
  331. "outgoing calls, leave empty."
  332. msgstr ""
  333. #. module: asterisk_click2dial
  334. #: help:asterisk.server,extension_priority:0
  335. msgid ""
  336. "Priority of the extension in the Asterisk dialplan. Refer to /etc/asterisk/"
  337. "extensions.conf on your Asterisk server."
  338. msgstr ""
  339. #. module: asterisk_click2dial
  340. #. openerp-web
  341. #: code:addons/asterisk_click2dial/static/src/js/asterisk_click2dial.js:27
  342. #, python-format
  343. msgid "Problem in the connection to Asterisk"
  344. msgstr ""
  345. #. module: asterisk_click2dial
  346. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:211
  347. #, python-format
  348. msgid ""
  349. "Problem in the request from OpenERP to Asterisk. Here is the error message: "
  350. "%s"
  351. msgstr ""
  352. #. module: asterisk_click2dial
  353. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:380
  354. #: field:res.users,resource:0
  355. #, python-format
  356. msgid "Resource Name"
  357. msgstr ""
  358. #. module: asterisk_click2dial
  359. #: help:res.users,resource:0
  360. msgid ""
  361. "Resource name for the channel type selected. For example, if you use "
  362. "'Dial(SIP/phone1)' in your Asterisk dialplan to ring the SIP phone of this "
  363. "user, then the resource name for this user is 'phone1'. For a SIP phone, "
  364. "the phone number is often used as resource name, but not always."
  365. msgstr ""
  366. #. module: asterisk_click2dial
  367. #: selection:res.users,asterisk_chan_type:0
  368. msgid "SCCP"
  369. msgstr ""
  370. #. module: asterisk_click2dial
  371. #: selection:res.users,asterisk_chan_type:0
  372. msgid "SIP"
  373. msgstr ""
  374. #. module: asterisk_click2dial
  375. #: view:asterisk.server:asterisk_click2dial.view_asterisk_server_form
  376. msgid "Server Name"
  377. msgstr ""
  378. #. module: asterisk_click2dial
  379. #: help:asterisk.server,alert_info:0
  380. msgid ""
  381. "Set Alert-Info header in SIP request to user's IP Phone for the click2dial "
  382. "feature. If empty, the Alert-Info header will not be added. You can use it "
  383. "to have a special ring tone for click2dial (a silent one !) or to activate "
  384. "auto-answer for example."
  385. msgstr ""
  386. #. module: asterisk_click2dial
  387. #: help:res.users,variable:0
  388. msgid ""
  389. "Set a user-specific 'Variable' field in the Asterisk Manager Interface "
  390. "'originate' request for the click2dial feature. If you want to have several "
  391. "variable headers, separate them with '|'."
  392. msgstr ""
  393. #. module: asterisk_click2dial
  394. #: help:res.users,alert_info:0
  395. msgid ""
  396. "Set a user-specific Alert-Info header in SIP request to user's IP Phone for "
  397. "the click2dial feature. If empty, the Alert-Info header will not be added. "
  398. "You can use it to have a special ring tone for click2dial (a silent one !) "
  399. "or to activate auto-answer for example."
  400. msgstr ""
  401. #. module: asterisk_click2dial
  402. #: selection:res.users,asterisk_chan_type:0
  403. msgid "Skinny"
  404. msgstr ""
  405. #. module: asterisk_click2dial
  406. #: view:res.users:asterisk_click2dial.view_users_form
  407. msgid "Standard Asterisk Parameters"
  408. msgstr ""
  409. #. module: asterisk_click2dial
  410. #. openerp-web
  411. #: code:addons/asterisk_click2dial/static/src/js/asterisk_click2dial.js:44
  412. #, python-format
  413. msgid "Success"
  414. msgstr ""
  415. #. module: asterisk_click2dial
  416. #: help:asterisk.server,port:0
  417. msgid ""
  418. "TCP port on which the Asterisk Manager Interface listens. Defined in /etc/"
  419. "asterisk/manager.conf on Asterisk."
  420. msgstr ""
  421. #. module: asterisk_click2dial
  422. #: view:asterisk.server:asterisk_click2dial.view_asterisk_server_form
  423. msgid "Test Connection to Asterisk"
  424. msgstr ""
  425. #. module: asterisk_click2dial
  426. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:391
  427. #, python-format
  428. msgid "The '%s' for the user '%s' should only have ASCII caracters"
  429. msgstr ""
  430. #. module: asterisk_click2dial
  431. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:138
  432. #, python-format
  433. msgid "The '%s' should only have ASCII caracters for the Asterisk server '%s'"
  434. msgstr ""
  435. #. module: asterisk_click2dial
  436. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:122
  437. #, python-format
  438. msgid ""
  439. "The 'extension priority' must be a positive value for the Asterisk server "
  440. "'%s'"
  441. msgstr ""
  442. #. module: asterisk_click2dial
  443. #: help:asterisk.server,active:0
  444. msgid ""
  445. "The active field allows you to hide the Asterisk server without deleting it."
  446. msgstr ""
  447. #. module: asterisk_click2dial
  448. #: help:res.users,internal_number:0
  449. msgid "User's internal phone number."
  450. msgstr ""
  451. #. module: asterisk_click2dial
  452. #: field:res.users,alert_info:0
  453. msgid "User-specific Alert-Info SIP Header"
  454. msgstr ""
  455. #. module: asterisk_click2dial
  456. #: field:res.users,dial_suffix:0
  457. msgid "User-specific Dial Suffix"
  458. msgstr ""
  459. #. module: asterisk_click2dial
  460. #: field:res.users,variable:0
  461. msgid "User-specific Variable"
  462. msgstr ""
  463. #. module: asterisk_click2dial
  464. #: help:res.users,dial_suffix:0
  465. msgid "User-specific dial suffix such as aa=2wb for SCCP auto answer."
  466. msgstr ""
  467. #. module: asterisk_click2dial
  468. #: model:ir.model,name:asterisk_click2dial.model_res_users
  469. msgid "Users"
  470. msgstr ""
  471. #. module: asterisk_click2dial
  472. #: field:asterisk.server,wait_time:0
  473. msgid "Wait Time (sec)"
  474. msgstr ""
  475. #. module: asterisk_click2dial
  476. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:117
  477. #, python-format
  478. msgid ""
  479. "You should set a 'Wait time' value between 1 and 120 seconds for the "
  480. "Asterisk server '%s'"
  481. msgstr ""
  482. #. module: asterisk_click2dial
  483. #: code:addons/asterisk_click2dial/asterisk_click2dial.py:127
  484. #, python-format
  485. msgid ""
  486. "You should set a TCP port between 1 and 65535 for the Asterisk server '%s'"
  487. msgstr ""
  488. #. module: asterisk_click2dial
  489. #: selection:res.users,asterisk_chan_type:0
  490. msgid "Zap"
  491. msgstr ""
  492. #. module: asterisk_click2dial
  493. #: selection:res.users,asterisk_chan_type:0
  494. msgid "mISDN"
  495. msgstr ""