Skip to content

Commit a81598e

Browse files
authored
Merge pull request RoverWire#41 from manseka/master
Add Español to locale
2 parents e068e19 + f7c061d commit a81598e

File tree

4 files changed

+182
-0
lines changed

4 files changed

+182
-0
lines changed

locale/es-Ar/virtualhost-nginx.mo

2.41 KB
Binary file not shown.

locale/es-Ar/virtualhost-nginx.po

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: Virtualhost Manage Script NGINX\n"
4+
"MIME-Version: 1.0\n"
5+
"Content-Type: text/plain; charset=UTF-8\n"
6+
"Content-Transfer-Encoding: 8bit\n"
7+
"POT-Creation-Date: \n"
8+
"PO-Revision-Date: \n"
9+
"Language-Team: \n"
10+
"X-Generator: Poedit 1.8.7.1\n"
11+
"Last-Translator: \n"
12+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13+
"Language: es_AR\n"
14+
15+
#: virtualhost-nginx.sh:15
16+
msgid "You have no permission to run $0 as non-root user. Use sudo"
17+
msgstr ""
18+
"Usted no tiene permisos suficientes para correr $0 no es un usuario root. "
19+
"Use sudo"
20+
21+
#: virtualhost-nginx.sh:21
22+
msgid "You need to prompt for action (create or delete) -- Lower-case only"
23+
msgstr "Es necesario una accion (create o delete) -- minuscula solamente."
24+
25+
#: virtualhost-nginx.sh:27
26+
msgid "Please provide domain. e.g.dev,staging"
27+
msgstr "Por favor ingrese un dominio. ejemp: g.dev,staging"
28+
29+
#: virtualhost-nginx.sh:39
30+
msgid "This domain already exists.\\nPlease Try Another one"
31+
msgstr "El Dominio ya existe.\\\\nPor favor ingrese otro."
32+
33+
#: virtualhost-nginx.sh:52
34+
msgid ""
35+
"ERROR: Not able to write in file $userDir/$rootdir/phpinfo.php. Please check "
36+
"permissions."
37+
msgstr ""
38+
"ERROR: No se puede escribir el archivo en $userDir/$rootdir/phpinfo.php. Por "
39+
"favor chequee sus permisos."
40+
41+
#: virtualhost-nginx.sh:55
42+
msgid "Added content to $userDir$rootdir/phpinfo.php."
43+
msgstr "Agregando contenido a $userDir$rootdir/phpinfo.php."
44+
45+
#: virtualhost-nginx.sh:104
46+
msgid "There is an ERROR create $domain file"
47+
msgstr "Ocurrio un ERROR al crear el archivo $domain"
48+
49+
#: virtualhost-nginx.sh:107
50+
msgid "\\nNew Virtual Host Created\\n"
51+
msgstr "\\\\nSe ha creado el nuevo Virtual Host\\\\n"
52+
53+
#: virtualhost-nginx.sh:113
54+
msgid "ERROR: Not able write in /etc/hosts"
55+
msgstr "ERROR: No se puede escribir en /etc/hosts"
56+
57+
#: virtualhost-nginx.sh:116
58+
msgid "Host added to /etc/hosts file \\n"
59+
msgstr "Host agregado a /etc/hosts \\\\n"
60+
61+
#: virtualhost-nginx.sh:132
62+
msgid ""
63+
"Complete! \\nYou now have a new Virtual Host \\nYour new host is: http://"
64+
"$domain \\nAnd its located at $userDir$rootdir"
65+
msgstr ""
66+
"Completo! \\\\nAhora tienes un nuevo Virtual Host!! \\\\nTu nuevo host es: "
67+
"http://$domain \\\\ny esta localizado en $userDir$rootdir"
68+
69+
#: virtualhost-nginx.sh:137
70+
msgid "This domain dont exists.\\nPlease Try Another one"
71+
msgstr "El dominio no existe.\\\\nPor favor pruebe con otro"
72+
73+
#: virtualhost-nginx.sh:156
74+
msgid "Delete host root directory ? (s/n)"
75+
msgstr "Borrar host root directorio ? (s/n)"
76+
77+
#: virtualhost-nginx.sh:162
78+
msgid "Directory deleted"
79+
msgstr "Directorio Borrado"
80+
81+
#: virtualhost-nginx.sh:164
82+
msgid "Host directory conserved"
83+
msgstr "Directorio Host Conservado"
84+
85+
#: virtualhost-nginx.sh:167
86+
msgid "Host directory not found. Ignored"
87+
msgstr "Directorio Host no encontrado. Ignorado"
88+
89+
#: virtualhost-nginx.sh:171
90+
msgid "Complete!\\nYou just removed Virtual Host $domain"
91+
msgstr "Completado!\\\\nSeha removido el Virtual Host $domain"

