]> git.mxchange.org Git - friendica.git/commitdiff
made SN addon admin panel strings translateable
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 9 Aug 2011 14:24:58 +0000 (16:24 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 9 Aug 2011 14:24:58 +0000 (16:24 +0200)
addon/statusnet/statusnet.php

index bf6cbfbc71d1389e51eca0278bd80cb70e967a4f..ced40263d05291cd44d5d80bdb3bb4e6e7178636 100644 (file)
@@ -402,10 +402,10 @@ function statusnet_plugin_admin(&$a, &$o){
        /* empty form to add new site */
        $id++;
        $sitesform[] = Array(
-               'sitename' => Array("sitename[$id]", "Site name", "", ""),
-               'apiurl' => Array("apiurl[$id]", "Api url", "", ""),
-               'secret' => Array("secret[$id]", "Secret", "", ""),
-               'key' => Array("key[$id]", "Key", "", ""),
+               'sitename' => Array("sitename[$id]", t("Site name"), "", ""),
+               'apiurl' => Array("apiurl[$id]", t("API URL"), "", ""),
+               'secret' => Array("secret[$id]", t("Consumer Secret"), "", ""),
+               'key' => Array("key[$id]", t("Consumer Key"), "", ""),
        );