diff --git a/AQI/README.md b/AQI/README.md index 5cf7b52..c58188b 100644 --- a/AQI/README.md +++ b/AQI/README.md @@ -11,7 +11,7 @@ This plugin retrieves [air quality index](https://en.wikipedia.org/wiki/Air_qual ## Usage ``` -<@GL> `aqi Vancouver +<@jlu5> `aqi Vancouver <%bitmonster> Vancouver International Airport #2, British Comlumbia, Canada :: 7 (Good) ; from British Columbia, Canada Air Quality Monitoring Agency and World Air Quality Index Project ``` diff --git a/AQI/__init__.py b/AQI/__init__.py index 992aa70..6927aa7 100644 --- a/AQI/__init__.py +++ b/AQI/__init__.py @@ -41,7 +41,7 @@ from supybot import world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/FML/__init__.py b/FML/__init__.py index 3eb8970..7c514b8 100644 --- a/FML/__init__.py +++ b/FML/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/GitLab/__init__.py b/GitLab/__init__.py index 49242ba..d8ad822 100644 --- a/GitLab/__init__.py +++ b/GitLab/__init__.py @@ -39,7 +39,7 @@ __version__ = "2020.01.05+git" __author__ = supybot.Author('Moritz Lipp', 'mlq', 'mail@mlq.me') __maintainer__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) __contributors__ = {} diff --git a/LastFM/README.md b/LastFM/README.md index 1b4cab4..6f1ed35 100644 --- a/LastFM/README.md +++ b/LastFM/README.md @@ -20,12 +20,12 @@ After doing so, you must then configure your bot to use your key: `/msg %np RJ +<@jlu5> %np RJ <@Atlas> RJ listened to Apache by The Shadows [Back To Back] at 01:42 PM, October 10, 2015 ``` Showing profile information: ``` -<@GLolol> %profile RJ +<@jlu5> %profile RJ <@Atlas> RJ (realname: Richard Jones) registered on 03:50 AM, November 20, 2002; age: 0 / m; Country: United Kingdom; Tracks played: 114896 ``` diff --git a/LastFM/__init__.py b/LastFM/__init__.py index 504e68d..6fa7b1c 100644 --- a/LastFM/__init__.py +++ b/LastFM/__init__.py @@ -44,7 +44,7 @@ __version__ = "2020.01.05+git" # Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author("Kevin Funk", "KRF", "krf@electrostorm.net") __maintainer__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. @@ -52,7 +52,7 @@ __contributors__ = { supybot.Author("Ilya Kuznetsov", "worklez", "worklez@gmail.com"): ["profile"], supybot.Author("Pavel Dvořák", "czshadow", "czshadow@gmail.com"): ["misc"], - supybot.Author('James Lu', 'GLolol', + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com'): ['Python 3 support', 'rewriting most of the plugin'] } diff --git a/LastFM/test.py b/LastFM/test.py index 61a683b..338b726 100644 --- a/LastFM/test.py +++ b/LastFM/test.py @@ -51,7 +51,7 @@ class LastFMTestCase(PluginTestCase): self.assertNotError("np krf") def testLastfmDB(self): - self.assertNotError("lastfm set GLolol") # test db + self.assertNotError("lastfm set jlu5") # test db self.assertNotError("np") def testProfile(self): diff --git a/MCInfo/__init__.py b/MCInfo/__init__.py index f527bdd..501e5fb 100644 --- a/MCInfo/__init__.py +++ b/MCInfo/__init__.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2016, James Lu +# Copyright (c) 2016, James Lu # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/MCInfo/config.py b/MCInfo/config.py index b134545..6fdcc26 100644 --- a/MCInfo/config.py +++ b/MCInfo/config.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2016, James Lu +# Copyright (c) 2016, James Lu # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/MCInfo/test.py b/MCInfo/test.py index 7fbb688..e97accd 100644 --- a/MCInfo/test.py +++ b/MCInfo/test.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2016, James Lu +# Copyright (c) 2016, James Lu # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/NoTrigger/__init__.py b/NoTrigger/__init__.py index bbaeb10..27a2f2c 100644 --- a/NoTrigger/__init__.py +++ b/NoTrigger/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/NuWeather/__init__.py b/NuWeather/__init__.py index c1cfc6b..2795b9c 100644 --- a/NuWeather/__init__.py +++ b/NuWeather/__init__.py @@ -45,7 +45,7 @@ from supybot import world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/OperUp/__init__.py b/OperUp/__init__.py index fe6a104..433e667 100644 --- a/OperUp/__init__.py +++ b/OperUp/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/OperUp/config.py b/OperUp/config.py index ee0aef1..1b816e6 100644 --- a/OperUp/config.py +++ b/OperUp/config.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2014, James Lu (GLolol) +# Copyright (c) 2014, James Lu # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/OperUp/test.py b/OperUp/test.py index f655001..c8f02d0 100644 --- a/OperUp/test.py +++ b/OperUp/test.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2014, James Lu +# Copyright (c) 2014, James Lu # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/PkgInfo/README.md b/PkgInfo/README.md index 720f857..0710f9d 100644 --- a/PkgInfo/README.md +++ b/PkgInfo/README.md @@ -27,20 +27,20 @@ This command supports: This command replaces the `archlinux`, `archaur`, `freebsd`, and `linuxmint` commands from earlier versions of PkgInfo. ``` - `pkg stretch nginx + `pkg stretch nginx Package: nginx (1.10.3-1+deb9u1) in stretch - small, powerful, scalable web/proxy server - `pkg stretch bash --source + `pkg stretch bash --source Package: bash (4.4-5) in stretch - Built packages: bash, bash-builtins, bash-doc, and bash-static - `pkg arch chromium + `pkg arch chromium Package: chromium (66.0.3359.139) in extra - A web browser built for speed, simplicity, and security - `pkg archaur chromium-beta + `pkg archaur chromium-beta Package: chromium-beta (64.0.3282.99-1) in Arch Linux AUR - A web browser built for speed, simplicity, and security (beta channel) [Popularity: 0; Votes: 0] - `pkg freebsd python36 + `pkg freebsd python36 Package: python36 (3.6.5) in FreeBSD Ports - Interpreted object-oriented programming language - `pkg fedora gnome-shell + `pkg fedora gnome-shell Package: gnome-shell (3.29.1) in Fedora - no description available ``` @@ -49,10 +49,10 @@ This command replaces the `archlinux`, `archaur`, `freebsd`, and `linuxmint` com --depends is only supported for Arch Linux, Arch AUR, Debian, FreeBSD, and Ubuntu. ``` - `pkg sid bash --source --depends + `pkg sid bash --source --depends Package bash dependencies: adep: autoconf, adep: autotools-dev, adep: bison, adep: libncurses5-dev, adep: texinfo, adep: texi2html, adep: debhelper (>= 5), adep: locales, adep: gettext, adep: sharutils, adep: time, adep: xz-utils, adep: dpkg-dev (>= 1.16.1), idep: texlive-latex-base, idep: ghostscript, idep: (1 more message) - `pkg freebsd screen --depends + `pkg freebsd screen --depends screen requires: gettext-runtime-0.19.8.1_1, gmake-4.2.1_2, indexinfo-0.3.1 ``` @@ -63,13 +63,13 @@ This command replaces the `archlinux`, `archaur`, `freebsd`, and `linuxmint` com The `pkgsearch` command provides package searches on various distros. This supports all distros that `pkg` does except for Fedora. ``` - `pkgsearch arch firefox + `pkgsearch arch firefox Found 207 results: arch-firefox-search, bluegriffon, firefox, firefox-adblock-plus, firefox-developer-edition, firefox-developer-edition-i18n-ach, firefox-developer-edition-i18n-af, firefox-developer-edition-i18n-an, firefox-developer-edition-i18n-ar, firefox-developer-edition-i18n-as, firefox-developer-edition-i18n-ast, firefox-developer-edition-i18n-az, firefox-developer- (14 more messages) - `pkgsearch debian geany-plugin + `pkgsearch debian geany-plugin Found 86 results: geany-plugin-addons, geany-plugin-addons-dbgsym, geany-plugin-autoclose, geany-plugin-autoclose-dbgsym, geany-plugin-automark, geany-plugin-automark-dbgsym, geany-plugin-codenav, geany-plugin-codenav-dbgsym, geany-plugin-commander, geany-plugin-commander-dbgsym, geany-plugin-ctags, geany-plugin-ctags-dbgsym, geany-plugin-debugger, geany-plugin-defineformat, (6 more messages) - `pkgsearch ubuntu unity-scope + `pkgsearch ubuntu unity-scope Found 54 results: libunity-scopes-cli, libunity-scopes-dev, libunity-scopes-doc, libunity-scopes-json-def-desktop, libunity-scopes-json-def-phone, libunity-scopes-qt-dev, libunity-scopes-qt-doc, libunity-scopes-qt0.2, libunity-scopes1, libunity-scopes1.0, unity-scope-audacious, unity-scope-calculator, unity-scope-chromiumbookmarks, unity-scope-clementine, unity-scope-click, (3 more messages) ``` @@ -78,10 +78,10 @@ The `pkgsearch` command provides package searches on various distros. This suppo **Synopsis:**: `vlist [--reverse]` ``` - `vlist debian variety + `vlist debian variety Found 4 results: jessie-backports (0.6.3-5~bpo8+1 [source, all]), stretch (0.6.3-5 [source, all]), buster (0.6.7-1 [source, all]), and sid (0.6.7-1 [source, all]); View more at: - `vlist ubuntu libreoffice --reverse + `vlist ubuntu libreoffice --reverse Found 55 results: cosmic/universe (1:6.0.3-0ubuntu1 [amd64, i386]), cosmic (1:6.0.3-0ubuntu1 [source]), bionic/universe (1:6.0.3-0ubuntu1 [amd64, i386]), bionic (1:6.0.3-0ubuntu1 [source]), artful-updates/universe (1:5.4.6-0ubuntu0.17.10.1 [amd64, i386]), artful-updates (1:5.4.6-0ubuntu0.17.10.1 [source]), artful-security/universe (1:5.4.5-0ubuntu0.17.10.5 [amd64, i386]), artful-security (7 more messages) ``` diff --git a/PkgInfo/__init__.py b/PkgInfo/__init__.py index 9fba788..e4ffb4a 100644 --- a/PkgInfo/__init__.py +++ b/PkgInfo/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/Qalculate/README.md b/Qalculate/README.md index a1a7c1b..d2ab4c8 100644 --- a/Qalculate/README.md +++ b/Qalculate/README.md @@ -11,19 +11,19 @@ You can download Qalculate! from https://qalculate.github.io/downloads.html ## Examples ``` - `calc 12+34*56 + `calc 12+34*56 12 + (34 * 56) = 1916 - `calc log(2048) / log(2) + `calc log(2048) / log(2) log(2048, e) / log(2, e) = approx. 11 - `calc 20 kg to lb + `calc 20 kg to lb 20 * kilogram = approx. 44 lb + 1.479239 oz - `calc 50 USD to CAD + `calc 50 USD to CAD 50 * dollar = approx. CAD 65.982418 - `calc solve(x^2-10x+9=0) + `calc solve(x^2-10x+9=0) solve(((x^2) - (10 * x) + 9) = 0, x) = [9, 1] ``` diff --git a/Qalculate/__init__.py b/Qalculate/__init__.py index 434b89b..489a409 100644 --- a/Qalculate/__init__.py +++ b/Qalculate/__init__.py @@ -29,7 +29,7 @@ from supybot import world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/Quakenet/__init__.py b/Quakenet/__init__.py index 4039cd9..f04982e 100644 --- a/Quakenet/__init__.py +++ b/Quakenet/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/RelayNext/__init__.py b/RelayNext/__init__.py index 2f1c7a3..2c32f48 100644 --- a/RelayNext/__init__.py +++ b/RelayNext/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/Restart/README.md b/Restart/README.md index 3e11b00..e124766 100644 --- a/Restart/README.md +++ b/Restart/README.md @@ -3,7 +3,7 @@ Usage is simple: ``` -16:36 <@GL> %restart +16:36 <@jlu5> %restart 16:36 <-- Atlas (AtlasBot@bots.overdrivenetworks.com) has quit (Quit: Disconnecting...) 16:36 --> Atlas (AtlasBot@bots.overdrivenetworks.com) has joined #test ``` diff --git a/Restart/__init__.py b/Restart/__init__.py index 6cf1275..86e4a04 100644 --- a/Restart/__init__.py +++ b/Restart/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) __contributors__ = {} __url__ = 'https://github.com/jlu5/SupyPlugins/' diff --git a/RhymeZone/__init__.py b/RhymeZone/__init__.py index 909b439..18001d4 100644 --- a/RhymeZone/__init__.py +++ b/RhymeZone/__init__.py @@ -38,7 +38,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/RhymeZone/test.py b/RhymeZone/test.py index 5e988e5..c4a2535 100644 --- a/RhymeZone/test.py +++ b/RhymeZone/test.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2015-2016, James Lu +# Copyright (c) 2015-2016, James Lu # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/SupyMisc/__init__.py b/SupyMisc/__init__.py index 688d0ab..ea6a1a6 100644 --- a/SupyMisc/__init__.py +++ b/SupyMisc/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/SysDNS/__init__.py b/SysDNS/__init__.py index d34d638..f0480f1 100644 --- a/SysDNS/__init__.py +++ b/SysDNS/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/SysDNS/test.py b/SysDNS/test.py index 6333f0a..2b21f89 100644 --- a/SysDNS/test.py +++ b/SysDNS/test.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2014-2016, James Lu +# Copyright (c) 2014-2016, James Lu # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/TranslateParty/README.md b/TranslateParty/README.md index 08e98a0..0ae8efa 100644 --- a/TranslateParty/README.md +++ b/TranslateParty/README.md @@ -13,7 +13,7 @@ is allowed, since auto-detection is used to translate text back to your desired Samples: ``` - %tp This text will be scrambled to near perfection. + %tp This text will be scrambled to near perfection. <@Atlas> This message was standing almost completely. ``` @@ -23,6 +23,6 @@ Samples: ``` ``` - %tp An evil monster lurks beneath the forest. + %tp An evil monster lurks beneath the forest. <@Atlas> Error Evil Xasa woude. ``` diff --git a/TranslateParty/__init__.py b/TranslateParty/__init__.py index a7464c2..4585c3f 100644 --- a/TranslateParty/__init__.py +++ b/TranslateParty/__init__.py @@ -40,7 +40,7 @@ import supybot.world as world __version__ = "2020.01.05+git" __author__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/Wikifetch/README.md b/Wikifetch/README.md index 2d937bc..4cd5d35 100644 --- a/Wikifetch/README.md +++ b/Wikifetch/README.md @@ -3,18 +3,18 @@ Grabs data from Wikipedia and other MediaWiki-powered sites. This plugin require ## Usage ``` - `wiki apple + `wiki apple The apple tree (Malus domestica) is a deciduous tree in the rose family best known for its sweet, pomaceous fruit, the apple. It is cultivated worldwide as a fruit tree, and is the most widely grown species in the genus Malus. The tree originated in Central Asia, where its wild ancestor, Malus sieversii, is still found today. Apples have been grown for thousands of years in Asia and Europe, and were (1 more message) ``` You can also add other sites using the `--site` option: ``` - `wiki --site wiki.archlinux.org Bash + `wiki --site wiki.archlinux.org Bash Bash (Bourne-again Shell) is a command-line shell/programming language by the GNU Project. Its name is a homaging reference to its predecessor: the long-deprecated Bourne shell. Bash can be run on most UNIX-like operating systems, including GNU/Linux. Retrieved from ``` ``` - `wiki --site community.wikia.com Help:Wikitext + `wiki --site community.wikia.com Help:Wikitext Wikitext is the main markup language used to format content on wikias. It can be used to add photos, tables, bold styles, links, and other visual changes. Retrieved from ``` diff --git a/Wikifetch/__init__.py b/Wikifetch/__init__.py index f716db2..690349c 100644 --- a/Wikifetch/__init__.py +++ b/Wikifetch/__init__.py @@ -43,7 +43,7 @@ __version__ = "2020.01.05+git" __author__ = supybot.Author('quantumlemur', 'quantumlemur', 'quantumlemur@users.sourceforge.net') __maintainer__ = getattr(supybot.authors, 'jlu', - supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')) + supybot.Author('James Lu', 'jlu5', 'james@overdrivenetworks.com')) # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/Wikifetch/locales/fr.po b/Wikifetch/locales/fr.po index 406c42e..60414f7 100644 --- a/Wikifetch/locales/fr.po +++ b/Wikifetch/locales/fr.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Supybot-fr\n" "POT-Creation-Date: 2011-03-02 11:00+CET\n" "PO-Revision-Date: 2011-03-02 11:06+0100\n" -"Last-Translator: James Lu \n" +"Last-Translator: James Lu \n" "Language-Team: ProgVal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/Wikifetch/locales/it.po b/Wikifetch/locales/it.po index 1f15e3a..3d4ceb9 100644 --- a/Wikifetch/locales/it.po +++ b/Wikifetch/locales/it.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Supybot-fr\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" "PO-Revision-Date: 2011-07-29 17:43+0200\n" -"Last-Translator: James Lu \n" +"Last-Translator: James Lu \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n"