mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* language updated: pt-br
This commit is contained in:
parent
c3a3ac420f
commit
86d0f4603f
1 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php
|
||||
|
||||
/*
|
||||
myTinyTodo language pack
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
Author: Raphael Guimarães
|
||||
E-Mail:
|
||||
Url:
|
||||
Version: v1.3b3
|
||||
Date: 2009-11-04
|
||||
AppVersion: v1.3.0
|
||||
Date: 2009-11-09
|
||||
*/
|
||||
|
||||
class Lang extends DefaultLang
|
||||
|
|
@ -82,6 +82,8 @@ class Lang extends DefaultLang
|
|||
'alltags_hide' => "Esconder todos",
|
||||
'a_settings' => "Preferências",
|
||||
'rss_feed' => "RSS Feed",
|
||||
'feed_title' => "%s",
|
||||
'feed_description' => "Nova tarefa em %s",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue