Home
last modified time | relevance | path

Searched refs:GettextResourceManager (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/
H A Dhello.cs13 GettextResourceManager catalog = in Main()
14 new GettextResourceManager("hello-csharp"); in Main()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-csharp-113 GettextResourceManager rm = new GettextResourceManager("test");
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs16 private static GettextResourceManager catalog =
17 new GettextResourceManager("hello-csharp-forms");
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs63 public class GettextResourceManager : ResourceManager { class
72 public GettextResourceManager (String baseName) in GettextResourceManager() method in GNU.Gettext.GettextResourceManager
81 public GettextResourceManager (String baseName, Assembly assembly) in GettextResourceManager() method in GNU.Gettext.GettextResourceManager
H A DChangeLog57 * intl.cs (GettextResourceManager, GettextResourceSet): Use casts
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dgettext.texi9187 @code{GettextResourceManager.GetString},
9188 @code{GettextResourceManager.GetPluralString}
9191 @code{new GettextResourceManager(domain)}
9291 The @code{GettextResourceManager} that loads the message catalogs in
9302 The @code{GettextResourceManager} that loads the message catalogs in
9310 standard @code{ResourceManager} API and the GNU @code{GettextResourceManager}
9312 @code{GettextResourceManager} is a subclass of @code{ResourceManager}.
9331 The @code{GNU.Gettext.GettextResourceManager} API.
9340 new GettextResourceManager(domainname)
9355 @code{GNU.Gettext.GettextResourceManager} constructor, but otherwise use
[all …]
H A Dgettext.info11029 `GettextResourceManager.GetString',
11030 `GettextResourceManager.GetPluralString'
11033 `new GettextResourceManager(domain)'
11123 3. The `GettextResourceManager' that loads the message catalogs in
11133 4. The `GettextResourceManager' that loads the message catalogs in
11140 the standard `ResourceManager' API and the GNU `GettextResourceManager'
11142 `GettextResourceManager' is a subclass of `ResourceManager'.
11154 2. The `GNU.Gettext.GettextResourceManager' API.
11162 new GettextResourceManager(domainname)
11175 `GNU.Gettext.GettextResourceManager' constructor, but otherwise use
[all …]