Ajout thème Viregul
This commit is contained in:
22
viregul/lib/Lstu/I18N.pm
Normal file
22
viregul/lib/Lstu/I18N.pm
Normal file
@@ -0,0 +1,22 @@
|
||||
# vim:set sw=4 ts=4 sts=4 ft=perl expandtab:
|
||||
package Lstu::I18N;
|
||||
|
||||
use base 'Locale::Maketext';
|
||||
use File::Basename qw/dirname/;
|
||||
use Locale::Maketext::Lexicon {
|
||||
_auto => 1,
|
||||
_decode => 1,
|
||||
_style => 'gettext',
|
||||
'*' => [
|
||||
Gettext => dirname(__FILE__) . '/I18N/*.po',
|
||||
Gettext => $app_dir . 'themes/default/lib/Lstu/I18N/*.po',
|
||||
]
|
||||
};
|
||||
|
||||
use vars qw($app_dir);
|
||||
BEGIN {
|
||||
use Cwd;
|
||||
my $app_dir = getcwd;
|
||||
}
|
||||
|
||||
1;
|
18
viregul/lib/Lstu/I18N/en.po
Normal file
18
viregul/lib/Lstu/I18N/en.po
Normal file
@@ -0,0 +1,18 @@
|
||||
# Lstu language file.
|
||||
# Copyright (C) 2013 Luc Didry
|
||||
# This file is distributed under the same license as the Lstu package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Lstu\n"
|
||||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Luc Didry <luc@didry.org>\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/lstu/language/en/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en\n"
|
||||
|
17
viregul/lib/Lstu/I18N/fr.po
Normal file
17
viregul/lib/Lstu/I18N/fr.po
Normal file
@@ -0,0 +1,17 @@
|
||||
# Lstu language file.
|
||||
# Copyright (C) 2013 Luc Didry
|
||||
# This file is distributed under the same license as the Lstu package.
|
||||
# Luc Didry <luc@didry.org>, 2015
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Lstu\n"
|
||||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Luc <luc@fiat-tux.fr>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/lstu/language/fr/)"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
17
viregul/lib/Lstu/I18N/milligram.pot
Normal file
17
viregul/lib/Lstu/I18N/milligram.pot
Normal file
@@ -0,0 +1,17 @@
|
||||
# Lstu language file.
|
||||
# Copyright (C) 2015 Luc Didry
|
||||
# This file is distributed under the same license as the Lstu package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
17
viregul/lib/Lstu/I18N/oc.po
Normal file
17
viregul/lib/Lstu/I18N/oc.po
Normal file
@@ -0,0 +1,17 @@
|
||||
# Lstu language file.
|
||||
# Copyright (C) 2013 Luc Didry
|
||||
# This file is distributed under the same license as the Lstu package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
Reference in New Issue
Block a user