diff options
Diffstat (limited to 'languages/gl/gl.profile.php')
-rw-r--r-- | languages/gl/gl.profile.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/gl/gl.profile.php b/languages/gl/gl.profile.php new file mode 100644 index 000000000..1580e9349 --- /dev/null +++ b/languages/gl/gl.profile.php @@ -0,0 +1,8 @@ +<?php +$gl = array ( + 'profile' => 'Perfil', + 'profile:notfound' => 'Non atopamo-lo perfil que estas a buscar. Proba con outro.', +); + +add_translation("gl", $gl); + |