Browse Source
[10.0] web_advanced_search_wildcard: adds 'starts with' and 'ends with' (#1142)
[10.0] web_advanced_search_wildcard: adds 'starts with' and 'ends with' (#1142)
* We keep the historic feature *matches* provided by web_advanced_search_wildcard, but we add *starts with* and *ends with* with are super-easy and intuitive to use and cover the majority of use cases. * FR translationpull/1328/head
Alexis de Lattre
6 years ago
committed by
sbejaoui
3 changed files with 49 additions and 13 deletions
-
14web_advanced_search_wildcard/README.rst
-
34web_advanced_search_wildcard/i18n/fr.po
-
14web_advanced_search_wildcard/static/src/js/search.js
@ -1,26 +1,38 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * web_advanced_search_wildcard |
|||
# * web_advanced_search_wildcard |
|||
# |
|||
# Translators: |
|||
# OCA Transbot <transbot@odoo-community.org>, 2018 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2018-01-03 03:49+0000\n" |
|||
"PO-Revision-Date: 2018-01-03 03:49+0000\n" |
|||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" |
|||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" |
|||
"Language: fr\n" |
|||
"POT-Creation-Date: 2018-12-25 23:17+0000\n" |
|||
"PO-Revision-Date: 2018-12-25 23:17+0000\n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
"Plural-Forms: \n" |
|||
|
|||
#. module: web_advanced_search_wildcard |
|||
#. openerp-web |
|||
#: code:addons/web_advanced_search_wildcard/static/src/js/search.js:10 |
|||
#: code:addons/web_advanced_search_wildcard/static/src/js/search.js:11 |
|||
#, python-format |
|||
msgid "ends with" |
|||
msgstr "finit par" |
|||
|
|||
#. module: web_advanced_search_wildcard |
|||
#. openerp-web |
|||
#: code:addons/web_advanced_search_wildcard/static/src/js/search.js:12 |
|||
#, python-format |
|||
msgid "matches" |
|||
msgstr "correspondances" |
|||
msgstr "correspond à" |
|||
|
|||
#. module: web_advanced_search_wildcard |
|||
#. openerp-web |
|||
#: code:addons/web_advanced_search_wildcard/static/src/js/search.js:10 |
|||
#, python-format |
|||
msgid "starts with" |
|||
msgstr "commence par" |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue