aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/languages
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-27 17:52:44 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-27 17:52:44 +0000
commit1ed5de74281cd9723b80ad2c831f143fad7dc5e2 (patch)
tree1aac44704e32b2411d22eb8dd83df1143fe2d5a9 /mod/reportedcontent/languages
parent0af57b1b96d841c98496a29c8bdac11451e64971 (diff)
downloadelgg-1ed5de74281cd9723b80ad2c831f143fad7dc5e2.tar.gz
elgg-1ed5de74281cd9723b80ad2c831f143fad7dc5e2.tar.bz2
REMOVED LANGUAGE FILES FROM CORE.
This is due to a stupid and tedious legal reason. git-svn-id: https://code.elgg.org/elgg/trunk@2319 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/languages')
-rw-r--r--mod/reportedcontent/languages/fr.php38
-rw-r--r--mod/reportedcontent/languages/it.php52
-rw-r--r--mod/reportedcontent/languages/ru.php46
-rw-r--r--mod/reportedcontent/languages/th.php43
-rw-r--r--mod/reportedcontent/languages/zh.php51
5 files changed, 0 insertions, 230 deletions
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/ru.php b/mod/reportedcontent/languages/ru.php
deleted file mode 100644
index 33750d696..000000000
--- a/mod/reportedcontent/languages/ru.php
+++ /dev/null
@@ -1,46 +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/
- */
-
- $russian = array(
-
- /**
- * Menu items and titles
- */
-
- 'item:object:reported_content' => 'Жалобы',
- 'reportedcontent' => 'Жалобы',
- 'reportedcontent:report' => 'Пожаловаться',
- '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' => 'Ссылка на страницу',
- 'reportedcontent:reason' => 'Причина жалобы',
- 'reportedcontent:description' => 'Причина жалобы',
- 'reportedcontent:address' => 'Ссылка на страницу',
- 'reportedcontent:success' => 'Ваша жалоба отправлена администрации',
- 'reportedcontent:failing' => 'Ваша жалоба не может быть отправлена',
- 'reportedcontent:report' => 'Пожаловаться',
-
- 'reportedcontent:failed' => 'Извините, попытка пожаловаться не удалась.',
- );
-
- add_translation("ru",$russian);
-?> \ 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);
-?>
diff --git a/mod/reportedcontent/languages/zh.php b/mod/reportedcontent/languages/zh.php
deleted file mode 100644
index 67e85482e..000000000
--- a/mod/reportedcontent/languages/zh.php
+++ /dev/null
@@ -1,51 +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/
- */
- /**
- * Chinese Language Package
- *
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @translator Cosmo Mao
- * @copyright cOSmoCommerce.com 2008
- * @link http://www.elggsns.cn/
- * @version 0.1
- */
- $chinese = 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("zh",$chinese);
-?> \ No newline at end of file