Lines Matching full:file
30 …e all the genealogy data from “%s” and replace it with data from a GEDCOM file.', e($tree->title()…
33 … checkGedcomImportForm('<?= e(I18N::translate('You have selected a GEDCOM file with a different na…
36 <h2><?= I18N::translate('Select a GEDCOM file to import') ?></h2>
41 <?= I18N::translate('A file on your computer') ?>
44 <input id="import-client-file" type="file" name="client_file" class="form-control">
51 <?= I18N::translate('A file on the server') ?>
59 <select name="server_file" class="form-select" dir="ltr" id="import-server-file">
99 …EDCOM file using genealogy software that deletes media objects, then select this option to merge t…
114 …<?= I18N::translate('If you created this GEDCOM file using genealogy software that omits spaces wh…
122 …<?= /* I18N: A media path (e.g. c:\aaa\bbb\ccc\ddd.jpeg) in a GEDCOM file */ I18N::translate('Remo…
128 …ese paths will not exist on the web-server. To allow webtrees to find the file, the first part of …
129 …g. %s are all folder names */ I18N::translate('For example, if the GEDCOM file contains %1$s and w…
148 …let newFile = method === 'server' ? $('#import-server-file').val() : $('#import-client-file').val(…
159 document.getElementById('import-client-file').addEventListener('focus', function () {
163 document.getElementById('import-server-file').addEventListener('focus', function () {