X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/9ecda0d5ea4f6686b55a4a0cdfdb0b2145fe8980..d36beb5721c5a2fbda02c947e6953a490fa6aac6:/lib/lang.php diff --git a/lib/lang.php b/lib/lang.php index cc70b3d..0e8203b 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -14,19 +14,19 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ - global $languages_list; - $languages_list = array ('auto' => 'Automatic', - 'de' => 'Deutsch', - 'en' => 'English', - 'fi' => 'Suomi', - 'fr' => 'Français', - 'it' => 'Italiano', - 'nl' => 'Nederlands', - 'ro' => 'Limba română', - 'sk' => 'Slovenčina'); +global $languages_list; +$languages_list = array ('auto' => 'Automatic', + 'de' => 'Deutsch', + 'en' => 'English', + 'fi' => 'Suomi', + 'fr' => 'Français', + 'it' => 'Italiano', + 'nl' => 'Nederlands', + 'ro' => 'Limba română', + 'sk' => 'Slovenčina'); /* Translation */ function t ($text)