]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
typo : accept of our / accept our
authorJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 22:20:37 +0000 (23:20 +0100)
committerJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 22:20:37 +0000 (23:20 +0100)
f.php
lib/lang/fr.php
lib/lang/template.php

diff --git a/f.php b/f.php
index a1f084aa059738aef5faddc71d02e4261328e350..953d20ec48b13c6c8469c441d45119c45a833f50 100644 (file)
--- a/f.php
+++ b/f.php
@@ -134,7 +134,7 @@ if (!empty ($link['key']))
              '<input type = "password" name = "key" />' .
              '</td></tr>' .
              '<tr><td>' .
              '<input type = "password" name = "key" />' .
              '</td></tr>' .
              '<tr><td>' .
-             t('By using our services, you accept of our'). ' <a href="' . $cfg['web_root'] . '/tos.php' . '">' . t('Term Of Service') . '</a>' .
+             t('By using our services, you accept our'). ' <a href="' . $cfg['web_root'] . '/tos.php' . '">' . t('Term Of Service') . '</a>' .
              '</td></tr>' .
              '<tr><td>';
             ?><input type="submit" id = "submit_download"  value="<?php echo t('Download'); ?>"
              '</td></tr>' .
              '<tr><td>';
             ?><input type="submit" id = "submit_download"  value="<?php echo t('Download'); ?>"
@@ -190,7 +190,7 @@ if ($cfg['download_page'] && !$password_challenged && !$do_download && !$do_prev
              t('You are about to download') . ' "' . $link['file_name'] . '" (' . jirafeau_human_size($link['file_size']) . ')' .
              '</td></tr>' .
              '<tr><td>' .
              t('You are about to download') . ' "' . $link['file_name'] . '" (' . jirafeau_human_size($link['file_size']) . ')' .
              '</td></tr>' .
              '<tr><td>' .
-             t('By using our services, you accept of our'). ' <a href="' . $cfg['web_root'] . '/tos.php' . '">' . t('Term Of Service') . '</a>';
+             t('By using our services, you accept our'). ' <a href="' . $cfg['web_root'] . '/tos.php' . '">' . t('Term Of Service') . '</a>';
             ?></td></tr><tr><td><input type="submit" id = "submit_download"  value="<?php echo t('Download'); ?>"
             onclick="document.getElementById('submit').action='
 <?php
             ?></td></tr><tr><td><input type="submit" id = "submit_download"  value="<?php echo t('Download'); ?>"
             onclick="document.getElementById('submit').action='
 <?php
index 5f1bc47f65a515e1f691efcad540b4940a20c868..e2cc1ababadb67cebbb1ff8aa1362af430dd06dc 100644 (file)
@@ -64,7 +64,7 @@ $tr = array (
              'Give the password of this file' => 'Donnez le mot de passe pour ce fichier',
              'Access denied' => 'Accès interdit',
              'You are about to download' => 'Vous êtes sur le point de télécharger',
              'Give the password of this file' => 'Donnez le mot de passe pour ce fichier',
              'Access denied' => 'Accès interdit',
              'You are about to download' => 'Vous êtes sur le point de télécharger',
-             'By using our services, you accept of our' => 'En utilisant nos services, vous acceptez nos',
+             'By using our services, you accept our' => 'En utilisant nos services, vous acceptez nos',
              'Term Of Service' => 'Conditions d\'utilisation',
              /* functions.php */
              'Internal error during file creation.' => 'Erreur interne lors la creation de fichier.',
              'Term Of Service' => 'Conditions d\'utilisation',
              /* functions.php */
              'Internal error during file creation.' => 'Erreur interne lors la creation de fichier.',
index f1f5c725c128366aed9125a96cbc2ee18556231d..4895150520dad6a8b0f232f314448019ec5c54fc 100644 (file)
@@ -44,7 +44,7 @@ $tr = array (
              'Give the password of this file' => '',
              'Access denied' => '',
              'You are about to download' => '',
              'Give the password of this file' => '',
              'Access denied' => '',
              'You are about to download' => '',
-             'By using our services, you accept of our' => '',
+             'By using our services, you accept our' => '',
              'Term Of Service' => '',
              /* functions.php */
              'Internal error during file creation.' => '',
              'Term Of Service' => '',
              /* functions.php */
              'Internal error during file creation.' => '',

patrick-canterino.de