~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/ja_utf8/docs/files.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php // $Id$
 
2
      // Names of the documentation files
 
3
      // Files with a definition "-" are treated as spacers
 
4
 
 
5
$string['-about'] = "Moodleについて";
 
6
$string['intro.html'] = "イントロダクション";
 
7
$string['background.html'] = "背景";
 
8
$string['philosophy.html'] = "理念";
 
9
$string['licence.html'] = "著作権・使用許諾条件";
 
10
$string['features.html'] = "特徴";
 
11
$string['release.html'] = "リリースノート";
 
12
$string['future.html'] = "未来";
 
13
$string['credits.html'] = "謝辞";
 
14
 
 
15
$string['-installation'] = "管理";
 
16
$string['install.html'] = "インストール";
 
17
$string['faq.html'] = "インストール FAQ";
 
18
$string['installamp.html'] = "アパッチ、MySQL、PHPのインストール";
 
19
$string['upgrade.html'] = "アップグレード";
 
20
 
 
21
$string['-usage'] = "Moodleの利用";
 
22
$string['teacher.html'] = "教師マニュアル";
 
23
$string['other.html'] = "その他文書";
 
24
 
 
25
$string['-development'] = "開発";
 
26
$string['developer.html'] = "開発者マニュアル";
 
27
$string['coding.html'] = "コーディングガイド";
 
28
$string['cvs.html'] = "CVSの使用";
 
29
$string['translation.html'] = "翻訳";
 
30
 
 
31
 
 
32
?>
 
 
b'\\ No newline at end of file'