tinycm rev 55
Improve and start fr translation
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jan 25 13:16:04 2014 +0100 (2014-01-25) |
parents | 9df47b19131b |
children | 988d44a66da8 |
files | Makefile index.cgi po/pt_BR.po po/tinycm.pot |
line diff
1.1 --- a/Makefile Sat Jan 25 13:00:48 2014 +0100 1.2 +++ b/Makefile Sat Jan 25 13:16:04 2014 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 DESTDIR?= 1.5 WEB?=/var/www/cgi-bin/tinycm 1.6 AUTH?=/var/lib/slitaz 1.7 -LINGUAS?=pt_BR 1.8 +LINGUAS?=pt_BR fr 1.9 1.10 all: msgfmt 1.11
2.1 --- a/index.cgi Sat Jan 25 13:00:48 2014 +0100 2.2 +++ b/index.cgi Sat Jan 25 13:16:04 2014 +0100 2.3 @@ -39,6 +39,11 @@ 2.4 unset IFS 2.5 export LANG=$lang LC_ALL=$lang 2.6 2.7 +# Internationalization 2.8 +. /usr/bin/gettext.sh 2.9 +TEXTDOMAIN='tinycm' 2.10 +export TEXTDOMAIN 2.11 + 2.12 # 2.13 # Functions 2.14 #
3.1 --- a/po/pt_BR.po Sat Jan 25 13:00:48 2014 +0100 3.2 +++ b/po/pt_BR.po Sat Jan 25 13:16:04 2014 +0100 3.3 @@ -7,7 +7,7 @@ 3.4 msgstr "" 3.5 "Project-Id-Version: TinyCM\n" 3.6 "Report-Msgid-Bugs-To: \n" 3.7 -"POT-Creation-Date: 2014-01-08 00:00+0100\n" 3.8 +"POT-Creation-Date: 2014-01-25 13:11+0100\n" 3.9 "PO-Revision-Date: 2014-01-14 18:19-0200\n" 3.10 "Last-Translator: Claudinei Pereira <claudinei@slitaz.org>\n" 3.11 "Language-Team: Brazilian Portuguese <i18n@slitaz.org>\n" 3.12 @@ -17,162 +17,181 @@ 3.13 "Content-Transfer-Encoding: 8bit\n" 3.14 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 3.15 3.16 -#: index.cgi:179 3.17 +#: index.cgi:184 3.18 msgid "Search" 3.19 msgstr "Buscar" 3.20 3.21 -#: index.cgi:190 3.22 +#: index.cgi:195 3.23 msgid "Create a new account" 3.24 msgstr "Criar nova conta" 3.25 3.26 -#: index.cgi:198 3.27 +#: index.cgi:203 3.28 msgid "Login" 3.29 msgstr "Login" 3.30 3.31 -#: index.cgi:208 index.cgi:228 3.32 +#: index.cgi:213 index.cgi:233 3.33 msgid "User name" 3.34 msgstr "Usuário" 3.35 3.36 -#: index.cgi:209 index.cgi:230 3.37 +#: index.cgi:214 index.cgi:235 3.38 msgid "Password" 3.39 msgstr "Senha" 3.40 3.41 -#: index.cgi:227 3.42 +#: index.cgi:232 3.43 msgid "Real name" 3.44 msgstr "Nome real" 3.45 3.46 -#: index.cgi:229 3.47 +#: index.cgi:234 3.48 msgid "Email" 3.49 msgstr "Email" 3.50 3.51 -#: index.cgi:232 3.52 +#: index.cgi:237 3.53 msgid "Create new account" 3.54 msgstr "Criar nova conta" 3.55 3.56 -#: index.cgi:287 3.57 +#: index.cgi:292 3.58 msgid "Edit profile" 3.59 msgstr "Editar perfil" 3.60 3.61 -#: index.cgi:293 3.62 +#: index.cgi:298 3.63 msgid "Create a profile page" 3.64 msgstr "Criar página de perfil" 3.65 3.66 -#: index.cgi:368 3.67 +#: index.cgi:374 3.68 msgid "Edit document" 3.69 msgstr "Editar documento" 3.70 3.71 -#: index.cgi:369 3.72 +#: index.cgi:375 3.73 msgid "Last diff" 3.74 msgstr "Última alteração" 3.75 3.76 -#: index.cgi:370 3.77 +#: index.cgi:376 3.78 msgid "File log" 3.79 msgstr "Log de arquivo" 3.80 3.81 -#: index.cgi:371 3.82 +#: index.cgi:377 3.83 msgid "Dashboard" 3.84 msgstr "Painel" 3.85 3.86 -#: index.cgi:394 3.87 +#: index.cgi:414 3.88 msgid "User" 3.89 msgstr "Usuário" 3.90 3.91 -#: index.cgi:395 3.92 +#: index.cgi:415 3.93 msgid "Description" 3.94 msgstr "Descrição" 3.95 3.96 -#: index.cgi:396 3.97 +#: index.cgi:416 3.98 msgid "Revision" 3.99 msgstr "Revisão" 3.100 3.101 -#: index.cgi:475 3.102 +#: index.cgi:458 3.103 +msgid "User already exists:" 3.104 +msgstr "" 3.105 + 3.106 +#: index.cgi:495 3.107 msgid "Save document" 3.108 msgstr "Salvar documento" 3.109 3.110 -#: index.cgi:476 3.111 +#: index.cgi:496 3.112 msgid "Code Helper:" 3.113 msgstr "Ajuda de código:" 3.114 3.115 -#: index.cgi:483 3.116 +#: index.cgi:503 3.117 msgid "You must be logged in to edit pages" 3.118 msgstr "Você deve estar logado para editar páginas" 3.119 3.120 -#: index.cgi:507 3.121 -msgid "Activity" 3.122 -msgstr "Atividade" 3.123 +#: index.cgi:528 3.124 +#, fuzzy 3.125 +msgid "Activity log" 3.126 +msgstr "Atividade para:" 3.127 3.128 -#: index.cgi:526 3.129 +#: index.cgi:542 3.130 msgid "No activity log yet" 3.131 msgstr "Nenhum log de atividade até o momento" 3.132 3.133 -#: index.cgi:532 3.134 +#: index.cgi:550 3.135 msgid "Activity for:" 3.136 msgstr "Atividade para:" 3.137 3.138 -#: index.cgi:550 3.139 -msgid "Document list" 3.140 -msgstr "Lista de documentos" 3.141 +#: index.cgi:566 3.142 +msgid "Pages list" 3.143 +msgstr "" 3.144 3.145 -#: index.cgi:572 3.146 +#: index.cgi:573 3.147 +msgid "Remove" 3.148 +msgstr "" 3.149 + 3.150 +#: index.cgi:574 3.151 +msgid "Edit" 3.152 +msgstr "" 3.153 + 3.154 +#: index.cgi:595 3.155 msgid "Diff for:" 3.156 msgstr "Alterações para:" 3.157 3.158 -#: index.cgi:593 3.159 +#: index.cgi:613 3.160 msgid "Bad login or pass" 3.161 msgstr "Login ou senha não válidos" 3.162 3.163 -#: index.cgi:602 3.164 +#: index.cgi:622 3.165 msgid "Sign Up" 3.166 msgstr "Inscrever-se" 3.167 3.168 -#: index.cgi:610 3.169 +#: index.cgi:630 3.170 msgid "Online registration is disabled" 3.171 msgstr "Registro online está desabilitado" 3.172 3.173 -#: index.cgi:634 3.174 +#: index.cgi:654 3.175 msgid "User name :" 3.176 msgstr "Usuário :" 3.177 3.178 -#: index.cgi:635 3.179 +#: index.cgi:655 3.180 msgid "Last login :" 3.181 msgstr "Último login:" 3.182 3.183 -#: index.cgi:658 3.184 +#: index.cgi:678 3.185 msgid "disabled" 3.186 msgstr "desabilitado" 3.187 3.188 -#: index.cgi:659 3.189 +#: index.cgi:679 3.190 msgid "enabled" 3.191 msgstr "habilitado" 3.192 3.193 -#: index.cgi:697 3.194 +#: index.cgi:718 3.195 msgid "Plugins" 3.196 msgstr "Plugins" 3.197 3.198 -#: index.cgi:707 3.199 +#: index.cgi:728 3.200 msgid "You must be logged in to view the dashboard." 3.201 msgstr "Você deve estar logado para visualizar o painel." 3.202 3.203 -#: index.cgi:713 3.204 +#: index.cgi:734 3.205 msgid "Hg is disabled" 3.206 msgstr "Hg está desabilitado" 3.207 3.208 -#: index.cgi:714 3.209 +#: index.cgi:735 3.210 msgid "Hg is not installed" 3.211 msgstr "Hg não está instalado" 3.212 3.213 -#: index.cgi:724 3.214 +#: index.cgi:745 3.215 msgid "Executing: hg init" 3.216 msgstr "Executando: hg init" 3.217 3.218 -#: index.cgi:728 3.219 +#: index.cgi:749 3.220 msgid "Adding current content and committing" 3.221 msgstr "Adicionando conteúdo atual e submetendo alterações" 3.222 3.223 -#: index.cgi:762 3.224 +#: index.cgi:786 3.225 +msgid "Mercurial is enabled but no repository found" 3.226 +msgstr "Mercurial habilitade porém nenhum repositório encontrado" 3.227 + 3.228 +#: index.cgi:797 3.229 msgid "The document does not exist. You can create it or read the" 3.230 msgstr "O documento não existe. Você pode criá-lo ou ler o" 3.231 3.232 -#: index.cgi:775 3.233 -msgid "Mercurial is enabled but no repository found" 3.234 -msgstr "Mercurial habilitade porém nenhum repositório encontrado" 3.235 +#~ msgid "Activity" 3.236 +#~ msgstr "Atividade" 3.237 + 3.238 +#~ msgid "Document list" 3.239 +#~ msgstr "Lista de documentos"
4.1 --- a/po/tinycm.pot Sat Jan 25 13:00:48 2014 +0100 4.2 +++ b/po/tinycm.pot Sat Jan 25 13:16:04 2014 +0100 4.3 @@ -8,7 +8,7 @@ 4.4 msgstr "" 4.5 "Project-Id-Version: TinyCM\n" 4.6 "Report-Msgid-Bugs-To: \n" 4.7 -"POT-Creation-Date: 2014-01-08 00:00+0100\n" 4.8 +"POT-Creation-Date: 2014-01-25 13:11+0100\n" 4.9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 4.10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 4.11 "Language-Team: LANGUAGE <LL@li.org>\n" 4.12 @@ -17,162 +17,174 @@ 4.13 "Content-Type: text/plain; charset=CHARSET\n" 4.14 "Content-Transfer-Encoding: 8bit\n" 4.15 4.16 -#: index.cgi:179 4.17 +#: index.cgi:184 4.18 msgid "Search" 4.19 msgstr "" 4.20 4.21 -#: index.cgi:190 4.22 +#: index.cgi:195 4.23 msgid "Create a new account" 4.24 msgstr "" 4.25 4.26 -#: index.cgi:198 4.27 +#: index.cgi:203 4.28 msgid "Login" 4.29 msgstr "" 4.30 4.31 -#: index.cgi:208 index.cgi:228 4.32 +#: index.cgi:213 index.cgi:233 4.33 msgid "User name" 4.34 msgstr "" 4.35 4.36 -#: index.cgi:209 index.cgi:230 4.37 +#: index.cgi:214 index.cgi:235 4.38 msgid "Password" 4.39 msgstr "" 4.40 4.41 -#: index.cgi:227 4.42 +#: index.cgi:232 4.43 msgid "Real name" 4.44 msgstr "" 4.45 4.46 -#: index.cgi:229 4.47 +#: index.cgi:234 4.48 msgid "Email" 4.49 msgstr "" 4.50 4.51 -#: index.cgi:232 4.52 +#: index.cgi:237 4.53 msgid "Create new account" 4.54 msgstr "" 4.55 4.56 -#: index.cgi:287 4.57 +#: index.cgi:292 4.58 msgid "Edit profile" 4.59 msgstr "" 4.60 4.61 -#: index.cgi:293 4.62 +#: index.cgi:298 4.63 msgid "Create a profile page" 4.64 msgstr "" 4.65 4.66 -#: index.cgi:368 4.67 +#: index.cgi:374 4.68 msgid "Edit document" 4.69 msgstr "" 4.70 4.71 -#: index.cgi:369 4.72 +#: index.cgi:375 4.73 msgid "Last diff" 4.74 msgstr "" 4.75 4.76 -#: index.cgi:370 4.77 +#: index.cgi:376 4.78 msgid "File log" 4.79 msgstr "" 4.80 4.81 -#: index.cgi:371 4.82 +#: index.cgi:377 4.83 msgid "Dashboard" 4.84 msgstr "" 4.85 4.86 -#: index.cgi:394 4.87 +#: index.cgi:414 4.88 msgid "User" 4.89 msgstr "" 4.90 4.91 -#: index.cgi:395 4.92 +#: index.cgi:415 4.93 msgid "Description" 4.94 msgstr "" 4.95 4.96 -#: index.cgi:396 4.97 +#: index.cgi:416 4.98 msgid "Revision" 4.99 msgstr "" 4.100 4.101 -#: index.cgi:475 4.102 +#: index.cgi:458 4.103 +msgid "User already exists:" 4.104 +msgstr "" 4.105 + 4.106 +#: index.cgi:495 4.107 msgid "Save document" 4.108 msgstr "" 4.109 4.110 -#: index.cgi:476 4.111 +#: index.cgi:496 4.112 msgid "Code Helper:" 4.113 msgstr "" 4.114 4.115 -#: index.cgi:483 4.116 +#: index.cgi:503 4.117 msgid "You must be logged in to edit pages" 4.118 msgstr "" 4.119 4.120 -#: index.cgi:507 4.121 -msgid "Activity" 4.122 +#: index.cgi:528 4.123 +msgid "Activity log" 4.124 msgstr "" 4.125 4.126 -#: index.cgi:526 4.127 +#: index.cgi:542 4.128 msgid "No activity log yet" 4.129 msgstr "" 4.130 4.131 -#: index.cgi:532 4.132 +#: index.cgi:550 4.133 msgid "Activity for:" 4.134 msgstr "" 4.135 4.136 -#: index.cgi:550 4.137 -msgid "Document list" 4.138 +#: index.cgi:566 4.139 +msgid "Pages list" 4.140 msgstr "" 4.141 4.142 -#: index.cgi:572 4.143 +#: index.cgi:573 4.144 +msgid "Remove" 4.145 +msgstr "" 4.146 + 4.147 +#: index.cgi:574 4.148 +msgid "Edit" 4.149 +msgstr "" 4.150 + 4.151 +#: index.cgi:595 4.152 msgid "Diff for:" 4.153 msgstr "" 4.154 4.155 -#: index.cgi:593 4.156 +#: index.cgi:613 4.157 msgid "Bad login or pass" 4.158 msgstr "" 4.159 4.160 -#: index.cgi:602 4.161 +#: index.cgi:622 4.162 msgid "Sign Up" 4.163 msgstr "" 4.164 4.165 -#: index.cgi:610 4.166 +#: index.cgi:630 4.167 msgid "Online registration is disabled" 4.168 msgstr "" 4.169 4.170 -#: index.cgi:634 4.171 +#: index.cgi:654 4.172 msgid "User name :" 4.173 msgstr "" 4.174 4.175 -#: index.cgi:635 4.176 +#: index.cgi:655 4.177 msgid "Last login :" 4.178 msgstr "" 4.179 4.180 -#: index.cgi:658 4.181 +#: index.cgi:678 4.182 msgid "disabled" 4.183 msgstr "" 4.184 4.185 -#: index.cgi:659 4.186 +#: index.cgi:679 4.187 msgid "enabled" 4.188 msgstr "" 4.189 4.190 -#: index.cgi:697 4.191 +#: index.cgi:718 4.192 msgid "Plugins" 4.193 msgstr "" 4.194 4.195 -#: index.cgi:707 4.196 +#: index.cgi:728 4.197 msgid "You must be logged in to view the dashboard." 4.198 msgstr "" 4.199 4.200 -#: index.cgi:713 4.201 +#: index.cgi:734 4.202 msgid "Hg is disabled" 4.203 msgstr "" 4.204 4.205 -#: index.cgi:714 4.206 +#: index.cgi:735 4.207 msgid "Hg is not installed" 4.208 msgstr "" 4.209 4.210 -#: index.cgi:724 4.211 +#: index.cgi:745 4.212 msgid "Executing: hg init" 4.213 msgstr "" 4.214 4.215 -#: index.cgi:728 4.216 +#: index.cgi:749 4.217 msgid "Adding current content and committing" 4.218 msgstr "" 4.219 4.220 -#: index.cgi:762 4.221 +#: index.cgi:786 4.222 +msgid "Mercurial is enabled but no repository found" 4.223 +msgstr "" 4.224 + 4.225 +#: index.cgi:797 4.226 msgid "The document does not exist. You can create it or read the" 4.227 msgstr "" 4.228 - 4.229 -#: index.cgi:775 4.230 -msgid "Mercurial is enabled but no repository found" 4.231 -msgstr ""