Overview
Comment:Change message language to French, add link to documentation
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a3ed28e7e0678601b088e89a211bf9269dae8db619944fa8a821a06992d131bd
User & Date: bohwaz on 2021-11-20 14:40:44
Other Links: manifest | tags
Context
2021-11-20
14:43
Implement add to home screen, well trying check-in: 5020a46888 user: bohwaz tags: trunk, stable
14:40
Change message language to French, add link to documentation check-in: a3ed28e7e0 user: bohwaz tags: trunk
12:25
Fix URL, Fossil is weird check-in: daf35bd6f0 user: bohwaz tags: trunk
Changes

Modified src/include/lib/Garradin/Utils.php from [e6e7920222] to [aa04e779c3].

1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
                    $cmd = $program;
                    break;
                }
            }

            // We still haven't found anything
            if (!$cmd) {
                throw new \LogicException('No PDF creation executable found. Please install or configure one.');
            }
        }

        switch ($cmd) {
            case 'prince':
                $cmd = 'prince -o %2$s %1$s';
                break;







|







1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
                    $cmd = $program;
                    break;
                }
            }

            // We still haven't found anything
            if (!$cmd) {
                throw new \LogicException('Aucun programme de création de PDF trouvé, merci d\'en installer un : https://fossil.kd2.org/garradin/wiki?name=Configuration');
            }
        }

        switch ($cmd) {
            case 'prince':
                $cmd = 'prince -o %2$s %1$s';
                break;