Commit Graph

80 Commits

Author SHA1 Message Date
endormi
d7cc7576ff Concepts et Terminologie & Compilation conditionelle (#706)
* Concepts et Terminologie

* Compilation conditionnelle

* removed (unintended) spacing

* Update faq/installed.po

Co-Authored-By: endormi <39559256+endormi@users.noreply.github.com>

* Update faq/installed.po

Co-Authored-By: endormi <39559256+endormi@users.noreply.github.com>

* Update faq/installed.po

Co-Authored-By: endormi <39559256+endormi@users.noreply.github.com>

* Update faq/installed.po

Co-Authored-By: endormi <39559256+endormi@users.noreply.github.com>
2019-04-18 13:16:38 +02:00
Jules Lasne (jlasne)
703a04d9d2 Merge from upstream/3.7 (#606) 2019-03-20 09:02:55 +01:00
3135c5e74b builtdist: Suppression d'une redondance. 2019-02-26 11:09:32 +01:00
Andy K
d8f3021d55 changing the sentence in builtdist.po (#563) 2019-02-26 11:06:32 +01:00
c104c08940 powrap all the things. 2019-02-25 23:29:35 +01:00
b61235f220 Due to deactivation of smartquotes, --- are no loger automatically converted to em dashes.
Thanks Dona for reporting.
2019-02-03 11:37:20 +01:00
527c1242a6
Pomerge (#499) 2018-12-24 14:20:55 +01:00
Jules Lasne (jlasne)
9211eab7f1 Finished translating extending.po (#415) 2018-12-13 15:17:39 +01:00
Jules Lasne (jlasne)
8707d42f23 Finished the translation of builtdist.po (#411) 2018-12-13 15:00:43 +01:00
03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
a39cf6b15e s/installeur/installateur/ 2018-11-16 09:14:40 +01:00
26cd50342a Completed distutils/apiref : Go ? (#378) 2018-11-01 22:44:24 +01:00
c269a4cbab Using pomerge to replicate known translations. 2018-10-10 18:29:20 +02:00
a1285b3997 FIX: Remaining hunspell warnings. 2018-10-04 16:28:37 +02:00
e5340cf8d1 pospell also on distutils/ 2018-10-04 16:02:29 +02:00
ea58bc6b93 Traduction des entrées manquantes dans plusieurs fichiers. 2018-09-29 18:01:39 +02:00
84081be38b fix 2018-07-23 15:06:43 +02:00
4fc8d5ead8 Reviewing 3.7 fuzzy strings. 2018-07-23 15:06:43 +02:00
d59fab9118
Reviewing 3.7 fuzzy strings. (#203) 2018-07-21 10:59:44 +02:00
6e8288f606 Removing fuzzy from headers. 2018-07-04 11:16:54 +02:00
283979a625 Update language team. 2018-07-04 11:14:25 +02:00
e6e13bef30 Dropping useless first author line. 2018-07-04 11:09:21 +02:00
ac8e794c8c Update licence information. 2018-07-04 11:08:42 +02:00
117f6d15a2 Update Copyright date. 2018-07-04 11:06:45 +02:00
bc19527cab Dropping this useless SOME DESCRIPTIVE TITLE. 2018-07-04 11:05:51 +02:00
68c535ef1f
Merge pull request #197 from JulienPalard/37fuzzy
Start to proofread 3.7 fuzzy strings.
2018-07-04 10:59:16 +02:00
8b85b550c9 Fixing inconsistencies found by pomerge. 2018-07-03 11:50:53 +02:00
d11a6b41ee Replicating known translations using pomerge from 3.7 to 3.7 (locally). 2018-07-03 11:14:42 +02:00
918c087016 Start to proofread 3.7 fuzzy strings. 2018-07-03 09:54:55 +02:00
aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00
4c8ccbfae3 Reindenting po files using poindent. 2018-06-24 07:57:51 +02:00
HS-157
7d2fac54dc Rajout d'espace fine insécable devant les points-virgules 2018-06-24 07:56:50 +02:00
HS-157
1d95879216 Rajout d'espace insécable devant les deux-points 2018-06-24 07:56:34 +02:00
HS-157
ffd3af8bfc Correction et traduction de la section 5 2018-06-24 07:56:34 +02:00
HS-157
6cef991e0e Correction des majuscules 2018-06-24 07:56:12 +02:00
a3c425d512 merge pot files. 2018-06-17 10:43:33 +02:00
Christophe Nanteuil
0b904d84e3
Merge branch '3.6' into small-ones 2018-06-12 15:36:44 +02:00
d6a7c5f487 s/dépréciée/obsolète/g 2018-06-11 00:04:53 +02:00
241497df89 Review fuzzy strings: Integrating christopheNan feedback. 2018-06-10 23:32:01 +02:00
20fd0007aa Working on small fils: Integrating christopheNan feedback. 2018-06-10 21:59:52 +02:00
7857077495 Review fuzzy strings. 2018-06-10 15:37:51 +02:00
c80453916d merge pot files. 2018-06-10 11:32:30 +02:00
996b789b3c Fixing indentation. 2018-05-01 23:35:56 +02:00
e810d13422 merge pot files. 2018-04-29 00:28:01 +02:00
228b3c0b2a Reviewing various typical errors. 2018-03-21 00:55:50 +01:00
a5c7846ef1 Fixing some end of lines. 2018-03-21 00:16:43 +01:00
2a4be3dd02 Automatically review columns.
Checked using and some manual proofreading:

def check_entry(po_file, entry):
    if entry.msgid.endswith(' ::'):
        return
    if entry.msgid.endswith('::'):
        if entry.msgstr.endswith(': ::'):
            return
        entry.msgstr = entry.msgstr.rstrip(' :. ') + ' ::'
2018-03-20 23:58:00 +01:00
f302fcb215 No titlecase in french.
http://jacques-andre.fr/faqtypo/lessons.pdf , §2.6 page 12
"en français, pas de majuscule initiale à tous les substantifs d’un titre"
et §3.3.2 page 15
2018-02-15 01:01:45 +01:00
5a285bfc73 distutils/sourcedist: Done. 2018-01-29 00:18:15 +01:00
6bcd981ef6 distutils/index: Done. 2018-01-29 00:13:49 +01:00