Home
last modified time | relevance | path

Searched refs:plural (Results 76 – 100 of 101) sorted by last modified time

12345

/plugin/pdfjs/pdfjs/web/locale/sv-SE/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/uk/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/ur/
H A Dviewer.properties150 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
155 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
/plugin/pdfjs/pdfjs/web/locale/zh-TW/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1plural support has\n // been implemented in the mozilla-central specific `l10n.js` file.\…
/plugin/pdfjs/pdfjs/web/locale/bn-BD/
H A Dviewer.properties161 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
166 find_match_count={[ plural(total) ]}
172 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
175 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/en-GB/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/es-ES/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/es-MX/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/gu-IN/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/he/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/hsb/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/ia/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties116 find_match_count = {[ plural(total) ]}
122 find_match_count_limit = {[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/ko/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/lij/
H A Dviewer.properties171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
176 find_match_count={[ plural(total) ]}
182 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
185 find_match_count_limit={[ plural(limit) ]}
/plugin/pdfjs/pdfjs/web/locale/my/
H A Dviewer.properties140 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
145 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js7580 plural: function(n)
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php19 …public function __construct(Twig_Node $body, Twig_Node $plural = null, Twig_Node_Expression $count… argument
25 if (null !== $plural) {
26 $nodes['plural'] = $plural;
156 * @param bool $plural Return plural or singular function to use
160 protected function getTransFunction($plural) argument
162 return $plural ? 'ngettext' : 'gettext';
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php22 $plural = null;
35 $plural = $this->parser->subparse(array($this, 'decideForFork'));
51 … return new Twig_Extensions_Node_Trans($body, $plural, $count, $notes, $lineno, $this->getTag());
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst76 To pluralize a translatable string, use the ``plural`` block:
82 {% plural apple_count %}
86 The ``plural`` tag should provide the ``count`` used to select the right
96 {% plural apple_count %}
102 You can use ``notes`` with or without ``plural``. Once you get your templates compiled you should
126 {% plural apple_count %}
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Node/
H A DTransTest.php23 $plural = new Twig_Node(array(
30 $node = new Twig_Extensions_Node_Trans($body, $plural, $count, null, 0);
34 $this->assertEquals($plural, $node->getNode('plural'));
69 $plural = new Twig_Node(array(
76 $node = new Twig_Extensions_Node_Trans($body, $plural, $count, null, 0);
102 $plural = new Twig_Node(array(
108 $node = new Twig_Extensions_Node_Trans($body, $plural, $count, $notes, 0);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG874 * changed trans tag to accept any variable for the plural count
897 * fixed trans tag when no vars are used in plural form
907 * the trans tag plural count is now attached to the plural tag:
908 old: `{% trans count %}...{% plural %}...{% endtrans %}`
909 new: `{% trans %}...{% plural count %}...{% endtrans %}`
/plugin/ckgdoku/ckeditor/plugins/wrap/lang/
H A Dno.js17 markerte (plural)';: '',
/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php36 $dependentPostAlternative = $singular = $plural = FALSE;
96 $plural = $matchCarat[2];
102 $plural = $matchCarat[2];
123 if($plural)
124 $final[$fieldName]['plural'] = $plural;

12345