1
0

lang cleanup core templatedropdown plugin

This commit is contained in:
Ian
2016-01-21 19:41:57 +01:00
parent 1dfddafcf5
commit a9a22cce36
27 changed files with 104 additions and 119 deletions

View File

@ -1,4 +1,4 @@
<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
<?php
##########################################################################
# serendipity - another blogger... #
@ -12,10 +12,8 @@
# #
##########################################################################
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Selector de temas');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Mostra um menu para mudar o tema visual');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Incluir o bot<6F>o?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Mostrar um bot<6F>o de submiss<73>o?');
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Selector de temas');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Mostra um menu para mudar o tema visual');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Incluir o bot<6F>o?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Mostrar um bot<6F>o de submiss<73>o?');
/* vim: set sts=4 ts=4 expandtab : */
?>