aboutsummaryrefslogtreecommitdiff
path: root/mod/diagnostics/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/diagnostics/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/diagnostics/languages')
-rw-r--r--mod/diagnostics/languages/fr.php49
-rw-r--r--mod/diagnostics/languages/it.php62
-rw-r--r--mod/diagnostics/languages/ru.php54
-rw-r--r--mod/diagnostics/languages/th.php54
-rw-r--r--mod/diagnostics/languages/zh.php62
5 files changed, 0 insertions, 281 deletions
diff --git a/mod/diagnostics/languages/fr.php b/mod/diagnostics/languages/fr.php
deleted file mode 100644
index ac1571155..000000000
--- a/mod/diagnostics/languages/fr.php
+++ /dev/null
@@ -1,49 +0,0 @@
-<?php
- /**
- * translation by RONNEL Jérémy
- * jeremy.ronnel@elbee.fr
- */
-
- $french = array(
-
- 'diagnostics' => 'Diagnostic système',
-
- 'diagnostics:description' => 'Ce rapport vous sera utile pour identifier tous les problèmes rencontrés par Elgg, il pourra être joint à votre tracker de bug.',
-
- 'diagnostics:download' => 'Diagnostic.txt',
-
-
- 'diagnostics:header' => '========================================================================
-Elgg Diagnostic Report
-Generated %s by %s
-========================================================================
-
-',
- 'diagnostics:report:basic' => '
-Elgg Release %s, version %s
-
-------------------------------------------------------------------------',
- 'diagnostics:report:php' => '
-PHP info:
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:plugins' => '
-Installed plugins and details:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:md5' => '
-Installed files and checksums:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:globals' => '
-Global variables:
-
-%s
-------------------------------------------------------------------------',
-
- );
-
- add_translation("fr",$french);
-?> \ No newline at end of file
diff --git a/mod/diagnostics/languages/it.php b/mod/diagnostics/languages/it.php
deleted file mode 100644
index 4c11eb6c5..000000000
--- a/mod/diagnostics/languages/it.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php
-
- /**
- * Elgg Plugin language pack
- *
- * @package Elgg Diagnostic
- * @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: Diagnostic
- * @version: beta
- * english_revision: 2061
- * @translation by Lord55
- * @link http://www.nobilityofequals.com
- ****************************************/
-
- $italian = array(
-
- 'diagnostics' => 'Sistema di Diagnostica',
-
- 'diagnostics:description' => 'Il seguente rapporto diagnostico è utile per una diagnosi di qualsiasi problema con Elgg, e potrebbe essere allegato e archiviato a qualsiasi rapporto sui bug di sistema.',
-
- 'diagnostics:download' => 'Scarica .txt',
-
-
- 'diagnostics:header' => '========================================================================
-Rapporto di diagnostica di Elgg
-Generato %s da %s
-========================================================================
-
-',
- 'diagnostics:report:basic' => '
-Elgg Release %s, versione %s
-
-------------------------------------------------------------------------',
- 'diagnostics:report:php' => '
-PHP info:
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:plugins' => '
-Installazione plugins and dettagli:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:md5' => '
-Installazione files and checksums:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:globals' => '
-Variabili globali:
-
-%s
-------------------------------------------------------------------------',
-
- );
-
- add_translation("it",$italian);
-?> \ No newline at end of file
diff --git a/mod/diagnostics/languages/ru.php b/mod/diagnostics/languages/ru.php
deleted file mode 100644
index 1eb7e92fc..000000000
--- a/mod/diagnostics/languages/ru.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
- /**
- * Elgg diagnostics language pack.
- *
- * @package ElggDiagnostics
- * @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(
-
- 'diagnostics' => 'Диагностика системы',
-
- 'diagnostics:description' => 'Следующий отчёт полезен для диагностики любых проблем с Elgg, и должен быть присоединён ко всем багам, которые вы репортите.',
-
- 'diagnostics:download' => 'Download .txt',
-
-
- 'diagnostics:header' => '========================================================================
-Elgg Diagnostic Report
-Generated %s by %s
-========================================================================
-
-',
- 'diagnostics:report:basic' => '
-Elgg Release %s, version %s
-
-------------------------------------------------------------------------',
- 'diagnostics:report:php' => '
-PHP info:
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:plugins' => '
-Installed plugins and details:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:md5' => '
-Installed files and checksums:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:globals' => '
-Global variables:
-
-%s
-------------------------------------------------------------------------',
-
- );
-
- add_translation("ru",$russian);
-?> \ No newline at end of file
diff --git a/mod/diagnostics/languages/th.php b/mod/diagnostics/languages/th.php
deleted file mode 100644
index 4da3dd718..000000000
--- a/mod/diagnostics/languages/th.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
- /**
- * Elgg diagnostics language pack.
- *
- * @package ElggDiagnostics
- * @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(
-
- 'diagnostics' => 'ระบบรายงานปัญหา',
-
- 'diagnostics:description' => 'ระบบนี้จะรายงานปัญหาการใช้งานและตรวจสอบไฟล์ของElgg',
-
- 'diagnostics:download' => 'Download .txt',
-
-
- 'diagnostics:header' => '========================================================================
-Elgg Diagnostic Report
-Generated %s by %s
-========================================================================
-
-',
- 'diagnostics:report:basic' => '
-Elgg Release %s, version %s
-
-------------------------------------------------------------------------',
- 'diagnostics:report:php' => '
-PHP info:
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:plugins' => '
-Installed plugins and details:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:md5' => '
-Installed files and checksums:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:globals' => '
-Global variables:
-
-%s
-------------------------------------------------------------------------',
-
- );
-
- add_translation("th",$thai);
-?>
diff --git a/mod/diagnostics/languages/zh.php b/mod/diagnostics/languages/zh.php
deleted file mode 100644
index dec8df00f..000000000
--- a/mod/diagnostics/languages/zh.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php
- /**
- * Elgg diagnostics language pack.
- *
- * @package ElggDiagnostics
- * @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(
-
- 'diagnostics' => '系统诊断',
-
- 'diagnostics:description' => '下列诊断报告提供有用的信息,您可以附件错误来提交问题。',
-
- 'diagnostics:download' => 'Download .txt',
-
-
- 'diagnostics:header' => '========================================================================
-Elgg 诊断报告
-生成 %s 于 %s
-========================================================================
-
-',
- 'diagnostics:report:basic' => '
-Elgg 发布 %s, 版本 %s
-
-------------------------------------------------------------------------',
- 'diagnostics:report:php' => '
-PHP 信息:
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:plugins' => '
-安装的插件信息:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:md5' => '
-安装文件校验:
-
-%s
-------------------------------------------------------------------------',
- 'diagnostics:report:globals' => '
-全局变量:
-
-%s
-------------------------------------------------------------------------',
-
- );
-
- add_translation("zh",$chinese);
-?> \ No newline at end of file