Added Kohana v3.0.9
This commit is contained in:
6
includes/kohana/modules/userguide/i18n/de.php
Normal file
6
includes/kohana/modules/userguide/i18n/de.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'User Guide' => 'Handbuch'
|
||||
);
|
6
includes/kohana/modules/userguide/i18n/es.php
Normal file
6
includes/kohana/modules/userguide/i18n/es.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'User Guide' => 'Guía de Usuario'
|
||||
);
|
7
includes/kohana/modules/userguide/i18n/fr.php
Normal file
7
includes/kohana/modules/userguide/i18n/fr.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'User Guide' => 'Guide Utilisateur'
|
||||
);
|
||||
|
6
includes/kohana/modules/userguide/i18n/he.php
Normal file
6
includes/kohana/modules/userguide/i18n/he.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'User Guide' => 'מדריך למשתמש'
|
||||
);
|
6
includes/kohana/modules/userguide/i18n/nl.php
Normal file
6
includes/kohana/modules/userguide/i18n/nl.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'User Guide' => 'Gebruiksaanwijzing'
|
||||
);
|
7
includes/kohana/modules/userguide/i18n/ru.php
Normal file
7
includes/kohana/modules/userguide/i18n/ru.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'User Guide' => 'Руководство пользователя'
|
||||
);
|
||||
|
28
includes/kohana/modules/userguide/i18n/zh.php
Normal file
28
includes/kohana/modules/userguide/i18n/zh.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array
|
||||
(
|
||||
'User Guide' => '用户手册',
|
||||
|
||||
// Errors
|
||||
'Error' => '错误',
|
||||
'Userguide page not found' => '用户手册页面无法找到',
|
||||
'API Reference: Class not found.' => 'API 参考: 没有找到此类。',
|
||||
'That class is hidden' => '那个是隐藏类',
|
||||
|
||||
// API
|
||||
'Table of Contents' => '目录',
|
||||
'Available Classes' => '可用的类',
|
||||
'Class Contents' => '类列表',
|
||||
'Constants' => '常量',
|
||||
'Properties' => '属性',
|
||||
'Methods' => '方法',
|
||||
'None' => '无',
|
||||
'Parameters' => '参数',
|
||||
'Parameter' => '参数',
|
||||
'Type' => '类型',
|
||||
'Description' => '描述',
|
||||
'Default' => '默认',
|
||||
'Return Values' => '返回值',
|
||||
'Source Code' => '源代码',
|
||||
);
|
Reference in New Issue
Block a user