diff options
author | Sem <sembrestels@riseup.net> | 2012-05-12 06:29:42 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-12 06:29:42 +0200 |
commit | 57cde174e1fb8f91a74983396897cebfde016f70 (patch) | |
tree | af4c7c976a1c0ac0695271dc34ed7286428e16ee /languages/eu/eu.reportedcontent.php | |
parent | 50fdb26e11da8ea05ed38db2b46147cdddc9cf6e (diff) | |
download | elgg-57cde174e1fb8f91a74983396897cebfde016f70.tar.gz elgg-57cde174e1fb8f91a74983396897cebfde016f70.tar.bz2 |
Added several languages and upgraded existing ones.
Diffstat (limited to 'languages/eu/eu.reportedcontent.php')
-rw-r--r-- | languages/eu/eu.reportedcontent.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/eu/eu.reportedcontent.php b/languages/eu/eu.reportedcontent.php new file mode 100644 index 000000000..b3d1afeeb --- /dev/null +++ b/languages/eu/eu.reportedcontent.php @@ -0,0 +1,7 @@ +<?php +$eu = array ( + 'item:object:reported_content' => 'Erreportatutako edukia', +); + +add_translation("eu", $eu); + |