Bugfix release

This commit is contained in:
Jens
2023-01-17 22:38:49 +01:00
parent a9646cbf28
commit 6f80caa1c6
13 changed files with 63 additions and 1 deletions

View File

@ -771,4 +771,10 @@
<string name="checkVariableExplanation">Se si lascia vuoto il valore, la variabile non deve essere impostata affinché la condizione restituisca true.</string>
<string name="variableCheckString">Se la variabile %1$s è %2$s</string>
<string name="variableCheckStringDeleted">Se la variabile %1$s non è impostata</string>
<string name="messageType">Tipo di messaggio</string>
<string name="sms">SMS</string>
<string name="mms">MMS</string>
<string name="attachment">Allegato</string>
<string name="chooseFile">Scegli file</string>
<string name="startAppByStartService">tramite startService()</string>
</resources>