42 'translatewiki.net' =>
'n',
95 if (
isset( self::$familygender[$lord] ) ) {
96 $gender = self::$familygender[
$lord];
100 # däm WikiMaatplaz singe, dä Wikipeedija iere, däm Wikiwööterbooch singe
101 # dem/em WikiMaatplaz singe, de Wikipeedija iere, dem/em Wikiwööterbooch singe
102 # däm WikiMaatplaz sing, dä Wikipeedija ier, däm Wikiwööterbooch sing
103 # dem/em WikiMaatplaz sing, de Wikipeedija ier, dem/em Wikiwööterbooch sing
105 ? ( $gender ==
'f' ?
'dä' :
'däm' )
106 : ( $gender ==
'f' ?
'de' :
'dem' )
107 ) .
' ' . $word .
' ' .
108 ( $gender ==
'f' ?
'ier' :
'sing' ) .
112 # en dämm WikiMaatPlaz, en dä Wikipeedija, en dämm Wikiwööterbooch
113 # em WikiMaatplaz, en de Wikipeedija, em Wikiwööterbooch
115 $word =
'en ' . ( $gender ==
'f' ?
'dä' :
'däm' ) .
' ' . $word;
117 $word = ( $gender ==
'f' ?
'en de' :
'em' ) .
' ' . $word;
120 # vun däm WikiMaatplaz, vun dä Wikipeedija, vun däm Wikiwööterbooch
121 # vum WikiMaatplaz, vun de Wikipeedija, vum Wikiwööterbooch
123 $word =
'vun ' . ( $gender ==
'f' ?
'dä' :
'däm' ) .
' ' . $word;
125 $word = ( $gender ==
'f' ?
'vun de' :
'vum' ) .
' ' . $word;
128 # dämm WikiMaatPlaz, dä Wikipeedija, dämm Wikiwööterbooch
129 # dem/em WikiMaatplaz, de Wikipeedija, dem/em Wikiwööterbooch
131 $word = ( $gender ==
'f' ?
'dää' :
'dämm' ) .
' ' . $word;
133 $word = ( $gender ==
'f' ?
'de' :
'dem' ) .
' ' . $word;
136 # dä WikiMaatPlaz, di Wikipeedija, dat Wikiwööterbooch
137 # der WikiMaatplaz, de Wikipeedija, et Wikiwööterbooch
161 $word = $lord .
' ' .
$word;
179 if ( !count( $forms ) ) {
186 }
elseif ( $count == 0 ) {
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
convertPlural( $count, $forms)
Handle cases of (1, other, 0) or (1, other)
convertGrammar( $word, $case)
Convert from the nominative form of a noun to other cases.
Internationalisation code.
preConvertPlural($forms, $count)
Checks that convertPlural was given an array and pads it to requested amount of forms by copying the ...
handleExplicitPluralForms( $count, array $forms)
Handles explicit plural forms for Language::convertPlural()