diff options
Diffstat (limited to 'languages/gl/gl.reportedcontent.php')
-rw-r--r-- | languages/gl/gl.reportedcontent.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/gl/gl.reportedcontent.php b/languages/gl/gl.reportedcontent.php new file mode 100644 index 000000000..d80603c6a --- /dev/null +++ b/languages/gl/gl.reportedcontent.php @@ -0,0 +1,7 @@ +<?php +$gl = array ( + 'item:object:reported_content' => 'Artigos publicados', +); + +add_translation("gl", $gl); + |