Current oav website
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>dcLegacyEditor</title>
|
||||
</head>
|
||||
<body>
|
||||
<h4>dcLegacyEditor</h4>
|
||||
<p>Legacy dotclear editor.</p>
|
||||
</body>
|
||||
</html>
|
||||
10
dotclear._no/plugins/dcLegacyEditor/locales/en/resources.php
Normal file
10
dotclear._no/plugins/dcLegacyEditor/locales/en/resources.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
$__resources['help']['dcLegacyEditor'] = dirname(__FILE__) . '/help/legacy_editor.html';
|
||||
15
dotclear._no/plugins/dcLegacyEditor/locales/fi/main.lang.php
Normal file
15
dotclear._no/plugins/dcLegacyEditor/locales/fi/main.lang.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/#
|
||||
#
|
||||
#
|
||||
# DOT NOT MODIFY THIS FILE !
|
||||
|
||||
|
||||
|
||||
|
||||
$GLOBALS['__l10n']['Enable dcLegacyEditor plugin'] = 'Ota dcLegacyEditor-liitännäinen käyttöön';
|
||||
19
dotclear._no/plugins/dcLegacyEditor/locales/fi/main.po
Normal file
19
dotclear._no/plugins/dcLegacyEditor/locales/fi/main.po
Normal file
@ -0,0 +1,19 @@
|
||||
# Finnish translation of DotClear
|
||||
# Kari Eveli <lexitec@lexitec.fi>, 2015.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Dotclear 2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-11-20 19:20+0100\n"
|
||||
"PO-Revision-Date: 2015-09-09 19:53+0300\n"
|
||||
"Last-Translator: Kari Eveli <lexitec@lexitec.fi>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 1.8.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Enable dcLegacyEditor plugin"
|
||||
msgstr "Ota dcLegacyEditor-liitännäinen käyttöön"
|
||||
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>dcLegacyEditor</title>
|
||||
</head>
|
||||
<body>
|
||||
<h4>Editeur</h4>
|
||||
<p>Editeur historique de dotclear.</p>
|
||||
</body>
|
||||
</html>
|
||||
15
dotclear._no/plugins/dcLegacyEditor/locales/fr/main.lang.php
Normal file
15
dotclear._no/plugins/dcLegacyEditor/locales/fr/main.lang.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/#
|
||||
#
|
||||
#
|
||||
# DOT NOT MODIFY THIS FILE !
|
||||
|
||||
|
||||
|
||||
|
||||
$GLOBALS['__l10n']['Enable dcLegacyEditor plugin'] = 'Activer le plugin dcLegacyEditor';
|
||||
2
dotclear._no/plugins/dcLegacyEditor/locales/fr/main.po
Normal file
2
dotclear._no/plugins/dcLegacyEditor/locales/fr/main.po
Normal file
@ -0,0 +1,2 @@
|
||||
msgid "Enable dcLegacyEditor plugin"
|
||||
msgstr "Activer le plugin dcLegacyEditor"
|
||||
10
dotclear._no/plugins/dcLegacyEditor/locales/fr/resources.php
Normal file
10
dotclear._no/plugins/dcLegacyEditor/locales/fr/resources.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
$__resources['help']['dcLegacyEditor'] = dirname(__FILE__) . '/help/legacy_editor.html';
|
||||
Reference in New Issue
Block a user