Improved the description of the "fileSystemPath" input field
authorMarcel Werk <burntime@woltlab.com>
Sun, 6 Jan 2019 14:57:49 +0000 (15:57 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 6 Jan 2019 14:57:49 +0000 (15:57 +0100)
Closes #2807

wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index fb1e46f16b15420fefcfb8bf9285f4f58c4181ea..8961bfdb4aef8e75a291c7430a2e8c985eb11658 100644 (file)
                <item name="wcf.acp.dataImport.configure.database.name"><![CDATA[Datenbankname]]></item>
                <item name="wcf.acp.dataImport.configure.database.prefix"><![CDATA[Tabellen-Präfix]]></item>
                <item name="wcf.acp.dataImport.configure.fileSystem"><![CDATA[Datei-System-Zugang]]></item>
-               <item name="wcf.acp.dataImport.configure.fileSystem.path"><![CDATA[Pfad zur Installation]]></item>
-               <item name="wcf.acp.dataImport.configure.fileSystem.path.description"><![CDATA[Wird für den Import von Datei-basierten Inhalten (wie z.B. Avatare) benötigt.]]></item>
+               <item name="wcf.acp.dataImport.configure.fileSystem.path"><![CDATA[Pfad zur alten Installation]]></item>
+               <item name="wcf.acp.dataImport.configure.fileSystem.path.description"><![CDATA[Geben Sie den Dateipfad der alten Installation an, dieser wird für den Import von Datei-basierten Inhalten, z. B. Avatare oder Dateianhänge, benötigt.]]></item>
                <item name="wcf.acp.dataImport.configure.database.error"><![CDATA[Beim Verbindungsversuch mit der Datenbank ist folgender Fehler aufgetreten:
                <br><strong>{$exception->getMessage()}<br>{$exception->getErrorDesc()}</strong>]]></item>
                <item name="wcf.acp.dataImport.configure.fileSystem.path.error"><![CDATA[Es wurde keine Installation unter dem angegeben Pfad gefunden.]]></item>
index 049666660aab17ad7cbdbdb8dd320416857e66f7..12383d5f5338922e5e971f0e3fc52d2f3d196d7a 100644 (file)
                <item name="wcf.acp.dataImport.configure.database.name"><![CDATA[Database Name]]></item>
                <item name="wcf.acp.dataImport.configure.database.prefix"><![CDATA[Table Prefix]]></item>
                <item name="wcf.acp.dataImport.configure.fileSystem"><![CDATA[Filesystem]]></item>
-               <item name="wcf.acp.dataImport.configure.fileSystem.path"><![CDATA[Installation Path]]></item>
-               <item name="wcf.acp.dataImport.configure.fileSystem.path.description"><![CDATA[Required if file-based data (e.g. avatars or attachments) should be imported.]]></item>
+               <item name="wcf.acp.dataImport.configure.fileSystem.path"><![CDATA[Path to the Old Installation]]></item>
+               <item name="wcf.acp.dataImport.configure.fileSystem.path.description"><![CDATA[Please enter the path to the old installation, this is required to import files, such as avatars or attachments.]]></item>
                <item name="wcf.acp.dataImport.configure.database.error"><![CDATA[An error occurred while trying to access the database:<br><strong>{$exception->getMessage()}<br>{$exception->getErrorDesc()}</strong>]]></item>
                <item name="wcf.acp.dataImport.configure.fileSystem.path.error"><![CDATA[Unable to find a valid installation located at the path you have provided.]]></item>
                <item name="wcf.acp.dataImport.configure.settings"><![CDATA[Settings]]></item>