diff options
Diffstat (limited to 'languages/ca/ca.profile.php')
-rw-r--r-- | languages/ca/ca.profile.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/ca/ca.profile.php b/languages/ca/ca.profile.php new file mode 100644 index 000000000..dad8e8433 --- /dev/null +++ b/languages/ca/ca.profile.php @@ -0,0 +1,8 @@ +<?php +$ca = array ( + 'profile' => 'Perfil', + 'profile:notfound' => 'Ens sap greu, no s´ha pogut trobar el perfil sol·licitat.', +); + +add_translation("ca", $ca); + |