]> dev.renevier.net Git - syj.git/commitdiff
change "faq" link to "help"
authorarno <arno@renevier.net>
Mon, 4 Apr 2011 11:02:40 +0000 (13:02 +0200)
committerarno <arno@renevier.net>
Mon, 4 Apr 2011 11:02:40 +0000 (13:02 +0200)
application/languages/lang_en.po
application/languages/lang_fr.po
application/languages/lang_ja.po
application/layouts/scripts/footer.phtml

index cdae8bee180637adf43bd9b71cd4905daef12e8c..37b1628ae52ec7f7636e9574cafeaeb034591ca3 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: syj\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-27 10:56+0200\n"
+"POT-Creation-Date: 2011-04-04 13:02+0200\n"
 "PO-Revision-Date: \n"
 "Last-Translator: arno <arno@renevier.net>\n"
 "Language-Team: arno <arno@renevier.net>\n"
@@ -672,8 +672,8 @@ msgid "contact"
 msgstr "contact"
 
 #: application/layouts/scripts/footer.phtml:97
-msgid "faq"
-msgstr "faq"
+msgid "help"
+msgstr "help"
 
 #: application/forms/Login.php:9
 msgid "user"
@@ -801,3 +801,6 @@ msgstr "Someone, probably you, has registered an account %s with email address %
 #: application/forms/Pending/ValidateCreation.php:24
 msgid "To cancel account creation, press following button. The account and all its data will be deleted."
 msgstr "To cancel account creation, press following button. The account and all its data will be deleted."
+
+#~ msgid "faq"
+#~ msgstr "faq"
index 824b872a095768e32d06df2e34c6c60db183a755..8050a90f2d01d3b08898ba15b4cb137ccba75aa5 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: syj\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-27 10:56+0200\n"
+"POT-Creation-Date: 2011-04-04 13:02+0200\n"
 "PO-Revision-Date: \n"
 "Last-Translator: arno <arno@renevier.net>\n"
 "Language-Team: arno <arno@renevier.net>\n"
@@ -674,8 +674,8 @@ msgid "contact"
 msgstr "contact"
 
 #: application/layouts/scripts/footer.phtml:97
-msgid "faq"
-msgstr "faq"
+msgid "help"
+msgstr "aide"
 
 #: application/forms/Login.php:9
 msgid "user"
@@ -803,3 +803,6 @@ msgstr "Quelqu'un, probablement vous, a enregistré un compte %s avec l'adresse
 #: application/forms/Pending/ValidateCreation.php:24
 msgid "To cancel account creation, press following button. The account and all its data will be deleted."
 msgstr "Pour annuler la création du compte, pressez le bouton suivant. Le compte ainsi que toutes ses données seront supprimés."
+
+#~ msgid "faq"
+#~ msgstr "faq"
index 66c8cad48077708f3f36e2d54de2cb022823ee20..fe3696f8e62e11129bb6087cd060a3187420d427 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: syj\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-27 10:56+0200\n"
+"POT-Creation-Date: 2011-04-04 13:02+0200\n"
 "PO-Revision-Date: \n"
 "Last-Translator: S.Higashi <s_higash@mua.biglobe.ne.jp>\n"
 "Language: \n"
@@ -767,8 +767,8 @@ msgid "contact"
 msgstr "連絡先"
 
 #: application/layouts/scripts/footer.phtml:97
-msgid "faq"
-msgstr "FAQ"
+msgid "help"
+msgstr ""
 
 #: application/forms/Login.php:9
 msgid "user"
@@ -914,3 +914,6 @@ msgid ""
 msgstr ""
 "アカウント作成をキャンセルするには、次のボタンを押してください。アカウントと"
 "そのデータは全て削除されます。"
+
+#~ msgid "faq"
+#~ msgstr "FAQ"
index 776d906aad8d9e70dcee6dccf36271523e28763a..514ea243e0bf3c58194a45f907043ec580b9503e 100644 (file)
@@ -94,7 +94,7 @@ echo $this->footerLink(array(
     'route' => 'faq',
     'action'     => 'index',
     'controller' => 'faq'),
-    $this->translate("faq"),
+    $this->translate("help"),
     false);
 
 echo '</div>' . PHP_EOL;