summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/include/lang/pt/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/include/lang/pt/lang.php')
-rw-r--r--platform/www/lib/plugins/include/lang/pt/lang.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/include/lang/pt/lang.php b/platform/www/lib/plugins/include/lang/pt/lang.php
new file mode 100644
index 0000000..0de02df
--- /dev/null
+++ b/platform/www/lib/plugins/include/lang/pt/lang.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Portuguese language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Esther Brunner <wikidesign@gmail.com>
+ * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
+ */
+
+// custom language strings for the plugin
+$lang['readmore'] = '→ Ler mais...';
+
+//Setup VIM: ex: et ts=2 :