summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/include/lang/pt-br/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/include/lang/pt-br/settings.php')
-rw-r--r--platform/www/lib/plugins/include/lang/pt-br/settings.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/include/lang/pt-br/settings.php b/platform/www/lib/plugins/include/lang/pt-br/settings.php
new file mode 100644
index 0000000..11cf604
--- /dev/null
+++ b/platform/www/lib/plugins/include/lang/pt-br/settings.php
@@ -0,0 +1,14 @@
+<?php
+/**
+ * Portuguese language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Flávio Roberto Santos <flavio.barata@gmail.com>
+ */
+
+// for the configuration manager
+$lang['firstseconly'] = 'mostrar apenas primeira seção de registros do blog';
+$lang['showdate'] = 'mostrar datas abaixo dos registros do blog';
+$lang['showuser'] = 'mostrar usernames abaixo dos registros do blog';
+
+//Setup VIM: ex: et ts=2 :