gettext 1.7.0-mswin32 → 1.8.0-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +139 -0
- data/NEWS +31 -0
- data/README +31 -15
- data/Rakefile +3 -2
- data/bin/rgettext +1 -1
- data/bin/rmsgfmt +1 -1
- data/bin/rmsgmerge +1 -1
- data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
- data/lib/gettext.rb +50 -23
- data/lib/gettext/active_record.rb +275 -0
- data/lib/gettext/locale.rb +9 -2
- data/lib/gettext/locale_cgi.rb +5 -4
- data/lib/gettext/locale_object.rb +5 -4
- data/lib/gettext/parser/{activerecord.rb → active_record.rb} +31 -14
- data/lib/gettext/parser/ruby.rb +48 -44
- data/lib/gettext/rails.rb +111 -253
- data/lib/gettext/rgettext.rb +34 -6
- data/lib/gettext/string.rb +3 -2
- data/lib/gettext/textdomain.rb +3 -3
- data/lib/gettext/version.rb +1 -1
- data/po/cs/rails.po +61 -61
- data/po/cs/rgettext.po +37 -55
- data/po/de/rails.po +73 -72
- data/po/de/rgettext.po +39 -56
- data/po/el/rails.po +60 -60
- data/po/el/rgettext.po +26 -44
- data/po/es/rails.po +60 -60
- data/po/es/rgettext.po +28 -52
- data/po/et/rails.po +118 -0
- data/po/fr/rails.po +60 -60
- data/po/fr/rgettext.po +26 -46
- data/po/it/rails.po +68 -68
- data/po/it/rgettext.po +35 -53
- data/po/ja/rails.po +62 -61
- data/po/ja/rgettext.po +27 -45
- data/po/ko/rails.po +61 -60
- data/po/ko/rgettext.po +34 -54
- data/po/nl/rails.po +59 -60
- data/po/nl/rgettext.po +35 -55
- data/po/pt_BR/rails.po +74 -73
- data/po/pt_BR/rgettext.po +36 -52
- data/po/rails.pot +61 -61
- data/po/rgettext.pot +25 -43
- data/po/ru/rails.po +61 -62
- data/po/ru/rgettext.po +26 -51
- data/po/sv/rgettext.po +27 -44
- data/po/zh/rails.po +62 -60
- data/po/zh/rgettext.po +28 -47
- data/po/zh_TW/rails.po +114 -0
- data/po/zh_TW/rgettext.po +121 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/zh_TW/helloerb1.po +67 -0
- data/samples/cgi/po/zh_TW/helloerb2.po +54 -0
- data/samples/cgi/po/zh_TW/hellolib.po +26 -0
- data/samples/cgi/po/zh_TW/main.po +79 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/hellogtk.pot +1 -1
- data/samples/po/zh_TW/hello.po +26 -0
- data/samples/po/zh_TW/hello2.po +34 -0
- data/samples/po/zh_TW/hello_noop.po +30 -0
- data/samples/po/zh_TW/hello_plural.po +28 -0
- data/samples/po/zh_TW/helloglade2.po +40 -0
- data/samples/po/zh_TW/hellogtk.po +25 -0
- data/samples/po/zh_TW/hellotk.po +26 -0
- data/samples/rails/README +8 -11
- data/samples/rails/app/controllers/application.rb +6 -9
- data/samples/rails/app/views/layouts/blog.rhtml +1 -1
- data/samples/rails/config/database.yml +1 -1
- data/samples/rails/config/environment.rb +1 -0
- data/samples/rails/db/schema.rb +90 -0
- data/samples/rails/lib/tasks/gettext.rake +1 -1
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/blog.pot +106 -110
- data/samples/rails/po/cs/blog.po +110 -115
- data/samples/rails/po/de/blog.po +107 -112
- data/samples/rails/po/el/blog.po +105 -109
- data/samples/rails/po/en/blog.po +107 -111
- data/samples/rails/po/es/blog.po +105 -110
- data/samples/rails/po/fr/blog.po +105 -109
- data/samples/rails/po/it/blog.po +105 -109
- data/samples/rails/po/ja/blog.po +105 -109
- data/samples/rails/po/ko/blog.po +105 -109
- data/samples/rails/po/nl/blog.po +105 -110
- data/samples/rails/po/pt_BR/blog.po +105 -109
- data/samples/rails/po/ru/blog.po +105 -107
- data/samples/rails/po/zh/blog.po +105 -109
- data/samples/rails/po/zh_TW/blog.po +107 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po +30 -0
- data/test/Rakefile +44 -0
- data/test/fixtures/developer.rb +5 -0
- data/test/fixtures/developers.yml +21 -0
- data/test/fixtures/reply.rb +40 -0
- data/test/fixtures/topic.rb +23 -0
- data/test/fixtures/topics.yml +22 -0
- data/test/gettext_test.rb +2 -2
- data/test/gettext_test_active_record.rb +1479 -0
- data/test/gettext_test_rails.rb +2 -0
- data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
- data/test/po/active_record.pot +295 -0
- data/test/po/ja/active_record.po +294 -0
- data/test/test.sh +1 -0
- data/test/test_rubyparser.rb +10 -2
- metadata +66 -6
- data/samples/rails/db/mysql.sql +0 -8
- data/samples/rails/db/postgresql.sql +0 -7
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/samples/rails/po/blog.pot
CHANGED
@@ -1,110 +1,106 @@
|
|
1
|
-
# GetText Sample Blog on RoR.
|
2
|
-
#
|
3
|
-
# Copyright (C) 2005 Masao Mutoh
|
4
|
-
#
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# FIRST AUTHOR <EMAIL
|
8
|
-
#
|
9
|
-
#, fuzzy
|
10
|
-
msgid ""
|
11
|
-
msgstr ""
|
12
|
-
"Project-Id-Version: blog 1.
|
13
|
-
"POT-Creation-Date: 2006-
|
14
|
-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
15
|
-
"Last-Translator: FULL NAME <EMAIL
|
16
|
-
"Language-Team: LANGUAGE <LL
|
17
|
-
"MIME-Version: 1.0\n"
|
18
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
19
|
-
"Content-Transfer-Encoding: 8bit\n"
|
20
|
-
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
21
|
-
|
22
|
-
#: app/
|
23
|
-
msgid "
|
24
|
-
msgstr ""
|
25
|
-
|
26
|
-
#: app/
|
27
|
-
msgid "
|
28
|
-
msgstr ""
|
29
|
-
|
30
|
-
#: app/
|
31
|
-
msgid "
|
32
|
-
msgstr ""
|
33
|
-
|
34
|
-
#: app/
|
35
|
-
msgid "
|
36
|
-
msgstr ""
|
37
|
-
|
38
|
-
|
39
|
-
msgid "
|
40
|
-
msgstr ""
|
41
|
-
|
42
|
-
|
43
|
-
msgid "Article|
|
44
|
-
msgstr ""
|
45
|
-
|
46
|
-
|
47
|
-
msgid "Article|
|
48
|
-
msgstr ""
|
49
|
-
|
50
|
-
|
51
|
-
msgid "Article
|
52
|
-
msgstr ""
|
53
|
-
|
54
|
-
#: app/
|
55
|
-
msgid "
|
56
|
-
msgstr ""
|
57
|
-
|
58
|
-
#: app/views/blog/
|
59
|
-
msgid "
|
60
|
-
msgstr ""
|
61
|
-
|
62
|
-
#: app/views/blog/
|
63
|
-
msgid "
|
64
|
-
msgstr ""
|
65
|
-
|
66
|
-
#: app/views/blog/
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
#: app/views/blog/
|
76
|
-
msgid "
|
77
|
-
msgstr ""
|
78
|
-
|
79
|
-
#: app/views/blog/
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
#: app/views/
|
85
|
-
msgid "
|
86
|
-
msgstr ""
|
87
|
-
|
88
|
-
#: app/views/blog/list.rhtml:18
|
89
|
-
msgid "No articles were found."
|
90
|
-
msgstr ""
|
91
|
-
|
92
|
-
#: app/views/blog/
|
93
|
-
msgid "
|
94
|
-
msgstr ""
|
95
|
-
|
96
|
-
#: app/views/blog/
|
97
|
-
msgid "
|
98
|
-
msgstr ""
|
99
|
-
|
100
|
-
#: app/views/blog/
|
101
|
-
msgid "
|
102
|
-
msgstr ""
|
103
|
-
|
104
|
-
#: app/views/blog/
|
105
|
-
msgid "
|
106
|
-
msgstr ""
|
107
|
-
|
108
|
-
#: app/views/blog/edit.rhtml:20
|
109
|
-
msgid "Are you sure?"
|
110
|
-
msgstr ""
|
1
|
+
# GetText Sample Blog on RoR.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
|
8
|
+
#
|
9
|
+
#, fuzzy
|
10
|
+
msgid ""
|
11
|
+
msgstr ""
|
12
|
+
"Project-Id-Version: blog 1.2.0\n"
|
13
|
+
"POT-Creation-Date: 2006-08-22 18:35+0900\n"
|
14
|
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
15
|
+
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
|
16
|
+
"Language-Team: LANGUAGE <LL at li.org>\n"
|
17
|
+
"MIME-Version: 1.0\n"
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
19
|
+
"Content-Transfer-Encoding: 8bit\n"
|
20
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
21
|
+
|
22
|
+
#: app/controllers/blog_controller.rb:33
|
23
|
+
msgid "Article was successfully created."
|
24
|
+
msgstr ""
|
25
|
+
|
26
|
+
#: app/controllers/blog_controller.rb:47
|
27
|
+
msgid "Article was successfully updated."
|
28
|
+
msgstr ""
|
29
|
+
|
30
|
+
#: app/helpers/blog_helper.rb:43
|
31
|
+
msgid "Ruby Links"
|
32
|
+
msgstr ""
|
33
|
+
|
34
|
+
#: app/helpers/blog_helper.rb:51
|
35
|
+
msgid "Old articles"
|
36
|
+
msgstr ""
|
37
|
+
|
38
|
+
# app/models/article.rb:-
|
39
|
+
msgid "article"
|
40
|
+
msgstr ""
|
41
|
+
|
42
|
+
# app/models/article.rb:-
|
43
|
+
msgid "Article|Title"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
# app/models/article.rb:-
|
47
|
+
msgid "Article|Description"
|
48
|
+
msgstr ""
|
49
|
+
|
50
|
+
# app/models/article.rb:-
|
51
|
+
msgid "Article|Lastupdate"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
#: app/views/blog/edit.rhtml:12
|
55
|
+
msgid "Editing article"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
59
|
+
msgid "Edit"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
#: app/views/blog/edit.rhtml:19
|
63
|
+
msgid "Show"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#: app/views/blog/edit.rhtml:20
|
67
|
+
msgid "Destroy"
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
#: app/views/blog/edit.rhtml:20
|
71
|
+
msgid "Are you sure?"
|
72
|
+
msgstr ""
|
73
|
+
|
74
|
+
#: app/views/blog/edit.rhtml:21 app/views/blog/new.rhtml:20
|
75
|
+
#: app/views/blog/show.rhtml:17
|
76
|
+
msgid "Back"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
#: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13
|
80
|
+
#: app/views/layouts/blog.rhtml:14
|
81
|
+
msgid "GetText Sample Blog on RoR"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: app/views/blog/list.rhtml:15 app/views/blog/new.rhtml:13
|
85
|
+
msgid "New article"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: app/views/blog/list.rhtml:18
|
89
|
+
msgid "No articles were found."
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
#: app/views/blog/new.rhtml:17
|
93
|
+
msgid "Create"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
#: app/views/blog/_form.rhtml:16
|
97
|
+
msgid "Lastupdate"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
#: app/views/blog/_form.rhtml:18
|
101
|
+
msgid "Title: Required."
|
102
|
+
msgstr ""
|
103
|
+
|
104
|
+
#: app/views/blog/_form.rhtml:21
|
105
|
+
msgid "Description: More than 10 characters."
|
106
|
+
msgstr ""
|
data/samples/rails/po/cs/blog.po
CHANGED
@@ -1,115 +1,110 @@
|
|
1
|
-
# GetText Sample Blog on RoR.
|
2
|
-
#
|
3
|
-
# Copyright (C) 2005 Masao Mutoh
|
4
|
-
#
|
5
|
-
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
-
#
|
7
|
-
# Karel Miarka <kajism
|
8
|
-
#
|
9
|
-
msgid ""
|
10
|
-
msgstr ""
|
11
|
-
"Project-Id-Version: blog 1.
|
12
|
-
"POT-Creation-Date: 2006-
|
13
|
-
"PO-Revision-Date: 2005-12-17 21:56+0100\n"
|
14
|
-
"Last-Translator: Karel Miarka <kajism
|
15
|
-
"Language-Team: Czech\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
20
|
-
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
21
|
-
"X-Poedit-Language: Czech\n"
|
22
|
-
|
23
|
-
#: app/
|
24
|
-
msgid "
|
25
|
-
msgstr "
|
26
|
-
|
27
|
-
#: app/
|
28
|
-
msgid "
|
29
|
-
msgstr "
|
30
|
-
|
31
|
-
#: app/
|
32
|
-
msgid "
|
33
|
-
msgstr "
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
#: app/views/blog
|
85
|
-
msgid "
|
86
|
-
msgstr "
|
87
|
-
|
88
|
-
#: app/views/blog/list.rhtml:
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
msgstr "Smazat"
|
112
|
-
|
113
|
-
#: app/views/blog/edit.rhtml:20
|
114
|
-
msgid "Are you sure?"
|
115
|
-
msgstr "Jste si jist(-a)?"
|
1
|
+
# GetText Sample Blog on RoR.
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005,2006 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as the Ruby-GetText-Package.
|
6
|
+
#
|
7
|
+
# Karel Miarka <kajism at yahoo.com>, 2005.
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: blog 1.2.0\n"
|
12
|
+
"POT-Creation-Date: 2006-08-22 18:35+0900\n"
|
13
|
+
"PO-Revision-Date: 2005-12-17 21:56+0100\n"
|
14
|
+
"Last-Translator: Karel Miarka <kajism at yahoo.com>\n"
|
15
|
+
"Language-Team: Czech\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
20
|
+
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
21
|
+
"X-Poedit-Language: Czech\n"
|
22
|
+
|
23
|
+
#: app/controllers/blog_controller.rb:33
|
24
|
+
msgid "Article was successfully created."
|
25
|
+
msgstr "Článek byl úspěšně vytvořen."
|
26
|
+
|
27
|
+
#: app/controllers/blog_controller.rb:47
|
28
|
+
msgid "Article was successfully updated."
|
29
|
+
msgstr "Článek byl úspěšně uložen."
|
30
|
+
|
31
|
+
#: app/helpers/blog_helper.rb:43
|
32
|
+
msgid "Ruby Links"
|
33
|
+
msgstr "Ruby odkazy"
|
34
|
+
|
35
|
+
#: app/helpers/blog_helper.rb:51
|
36
|
+
msgid "Old articles"
|
37
|
+
msgstr "Staré články"
|
38
|
+
|
39
|
+
# app/models/article.rb:-
|
40
|
+
msgid "article"
|
41
|
+
msgstr "článek"
|
42
|
+
|
43
|
+
# app/models/article.rb:-
|
44
|
+
# app/models/article.rb:-
|
45
|
+
msgid "Article|Title"
|
46
|
+
msgstr "Nadpis"
|
47
|
+
|
48
|
+
# app/models/article.rb:-
|
49
|
+
# app/models/article.rb:-
|
50
|
+
msgid "Article|Description"
|
51
|
+
msgstr "Popis"
|
52
|
+
|
53
|
+
# app/models/article.rb:-
|
54
|
+
# app/models/article.rb:-
|
55
|
+
msgid "Article|Lastupdate"
|
56
|
+
msgstr "Poslední aktualizace"
|
57
|
+
|
58
|
+
#: app/views/blog/edit.rhtml:12
|
59
|
+
msgid "Editing article"
|
60
|
+
msgstr "Úprava článku"
|
61
|
+
|
62
|
+
#: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
|
63
|
+
msgid "Edit"
|
64
|
+
msgstr "Upravit"
|
65
|
+
|
66
|
+
#: app/views/blog/edit.rhtml:19
|
67
|
+
msgid "Show"
|
68
|
+
msgstr "Detail"
|
69
|
+
|
70
|
+
#: app/views/blog/edit.rhtml:20
|
71
|
+
msgid "Destroy"
|
72
|
+
msgstr "Smazat"
|
73
|
+
|
74
|
+
#: app/views/blog/edit.rhtml:20
|
75
|
+
msgid "Are you sure?"
|
76
|
+
msgstr "Jste si jist(-a)?"
|
77
|
+
|
78
|
+
#: app/views/blog/edit.rhtml:21 app/views/blog/new.rhtml:20
|
79
|
+
#: app/views/blog/show.rhtml:17
|
80
|
+
msgid "Back"
|
81
|
+
msgstr "Zpět"
|
82
|
+
|
83
|
+
#: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13
|
84
|
+
#: app/views/layouts/blog.rhtml:14
|
85
|
+
msgid "GetText Sample Blog on RoR"
|
86
|
+
msgstr "Ukázkový GetText Blog na Ruby on Rails"
|
87
|
+
|
88
|
+
#: app/views/blog/list.rhtml:15 app/views/blog/new.rhtml:13
|
89
|
+
msgid "New article"
|
90
|
+
msgstr "Nový článek"
|
91
|
+
|
92
|
+
#: app/views/blog/list.rhtml:18
|
93
|
+
msgid "No articles were found."
|
94
|
+
msgstr "Žádné články nebyly nalezeny."
|
95
|
+
|
96
|
+
#: app/views/blog/new.rhtml:17
|
97
|
+
msgid "Create"
|
98
|
+
msgstr "Vytvořit"
|
99
|
+
|
100
|
+
#: app/views/blog/_form.rhtml:16
|
101
|
+
msgid "Lastupdate"
|
102
|
+
msgstr "Poslední aktualizace"
|
103
|
+
|
104
|
+
#: app/views/blog/_form.rhtml:18
|
105
|
+
msgid "Title: Required."
|
106
|
+
msgstr "Nadpis: (povinná položka)"
|
107
|
+
|
108
|
+
#: app/views/blog/_form.rhtml:21
|
109
|
+
msgid "Description: More than 10 characters."
|
110
|
+
msgstr "Popis: (nejméně 10 znaků)"
|