This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
redir/includes/kohana/modules/userguide/messages/userguide.php
2011-07-20 22:57:07 +10:00

15 lines
319 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
return array(
'translations' => array(
'de-de' => 'Deutsch',
'en-us' => 'English',
'es-es' => 'Español',
'zh-cn' => '简体中文',
'ru-ru' => 'Русский',
'fr-fr' => 'Français',
'he-il' => 'עברית',
'nl' => 'Nederlands',
),
);