gettext 2.3.2 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +2 -0
- data/data/locale/de/LC_MESSAGES/gettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/gettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/gettext.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/uk/LC_MESSAGES/gettext.mo +0 -0
- data/data/locale/uk/LC_MESSAGES/rgettext.mo +0 -0
- data/doc/text/news.md +22 -0
- data/gettext.gemspec +1 -1
- data/lib/gettext/tools.rb +1 -1
- data/lib/gettext/tools/msgfmt.rb +1 -1
- data/lib/gettext/tools/msginit.rb +7 -6
- data/lib/gettext/tools/msgmerge.rb +1 -1
- data/lib/gettext/tools/parser/glade.rb +1 -1
- data/lib/gettext/tools/poparser.rb +1 -1
- data/lib/gettext/tools/xgettext.rb +1 -1
- data/lib/gettext/version.rb +1 -1
- data/locale/bg/LC_MESSAGES/gettext.mo +0 -0
- data/locale/bs/LC_MESSAGES/gettext.mo +0 -0
- data/locale/ca/LC_MESSAGES/gettext.mo +0 -0
- data/locale/cs/LC_MESSAGES/gettext.mo +0 -0
- data/locale/de/LC_MESSAGES/gettext.mo +0 -0
- data/locale/el/LC_MESSAGES/gettext.mo +0 -0
- data/locale/eo/LC_MESSAGES/gettext.mo +0 -0
- data/locale/es/LC_MESSAGES/gettext.mo +0 -0
- data/locale/et/LC_MESSAGES/gettext.mo +0 -0
- data/locale/fr/LC_MESSAGES/gettext.mo +0 -0
- data/locale/hr/LC_MESSAGES/gettext.mo +0 -0
- data/locale/hu/LC_MESSAGES/gettext.mo +0 -0
- data/locale/it/LC_MESSAGES/gettext.mo +0 -0
- data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
- data/locale/ko/LC_MESSAGES/gettext.mo +0 -0
- data/locale/lv/LC_MESSAGES/gettext.mo +0 -0
- data/locale/nb/LC_MESSAGES/gettext.mo +0 -0
- data/locale/nl/LC_MESSAGES/gettext.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/gettext.mo +0 -0
- data/locale/ru/LC_MESSAGES/gettext.mo +0 -0
- data/locale/sr/LC_MESSAGES/gettext.mo +0 -0
- data/locale/sv/LC_MESSAGES/gettext.mo +0 -0
- data/locale/uk/LC_MESSAGES/gettext.mo +0 -0
- data/locale/vi/LC_MESSAGES/gettext.mo +0 -0
- data/locale/zh/LC_MESSAGES/gettext.mo +0 -0
- data/locale/zh_TW/LC_MESSAGES/gettext.mo +0 -0
- data/po/bg/gettext.po +740 -0
- data/po/bs/gettext.po +772 -0
- data/po/ca/gettext.po +739 -0
- data/po/cs/gettext.po +773 -0
- data/po/de/gettext.po +746 -0
- data/po/el/gettext.po +738 -0
- data/po/eo/gettext.po +739 -0
- data/po/es/gettext.po +740 -0
- data/po/et/gettext.po +737 -0
- data/po/fr/gettext.po +743 -0
- data/po/gettext.pot +642 -0
- data/po/hr/gettext.po +772 -0
- data/po/hu/gettext.po +739 -0
- data/po/it/gettext.po +732 -0
- data/po/ja/gettext.po +5 -5
- data/po/ko/gettext.po +706 -0
- data/po/lv/gettext.po +772 -0
- data/po/nb/gettext.po +740 -0
- data/po/nl/gettext.po +739 -0
- data/po/pt_BR/gettext.po +741 -0
- data/po/ru/gettext.po +773 -0
- data/po/sr/gettext.po +772 -0
- data/po/sv/gettext.po +720 -0
- data/po/uk/gettext.po +776 -0
- data/po/vi/gettext.po +738 -0
- data/po/zh/gettext.po +707 -0
- data/po/zh_TW/gettext.po +706 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/po/hello.pot +3 -3
- data/samples/po/hello2.pot +3 -3
- data/samples/po/hello_glade2.pot +3 -3
- data/samples/po/hello_gtk2.pot +3 -3
- data/samples/po/hello_noop.pot +3 -3
- data/samples/po/hello_plural.pot +3 -3
- data/samples/po/hello_tk.pot +3 -3
- data/src/poparser.ry +1 -1
- data/test/po/_.pot +3 -3
- data/test/po/backslash.pot +3 -3
- data/test/po/non_ascii.pot +3 -3
- data/test/po/np_.pot +3 -3
- data/test/po/ns_.pot +3 -3
- data/test/po/p_.pot +3 -3
- data/test/po/s_.pot +3 -3
- data/test/po/untranslated.pot +3 -3
- metadata +64 -31
- data/po/bg/rgettext.po +0 -139
- data/po/bs/rgettext.po +0 -139
- data/po/ca/rgettext.po +0 -138
- data/po/cs/rgettext.po +0 -140
- data/po/de/rgettext.po +0 -146
- data/po/el/rgettext.po +0 -137
- data/po/eo/rgettext.po +0 -138
- data/po/es/rgettext.po +0 -139
- data/po/et/rgettext.po +0 -136
- data/po/fr/rgettext.po +0 -142
- data/po/hr/rgettext.po +0 -139
- data/po/hu/rgettext.po +0 -138
- data/po/it/rgettext.po +0 -138
- data/po/ja/rgettext.po +0 -183
- data/po/ko/rgettext.po +0 -137
- data/po/lv/rgettext.po +0 -139
- data/po/nb/rgettext.po +0 -140
- data/po/nl/rgettext.po +0 -138
- data/po/pt_BR/rgettext.po +0 -141
- data/po/rgettext.pot +0 -129
- data/po/ru/rgettext.po +0 -140
- data/po/sr/rgettext.po +0 -139
- data/po/sv/rgettext.po +0 -131
- data/po/uk/rgettext.po +0 -143
- data/po/vi/rgettext.po +0 -137
- data/po/zh/rgettext.po +0 -138
- data/po/zh_TW/rgettext.po +0 -137
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/samples/po/hello.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/samples/po/hello2.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/samples/po/hello_glade2.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/samples/po/hello_gtk2.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/samples/po/hello_noop.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/samples/po/hello_plural.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/samples/po/hello_tk.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/src/poparser.ry
CHANGED
data/test/po/_.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/test/po/backslash.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/test/po/non_ascii.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/test/po/np_.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/test/po/ns_.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/test/po/p_.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/test/po/s_.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
data/test/po/untranslated.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
|
9
|
+
"Project-Id-Version: gettext 2.3.3\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2012-
|
|
12
|
-
"PO-Revision-Date: 2012-
|
|
11
|
+
"POT-Creation-Date: 2012-10-17 10:26+0900\n"
|
|
12
|
+
"PO-Revision-Date: 2012-10-17 10:26+0900\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gettext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-10-18 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: locale
|
|
@@ -158,10 +158,44 @@ executables:
|
|
|
158
158
|
extensions: []
|
|
159
159
|
extra_rdoc_files: []
|
|
160
160
|
files:
|
|
161
|
+
- locale/de/LC_MESSAGES/gettext.mo
|
|
162
|
+
- locale/el/LC_MESSAGES/gettext.mo
|
|
163
|
+
- locale/uk/LC_MESSAGES/gettext.mo
|
|
164
|
+
- locale/sr/LC_MESSAGES/gettext.mo
|
|
165
|
+
- locale/zh/LC_MESSAGES/gettext.mo
|
|
166
|
+
- locale/fr/LC_MESSAGES/gettext.mo
|
|
167
|
+
- locale/sv/LC_MESSAGES/gettext.mo
|
|
168
|
+
- locale/hr/LC_MESSAGES/gettext.mo
|
|
169
|
+
- locale/it/LC_MESSAGES/gettext.mo
|
|
170
|
+
- locale/lv/LC_MESSAGES/gettext.mo
|
|
171
|
+
- locale/ja/LC_MESSAGES/gettext.mo
|
|
172
|
+
- locale/bs/LC_MESSAGES/gettext.mo
|
|
173
|
+
- locale/ca/LC_MESSAGES/gettext.mo
|
|
174
|
+
- locale/bg/LC_MESSAGES/gettext.mo
|
|
175
|
+
- locale/ru/LC_MESSAGES/gettext.mo
|
|
176
|
+
- locale/nl/LC_MESSAGES/gettext.mo
|
|
177
|
+
- locale/eo/LC_MESSAGES/gettext.mo
|
|
178
|
+
- locale/nb/LC_MESSAGES/gettext.mo
|
|
179
|
+
- locale/vi/LC_MESSAGES/gettext.mo
|
|
180
|
+
- locale/hu/LC_MESSAGES/gettext.mo
|
|
181
|
+
- locale/pt_BR/LC_MESSAGES/gettext.mo
|
|
182
|
+
- locale/cs/LC_MESSAGES/gettext.mo
|
|
183
|
+
- locale/zh_TW/LC_MESSAGES/gettext.mo
|
|
184
|
+
- locale/et/LC_MESSAGES/gettext.mo
|
|
185
|
+
- locale/es/LC_MESSAGES/gettext.mo
|
|
186
|
+
- locale/ko/LC_MESSAGES/gettext.mo
|
|
161
187
|
- bin/rmsginit
|
|
162
188
|
- bin/rxgettext
|
|
163
189
|
- bin/rmsgfmt
|
|
164
190
|
- bin/rmsgmerge
|
|
191
|
+
- data/locale/de/LC_MESSAGES/gettext.mo
|
|
192
|
+
- data/locale/de/LC_MESSAGES/rgettext.mo
|
|
193
|
+
- data/locale/el/LC_MESSAGES/gettext.mo
|
|
194
|
+
- data/locale/el/LC_MESSAGES/rgettext.mo
|
|
195
|
+
- data/locale/uk/LC_MESSAGES/gettext.mo
|
|
196
|
+
- data/locale/uk/LC_MESSAGES/rgettext.mo
|
|
197
|
+
- data/locale/sr/LC_MESSAGES/gettext.mo
|
|
198
|
+
- data/locale/sr/LC_MESSAGES/rgettext.mo
|
|
165
199
|
- doc/text/news.md
|
|
166
200
|
- lib/gettext.rb
|
|
167
201
|
- lib/gettext/utils.rb
|
|
@@ -189,34 +223,33 @@ files:
|
|
|
189
223
|
- lib/gettext/runtime/textdomain_manager.rb
|
|
190
224
|
- lib/gettext/core_ext/iconv.rb
|
|
191
225
|
- lib/gettext/core_ext/string.rb
|
|
192
|
-
- po/
|
|
193
|
-
- po/
|
|
194
|
-
- po/
|
|
195
|
-
- po/uk/
|
|
196
|
-
- po/sr/
|
|
197
|
-
- po/zh/
|
|
198
|
-
- po/fr/
|
|
199
|
-
- po/sv/
|
|
200
|
-
- po/hr/
|
|
201
|
-
- po/it/
|
|
202
|
-
- po/lv/
|
|
226
|
+
- po/gettext.pot
|
|
227
|
+
- po/de/gettext.po
|
|
228
|
+
- po/el/gettext.po
|
|
229
|
+
- po/uk/gettext.po
|
|
230
|
+
- po/sr/gettext.po
|
|
231
|
+
- po/zh/gettext.po
|
|
232
|
+
- po/fr/gettext.po
|
|
233
|
+
- po/sv/gettext.po
|
|
234
|
+
- po/hr/gettext.po
|
|
235
|
+
- po/it/gettext.po
|
|
236
|
+
- po/lv/gettext.po
|
|
203
237
|
- po/ja/gettext.po
|
|
204
|
-
- po/
|
|
205
|
-
- po/
|
|
206
|
-
- po/
|
|
207
|
-
- po/
|
|
208
|
-
- po/
|
|
209
|
-
- po/
|
|
210
|
-
- po/
|
|
211
|
-
- po/
|
|
212
|
-
- po/
|
|
213
|
-
- po/
|
|
214
|
-
- po/
|
|
215
|
-
- po/
|
|
216
|
-
- po/
|
|
217
|
-
- po/
|
|
218
|
-
- po/
|
|
219
|
-
- po/ko/rgettext.po
|
|
238
|
+
- po/bs/gettext.po
|
|
239
|
+
- po/ca/gettext.po
|
|
240
|
+
- po/bg/gettext.po
|
|
241
|
+
- po/ru/gettext.po
|
|
242
|
+
- po/nl/gettext.po
|
|
243
|
+
- po/eo/gettext.po
|
|
244
|
+
- po/nb/gettext.po
|
|
245
|
+
- po/vi/gettext.po
|
|
246
|
+
- po/hu/gettext.po
|
|
247
|
+
- po/pt_BR/gettext.po
|
|
248
|
+
- po/cs/gettext.po
|
|
249
|
+
- po/zh_TW/gettext.po
|
|
250
|
+
- po/et/gettext.po
|
|
251
|
+
- po/es/gettext.po
|
|
252
|
+
- po/ko/gettext.po
|
|
220
253
|
- samples/README
|
|
221
254
|
- samples/hello_gtk2.rb
|
|
222
255
|
- samples/hello_tk.rb
|
|
@@ -950,7 +983,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
950
983
|
version: '0'
|
|
951
984
|
segments:
|
|
952
985
|
- 0
|
|
953
|
-
hash: -
|
|
986
|
+
hash: -250750965956086741
|
|
954
987
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
955
988
|
none: false
|
|
956
989
|
requirements:
|
|
@@ -959,7 +992,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
959
992
|
version: '0'
|
|
960
993
|
segments:
|
|
961
994
|
- 0
|
|
962
|
-
hash: -
|
|
995
|
+
hash: -250750965956086741
|
|
963
996
|
requirements: []
|
|
964
997
|
rubyforge_project: gettext
|
|
965
998
|
rubygems_version: 1.8.23
|
data/po/bg/rgettext.po
DELETED
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# a po-file for gettext
|
|
3
|
-
#
|
|
4
|
-
# Copyright (C) 2004-2006 Masao Mutoh
|
|
5
|
-
# This file is distributed under the same license as the gettext.
|
|
6
|
-
#
|
|
7
|
-
# Georgi Stoimenov <georgistoimenov@abv.bg>, 2008
|
|
8
|
-
#
|
|
9
|
-
msgid ""
|
|
10
|
-
msgstr ""
|
|
11
|
-
"Project-Id-Version: ruby-gettext 2.1.0\n"
|
|
12
|
-
"POT-Creation-Date: 2010-06-25 01:16+0900\n"
|
|
13
|
-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
14
|
-
"Last-Translator: Sava Chankov <sava.chankov@gmail.com>\n"
|
|
15
|
-
"Language-Team: Bulgarian <ruby-on-rails-bulgaria@googlegroups.com>\n"
|
|
16
|
-
"MIME-Version: 1.0\n"
|
|
17
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
-
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
|
-
|
|
21
|
-
#: lib/gettext/tools/rmsgmerge.rb:402
|
|
22
|
-
msgid "Usage: %s def.po ref.pot [-o output.pot]"
|
|
23
|
-
msgstr "Употреба: %s def.po ref.pot [-o output.pot]"
|
|
24
|
-
|
|
25
|
-
#: lib/gettext/tools/rmsgmerge.rb:405
|
|
26
|
-
msgid ""
|
|
27
|
-
"Merges two Uniforum style .po files together. The def.po file is an existing "
|
|
28
|
-
"PO file with translations. The ref.pot file is the last created PO file with "
|
|
29
|
-
"up-to-date source references. ref.pot is generally created by rgettext."
|
|
30
|
-
msgstr ""
|
|
31
|
-
"Слива два Uniforum .pо файла. def.po е съществуващ PO файл с преводи. ref."
|
|
32
|
-
"pot е пресен PO файл с актуални референции към кода. ref.pot обикновено е "
|
|
33
|
-
"създаден от rgettext."
|
|
34
|
-
|
|
35
|
-
#: lib/gettext/tools/rmsgmerge.rb:407 lib/gettext/tools/rgettext.rb:176
|
|
36
|
-
#: lib/gettext/tools/rmsgfmt.rb:50
|
|
37
|
-
msgid "Specific options:"
|
|
38
|
-
msgstr "Специфични опции:"
|
|
39
|
-
|
|
40
|
-
#: lib/gettext/tools/rmsgmerge.rb:409 lib/gettext/tools/rgettext.rb:178
|
|
41
|
-
#: lib/gettext/tools/rmsgfmt.rb:52
|
|
42
|
-
msgid "write output to specified file"
|
|
43
|
-
msgstr "изходът беше записан в зададения файл"
|
|
44
|
-
|
|
45
|
-
#: lib/gettext/tools/rmsgmerge.rb:420 lib/gettext/tools/rgettext.rb:195
|
|
46
|
-
#: lib/gettext/tools/rmsgfmt.rb:56
|
|
47
|
-
msgid "display version information and exit"
|
|
48
|
-
msgstr "показване на версията и изход"
|
|
49
|
-
|
|
50
|
-
#: lib/gettext/tools/rmsgmerge.rb:446
|
|
51
|
-
msgid "definition po is not given."
|
|
52
|
-
msgstr "съществуващия po не е зададен."
|
|
53
|
-
|
|
54
|
-
#: lib/gettext/tools/rmsgmerge.rb:448
|
|
55
|
-
msgid "reference pot is not given."
|
|
56
|
-
msgstr "pot с референциите не е зададен."
|
|
57
|
-
|
|
58
|
-
#: lib/gettext/tools/parser/glade.rb:73
|
|
59
|
-
msgid "`%{file}' is not glade-2.0 format."
|
|
60
|
-
msgstr "`%{file}' не е във формат glade-2.0."
|
|
61
|
-
|
|
62
|
-
#: lib/gettext/tools/rgettext.rb:40
|
|
63
|
-
msgid "'%{klass}' is ignored."
|
|
64
|
-
msgstr "'%{klass}' беше игнориран."
|
|
65
|
-
|
|
66
|
-
#: lib/gettext/tools/rgettext.rb:161
|
|
67
|
-
msgid "Error parsing %{path}"
|
|
68
|
-
msgstr ""
|
|
69
|
-
|
|
70
|
-
#: lib/gettext/tools/rgettext.rb:172
|
|
71
|
-
msgid "Usage: %s input.rb [-r parser.rb] [-o output.pot]"
|
|
72
|
-
msgstr "Употреба: %s input.rb [-r parser.rb] [-o output.pot] "
|
|
73
|
-
|
|
74
|
-
#: lib/gettext/tools/rgettext.rb:174
|
|
75
|
-
msgid "Extract translatable strings from given input files."
|
|
76
|
-
msgstr "Извличане на преводните низове от зададените файлове."
|
|
77
|
-
|
|
78
|
-
#: lib/gettext/tools/rgettext.rb:182
|
|
79
|
-
msgid "File '%s' already exists."
|
|
80
|
-
msgstr "Файлът '%s' съществува."
|
|
81
|
-
|
|
82
|
-
#: lib/gettext/tools/rgettext.rb:187
|
|
83
|
-
msgid "require the library before executing rgettext"
|
|
84
|
-
msgstr "заредете библиотеката с require преди да изпълните rgettext"
|
|
85
|
-
|
|
86
|
-
#: lib/gettext/tools/rgettext.rb:191
|
|
87
|
-
msgid "run in debugging mode"
|
|
88
|
-
msgstr "изпълнение в режим на дебъгване"
|
|
89
|
-
|
|
90
|
-
#: lib/gettext/tools/rgettext.rb:218 lib/gettext/tools/rmsgfmt.rb:29
|
|
91
|
-
msgid "no input files"
|
|
92
|
-
msgstr "няма зададени файлове"
|
|
93
|
-
|
|
94
|
-
#: lib/gettext/tools/rmsgfmt.rb:46
|
|
95
|
-
msgid "Usage: %s input.po [-o output.mo]"
|
|
96
|
-
msgstr "Употреба: %s input.po [-o output.mo]"
|
|
97
|
-
|
|
98
|
-
#: lib/gettext/tools/rmsgfmt.rb:48
|
|
99
|
-
msgid "Generate binary message catalog from textual translation description."
|
|
100
|
-
msgstr "Генериране на двоични файлове с преводите от текстовите описания."
|
|
101
|
-
|
|
102
|
-
#: lib/gettext/tools.rb:68
|
|
103
|
-
msgid "Failed to merge with %{defpo}"
|
|
104
|
-
msgstr "Пропадна сливането с %{defpo}"
|
|
105
|
-
|
|
106
|
-
#: lib/gettext/tools.rb:69
|
|
107
|
-
msgid "New .pot was copied to %{failed_filename}"
|
|
108
|
-
msgstr "Новия .pot беше копиран като %{failed_filename}"
|
|
109
|
-
|
|
110
|
-
#: lib/gettext/tools.rb:70
|
|
111
|
-
msgid "Check these po/pot-files. It may have syntax errors or something wrong."
|
|
112
|
-
msgstr ""
|
|
113
|
-
"Проверете тези po/pot файлове. Може да имат синтактични грешки или нещо "
|
|
114
|
-
"друго."
|
|
115
|
-
|
|
116
|
-
#: lib/gettext/tools.rb:173
|
|
117
|
-
msgid ""
|
|
118
|
-
"`%{cmd}' can not be found. \n"
|
|
119
|
-
"Install GNU Gettext then set PATH or MSGMERGE_PATH correctly."
|
|
120
|
-
msgstr ""
|
|
121
|
-
|
|
122
|
-
#: lib/gettext/runtime/textdomain_manager.rb:147
|
|
123
|
-
#, fuzzy
|
|
124
|
-
msgid "ngettext: 3rd parmeter is wrong: value = %{number}"
|
|
125
|
-
msgstr "Третият параметър е грешен: value = %{number}"
|
|
126
|
-
|
|
127
|
-
#: lib/gettext/runtime/textdomain_manager.rb:153
|
|
128
|
-
msgid "ngettext: 3rd parameter should be a number, not nil."
|
|
129
|
-
msgstr ""
|
|
130
|
-
|
|
131
|
-
#: src/poparser.ry:38 src/poparser.ry:55
|
|
132
|
-
msgid "Warning: fuzzy message was ignored.\n"
|
|
133
|
-
msgstr "Предупреждение: беше игнорирано неточно съобщение"
|
|
134
|
-
|
|
135
|
-
#: src/poparser.ry:148
|
|
136
|
-
msgid "Warning: obsolete msgid exists.\n"
|
|
137
|
-
msgstr ""
|
|
138
|
-
"Предупреждение: има несъществуващи вече msgid\n"
|
|
139
|
-
"."
|