From: Dan Untenzu Date: Tue, 17 Jan 2017 15:15:49 +0000 (+0100) Subject: [BUGFIX] Translations: Rename ToS X-Git-Tag: 2.0.0~3 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/04145f58ba8130845b0841aa691f90153ef07077 [BUGFIX] Translations: Rename ToS Rename ToS label to plural --- diff --git a/f.php b/f.php index a97718f..67590eb 100644 --- a/f.php +++ b/f.php @@ -140,7 +140,7 @@ if (!empty ($link['key'])) '' . '' . '' . - t('By using our services, you accept our'). ' ' . t('Term Of Service') . '' . + t('By using our services, you accept our'). ' ' . t('Terms of Service') . '.' . ''; if ($link['onetime'] == 'O') @@ -200,10 +200,10 @@ if (!$password_challenged && !$do_download && !$do_preview) ' . htmlspecialchars($link['file_name']) . '' . '' . ''; if ($link['onetime'] == 'O') diff --git a/lib/locales/de.json b/lib/locales/de.json index 8521d86..a18e593 100644 --- a/lib/locales/de.json +++ b/lib/locales/de.json @@ -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!", @@ -110,4 +110,4 @@ "second": "Sekunde", "step": "Schritt", "year": "Jahr" -} \ No newline at end of file +} diff --git a/lib/locales/template.json b/lib/locales/template.json index 6b682c0..9ac9141 100644 --- a/lib/locales/template.json +++ b/lib/locales/template.json @@ -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.": "", diff --git a/lib/template/footer.php b/lib/template/footer.php index 85bda50..132ce90 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -12,7 +12,7 @@ if (false === empty($cfg['web_root'])) { echo ' | '; - echo '' . t('Term Of Service') . ''; + echo '' . t('Terms of Service') . ''; } ?>

' . - 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']) . ').' . '
' . - t('By using our services, you accept our'). ' ' . t('Term Of Service') . '' . + t('By using our services, you accept our'). ' ' . t('Terms of Service') . '.' . '