diff options
Diffstat (limited to 'mod/reportedcontent/languages')
| -rw-r--r-- | mod/reportedcontent/languages/en.php | 89 | ||||
| -rw-r--r-- | mod/reportedcontent/languages/fr.php | 38 | ||||
| -rw-r--r-- | mod/reportedcontent/languages/it.php | 52 | ||||
| -rw-r--r-- | mod/reportedcontent/languages/th.php | 43 |
4 files changed, 44 insertions, 178 deletions
diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index eb917159a..c2e197879 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -1,45 +1,44 @@ -<?php
- /**
- * Elgg reported content plugin language pack
- *
- * @package ElggReportedContent
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
-
- $english = array(
-
- /**
- * Menu items and titles
- */
-
- 'item:object:reported_content' => 'Reported items',
- 'reportedcontent' => 'Reported content',
- 'reportedcontent:this' => 'Report this',
- 'reportedcontent:none' => 'There is no reported content',
- 'reportedcontent:report' => 'Report to admin',
- 'reportedcontent:title' => 'Page title',
- 'reportedcontent:deleted' => 'The reported content has been deleted',
- 'reportedcontent:notdeleted' => 'We were not able to delete that report',
- 'reportedcontent:delete' => 'Delete it',
- 'reportedcontent:areyousure' => 'Are you sure you want to delete?',
- 'reportedcontent:archive' => 'Archive it',
- 'reportedcontent:archived' => 'The report has been archived',
- 'reportedcontent:visit' => 'Visit reported item',
- 'reportedcontent:by' => 'Report by',
- 'reportedcontent:objecttitle' => 'Object title',
- 'reportedcontent:objecturl' => 'Object url',
- 'reportedcontent:reason' => 'Reason for report',
- 'reportedcontent:description' => 'Why are you reporting this?',
- 'reportedcontent:address' => 'Location of the item',
- 'reportedcontent:success' => 'Your report has been sent to the site admin',
- 'reportedcontent:failing' => 'Your report could not be sent', - 'reportedcontent:report' => 'Report this',
- - 'reportedcontent:failed' => 'Sorry, the attempt to report this content has failed.',
- );
-
- add_translation("en",$english);
-?>
\ No newline at end of file +<?php +/** + * Elgg reported content plugin language pack + * + * @package ElggReportedContent + */ + +$english = array( + + 'item:object:reported_content' => 'Reported items', + 'admin:administer_utilities:reportedcontent' => 'Reported content', + 'reportedcontent' => 'Reported content', + 'reportedcontent:this' => 'Report this', + 'reportedcontent:this:tooltip' => 'Report this page to an administrator', + 'reportedcontent:none' => 'There is no reported content', + 'reportedcontent:report' => 'Report to admin', + 'reportedcontent:title' => 'Page title', + 'reportedcontent:deleted' => 'The reported content has been deleted', + 'reportedcontent:notdeleted' => 'We were not able to delete that report', + 'reportedcontent:delete' => 'Delete report', + 'reportedcontent:areyousure' => 'Are you sure you want to delete?', + 'reportedcontent:archive' => 'Archive report', + 'reportedcontent:archived' => 'The report has been archived', + 'reportedcontent:visit' => 'Visit reported item', + 'reportedcontent:by' => 'Report by', + 'reportedcontent:objecttitle' => 'Page title', + 'reportedcontent:objecturl' => 'Page url', + 'reportedcontent:reason' => 'Reason for report', + 'reportedcontent:description' => 'Why are you reporting this?', + 'reportedcontent:address' => 'Location of the item', + 'reportedcontent:success' => 'Your report has been sent to the site admin', + 'reportedcontent:failing' => 'Your report could not be sent', + 'reportedcontent:report' => 'Report this', + 'reportedcontent:moreinfo' => 'More info', + 'reportedcontent:instructions' => 'This report will be sent to the administrators of this site for review.', + 'reportedcontent:numbertodisplay' => 'Number of reports to display', + 'reportedcontent:widget:description' => 'Display reported content', + 'reportedcontent:user' => 'Report user', + + 'reportedcontent:failed' => 'Sorry, the attempt to report this content has failed.', + 'reportedcontent:notarchived' => 'We were not able to archive that report', +); + +add_translation("en", $english); diff --git a/mod/reportedcontent/languages/fr.php b/mod/reportedcontent/languages/fr.php deleted file mode 100644 index 8fce8f2a0..000000000 --- a/mod/reportedcontent/languages/fr.php +++ /dev/null @@ -1,38 +0,0 @@ -<?php - /** - * translation by RONNEL Jérémy - * jeremy.ronnel@elbee.fr - */ - - $french = array( - - /** - * Menu items and titles - */ - - 'item:object:reported_content' => 'Objets alertés', - 'reportedcontent' => 'Alertes', - 'reportedcontent:this' => 'Alerter', - 'reportedcontent:none' => "Il n'y a pas de contenu", - 'reportedcontent:report' => "Alerter l'administrateur", - 'reportedcontent:title' => 'Titre de la page', - 'reportedcontent:deleted' => 'Le contenu a été supprimé', - 'reportedcontent:notdeleted' => 'Impossible de supprimer cette alerte', - 'reportedcontent:delete' => 'Supprimer', - 'reportedcontent:areyousure' => 'Etes-vous sur de le supprimer ?', - 'reportedcontent:archive' => 'Archiver', - 'reportedcontent:archived' => "L'alerte a été archivée", - 'reportedcontent:visit' => "Visiter l'objet", - 'reportedcontent:by' => "alerté par", - 'reportedcontent:objecttitle' => "Titre de l'objet", - 'reportedcontent:objecturl' => "Url de l'objet", - 'reportedcontent:reason' => "Raison de l'alerte", - 'reportedcontent:description' => "Pourquoi posez-vous une alerte sur ce contenu ?", - 'reportedcontent:address' => "Objet à alerter", - 'reportedcontent:success' => "Votre alerte a été envoyée", - 'reportedcontent:failing' => "Votre alerte n'a pas pu être envoyée", - - ); - - add_translation("fr",$french); -?>
\ No newline at end of file diff --git a/mod/reportedcontent/languages/it.php b/mod/reportedcontent/languages/it.php deleted file mode 100644 index d6a7fccdb..000000000 --- a/mod/reportedcontent/languages/it.php +++ /dev/null @@ -1,52 +0,0 @@ -<?php - - /** - * Elgg Plugin language pack - * - * @package Elgg ReportedContent - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - * **************************************** - * @Italian Language Pack - * @Plugin: ReportedContent - * @version: beta - * english_revision: 2073 - * @translation by Lord55 - * @link http://www.nobilityofequals.com - ****************************************/ - - $italian = array( - - /** - * Menu items and titles ###Argomenti del menu e titoli### - */ - - 'item:object:reported_content' => 'Argomenti comunicati', - 'reportedcontent' => 'contenuto comunicato', - 'reportedcontent:this' => 'Comunica questo', - 'reportedcontent:none' => 'Nessun contunuto è stato comunicato', - 'reportedcontent:report' => 'Comunicalo a un amministratore', - 'reportedcontent:title' => 'Titolo della Pagina', - 'reportedcontent:deleted' => 'Il contenuto comunicato è stato cancellato', - 'reportedcontent:notdeleted' => 'Non siamo stati abilitati a cancellare questa comunicazione', - 'reportedcontent:delete' => 'Cancellalo', - 'reportedcontent:areyousure' => 'Sei sicuro di volerlo cancellare?', - 'reportedcontent:archive' => 'Archivialo', - 'reportedcontent:archived' => 'La comunicazione è stata cancellata', - 'reportedcontent:visit' => 'Visit reported item', - 'reportedcontent:by' => 'Comunicato by', - 'reportedcontent:objecttitle' => 'Titolo di questo oggetto', - 'reportedcontent:objecturl' => 'Url di questo oggetto', - 'reportedcontent:reason' => 'Motivo della comunicazione', - 'reportedcontent:description' => 'Perchè ci stai comunicando questo?', - 'reportedcontent:address' => 'Localizzazione di questo argomento', - 'reportedcontent:success' => 'La tua comunicazione è stata inviata a un amministratore del sito', - 'reportedcontent:failing' => 'La tua comunicazione non può essere inviata', - 'reportedcontent:report' => 'Comunicalo', - - ); - - add_translation("it",$italian); -?>
\ No newline at end of file diff --git a/mod/reportedcontent/languages/th.php b/mod/reportedcontent/languages/th.php deleted file mode 100644 index be8efaa68..000000000 --- a/mod/reportedcontent/languages/th.php +++ /dev/null @@ -1,43 +0,0 @@ -<?php
- /**
- * Elgg reported content plugin language pack
- *
- * @package ElggReportedContent
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
-
- $thai = array(
-
- /**
- * Menu items and titles
- */
-
- 'item:object:reported_content' => 'แจ้งผู้ดูแล',
- 'reportedcontent' => 'รายงานการใช้งาน',
- 'reportedcontent:this' => 'แจ้งผู้ดูแล',
- 'reportedcontent:none' => 'ไม่มีการแจ้ง',
- 'reportedcontent:report' => 'แจ้งไปยังผู้ดูแล',
- 'reportedcontent:title' => 'ชื่อหน้า',
- 'reportedcontent:deleted' => 'รายงานถูกลบแล้ว',
- 'reportedcontent:notdeleted' => 'ไม่สามารถลบรายงานได้',
- 'reportedcontent:delete' => 'ลบเดี่ยวนี้',
- 'reportedcontent:areyousure' => 'แน่ใจไหมที่จะลบ?',
- 'reportedcontent:archive' => 'เก็บไว้ก่อน',
- 'reportedcontent:archived' => 'ระบบได้เก็บรายงานไว้แล้ว',
- 'reportedcontent:visit' => 'ผู้เยี่ยใชมรายงาน',
- 'reportedcontent:by' => 'แจ้งโดย',
- 'reportedcontent:objecttitle' => 'ชื่อ',
- 'reportedcontent:objecturl' => 'ที่อยู่ url',
- 'reportedcontent:reason' => 'เหตุผลที่แจ้ง',
- 'reportedcontent:description' => 'ทำไม่ถึงคิดว่าไม่เหมาะสม?',
- 'reportedcontent:address' => 'ที่อยู่ของหน้าที่แจ้ง',
- 'reportedcontent:success' => 'การรายงานของคุณได้แจ้งไปยังผู้ดูแลแล้ว',
- 'reportedcontent:failing' => 'รายงานของคุณส่งไม่ได้',
-
- );
-
- add_translation("th",$thai);
-?>
|
