[I18N] fetch new terms from Transifex

This commit is contained in:
Martin Trigaux
2016-04-04 13:50:49 +02:00
parent 78270350e6
commit 9e172b585f
19 changed files with 1849 additions and 453 deletions
+217 -3
View File
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2015, Odoo S.A.
# Copyright (C) 2015-TODAY, Odoo S.A.
# This file is distributed under the same license as the Odoo Business package.
#
# Translators:
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 9.0 Documentation\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-03 16:14+0100\n"
"PO-Revision-Date: 2016-03-11 12:45+0000\n"
"POT-Creation-Date: 2016-03-18 14:22+0100\n"
"PO-Revision-Date: 2016-03-19 12:04+0000\n"
"Last-Translator: Martin Trigaux\n"
"Language-Team: Dutch (http://www.transifex.com/odoo/odoo-9-doc/language/nl/)\n"
"MIME-Version: 1.0\n"
@@ -842,6 +842,220 @@ msgstr "Organiseer een meeting tussen de **Marketing** en **Verkoop** teams om d
msgid ":doc:`automatic_assignation`"
msgstr ":doc:`automatic_assignation`"
#: ../../crm/leads/voip.rst:3
msgid "Odoo VOIP"
msgstr ""
#: ../../crm/leads/voip/setup.rst:3
msgid "Installation and Setup"
msgstr ""
#: ../../crm/leads/voip/setup.rst:6
msgid "Installing Asterisk server"
msgstr ""
#: ../../crm/leads/voip/setup.rst:9
msgid "Dependencies"
msgstr ""
#: ../../crm/leads/voip/setup.rst:11
msgid ""
"Before installing Asterisk you need to install the following dependencies:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:13
msgid "wget"
msgstr ""
#: ../../crm/leads/voip/setup.rst:14
msgid "gcc"
msgstr ""
#: ../../crm/leads/voip/setup.rst:15
msgid "gcc-c++"
msgstr ""
#: ../../crm/leads/voip/setup.rst:16
msgid "ncurses-devel"
msgstr ""
#: ../../crm/leads/voip/setup.rst:17
msgid "libxml2-devel"
msgstr ""
#: ../../crm/leads/voip/setup.rst:18
msgid "sqlite-devel"
msgstr ""
#: ../../crm/leads/voip/setup.rst:19
msgid "libsrtp-devel"
msgstr ""
#: ../../crm/leads/voip/setup.rst:20
msgid "libuuid-devel"
msgstr ""
#: ../../crm/leads/voip/setup.rst:21
msgid "openssl-devel"
msgstr ""
#: ../../crm/leads/voip/setup.rst:23
msgid "If libsrtp is not available in the repo install it from source."
msgstr ""
#: ../../crm/leads/voip/setup.rst:34
msgid ""
"You also need to install PJSIP, you can download the source `here "
"<http://www.pjsip.org/download.htm>`_. Once the source directory is "
"extracted:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:36
msgid "**Change to the pjproject source directory:**"
msgstr ""
#: ../../crm/leads/voip/setup.rst:42
msgid "**run:**"
msgstr ""
#: ../../crm/leads/voip/setup.rst:48
msgid "**Build and install pjproject:**"
msgstr ""
#: ../../crm/leads/voip/setup.rst:56
msgid "**Update shared library links:**"
msgstr ""
#: ../../crm/leads/voip/setup.rst:62
msgid "**Verify that pjproject is installed:**"
msgstr ""
#: ../../crm/leads/voip/setup.rst:68
msgid "**The result should be:**"
msgstr ""
#: ../../crm/leads/voip/setup.rst:75
msgid "Asterisk"
msgstr ""
#: ../../crm/leads/voip/setup.rst:77
msgid ""
"In order to install Asterisk 13.7.0, you can download the source directly "
"`there <http://downloads.asterisk.org/pub/telephony/asterisk/old-"
"releases/asterisk-13.7.0.tar.gz>`_."
msgstr ""
#: ../../crm/leads/voip/setup.rst:79
msgid "Extract Asterisk:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:85
msgid "Enter the Asterisk directory:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:91
msgid "Run the Asterisk configure script:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:97
msgid "Run the Asterisk menuselect tool:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:103
msgid ""
"In the menuselect, go to the resources option and ensure that res_srtp is "
"enabled. If there are 3 xs next to res_srtp, there is a problem with the "
"srtp library and you must reinstall it. Save the configuration (press x). "
"You should also see stars in front of the res_pjsip lines."
msgstr ""
#: ../../crm/leads/voip/setup.rst:105
msgid "Compile and install Asterisk:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:111
msgid ""
"If you need the sample configs you can run make samples to install the "
"sample configs. If you need to install the Asterisk startup script you can "
"run make config."
msgstr ""
#: ../../crm/leads/voip/setup.rst:114
msgid "DTLS Certificates"
msgstr ""
#: ../../crm/leads/voip/setup.rst:116
msgid "After you need to setup the DTLS certificates."
msgstr ""
#: ../../crm/leads/voip/setup.rst:122
msgid "Enter the Asterisk scripts directory:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:128
msgid ""
"Create the DTLS certificates (replace pbx.mycompany.com with your ip address"
" or dns name, replace My Super Company with your company name):"
msgstr ""
#: ../../crm/leads/voip/setup.rst:135
msgid "Configure Asterisk server"
msgstr ""
#: ../../crm/leads/voip/setup.rst:137
msgid ""
"For WebRTC, a lot of the settings that are needed MUST be in the peer "
"settings. The global settings do not flow down into the peer settings very "
"well. By default, Asterisk config files are located in /etc/asterisk/. Start"
" by editing http.conf and make sure that the following lines are "
"uncommented:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:147
msgid ""
"Next, edit sip.conf. The WebRTC peer requires encryption, avpf, and "
"icesupport to be enabled. In most cases, directmedia should be disabled. "
"Also under the WebRTC client, the transport needs to be listed as ws to "
"allow websocket connections. All of these config lines should be under the "
"peer itself; setting these config lines globally might not work:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:175
msgid ""
"In the sip.conf and rtp.conf files you also need to add or uncomment the "
"lines:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:182
msgid "Lastly, set up extensions.conf:"
msgstr ""
#: ../../crm/leads/voip/setup.rst:191
msgid "Configure Odoo VOIP"
msgstr ""
#: ../../crm/leads/voip/setup.rst:193
msgid "In Odoo, the configuration should be done in the user's preferences."
msgstr ""
#: ../../crm/leads/voip/setup.rst:195
msgid ""
"The SIP Login/Browser's Extension is the number you configured previously in"
" the sip.conf file. In our example, 1060. The SIP Password is the secret you"
" chose in the sip.conf file. The extension of your office's phone is not a "
"required field but it is used if you want to transfer your call from Odoo to"
" an external phone also configured in the sip.conf file."
msgstr ""
#: ../../crm/leads/voip/setup.rst:197
msgid ""
"The configuration needs also to be done in the sale settings under the title"
" \"PBX Configuration\". You need to put the IP you define in the http.conf "
"file and the WebSocket should be: ws://127.0.0.1:8088/ws. The part "
"\"127.0.0.1\" needs to be the same as the IP defined previously and the "
"\"8088\" is the port you defined in the http.conf file."
msgstr ""
#: ../../crm/overview.rst:3
msgid "Overview"
msgstr "Overzicht"