aboutsummaryrefslogtreecommitdiffstats
path: root/language/ja_JP
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-01-09 19:35:36 +0000
committerplegall <plg@piwigo.org>2010-01-09 19:35:36 +0000
commit12f3495bdf0c0a5958dc1d5a8d92424bdda3ba4c (patch)
tree7c458a6ae7cd13fdefc506e5e458b809b2a36335 /language/ja_JP
parent14fa8df19bb609c6f407e1117a9140630391a2df (diff)
feature 1374: removed the "/* TODO */" in language files, the script to detect
missing translations will come in a distinct commit. git-svn-id: http://piwigo.org/svn/branches/2.0@4636 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ja_JP')
-rw-r--r--language/ja_JP/admin.lang.php6
-rw-r--r--language/ja_JP/common.lang.php1
2 files changed, 0 insertions, 7 deletions
diff --git a/language/ja_JP/admin.lang.php b/language/ja_JP/admin.lang.php
index 138eecdd9..29318d378 100644
--- a/language/ja_JP/admin.lang.php
+++ b/language/ja_JP/admin.lang.php
@@ -645,10 +645,4 @@ $lang['Delete selected photos'] = '選択した写真を削除する';
$lang['%d photo was deleted'] = '%d 写真が削除されました。';
$lang['%d photos were deleted'] = '%d 写真が削除されました。';
// --------- Starting below: New or revised $lang ---- from Colibri
-/*TODO*/$lang['Piwigo Announcements Newsletter'] = 'Piwigo Announcements Newsletter';
-/*TODO*/$lang['Subscribe to Piwigo Announcements Newsletter'] = 'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.';
-/*TODO*/$lang['Subscribe %s'] = 'Subscribe %s';
-/*TODO*/$lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Subscribe %s to Piwigo English Announcements Newsletter';
-/*TODO*/$lang['Purge search history'] = 'Purge search history';
-/*TODO*/$lang['Hide'] = 'Hide';
?>
diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php
index 206b6f4c1..083e58a8f 100644
--- a/language/ja_JP/common.lang.php
+++ b/language/ja_JP/common.lang.php
@@ -365,5 +365,4 @@ $lang['group by letters'] = '文字でグループ化する';
$lang['letters'] = '文字';
$lang['show tag cloud'] = 'タグクラウドを表示する';
$lang['cloud'] = 'クラウド';
-/* TODO */ $lang['Reset_To_Default'] = 'Reset to default values';
?>