X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=smileybutton%2Flang%2Fzh-cn%2Fstrings.php;h=1373582e4b73823859566f9d53d5b1e3264117dc;hb=f5ea9f14e2cf58b76b4abcfbe1792c68dd1b5646;hp=1fd0c133e51a9e32dab0078ceefd864fe8afe401;hpb=25ff4e9af23ac13e5424556f2b00f714b68e904f;p=friendica-addons.git diff --git a/smileybutton/lang/zh-cn/strings.php b/smileybutton/lang/zh-cn/strings.php index 1fd0c133..1373582e 100644 --- a/smileybutton/lang/zh-cn/strings.php +++ b/smileybutton/lang/zh-cn/strings.php @@ -3,10 +3,9 @@ if(! function_exists("string_plural_select_zh_cn")) { function string_plural_select_zh_cn($n){ $n = intval($n); - return 0;; + return intval(0); }} -; -$a->strings["Smileybutton settings"] = "表情按钮设置"; -$a->strings["You can hide the button and show the smilies directly."] = "您可以隐藏按钮并直接显示表情符号。"; -$a->strings["Hide the button"] = "隐藏按钮"; -$a->strings["Save Settings"] = "保存设置"; +$a->strings['Smileybutton settings'] = '表情按钮设置'; +$a->strings['You can hide the button and show the smilies directly.'] = '您可以隐藏按钮并直接显示表情符号。'; +$a->strings['Hide the button'] = '隐藏按钮'; +$a->strings['Save Settings'] = '保存设置';