1
- #
1
+ #
2
2
msgid ""
3
3
msgstr ""
4
4
"Project-Id-Version : DesignPatternsPHP 1.0\n "
5
5
"Report-Msgid-Bugs-To : \n "
6
6
"POT-Creation-Date : 2015-05-29 12:18+0200\n "
7
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
8
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
7
+ "PO-Revision-Date : 2017-08-03 00:33-0300 \n "
8
+ "Last-Translator : Leonam Pereira Dias <leonam.pd@gmail.com >\n "
9
9
"Language-Team : LANGUAGE <LL@li.org>\n "
10
10
"MIME-Version : 1.0\n "
11
11
"Content-Type : text/plain; charset=UTF-8\n "
@@ -20,40 +20,44 @@ msgid ""
20
20
"**THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND "
21
21
"MAINTAINABILITY USE DEPENDENCY INJECTION!**"
22
22
msgstr ""
23
+ "**ESTE É CONSIDERADO UM ANTI-PATTERN! PARA MELHOR TESTABILIDADE E"
24
+ "MANUTENIBILIDADE USE INJEÇÃO DE DEPENDÊNCIAS"
23
25
24
26
#: ../../Creational/Multiton/README.rst:8
25
27
msgid "Purpose"
26
- msgstr ""
28
+ msgstr "Objetivos "
27
29
28
30
#: ../../Creational/Multiton/README.rst:10
29
31
msgid ""
30
32
"To have only a list of named instances that are used, like a singleton but "
31
33
"with n instances."
32
34
msgstr ""
35
+ "Para se ter uma lista conhecida de instâncias utilizáveis, como um singleton mas"
36
+ "com n instâncias"
33
37
34
38
#: ../../Creational/Multiton/README.rst:14
35
39
msgid "Examples"
36
- msgstr ""
40
+ msgstr "Exemplos "
37
41
38
42
#: ../../Creational/Multiton/README.rst:16
39
43
msgid "2 DB Connectors, e.g. one for MySQL, the other for SQLite"
40
- msgstr ""
44
+ msgstr "2 conexões à bancos de dados. Exemplo: uma para MySQL e outra para SQLite "
41
45
42
46
#: ../../Creational/Multiton/README.rst:17
43
47
msgid "multiple Loggers (one for debug messages, one for errors)"
44
- msgstr ""
48
+ msgstr "multiplos Loggers (um para mensagens de debug, outro para erros) "
45
49
46
50
#: ../../Creational/Multiton/README.rst:20
47
51
msgid "UML Diagram"
48
- msgstr ""
52
+ msgstr "Diagrama UML "
49
53
50
54
#: ../../Creational/Multiton/README.rst:27
51
55
msgid "Code"
52
- msgstr ""
56
+ msgstr "Código "
53
57
54
58
#: ../../Creational/Multiton/README.rst:29
55
59
msgid "You can also find this code on `GitHub`_"
56
- msgstr ""
60
+ msgstr "Você também pode encontrar esse código no `GitHub`_ "
57
61
58
62
#: ../../Creational/Multiton/README.rst:31
59
63
msgid "Multiton.php"
0 commit comments