aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ja/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/ja/index.php')
-rw-r--r--app/i18n/ja/index.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/app/i18n/ja/index.php b/app/i18n/ja/index.php
index e5627cc12..825180386 100644
--- a/app/i18n/ja/index.php
+++ b/app/i18n/ja/index.php
@@ -1,9 +1,19 @@
<?php
+/******************************************************************************/
+/* Each entry of that file can be associated with a comment to indicate its */
+/* state. When there is no comment, it means the entry is fully translated. */
+/* The recognized comments are (comment matching is case-insensitive): */
+/* + TODO: the entry has never been translated. */
+/* + DIRTY: the entry has been translated but needs to be updated. */
+/* + IGNORE: the entry does not need to be translated. */
+/* When a comment is not recognized, it is discarded. */
+/******************************************************************************/
+
return array(
'about' => array(
'_' => 'FreshRSSについて',
- 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
+ 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
'bugs_reports' => 'バグレポート',
'credits' => 'クレジット',
'credits_content' => 'いくつかのデザイン要素は <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>から来ています。しかしFreshRSSはこのフレームワークを使用していません。 <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">アイコン</a> は <a href="https://www.gnome.org/">GNOME プロジェクトから作られています</a>。 <em>Open Sans</em> フォントは <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson によって作成されました</a>。 FreshRSS は<a href="https://github.com/marienfressinaud/MINZ">Minz</a>,PHP フレームワークをもとにしています。',