mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Use new settings systems for attachments settings
This commit is contained in:
parent
4876068cce
commit
26d83af298
12 changed files with 130 additions and 50 deletions
|
@ -12377,5 +12377,41 @@ Please note, that you can not impersonate a disabled user. If you try you will g
|
|||
<target>Currency</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="g0AgaAf" name="settings.system.attachments">
|
||||
<segment>
|
||||
<source>settings.system.attachments</source>
|
||||
<target><![CDATA[Attachments & Files]]></target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="1wsDvqz" name="settings.system.attachments.maxFileSize">
|
||||
<segment>
|
||||
<source>settings.system.attachments.maxFileSize</source>
|
||||
<target>Maximum file size</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="Gn0P1Bv" name="settings.system.attachments.maxFileSize.help">
|
||||
<segment>
|
||||
<source>settings.system.attachments.maxFileSize.help</source>
|
||||
<target>The maximum size of files that can be uploaded. Please note that this is also limited by PHP configuration.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="DyIfVYH" name="settings.system.attachments.allowDownloads">
|
||||
<segment>
|
||||
<source>settings.system.attachments.allowDownloads</source>
|
||||
<target>Allow downloading of external files</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="jD.pgZL" name="settings.system.attachments.allowDownloads.help">
|
||||
<segment>
|
||||
<source>settings.system.attachments.allowDownloads.help</source>
|
||||
<target><![CDATA[With this option users can download external files into Part-DB by providing an URL. <b>Attention: This can be a security issue, as it might allow users to access intranet ressources via Part-DB!</b>]]></target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="HRxjf.u" name="settings.system.attachments.downloadByDefault">
|
||||
<segment>
|
||||
<source>settings.system.attachments.downloadByDefault</source>
|
||||
<target>Download new attachment URLs by default</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
@ -347,5 +347,11 @@
|
|||
<target>Due to technical limitations, it is not possible to select dates after the 2038-01-19 on 32-bit systems!</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="89nojXY" name="validator.fileSize.invalidFormat">
|
||||
<segment>
|
||||
<source>validator.fileSize.invalidFormat</source>
|
||||
<target>Invalid file size format. Use an integer number plus K, M, G as suffix for Kilo, Mega or Gigabytes.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue