Added translation for old password field in user settings.

This commit is contained in:
Jan Böhmer 2019-11-02 21:23:29 +01:00
parent d4353118d9
commit da6b74dfdd
2 changed files with 9 additions and 1 deletions

View file

@ -2442,6 +2442,10 @@ Element 3</target>
<source>user.permissions</source>
<target state="translated">Berechtigungen</target>
</trans-unit>
<trans-unit id="" resname="user.settings.pw_old.label">
<source>user.settings.pw_old.label</source>
<target>Old password</target>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -2411,8 +2411,12 @@ Element 3</target>
</trans-unit>
<trans-unit id="A7LFSdc" resname="user.permissions">
<source>user.permissions</source>
<target>__user.permissions</target>
<target>Permissions</target>
</trans-unit>
<trans-unit id="" resname="user.settings.pw_old.label">
<source>user.settings.pw_old.label</source>
<target>Altes Passwort</target>
</trans-unit>
</body>
</file>
</xliff>