aboutsummaryrefslogtreecommitdiff
path: root/mod/guidtool/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/guidtool/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/guidtool/languages')
-rw-r--r--mod/guidtool/languages/it.php37
-rw-r--r--mod/guidtool/languages/ru.php29
-rw-r--r--mod/guidtool/languages/th.php29
-rw-r--r--mod/guidtool/languages/zh.php37
4 files changed, 0 insertions, 132 deletions
diff --git a/mod/guidtool/languages/it.php b/mod/guidtool/languages/it.php
deleted file mode 100644
index f0da01799..000000000
--- a/mod/guidtool/languages/it.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-
- /**
- * Elgg Plugin language pack
- *
- * @package Elgg GuidTool
- * @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: GuidTool
- * @version: beta
- * english_revision: 1806
- * @translation by Lord55
- * @link http://www.nobilityofequals.com
- ****************************************/
-
- $italian = array(
-
- /**
- * Menu items and titles ###Argomenti del menu e titoli###
- */
-
- 'guidtool' => 'GUID Tool',
- 'guidtool:browse' => 'Naviga nei GUIDs',
- 'guidtool:import' => 'Importa',
- 'guidtool:import:desc' => 'Incolla il valore che desideri per importare nella seguente finestra,questo deve avere il formato "%s".',
-
- 'guidtool:pickformat' => 'Per favore seleziona il formato che preferisci importare o esportare.',
-
- 'guidbrowser:export' => 'Esporta',
- );
-
- add_translation("it",$italian);
-?> \ No newline at end of file
diff --git a/mod/guidtool/languages/ru.php b/mod/guidtool/languages/ru.php
deleted file mode 100644
index c5ec4e8f1..000000000
--- a/mod/guidtool/languages/ru.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
- /**
- * Elgg GUID Tool
- *
- * @package ElggGUIDTool
- * @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
- */
-
- 'guidtool' => 'Управление GUID',
- 'guidtool:browse' => 'Навигация по GUIDs',
- 'guidtool:import' => 'Импорт',
- 'guidtool:import:desc' => 'Вставтье данные, которые вы хотите импортировать в окно ниже, они должны быть в формате "%s".',
-
- 'guidtool:pickformat' => 'Пожалуйста, выберите формат в котором вы хотите импортировать или экспортировать.',
-
- 'guidbrowser:export' => 'Экспорт',
- );
-
- add_translation("ru", $russian);
-?> \ No newline at end of file
diff --git a/mod/guidtool/languages/th.php b/mod/guidtool/languages/th.php
deleted file mode 100644
index 2b7cf3a49..000000000
--- a/mod/guidtool/languages/th.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
- /**
- * Elgg GUID Tool
- *
- * @package ElggGUIDTool
- * @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
- */
-
- 'guidtool' => 'เครื่องมือ GUID',
- 'guidtool:browse' => 'ดู GUIDs',
- 'guidtool:import' => 'นำเข้า',
- 'guidtool:import:desc' => 'วางข้มูลที่ต้องการนำเข้าในกล่งด้านล่าง, โดยรูปแบบ "%s" .',
-
- 'guidtool:pickformat' => 'โปรดเลือกรูปแบบที่จะนำเข้าและส่งออก',
-
- 'guidbrowser:export' => 'ส่งออก',
- );
-
- add_translation("th",$thai);
-?>
diff --git a/mod/guidtool/languages/zh.php b/mod/guidtool/languages/zh.php
deleted file mode 100644
index 87bb11de2..000000000
--- a/mod/guidtool/languages/zh.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
- /**
- * Elgg GUID Tool
- *
- * @package ElggGUIDTool
- * @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
- */
-
- 'guidtool' => 'GUIDͬ',
- 'guidtool:browse' => ' GUIDs',
- 'guidtool:import' => '',
- 'guidtool:import:desc' => 'ճ뵼ݵУļʽ "%s" ġ',
-
- 'guidtool:pickformat' => 'ѡҪߵĸʽ',
-
- 'guidbrowser:export' => '',
- );
-
- add_translation("zh",$chinese);
-?> \ No newline at end of file