Lines Matching refs:english
102 * @param array $english key/value language pairs for English
109 public function testObsolete($english, $foreign, $code, $file, $prefix = '') argument
115 $this->assertArrayHasKey($key, $english, "$file: obsolete/unknown key '$name'");
118 if (is_array($value) && is_array($english[$key])) {
119 $this->testObsolete($english[$key], $value, $code, $file, $key);
127 * @param array $english key/value language pairs for English
134 public function testPlaceholders($english, $foreign, $code, $file, $prefix = '') argument
140 if (!isset($english[$key])) continue;
143 if (is_array($value) && is_array($english[$key])) {
144 $this->testPlaceholders($english[$key], $value, $code, $file, $key);
150 $englishPlaceholders = $this->parsePlaceholders($english[$key]);
159 "en: '" . $english[$key] . "'",
169 "en: '" . $english[$key] . "'",