This repository was archived by the owner on Feb 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenglish.xml
More file actions
35 lines (28 loc) · 1.31 KB
/
english.xml
File metadata and controls
35 lines (28 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<id>SimpleDeskTeam:LogPackage</id>
<version>1.0</version>
<file name="$languagedir/Modifications.english.php">
<operation>
<search position="end" />
<add><![CDATA[
// SimpleDesk team: Log Package Installs
$txt['modlog_ac_install_package'] = 'Installed new package: "{package}", version {version}';
$txt['modlog_ac_upgrade_package'] = 'Upgraded package: "{package}" to version {version}';
$txt['modlog_ac_uninstall_package'] = 'Uninstalled package: "{package}", version {version}';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.english-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// SimpleDesk team: Log Package Installs
$txt['modlog_ac_install_package'] = 'Installed new package: "{package}", version {version}';
$txt['modlog_ac_upgrade_package'] = 'Upgraded package: "{package}" to version {version}';
$txt['modlog_ac_uninstall_package'] = 'Uninstalled package: "{package}", version {version}';
]]></add>
</operation>
</file>
</modification>