locale/es-Ar/virtualhost.mo

2.41 KB
Binary file not shown.

locale/es-Ar/virtualhost.po

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: Virtualhost Manage Script\n"
4+
"MIME-Version: 1.0\n"
5+
"Content-Type: text/plain; charset=UTF-8\n"
6+
"Content-Transfer-Encoding: 8bit\n"
7+
"POT-Creation-Date: \n"
8+
"PO-Revision-Date: \n"
9+
"Language-Team: \n"
10+
"X-Generator: Poedit 1.8.7.1\n"
11+
"Last-Translator: \n"
12+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13+
"Language: es_AR\n"
14+
15+
#: virtualhost.sh:19
16+
msgid "You have no permission to run $0 as non-root user. Use sudo"
17+
msgstr ""
18+
"Usted no tiene permisos suficientes para correr $0 no es un usuario root. "
19+
"Use sudo"
20+
21+
#: virtualhost.sh:25
22+
msgid "You need to prompt for action (create or delete) -- Lower-case only"
23+
msgstr "Es necesario una accion (create o delete) -- minuscula solamente."
24+
25+
#: virtualhost.sh:31
26+
msgid "Please provide domain. e.g.dev,staging"
27+
msgstr "Por favor ingrese un dominio. ejemp: g.dev,staging"
28+
29+
#: virtualhost.sh:43
30+
msgid "This domain already exists.\\nPlease Try Another one"
31+
msgstr "El Dominio ya existe.\\nPor favor ingrese otro."
32+
33+
#: virtualhost.sh:56
34+
msgid ""
35+
"ERROR: Not able to write in file $userDir/$rootdir/phpinfo.php. Please check "
36+
"permissions."
37+
msgstr ""
38+
"ERROR: No se puede escribir el archivo en $userDir/$rootdir/phpinfo.php. Por "
39+
"favor chequee sus permisos."
40+
41+
#: virtualhost.sh:59
42+
msgid "Added content to $userDir$rootdir/phpinfo.php."
43+
msgstr "Agregando contenido a $userDir$rootdir/phpinfo.php."
44+
45+
#: virtualhost.sh:83
46+
msgid "There is an ERROR create $domain file"
47+
msgstr "Ocurrio un ERROR al crear el archivo $domain"
48+
49+
#: virtualhost.sh:86
50+
msgid "\\nNew Virtual Host Created\\n"
51+
msgstr "\\\\nSe ha creado el nuevo Virtual Host\\\\n"
52+
53+
#: virtualhost.sh:92
54+
msgid "ERROR: Not able write in /etc/hosts"
55+
msgstr "ERROR: No se puede escribir en /etc/hosts"
56+
57+
#: virtualhost.sh:95
58+
msgid "Host added to /etc/hosts file \\n"
59+
msgstr "Host agregado a /etc/hosts \\\\n"
60+
61+
#: virtualhost.sh:111
62+
msgid ""
63+
"Complete! \\nYou now have a new Virtual Host \\nYour new host is: http://"
64+
"$domain \\nAnd its located at $userDir$rootdir"
65+
msgstr ""
66+
"Completo! \\\\nAhora tienes un nuevo Virtual Host!! \\\\nTu nuevo host es: "
67+
"http://$domain \\\\ny esta localizado en $userDir$rootdir"
68+
69+
#: virtualhost.sh:116
70+
msgid "This domain dont exists.\\nPlease Try Another one"
71+
msgstr "El dominio no existe.\\\\nPor favor pruebe con otro"
72+
73+
#: virtualhost.sh:135
74+
msgid "Delete host root directory ? (s/n)"
75+
msgstr "Borrar host root directorio ? (s/n)"
76+
77+
#: virtualhost.sh:141
78+
msgid "Directory deleted"
79+
msgstr "Directorio Borrado"
80+
81+
#: virtualhost.sh:143
82+
msgid "Host directory conserved"
83+
msgstr "Directorio Host Conservado"
84+
85+
#: virtualhost.sh:146
86+
msgid "Host directory not found. Ignored"
87+
msgstr "Directorio Host no encontrado. Ignorado"
88+
89+
#: virtualhost.sh:150
90+
msgid "Complete!\\nYou just removed Virtual Host $domain"
91+
msgstr "Completado!\\\\nSeha removido el Virtual Host $domain"

0 commit comments

Comments
 (0)