repo.or.cz
/
kohana-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '3.1/release/3.1.4' into 3.1/master
[kohana-core.git]
/
i18n
/
es.php
blob
85538f4734cbaf5cce444f1006cb36b6afafd46e
1
<
?php
defined
(
'SYSPATH'
)
or die
(
'No direct script access.'
);
2
3
return array
4
(
5
'Spanish'
=>
'Español'
,
6
'Hello, world!'
=>
'¡Hola, mundo!'
,
7
);