芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/shimoda/vendor/gettext/languages/src/Exporter/Po.php
id.'\n"'; $lines[] = '"Plural-Forms: nplurals='.count($language->categories).'; plural='.$language->formula.'\n"'; $lines[] = ''; return implode("\n", $lines); } /** * @see Exporter::getDescription */ public static function getDescription() { return 'Build a string to be used for gettext .po files'; } }