diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:50:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:50:57 -0300 |
commit | ef47af966edaf727834758f1a4fc7b1c19a0f230 (patch) | |
tree | f853217022b5e1a868a227dddc5c8010f4266e55 /languages/ca.php | |
download | elgg-ef47af966edaf727834758f1a4fc7b1c19a0f230.tar.gz elgg-ef47af966edaf727834758f1a4fc7b1c19a0f230.tar.bz2 |
Squashed 'mod/simple_faq/' content from commit 1852794
git-subtree-dir: mod/simple_faq
git-subtree-split: 1852794b849fcbab29c2b37ca6c106dc0cb9903d
Diffstat (limited to 'languages/ca.php')
-rw-r--r-- | languages/ca.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/languages/ca.php b/languages/ca.php new file mode 100644 index 000000000..40dfc8993 --- /dev/null +++ b/languages/ca.php @@ -0,0 +1,6 @@ +<?php +$language = array ( + 'faq' => 'PMF', + 'expages:faq' => 'Preguntes Més Freqüents', +); +add_translation("ca", $language);
\ No newline at end of file |