Home
last modified time | relevance | path

Searched refs:translated_string (Results 1 – 25 of 40) sorted by relevance

12

/dports/textproc/texi2html/texi2html-5.0/
H A DT2h_i18n.pm342 my $translated_string;
365 $translated_string = $T2H_LANGUAGES->{$language}->{$string};
370 $translated_string = $T2H_LANGUAGES->{'en'}->{$string};
374 $translated_string = $string;
377 …return main::substitute_line($translated_string, "translation", $state) unless (defined($argument…
385 $translated_string =~ s/\{($re)\}/defined $args{$1} ? $args{$1} : "{$1}"/ge;
386 return $translated_string;
392 …$translated_string =~ s/\{($re)\}/\@internal_translation_open_brace\{\}$1\@internal_translation_cl…
398 $translated_string = main::substitute_line($translated_string, "translation", $state);
399 $translated_string =~ s/\{($re)\}/defined $args{$1} ? $args{$1} : "{$1}"/ge;
[all …]
H A Dmanage_i18n.pl636 my $translated_string = get_translation_string(\@searched_dirs, $dir, $lang, $string_to_find);
637 $translated_string = '' if (!defined($translated_string));
643 print STDOUT "$translated_string";
H A Dmanage_i18n.pl.in636 my $translated_string = get_translation_string(\@searched_dirs, $dir, $lang, $string_to_find);
637 $translated_string = '' if (!defined($translated_string));
643 print STDOUT "$translated_string";
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfo/Contrib/TranslationToolkit/
H A DConvert_Compile.py64 translated_string = translated_row[1] variable
65 if translated_string.startswith('"') and translated_string.endswith('"'):
66 translated_string = translated_string.strip('"') variable
68 new_row[index_lang] = translated_string
70 output_lang_rows.append([key, translated_string])
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfo/Contrib/TranslationToolkit/
H A DConvert_Compile.py64 translated_string = translated_row[1] variable
65 if translated_string.startswith('"') and translated_string.endswith('"'):
66 translated_string = translated_string.strip('"') variable
68 new_row[index_lang] = translated_string
70 output_lang_rows.append([key, translated_string])
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfo/Contrib/TranslationToolkit/
H A DConvert_Compile.py64 translated_string = translated_row[1] variable
65 if translated_string.startswith('"') and translated_string.endswith('"'):
66 translated_string = translated_string.strip('"') variable
68 new_row[index_lang] = translated_string
70 output_lang_rows.append([key, translated_string])
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/templates/
H A Dcreate_default_templates.py51 translated_string = translation.gettext(LAYER_STRING) variable
53 …if type(translated_string) != type(LAYER_STRING): # python2 compat (make sure translation is a Un…
54 translated_string = translated_string.decode('utf-8') variable
62 if translated_string != LAYER_STRING:
65 filedata = filedata.replace('Layer', translated_string)
/dports/multimedia/openshot/openshot-qt-2.6.1/src/language/
H A Dshow_translations.py66 translated_string = app.translate("", source_string) variable
67 if source_string != translated_string:
68 print(' {} => {}'.format(source_string,translated_string))
71 if source_string.count('%') != translated_string.count('%'):
73 (translated_string, source_string, lang_code)))
H A Dtest_translations.py71 translated_string = app.translate("", source_string) variable
72 if source_string.count('%') != translated_string.count('%'):
75 (translated_string, source_string, lang_code), endc)
/dports/devel/py-flufl.i18n/flufl.i18n-2.0.2/flufl/i18n/
H A D_translator.py73 translated_string = expand(tns, attrdict(raw_dict), Template)
76 translated_string = textwrap.dedent(translated_string)
77 return translated_string
/dports/irc/anope/anope-2.0.9/src/
H A Dlanguage.cpp109 const char *translated_string = dgettext("anope", string); in Translate() local
110 for (unsigned i = 0; translated_string == string && i < Domains.size(); ++i) in Translate()
111 translated_string = dgettext(Domains[i].c_str(), string); in Translate()
120 return translated_string; in Translate()
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/StringTranslation/
H A DPluralTranslatableMarkup.php71 * @param string $translated_string
86 …public static function createFromTranslatedString($count, $translated_string, array $args = [], ar… argument
88 $plural->translatedString = $translated_string;
H A DTranslationManager.php116 public function translateString(TranslatableMarkup $translated_string) { argument
117 …return $this->doTranslate($translated_string->getUntranslatedString(), $translated_string->getOpti…
H A DTranslationInterface.php59 public function translateString(TranslatableMarkup $translated_string); argument
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/StringTranslation/
H A DPluralTranslatableMarkup.php83 * @param string $translated_string
98 …public static function createFromTranslatedString($count, $translated_string, array $args = [], ar… argument
100 $plural->translatedString = $translated_string;
H A DTranslationManager.php116 public function translateString(TranslatableMarkup $translated_string) { argument
117 …return $this->doTranslate($translated_string->getUntranslatedString(), $translated_string->getOpti…
H A DTranslationInterface.php59 public function translateString(TranslatableMarkup $translated_string); argument
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dcff.cpp448 unsigned char translated_string[256]; in translate_code() local
452 memcpy(translated_string,dictionary[code - 0x104],(*(dictionary[code - 0x104])) + 1); in translate_code()
456 translated_string[0] = 1; in translate_code()
457 translated_string[1] = (code - 4) & 0xFF; in translate_code()
460 memcpy(string,translated_string,256); in translate_code()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dcff.cpp452 unsigned char translated_string[256]; in translate_code() local
456 memcpy(translated_string,dictionary[code - 0x104],(*(dictionary[code - 0x104])) + 1); in translate_code()
460 translated_string[0] = 1; in translate_code()
461 translated_string[1] = (code - 4) & 0xFF; in translate_code()
464 memcpy(string,translated_string,256); in translate_code()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/embedded_i18n/
H A Dcreate_string_rc.py219 translated_string = ''.join(self.__text_scraps).strip()
221 self.translations[string_id] = translated_string
387 translated_string = xtb_handler.translations.get(string_id,
391 translated_string))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/embedded_i18n/
H A Dcreate_string_rc.py219 translated_string = ''.join(self.__text_scraps).strip()
221 self.translations[string_id] = translated_string
387 translated_string = xtb_handler.translations.get(string_id,
391 translated_string))
/dports/www/drupal8/drupal-8.9.20/core/modules/locale/tests/src/Functional/
H A DLocalePluralFormatTest.php153 …$translated_string = \Drupal::translation()->translate('1 hour' . PoItem::DELIMITER . '@count hour…
154 …$plural = PluralTranslatableMarkup::createFromTranslatedString($count, $translated_string, [], ['l…
/dports/www/drupal9/drupal-9.2.10/core/modules/locale/tests/src/Functional/
H A DLocalePluralFormatTest.php153 …$translated_string = \Drupal::translation()->translate('1 hour' . PoItem::DELIMITER . '@count hour…
154 …$plural = PluralTranslatableMarkup::createFromTranslatedString($count, $translated_string, [], ['l…
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-module.h141 const char **translated_string);
/dports/www/drupal9/drupal-9.2.10/core/modules/user/tests/src/Unit/
H A DPermissionHandlerTest.php403 public function translateString(TranslatableMarkup $translated_string) { argument
404 return $translated_string->getUntranslatedString();

12