Home
last modified time | relevance | path

Searched refs:I18n (Results 1 – 25 of 1941) sorted by relevance

12345678910>>...78

/dports/www/privatebin/PrivateBin-1.3.5/tpl/
H A Dpage.php2 use PrivateBin\I18n; alias
4 <html lang="<?php echo I18n::_('en'); ?>">
9 <title><?php echo I18n::_($NAME); ?></title>
68 <meta property="og:title" content="<?php echo I18n::_($NAME); ?>" />
81 I18n::_($NAME),
90 <span class="blink">▶</span> <?php echo I18n::encode($NOTICE);
94 <h1 class="title reloadlink"><?php echo I18n::_($NAME); ?></h1><br />
99 <?php echo I18n::_('%s requires a modern browser to work.', I18n::_($NAME)), PHP_EOL; ?>
122 <div id="status"><?php echo I18n::encode($STATUS); ?></div>
264 <h4 class="title"><?php echo I18n::_('Discussion'); ?></h4>
[all …]
H A Dbootstrap.php2 use PrivateBin\I18n; alias
7 <html lang="<?php echo I18n::_('en'); ?>">
14 <title><?php echo I18n::_($NAME); ?></title>
189 <?php echo I18n::_('Loading…'), PHP_EOL; ?>
456 <?php echo I18n::encode($NOTICE), PHP_EOL; ?>
476 <?php echo I18n::encode($STATUS), PHP_EOL; ?>
480 <?php echo I18n::encode($ERROR), PHP_EOL; ?>
485 …<?php echo I18n::_('JavaScript is required for %s to work. Sorry for the inconvenience.', I18n::_(…
490 <?php echo I18n::_('%s requires a modern browser to work.', I18n::_($NAME)), PHP_EOL; ?>
565 <h4><?php echo I18n::_('Discussion'); ?></h4>
[all …]
/dports/sysutils/xfce4-places-plugin/xfce4-places-plugin-1.8.1/
H A DChangeLog3 2019-07-17 9de2aa5 I18n: Update translation fi (100%). Jiri Grönroos <jiri.gronroos@iki.fi>
10 2019-05-21 1a59fcb I18n: Update translation da (100%). Anonymous <noreply@xfce.org>
11 2019-05-17 284c6e4 I18n: Add new translation ie (100%). Anonymous <noreply@xfce.org>
15 2019-05-02 0185a57 I18n: Update translation ur (72%). Nick Schermer <nick@xfce.org>
17 2019-05-02 366cfc4 I18n: Update translation uk (100%). Nick Schermer <nick@xfce.org>
18 2019-05-02 c9cb632 I18n: Update translation ug (97%). Nick Schermer <nick@xfce.org>
19 2019-05-02 c51be06 I18n: Update translation tr (100%). Nick Schermer <nick@xfce.org>
23 2019-05-02 70fc1ff I18n: Update translation sl (95%). Xfce Bot <transifex@xfce.org>
26 2019-05-02 36a8af9 I18n: Update translation ro (68%). Xfce Bot <transifex@xfce.org>
34 2019-05-02 0ab1f21 I18n: Update translation ms (100%). abuyop <abuyop@gmail.com>
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-i18n/src/
H A DConfigProvider.php9 namespace Laminas\I18n;
73 \Zend\I18n\Filter\Alnum::class => Filter\Alnum::class,
74 \Zend\I18n\Filter\Alpha::class => Filter\Alpha::class,
75 \Zend\I18n\Filter\NumberFormat::class => Filter\NumberFormat::class,
76 \Zend\I18n\Filter\NumberParse::class => Filter\NumberParse::class,
121 \Zend\I18n\Validator\Alnum::class => Validator\Alnum::class,
122 \Zend\I18n\Validator\Alpha::class => Validator\Alpha::class,
123 \Zend\I18n\Validator\DateTime::class => Validator\DateTime::class,
124 \Zend\I18n\Validator\IsFloat::class => Validator\IsFloat::class,
125 \Zend\I18n\Validator\IsInt::class => Validator\IsInt::class,
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/
H A Dbasics.php587 $translated = I18n::translate($singular);
589 return I18n::insertArgs($translated, array_slice($arguments, 1));
613 $translated = I18n::translate($singular, $plural, null, I18n::LC_MESSAGES, $count);
615 return I18n::insertArgs($translated, array_slice($arguments, 3));
636 $translated = I18n::translate($msg, null, $domain);
638 return I18n::insertArgs($translated, array_slice($arguments, 2));
663 $translated = I18n::translate($singular, $plural, $domain, I18n::LC_MESSAGES, $count);
701 $translated = I18n::translate($msg, null, $domain, $category);
777 $translated = I18n::translate($msg, null, null, $category);
828 …$translated = I18n::translate($singular, $plural, null, I18n::LC_MESSAGES, $count, null, $context);
[all …]
/dports/math/xfce4-calculator-plugin/xfce4-calculator-plugin-0.7.1/
H A DChangeLog29 I18n: Update translation eu (100%).
39 I18n: Update translation et (100%).
49 I18n: Update translation ru (100%).
59 I18n: Update translation sl (100%).
69 I18n: Update translation es (100%).
79 I18n: Update translation tr (100%).
89 I18n: Update translation uk (94%).
99 I18n: Update translation tr (94%).
109 I18n: Update translation sq (94%).
119 I18n: Update translation sl (94%).
[all …]
/dports/www/kohana/kohana-v3.3.6/system/classes/Kohana/
H A DI18n.php56 I18n::$lang = strtolower(str_replace(array(' ', '_'), '-', $lang));
59 return I18n::$lang;
77 $lang = I18n::$lang;
81 $table = I18n::load($lang);
98 if (isset(I18n::$_cache[$lang]))
100 return I18n::$_cache[$lang];
134 return I18n::$_cache[$lang] = $table;
157 if ($lang !== I18n::$lang)
161 $string = I18n::get($string);
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-form-1.6.7/
H A Dyesod-form.cabal57 Yesod.Form.I18n.English
59 Yesod.Form.I18n.Swedish
60 Yesod.Form.I18n.German
61 Yesod.Form.I18n.French
63 Yesod.Form.I18n.Japanese
64 Yesod.Form.I18n.Czech
65 Yesod.Form.I18n.Russian
66 Yesod.Form.I18n.Dutch
67 Yesod.Form.I18n.Spanish
68 Yesod.Form.I18n.Chinese
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-form-1.6.7/
H A Dyesod-form.cabal57 Yesod.Form.I18n.English
59 Yesod.Form.I18n.Swedish
60 Yesod.Form.I18n.German
61 Yesod.Form.I18n.French
63 Yesod.Form.I18n.Japanese
64 Yesod.Form.I18n.Czech
65 Yesod.Form.I18n.Russian
66 Yesod.Form.I18n.Dutch
67 Yesod.Form.I18n.Spanish
68 Yesod.Form.I18n.Chinese
[all …]
/dports/www/privatebin/PrivateBin-1.3.5/lib/
H A DController.php114 …throw new Exception(I18n::_('%s requires php %s or above to work. Sorry.', I18n::_('PrivateBin'), …
117 …throw new Exception(I18n::_('%s requires the PATH to end in a "%s". Please update the PATH in your…
169 I18n::setLanguageFallback($lang);
204 1, I18n::_(
212 $this->_return_message(1, I18n::_($e->getMessage()));
222 $this->_return_message(1, I18n::_('Invalid data.'));
230 I18n::_(
366 $languageselection = I18n::getLanguage();
373 $page->assign('ERROR', I18n::_($this->_error));
374 $page->assign('STATUS', I18n::_($this->_status));
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/i18n-js/
H A DREADME.md1 # I18n.js
305 I18n.locale = "pt-BR";
306 I18n.currentLocale();
314 I18n.locale = "pt-BR";
318 I18n.currentLocale();
326 I18n.defaultLocale = "<%= I18n.default_locale %>";
327 I18n.locale = "<%= I18n.locale %>";
374 I18n.fallbacks = true;
394 I18n.locales.no = "nb";
497 `I18n.toNumber`, `I18n.toPercentage`, `I18n.toCurrency` and `I18n.toHumanSize`
[all …]
/dports/sysutils/xfce4-genmon-plugin/xfce4-genmon-plugin-4.1.1/
H A DChangeLog5 I18n: Update translation zh_TW (100%).
15 I18n: Update translation ur (50%).
25 I18n: Update translation ur_PK (50%).
35 I18n: Update translation uk (84%).
45 I18n: Update translation ug (57%).
55 I18n: Update translation th (73%).
65 I18n: Update translation sr (100%).
75 I18n: Update translation sl (88%).
85 I18n: Update translation sk (73%).
95 I18n: Update translation ru (88%).
[all …]
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dnickname.cpp12 I18n->enumerateKeys(prefixes, "names/prefixes/"); in generate()
13 I18n->enumerateKeys(roots, "names/roots/"); in generate()
14 I18n->enumerateKeys(suffixes, "names/suffixes/"); in generate()
28 name = I18n->get("names/prefixes", RANDOM_ITEM(prefixes)); in generate()
30 name = I18n->get("names/roots", RANDOM_ITEM(roots)); in generate()
34 name += I18n->get("names/roots", RANDOM_ITEM(roots)); in generate()
37 name += I18n->get("names/suffixes", RANDOM_ITEM(suffixes)); in generate()
39 name += I18n->get("names/roots", RANDOM_ITEM(roots)); in generate()
/dports/x11-clocks/xfce4-time-out-plugin/xfce4-time-out-plugin-1.1.2/
H A DChangeLog5 I18n: Update translation fr (100%).
26 I18n: Update translation tr (100%).
42 I18n: Update translation gl (100%).
62 I18n: Update translation sl (100%).
72 I18n: Update translation ja (100%).
82 I18n: Update translation eu (100%).
102 I18n: Update translation sr (100%).
112 I18n: Update translation pt (100%).
122 I18n: Update translation nb (100%).
132 I18n: Update translation es (100%).
[all …]
/dports/x11/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1/
H A DChangeLog140 I18n: Update translation tr (100%).
170 I18n: Update translation uk (100%).
180 I18n: Update translation tr (100%).
190 I18n: Update translation th (100%).
200 I18n: Update translation sv (100%).
210 I18n: Update translation sr (100%).
220 I18n: Update translation sq (100%).
230 I18n: Update translation sl (100%).
290 I18n: Update translation oc (88%).
380 I18n: Update translation ie (96%).
[all …]
/dports/sysutils/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.1/
H A DChangeLog13 I18n: Update translation zh_TW (100%).
32 I18n: Update translation es (100%).
71 I18n: Update translation ja (100%).
109 I18n: Update translation nb (100%).
119 I18n: Update translation pt (100%).
149 I18n: Update translation sv (96%).
159 I18n: Update translation pl (100%).
169 I18n: Update translation bg (100%).
189 I18n: Update translation sk (100%).
199 I18n: Update translation pl (100%).
[all …]
/dports/www/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.2/
H A DChangeLog17 I18n: Update translation tr (100%).
27 I18n: Update translation ug (100%).
37 I18n: Update translation sq (100%).
47 I18n: Update translation sk (100%).
57 I18n: Update translation he (100%).
67 I18n: Update translation bg (100%).
109 I18n: Update translation he (100%).
129 I18n: Update translation is (100%).
139 I18n: Update translation es (100%).
149 I18n: Update translation be (100%).
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DI18n.cc120 void I18n::init(const char* catalog) { in init()
141 I18n& i18n = I18n::instance(); in init()
209 I18n::I18n() : m_multibyte(false), m_utf8_translate(false) { in I18n() function in FbTk::I18n
243 I18n::~I18n() { in ~I18n()
251 I18n& I18n::instance() { in instance()
252 static I18n singleton; //singleton object in instance()
259 FbString I18n::getMessage(int set_number, int message_number, in getMessage()
/dports/x11-clocks/xfce4-timer-plugin/xfce4-timer-plugin-1.7.1/
H A DChangeLog11 I18n: Update translation hye (100%).
21 I18n: Add new translation hye (97%).
31 I18n: Update translation id (97%).
41 I18n: Update translation he (100%).
51 I18n: Update translation es (100%).
71 I18n: Update translation id (79%).
81 I18n: Update translation hu (100%).
91 I18n: Update translation es (100%).
101 I18n: Update translation el (100%).
111 I18n: Update translation da (100%).
[all …]
/dports/sysutils/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4/
H A DChangeLog38 I18n: Update translation he (100%).
48 I18n: Update translation uk (100%).
58 I18n: Add new translation et (100%).
68 I18n: Update translation he (100%).
88 I18n: Update translation be (100%).
98 I18n: Update translation pt (100%).
130 I18n: Update translation eu (100%).
140 I18n: Update translation tr (100%).
150 I18n: Update translation tr (100%).
160 I18n: Update translation ug (93%).
[all …]
/dports/www/kohana/kohana-v3.3.6/system/tests/kohana/
H A DI18nTest.php53 $this->assertSame($expected_result, I18n::lang($input));
54 $this->assertSame($expected_result, I18n::lang());
82 I18n::lang($lang);
83 $this->assertSame($expected, I18n::get($input));
86 I18n::lang('en-us');
87 $this->assertSame($expected, I18n::get($input, $lang));
/dports/games/jin/jin-2.14.1/src/free/jin/ui/
H A DHelpMenu.java30 import free.jin.I18n;
48 I18n.get(HelpMenu.class).initAbstractButton(this, "this"); in HelpMenu()
64 JMenuItem item = I18n.get(HelpMenu.class).createMenuItem("jinWebsiteMenuItem"); in createWebsiteMenuItem()
76 JMenuItem item = I18n.get(HelpMenu.class).createMenuItem("creditsMenuItem"); in createCreditsMenuItem()
92 JMenuItem item = I18n.get(HelpMenu.class).createMenuItem("reportBugMenuItem"); in createBugReportMenuItem()
104 JMenuItem item = I18n.get(HelpMenu.class).createMenuItem("suggestFeatureMenuItem"); in createFeatureRequestMenuItem()
116 …JMenuItem item = I18n.get(HelpMenu.class).createMenuItem("aboutJinMenuItem", new Object[]{Jin.getI… in createAboutMenuItem()
/dports/editors/mousepad/mousepad-0.5.8/
H A DChangeLog5 I18n: Update translation he (100%).
15 I18n: Update translation sl (100%).
39 I18n: Update translation pt_BR (99%).
49 I18n: Update translation he (100%).
90 I18n: Update translation eu (100%).
124 I18n: Update translation et (100%).
134 I18n: Update translation tr (100%).
204 I18n: Update translation sv (99%).
12737 I18n: Update translation it .
12747 I18n: Update translation de .
[all …]
/dports/sysutils/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.5/
H A DChangeLog5 I18n: Update translation tr (100%).
15 I18n: Update translation nb (100%).
80 I18n: Update translation pt (100%).
90 I18n: Update translation nl (100%).
100 I18n: Update translation lt (100%).
110 I18n: Update translation ja (100%).
120 I18n: Update translation fr (100%).
170 I18n: Update translation uk (91%).
180 I18n: Update translation ug (59%).
190 I18n: Update translation tr (96%).
[all …]
/dports/deskutils/xfce4-notifyd/xfce4-notifyd-0.6.2/
H A DChangeLog19 I18n: Update translation kk (100%).
457 I18n: Update translation it .
467 I18n: Update translation ru .
487 I18n: Update translation bg .
497 I18n: Update translation tr .
507 I18n: Update translation pt .
517 I18n: Update translation nb .
527 I18n: Update translation lt .
537 I18n: Update translation es .
547 I18n: Update translation de .
[all …]

12345678910>>...78