diff options
| -rw-r--r-- | admin/admin_languages_inc.php | 2 | ||||
| -rwxr-xr-x | get_strings.php | 2 | ||||
| -rw-r--r-- | lang/de/language.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/admin/admin_languages_inc.php b/admin/admin_languages_inc.php index 356b177..ce8fcf9 100644 --- a/admin/admin_languages_inc.php +++ b/admin/admin_languages_inc.php @@ -21,7 +21,7 @@ $formLanguageToggles = array( ), 'i18n_interactive_bittranslation' => array( 'label' => 'Interactive bitTranslations', - 'note' => 'If you have a <a href="http://doc.bitweaver.org/forums/viewtopic.php?t=948">translators account</a> on bitweaver.org, the translation links will redirect you there that you can modify the tranlations there. Due to the different setup on bitweaver.org, there might be strings that are not available for translation on that server.', + 'note' => 'If you have a <a href="https://bitweaver.org/forums/viewtopic.php?t=948">translators account</a> on bitweaver.org, the translation links will redirect you there that you can modify the tranlations there. Due to the different setup on bitweaver.org, there might be strings that are not available for translation on that server.', ), 'i18n_record_untranslated' => array( 'label' => 'Record untranslated', diff --git a/get_strings.php b/get_strings.php index 0c7760b..cee9820 100755 --- a/get_strings.php +++ b/get_strings.php @@ -434,7 +434,7 @@ foreach ($languages as $sel) { writeFile_and_User ($fw, "// ### Please remove manually!\n"); writeFile_and_User ($fw, "// ### N.B. Legitimate strings may be marked"); writeFile_and_User ($fw, "// ### as unused!\n"); - writeFile_and_User ($fw, "// ### Please see http://doc.bitweaver.org/wiki/index.php?page=UnusedWords for furhter info.\n"); + writeFile_and_User ($fw, "// ### Please see https://bitweaver.org/wiki/index.php?page=UnusedWords for furhter info.\n"); foreach ($unused as $key => $val) { writeTranslationPair ($fw, $key, $val); addToWordlist ($wordlist, $val); diff --git a/lang/de/language.php b/lang/de/language.php index 9753e42..34577bf 100644 --- a/lang/de/language.php +++ b/lang/de/language.php @@ -2411,7 +2411,7 @@ der Kartendatei:', 'If you change the calendar selection, please refresh to get the appropriated list in Category, Location and people (if applicable to the calendar you choose).' => 'If you change the calendar selection, please refresh to get the appropriated list in Category, Location and people (if applicable to the calendar you choose).', 'If you don\'t want to have archived files processed and extracted, please uncheck the above box.' => 'Wähle diese Option wenn du Archive entpackt haben möchtest.', 'If you don\'t want to receive these notifications follow this link:' => 'Falls Sie diese Benachrichtigungen nicht mehr bekommen möchten, klicken sie hier:', -'If you have a <a href="http://doc.bitweaver.org/forums/viewtopic.php?t=948">translators account</a> on bitweaver.org, the translation links will redirect you there that you can modify the tranlations there. Due to the different setup on bitweaver.org, there might be strings that are not available for translation on that server.' => 'Besteht ein <a href="http://doc.bitweaver.org/forums/viewtopic.php?t=948">Übersetzer-Account</a> auf bitweaver.org, zeigen die Übersetzungslinks direkt dorthin. Unterschiede im Setup des Servers können allerdings dazu führen, dass einige Strings dort nicht verfügbar sind.', +'If you have a <a href="https://bitweaver.org/forums/viewtopic.php?t=948">translators account</a> on bitweaver.org, the translation links will redirect you there that you can modify the tranlations there. Due to the different setup on bitweaver.org, there might be strings that are not available for translation on that server.' => 'Besteht ein <a href="https://bitweaver.org/forums/viewtopic.php?t=948">Übersetzer-Account</a> auf bitweaver.org, zeigen die Übersetzungslinks direkt dorthin. Unterschiede im Setup des Servers können allerdings dazu führen, dass einige Strings dort nicht verfügbar sind.', 'If you have a personal or professional homepage, enter it here.' => 'Falls du eine persönliche oder professionelle Homepage hast, kannst du sie hier eintragen', 'If you include a group, this group will inherit all permissions of the included group.' => 'Falls Sie eine Gruppe aufnehmen, wird diese Gruppe alle Berechtigungen der aufgenommenen Gruppe erben.', 'if you include <strong>' => 'wenn Sie aufnehmen <strong>', |
