Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby2.5-rubygem-gettext | Distribution: SUSE Linux Enterprise 15 |
Version: 3.2.5 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 1.17 | Build date: Sat May 26 00:54:02 2018 |
Group: Development/Languages/Ruby | Build host: sangiovese |
Size: 2189119 | Source RPM: rubygem-gettext-3.2.5-1.17.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://ruby-gettext.github.com/ | |
Summary: Gettext is a pure Ruby libary and tools to localize messages |
Gettext is a GNU gettext-like program for Ruby. The catalog file(po-file) is same format with GNU gettext. So you can use GNU gettext tools for maintaining.
Ruby or LGPL-3.0+
* Thu Dec 14 2017 coolo@suse.com - updated to version 3.2.5 see installed news.md [#]# 3.2.5: 2017-12-14 {#version-3-2-5} [#]## Improvements * Stop to use `eval`. [GitHub#56][Reported by Michaël Hoste] [#]## Thanks * Michaël Hoste * Sun Sep 03 2017 coolo@suse.com - updated to version 3.2.4 see installed news.md [#]# 3.2.4: 2017-08-13 {#version-3-2-4} [#]## Fixes * Fixed a bug that block parameter is handled as method name. [GitHub#53][Reported by Renaud Chaput] [#]## Thanks * Renaud Chaput * Thu Aug 03 2017 coolo@suse.com - updated to version 3.2.3 see installed news.md [#]# 3.2.3: 2017-06-24 {#version-3-2-3} [#]## Improvements * Disabled unmaintainable Ruby from CI. [GitHub#48][Reported by JP Hastings-Spital] * Supported `--enable-frozen-string-literal` `ruby` option. [GitHub#52][Reported by Pat Allan] [#]## Thanks * JP Hastings-Spital * Pat Allan * Mon Apr 18 2016 coolo@suse.com - updated to version 3.2.2 see installed news.md [#]# 3.2.2: 2016-04-17 {#version-3-2-2} [#]## Improvements * Supported non POSIX locale format such as "zh-Hant" for .mo search path. [GitHub#45][Patch by Michaël Hoste] [#]## Thanks * Michaël Hoste * Mon Jan 25 2016 coolo@suse.com - updated to version 3.2.1 see installed news.md [#]# 3.2.1: 2016-01-23 {#version-3-2-1} [#]## Improvements * Supported customizing msgmerge options on merging edit.po to .po. [GitHub#44][Patch by Dominic Cleal] [#]## Thanks * Dominic Cleal * Thu Jan 21 2016 coolo@suse.com - updated to version 3.2.0 see installed news.md [#]# 3.2.0: 2015-12-31 {#version-3-2-0} [#]## Improvements * Improved fuzzy detection for sub text. [#]# 3.1.9: 2015-12-30 {#version-3-1-9} [#]## Improvements * Improved fuzzy detection for small texts. [GitHub#43][Reported by Mamoru TASAKA] [#]## Thanks * Mamoru TASAKA [#]# 3.1.8: 2015-12-29 {#version-3-1-8} [#]## Improvements * Improved fuzzy detection. * Wed Sep 23 2015 coolo@suse.com - updated to version 3.1.7 see installed news.md [#]# 3.1.7: 2015-09-22 {#version-3-1-7} [#]## Improvements * Supported 3 character language names. [GitHub#39][Patch by Vilius Paulauskas] * Suppressed duplicated range in regular expression warning. [GitHub#40][Patch by Vilius Paulauskas] * Replaced invalid character instead of raising an error on encoding conversion. [GitHub#41][Patch by Vilius Paulauskas] [#]## Fixes * Fixed a bug that undefined method is used. [GitHub#38][Patch by Hiroshi Hatake] [#]## Thanks * Hiroshi Hatake * Vilius Paulauskas * Mon Feb 09 2015 coolo@suse.com - updated to version 3.1.6, no changelog * Sun Oct 12 2014 adrian@suse.de - adapt to new rubygem packaging style * Sun May 18 2014 coolo@suse.com - updated to version 3.1.2, no changelog * Fri Mar 21 2014 coolo@suse.com - updated to version 3.1.1, no changelog * Sun Feb 23 2014 coolo@suse.com - updated to version 3.1.0, no changelog * Thu Feb 06 2014 coolo@suse.com - updated to version 3.0.6, no changelog * Mon Dec 16 2013 coolo@suse.com - updated to version 3.0.3, no changelog * Fri Oct 04 2013 coolo@suse.com - updated to version 3.0.2 [#]## Improvements * Added {GetText::PO#empty?}. * Added `:encoding` option to {GetText::POEntry#to_s}. * xgettext: Added `--no-location` option. * xgettext: Added `--sort-output` option. * xgettext: Added `--sort-by-file` option. * xgettext: Added `--sort-by-msgid` option. * xgettext: Added `--width` option. * xgettext: Added `--no-wrap` option. * Mon Sep 23 2013 coolo@suse.com - updated to version 3.0.1 * Removed an unused file. [GitHub#19] [Reported by Ladislav Slezák] * msginit: Added full user name guessing by /etc/passwd. * incompatible: {GetText::Tools::Task} no longer require spec. * Added {GetText::Tools::Task.define}. It is the recommended API rather than {GetText::Tools::Task.new}. * Supported "utf8" as a valid charset. [GitHub#20][Reported by Antonio Terceiro] * Added {GetText::Tools::Task#enable_description=}. * Added {GetText::Tools::Task#enable_description?}. * Added {GetText::Tools::Task#enable_po=}. * Added {GetText::Tools::Task#enable_po?}. * Added {GetText::Tools::Task#msgmerge_options=}. * Added {GetText::Tools::Task#msgmerge_options}. * task: Added `gettext:po:add[LOCALE]` task. * msgmerge: add `--sort-output` option. * msgmerge: add `--sort-by-file` option. * msgmerge: add `--sort-by-msgid` option. * msgmerge: add `--no-location` option. * msgmerge: add `--width` option. * msgmerge: add `--no-wrap` option. * msgmerge: add `--update` option. * Tue Sep 03 2013 coolo@suse.com - updated to version 3.0.0 This is a new major version up release! This release removes many deprecated APIs and improves internal APIs. We want to keep backward compatibility as much as possible but some existing codes may be broken by gettext gem API change. If your code breaks by gettext gem 3.0.0, please report your problem. We will fix the problem and release a new version. [#]## Improvements * Removed deprecated APIs * `require "gettext/parser/erb"`. Use `require "gettext/tools/parser/erb"` instead. * `require "gettext/parser/glade"`. Use `require "gettext/tools/parser/glade"` instead. * `require "gettext/parser/ruby"`. Use `require "gettext/tools/parser/ruby"` instead. * `require "gettext/utils"`. Use `require "gettext/tools"` instead. * `GetText.msgmerge`. Use `GetText::Tools::MsgMerge.run` instead. * `GetText.create_mofiles`. Use `GetText::Tools::Task` instead. * `GetText::PoParser`. Use `GetText::POParser` instead. * `require "gettext/tools/poparser"`. Use `require "gettext/po_parser"` instead. * `require "gettext/runtime/mofile"`. Use `require "gettext/mo"` instead. * `GetText::MoFile`. Use `GetText::MO` instead. * `GetText::Task`. Use `GetText::Tools::Task` instead. * `GetText.set_locale_all`. Use `GetText.set_locale` instead. * `GetText.setlocale`. Use `GetText.set_locale` instead. * `GetText::Tools::MsgMerge::PoData`. Use `GetText::POEntry` instead. * Removed Ruby 1.8 support. * Supported Rake 10.1.0. * Stopped to remove `TRANSLATORS:` tag because GNU gettext doesn't remove it. * Stopped to use `TRANSLATORS:` as comment tag. It is GNU gettext compatible behavior. * rxgettext: Added `--add-comments[=TAG]` option that exists in xgettext. [GitHub #16] [Reported by Ladislav Slezák] * Supported escaping tab character as `\t`. [#]## Fixes * po: Added a missing new line for multiple extracted comments. [GitHub #17] [Patch by Ladislav Slezák] * Fixed a bug that encoding may not be set. * Fixed a bug that `\n` is escaped as `\\n`. [GitHub #18] [Debian #716916] [Reported by Ladislav Slezák] [Reported by Francesco Poli] * Fri Jul 12 2013 coolo@suse.com - fix usage of update-alternatives * Tue May 07 2013 coolo@suse.com - updated to version 2.3.9, no changelog * Fri Apr 12 2013 coolo@suse.com - updated to version 2.3.8 * Added licence information to the gemspec. [GitHub #13] [Patch by jordimassaguerpla] * Supported Ruby 2.0.0. [GitHub #14] [Reported by mtasaka] [#]## Fixes * [rxgettext] Fixed a bug that the comment for the previous message also exists in the current message. [Debian #684184] [Reported by Francesco Poli] [Patch by Jérémy Bobbio] * Thu Jan 24 2013 coolo@suse.com - updated to version 2.3.7 [#]## Improvements * [msgmerge] Speeded up fuzzy matching. [#]## Fixes * [msgmerge] Fix the bug that msgmerge adds needless fuzzy flag from not fuzzy entries in merged PO. * [POEntry] Pretty formated all messages except msgstr. * Fri Dec 21 2012 coolo@suse.com - updated to version 2.3.6 [#]## Fixes * [POEntry] Fixed the bug that obsolete comment mark (#~) is added to already comment. * [msgmerge] Fixed the bug that no separator (blank line) didn't exist between each obsolete entry. * [msgmerge] Fixed tne bug that obsolete entries in old PO file are added to new PO file. Any obsolete entries in old PO file aren't treated for merging. * Fri Dec 14 2012 coolo@suse.com - updated to version 2.3.5 [#]## Fixes * [POParser] Fixed the class name for backward compatibility. [#]## Improvements * [Merger] Implemented "fuzzy-match" with Levenshtein distance. * Added the class "PO" for management PO entries. Please use PO instead of PoData. (see details in http://rubydoc.info/gems/gettext/GetText/PO.html) * [POEntry (renamed from PoMessages)] Supported to specify msgstr. * [POEntry] Stored comments each type (translator\_comment, extracted\_comment, flag, previous). see http://www.gnu.org/software/gettext/manual/html_node/PO-Files.html for details of comment type. * [POEntry] Checked if specified type is valid in #type=. * [PoParser][MO] Concatenated msgctxt, msgid, msgid\_plural to "#{msgctxt}\004#{msgid}\000"{msgid\_plural}" by MO instead of PoParser. PoData and MO treat a concatenated string as msgid, but PO doesn't. * [PoParser] Parsed each type comment from whole comment. [#]## Changes * Rename some classes and methods. * PoMessage to PoEntry. This isn't "message" but "entry". (See http://www.gnu.org/software/gettext/manual/gettext.html#PO-Files) * PoMessages#== to POEntry#mergeable?. * PoMessages#to\_po\_str to POEntry#to\_s. * PoMessages#sources(sources=) to POEntry#references(references=) * MoFile to MO. For backword compatible, MoFile can be used now. * PoParser to POParser. For backword compatible, PoParser can be used now. * Raised no error when POEntry doesn't have references. It is useful for no references in .PO file. * Sun Oct 28 2012 coolo@suse.com - updated to version 2.3.3 [#]## Improvements * [msginit] Supported plural forms for Bosnian, Catalan, Norwegian Bokmal and Chinese. [#]## Fixes * Fixed the bug that messages (i.e. the help message for rmsgfmt) aren't localized in each environment. However, some messages aren't tranlated or resolved fuzzy. Please help us to translate or resolve them. [Github #12][Reported by mtasaka] * Used String#% to localize some messages. * Fri Sep 21 2012 coolo@suse.com - updated to version 2.3.2 * Fixed the bug that untranslated messages are included in a .mo file. [Github #11][Reported by Ramón Cahenzli] - dropping provides for names that were last seen on 10.1 * Thu Sep 13 2012 coolo@suse.com - updated to version 2.3.1 It's a Bug and package fix release. Then, it's also encoding support release, only if you use Ruby 1.9. [#]## Improvements * [xgettext] Added backword compatibility method (GetText::RGetText.run). [Suggested by Fotos Georgiadis] * [xgettext] Removed deprecated parse argument support. * [erb parer] Assumed the encoding in the magic comment of the input file as the encoding of it. * [ruby parser] Assumed the encoding in the magic comment of the input file as the encoding of it. * [xgettext] Added the "--output-encoding" option to set encoding of output pot file. * [xgettext] Used UTF-8 as the default encoding of output pot file. * [xgettext] Supported multiple encoding sources. [#]## Changes * [MoFile] Returned nil instead of "" as msgstr when its msgid isn't translated (when this msgstr is ""). * [PoParser] Converted msgstr from "" to nil when parsing. [#]## Fixes * Added missing .yardopts file. [Reported by Takahiro Kambe] * [news] Fixed Eddie Lau name instead of github name. * [msginit] Added the "Plural-Forms:" entry to the header even if a pot file doesn't have it. * [msgmerge] Fixed the bug the new line between a header and contents doesn't exist. * [msginit] Fixed the bug that msgstr with msgid_plural aren't generated in output po file. * [xgettext] Supported class based xgettext parser add API. [GitHub #10] [Suggested by Michael Grosser] * [erb parer] Fixed erb parser bug with unicode msgid in Ruby 1.9 ERB templates. [Github #9] [Patch by Fotos Georgiadis] * Added missing documents for GetText::Tools::XGetText * Thu Jun 07 2012 lslezak@suse.cz - updated to 2.2.1: * Supported non ASCII string in msgid * Stopped overriding String#% on Ruby 1.9. * Fixed a bug that "\" is too escaped. * Removed GetText.bindtext dependency from GetText::PoParser. * Ranamed GetText::MOFile to GetText::MoFile but GetText::MOFile is still available. includes changes from 2.2.0: * Supported ruby-1.9 * Supported $SAFE=1 * Improved argument check * Supported ruby-1.8.6 again * Fixed Ukrainan translation path * Fixed a bug that only the last path in GETTEXT_PATH environment variable is used * Fixed a bug that Ruby-GetText-Package modifies $LOAD_PATH * Mon Feb 13 2012 coolo@suse.com - patch license to follow spdx.org standard * Tue Jun 29 2010 jreidinger@novell.com - split package into doc and testsuite to reduce size - provide properly ruby-gettext version * Fri Jun 11 2010 mrueckert@suse.de - use rubygems_requires macro * Fri Dec 25 2009 prusnak@suse.cz - update to 2.1.0 * Tue Apr 14 2009 schubi@suse.de - initial. splitted off from ruby-gettext package
/etc/alternatives/rmsgcat /etc/alternatives/rmsgcat-3.2.5 /etc/alternatives/rmsgcat.ruby2.5 /etc/alternatives/rmsgfmt /etc/alternatives/rmsgfmt-3.2.5 /etc/alternatives/rmsgfmt.ruby2.5 /etc/alternatives/rmsginit /etc/alternatives/rmsginit-3.2.5 /etc/alternatives/rmsginit.ruby2.5 /etc/alternatives/rmsgmerge /etc/alternatives/rmsgmerge-3.2.5 /etc/alternatives/rmsgmerge.ruby2.5 /etc/alternatives/rxgettext /etc/alternatives/rxgettext-3.2.5 /etc/alternatives/rxgettext.ruby2.5 /usr/bin/rmsgcat /usr/bin/rmsgcat-3.2.5 /usr/bin/rmsgcat.ruby2.5 /usr/bin/rmsgcat.ruby2.5-3.2.5 /usr/bin/rmsgfmt /usr/bin/rmsgfmt-3.2.5 /usr/bin/rmsgfmt.ruby2.5 /usr/bin/rmsgfmt.ruby2.5-3.2.5 /usr/bin/rmsginit /usr/bin/rmsginit-3.2.5 /usr/bin/rmsginit.ruby2.5 /usr/bin/rmsginit.ruby2.5-3.2.5 /usr/bin/rmsgmerge /usr/bin/rmsgmerge-3.2.5 /usr/bin/rmsgmerge.ruby2.5 /usr/bin/rmsgmerge.ruby2.5-3.2.5 /usr/bin/rxgettext /usr/bin/rxgettext-3.2.5 /usr/bin/rxgettext.ruby2.5 /usr/bin/rxgettext.ruby2.5-3.2.5 /usr/lib64/ruby/gems/2.5.0/build_info /usr/lib64/ruby/gems/2.5.0/cache/gettext-3.2.5.gem /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5 /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/.yardopts /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/README.md /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/Rakefile /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/bin /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/bin/rmsgcat /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/bin/rmsgfmt /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/bin/rmsginit /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/bin/rmsgmerge /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/bin/rxgettext /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/doc /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/doc/text /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/doc/text/gpl-2.0.txt /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/doc/text/lgpl-3.0.txt /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/doc/text/news.md /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/doc/text/ruby-license.txt /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/gettext.gemspec /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/cgi.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/class_info.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/locale_path.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/mo.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/po.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/po_entry.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/po_format.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/po_parser.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/text_domain.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/text_domain_group.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/text_domain_manager.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/msgcat.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/msgfmt.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/msginit.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/msgmerge.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/parser /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/parser/erb.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/parser/glade.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/parser/ruby.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/task.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/tools/xgettext.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/lib/gettext/version.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/bg /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/bg/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/bg/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/bs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/bs/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/bs/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ca /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ca/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ca/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/cs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/cs/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/cs/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/de /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/de/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/de/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/el /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/el/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/el/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/eo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/eo/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/eo/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/es /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/es/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/es/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/et /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/et/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/et/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/fr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/fr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/fr/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/hr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/hr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/hr/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/hu /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/hu/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/hu/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/it /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/it/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/it/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ja /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ja/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ja/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ko /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ko/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ko/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/lv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/lv/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/lv/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/nb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/nb/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/nb/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/nl /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/nl/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/nl/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/pt_BR /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/pt_BR/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/pt_BR/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ru /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ru/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/ru/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/sr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/sr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/sr/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/sv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/sv/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/sv/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/uk /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/uk/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/uk/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/vi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/vi/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/vi/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/zh /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/zh/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/zh/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/zh_TW /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/zh_TW/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/locale/zh_TW/LC_MESSAGES/gettext.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/bg /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/bg/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/bg/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/bg/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/bs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/bs/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/bs/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/bs/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ca /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ca/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ca/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ca/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/cs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/cs/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/cs/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/cs/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/de /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/de/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/de/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/de/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/el /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/el/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/el/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/el/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/eo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/eo/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/eo/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/eo/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/es /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/es/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/es/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/es/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/et /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/et/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/et/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/et/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/fr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/fr/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/fr/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/fr/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/gettext.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/hr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/hr/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/hr/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/hr/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/hu /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/hu/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/hu/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/hu/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/it /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/it/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/it/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/it/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ja /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ja/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ja/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ja/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ko /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ko/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ko/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ko/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/lv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/lv/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/lv/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/lv/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/nb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/nb/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/nb/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/nb/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/nl /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/nl/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/nl/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/nl/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/pt_BR /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/pt_BR/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/pt_BR/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/pt_BR/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ru /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ru/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ru/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/ru/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/sr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/sr/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/sr/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/sr/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/sv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/sv/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/sv/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/sv/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/uk /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/uk/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/uk/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/uk/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/vi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/vi/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/vi/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/vi/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/zh /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/zh/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/zh/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/zh/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/zh_TW /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/zh_TW/gettext.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/zh_TW/gettext.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/po/zh_TW/gettext.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/README /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/README /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/cookie.cgi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/gettext.css /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/helloerb.rhtml /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/helloerb1.cgi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/helloerb2.cgi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/hellolib.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/http.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/index.cgi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bg /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bg/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bg/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bs/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/bs/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ca /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ca/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ca/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/cs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/cs/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/cs/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/de /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/de/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/de/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/el /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/el/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/el/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/eo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/eo/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/eo/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/es /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/es/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/es/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/fr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/fr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/fr/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hr/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hu /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hu/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/hu/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/it /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/it/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/it/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ja /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ja/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ja/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ko /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ko/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ko/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/lv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/lv/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/lv/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nb/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nb/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nl /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nl/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/nl/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/pt_BR /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/pt_BR/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ru /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ru/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/ru/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/sr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/sr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/sr/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/uk /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/uk/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/uk/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/vi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/vi/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/vi/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh_TW /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh_TW/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/other.rhtml /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bg/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/bs/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ca/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/cs/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/de/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/el/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/eo/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/es/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/fr/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/helloerb1.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/helloerb2.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hellolib.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hr/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/hu/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/it/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ja/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ko/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/lv/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/main.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nb/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/nl/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/pt_BR/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/ru/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/sr/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/uk/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/vi/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/helloerb1.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/helloerb1.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/helloerb1.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/helloerb2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/helloerb2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/helloerb2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/hellolib.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/hellolib.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/hellolib.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/main.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/main.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/cgi/po/zh_TW/main.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello2.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello_glade2.glade /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello_glade2.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello_gtk2.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello_gtk_builder.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello_gtk_builder.ui /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello_noop.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello_plural.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/hello_tk.rb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bg/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/bs/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ca/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/cs/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/de/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/el/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/eo/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/es/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/fr/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hr/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/hu/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/it/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ja/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ko/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/lv/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nb/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/nl/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/ru/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sr/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/sv/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/uk/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/vi/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES/hello.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES/hello2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES/hello_gtk_builder.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bg/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/bs/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ca/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/cs/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/de/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/el/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/eo/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/es/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/fr/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hello.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hello2.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hello_glade2.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hello_gtk2.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hello_gtk_builder.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hello_noop.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hello_plural.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hello_tk.pot /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hr/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/hu/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/it/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ja/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ko/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/lv/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nb/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/nl/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/pt_BR/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/ru/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sr/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/sv/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/uk/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/vi/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_glade2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_glade2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_glade2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_gtk2.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_gtk2.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_gtk2.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_gtk_builder.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_gtk_builder.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_gtk_builder.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_noop.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_noop.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_noop.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_plural.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_plural.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_plural.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_tk.edit.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_tk.po /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/samples/po/zh_TW/hello_tk.po.time_stamp /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/src /usr/lib64/ruby/gems/2.5.0/gems/gettext-3.2.5/src/po_parser.ry /usr/lib64/ruby/gems/2.5.0/specifications/gettext-3.2.5.gemspec /usr/share/doc/packages/ruby2.5-rubygem-gettext /usr/share/doc/packages/ruby2.5-rubygem-gettext/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:44:15 2024