]> git.p6c8.net - jirafeau.git/commitdiff
[BUGFIX] Translations: Rename ToS
authorDan Untenzu <untenzu@webit.de>
Tue, 17 Jan 2017 15:15:49 +0000 (16:15 +0100)
committerJerome Jutteau <j.jutteau@gmail.com>
Thu, 19 Jan 2017 19:03:03 +0000 (19:03 +0000)
Rename ToS label to plural

f.php
lib/locales/de.json
lib/locales/template.json
lib/template/footer.php

diff --git a/f.php b/f.php
index a97718f9387a4ddd11f8d0563ee58ef4a11a57b3..67590ebbc89e9b450247b843e2e1697c6c7f7547 100644 (file)
--- a/f.php
+++ b/f.php
@@ -140,7 +140,7 @@ if (!empty ($link['key']))
              '<input type = "password" name = "key" />' .
              '</td></tr>' .
              '<tr><td>' .
-             t('By using our services, you accept 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('Terms of Service') . '</a>.' .
              '</td></tr>';
 
         if ($link['onetime'] == 'O')
@@ -200,10 +200,10 @@ if (!$password_challenged && !$do_download && !$do_preview)
              <input type = "hidden" name = "jirafeau" value = "<?php echo JIRAFEAU_VERSION ?>"/><?php
         echo '<fieldset><legend>' . htmlspecialchars($link['file_name']) . '</legend><table>' .
              '<tr><td>' .
-             t('You are about to download') . ' "' . htmlspecialchars($link['file_name']) . '" (' . jirafeau_human_size($link['file_size']) . ')' .
+             t('You are about to download') . ' "' . htmlspecialchars($link['file_name']) . '" (' . jirafeau_human_size($link['file_size']) . ').' .
              '</td></tr>' .
              '<tr><td>' .
-             t('By using our services, you accept 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('Terms of Service') . '</a>.' .
              '</td></tr>';
 
         if ($link['onetime'] == 'O')
index 8521d861e18e3d5c20ea5ca818f33619c4f6106a..a18e59384549476164832dac77f58c960f648370 100644 (file)
@@ -74,7 +74,7 @@
     "Sorry, the admin interface is not enabled.": "Entschuldigung, die Admin-Oberfläche ist deaktiviert.", 
     "Sorry, the requested file is not found": "Leider wurde die angeforderte Datei nicht gefunden", 
     "Sorry, you are not authenticated on admin interface.": "Entschuldigung, Sie sind nicht auf der Admin-Oberfläche authentifiziert.", 
-    "Term Of Service": "Allgemeine Geschäftsbedingung", 
+    "Terms of Service": "Allgemeine Geschäftsbedingungen", 
     "The async directory is not writable!": "Das Async-Verzeichnis ist nicht beschreibbar!", 
     "The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: \"http://www.example.com/\". Do not forget the trailing slash!": "Die Basisadresse von Jirafeau ist der erste Teil der URL, bis (und einschließlich) dem letzten Schrägstrich. Zum Beispiel: \"http://www.example.com/\". Vergessen Sie nicht den abschließenden Schrägstrich!", 
     "The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the trailing slash!": "Das Datenverzeichnis ist, wo Ihre Dateien und Informationen über Ihre Dateien gespeichert werden. Sie sollten dieses Verzeichnis außerhalb Ihrer Webseite setzen, oder zumindest den Zugriff auf dieses Verzeichnis beschränken. Vergessen Sie nicht den abschließenden Schrägstrich!", 
     "second": "Sekunde", 
     "step": "Schritt", 
     "year": "Jahr"
-}
\ No newline at end of file
+}
index 6b682c0d8b45a878c9b90eb4c675036c4280ead7..9ac9141d1d7505228caf2162172094b278459002 100644 (file)
@@ -44,7 +44,7 @@
     "Access denied": "",
     "You are about to download": "",
     "By using our services, you accept our": "",
-    "Term Of Service": "",
+    "Terms of Service": "",
     "Warning, this file will self-destruct after being read": "",
     "Internal error during file creation.": "",
 
index 85bda5057cc24ba27acc64c8388fe98ea1269c07..132ce901d0e9e4e1e267ec84cfd7fe8ba18d5e82 100644 (file)
@@ -12,7 +12,7 @@
         if (false === empty($cfg['web_root']))
         {
           echo ' | ';
-          echo '<a href="' . $cfg['web_root'] . 'tos.php">' . t('Term Of Service') . '</a>';
+          echo '<a href="' . $cfg['web_root'] . 'tos.php">' . t('Terms of Service') . '</a>';
         }
         ?>
     </p>

patrick-canterino.de