gettext 1.1.0 → 1.1.1

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.
Files changed (169) hide show
  1. data/ChangeLog +41 -0
  2. data/NEWS +6 -0
  3. data/README +17 -11
  4. data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
  5. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  6. data/lib/gettext/parser/activerecord.rb +10 -9
  7. data/lib/gettext/parser/erb.rb +15 -2
  8. data/lib/gettext/parser/glade.rb +5 -2
  9. data/lib/gettext/poparser.rb +2 -2
  10. data/lib/gettext/rails.rb +24 -15
  11. data/lib/gettext/version.rb +2 -2
  12. data/po/el/rails.po +79 -0
  13. data/po/el/rgettext.po +98 -0
  14. data/po/it/messages.mo +0 -0
  15. data/samples/cgi/Rakefile +20 -2
  16. data/samples/cgi/index.cgi +1 -1
  17. data/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +0 -0
  18. data/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +0 -0
  19. data/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +0 -0
  20. data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
  21. data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
  22. data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
  23. data/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo +0 -0
  24. data/samples/cgi/locale/de/LC_MESSAGES/main.mo +0 -0
  25. data/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo +0 -0
  26. data/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo +0 -0
  27. data/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo +0 -0
  28. data/samples/cgi/locale/el/LC_MESSAGES/main.mo +0 -0
  29. data/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo +0 -0
  30. data/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo +0 -0
  31. data/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo +0 -0
  32. data/samples/cgi/locale/es/LC_MESSAGES/main.mo +0 -0
  33. data/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo +0 -0
  34. data/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo +0 -0
  35. data/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo +0 -0
  36. data/samples/cgi/locale/fr/LC_MESSAGES/main.mo +0 -0
  37. data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
  38. data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
  39. data/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo +0 -0
  40. data/samples/cgi/locale/it/LC_MESSAGES/main.mo +0 -0
  41. data/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo +0 -0
  42. data/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo +0 -0
  43. data/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo +0 -0
  44. data/samples/cgi/locale/ja/LC_MESSAGES/main.mo +0 -0
  45. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
  46. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
  47. data/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo +0 -0
  48. data/samples/cgi/locale/ko/LC_MESSAGES/main.mo +0 -0
  49. data/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +0 -0
  50. data/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +0 -0
  51. data/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +0 -0
  52. data/samples/cgi/locale/nl/LC_MESSAGES/main.mo +0 -0
  53. data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +0 -0
  54. data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +0 -0
  55. data/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +0 -0
  56. data/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +0 -0
  57. data/samples/cgi/po/cs/helloerb1.po +14 -19
  58. data/samples/cgi/po/cs/helloerb2.po +11 -11
  59. data/samples/cgi/po/cs/hellolib.po +4 -4
  60. data/samples/cgi/po/cs/main.po +30 -23
  61. data/samples/cgi/po/de/helloerb1.po +18 -17
  62. data/samples/cgi/po/de/helloerb2.po +12 -12
  63. data/samples/cgi/po/de/hellolib.po +7 -6
  64. data/samples/cgi/po/de/main.po +35 -25
  65. data/samples/cgi/po/el/helloerb1.po +60 -0
  66. data/samples/cgi/po/el/helloerb2.po +51 -0
  67. data/samples/cgi/po/el/hellolib.po +23 -0
  68. data/samples/cgi/po/el/main.po +84 -0
  69. data/samples/cgi/po/es/helloerb1.po +13 -13
  70. data/samples/cgi/po/es/helloerb2.po +11 -11
  71. data/samples/cgi/po/es/hellolib.po +3 -3
  72. data/samples/cgi/po/es/main.po +33 -24
  73. data/samples/cgi/po/fr/helloerb1.po +14 -14
  74. data/samples/cgi/po/fr/helloerb2.po +13 -13
  75. data/samples/cgi/po/fr/hellolib.po +3 -3
  76. data/samples/cgi/po/fr/main.po +38 -28
  77. data/samples/cgi/po/helloerb1.pot +13 -13
  78. data/samples/cgi/po/helloerb2.pot +10 -10
  79. data/samples/cgi/po/hellolib.pot +4 -3
  80. data/samples/cgi/po/it/helloerb1.po +13 -14
  81. data/samples/cgi/po/it/helloerb2.po +9 -9
  82. data/samples/cgi/po/it/hellolib.po +2 -2
  83. data/samples/cgi/po/it/main.po +30 -22
  84. data/samples/cgi/po/it/messages.mo +0 -0
  85. data/samples/cgi/po/ja/helloerb1.po +14 -13
  86. data/samples/cgi/po/ja/helloerb2.po +10 -10
  87. data/samples/cgi/po/ja/hellolib.po +5 -4
  88. data/samples/cgi/po/ja/main.po +31 -22
  89. data/samples/cgi/po/ko/helloerb1.po +15 -13
  90. data/samples/cgi/po/ko/helloerb2.po +11 -11
  91. data/samples/cgi/po/ko/hellolib.po +5 -3
  92. data/samples/cgi/po/ko/main.po +33 -22
  93. data/samples/cgi/po/main.pot +23 -19
  94. data/samples/cgi/po/nl/helloerb1.po +16 -15
  95. data/samples/cgi/po/nl/helloerb2.po +11 -11
  96. data/samples/cgi/po/nl/hellolib.po +4 -4
  97. data/samples/cgi/po/nl/main.po +33 -23
  98. data/samples/cgi/po/pt_BR/helloerb1.po +13 -13
  99. data/samples/cgi/po/pt_BR/helloerb2.po +9 -9
  100. data/samples/cgi/po/pt_BR/hellolib.po +3 -2
  101. data/samples/cgi/po/pt_BR/main.po +30 -21
  102. data/samples/locale/el/LC_MESSAGES/hello.mo +0 -0
  103. data/samples/locale/el/LC_MESSAGES/hello2.mo +0 -0
  104. data/samples/locale/el/LC_MESSAGES/hello_noop.mo +0 -0
  105. data/samples/locale/el/LC_MESSAGES/hello_plural.mo +0 -0
  106. data/samples/locale/el/LC_MESSAGES/helloglade2.mo +0 -0
  107. data/samples/locale/el/LC_MESSAGES/hellogtk.mo +0 -0
  108. data/samples/locale/el/LC_MESSAGES/hellotk.mo +0 -0
  109. data/samples/po/el/hello.po +23 -0
  110. data/samples/po/el/hello2.po +31 -0
  111. data/samples/po/el/hello_noop.po +27 -0
  112. data/samples/po/el/hello_plural.po +25 -0
  113. data/samples/po/el/helloglade2.po +31 -0
  114. data/samples/po/el/hellogtk.po +22 -0
  115. data/samples/po/el/hellotk.po +23 -0
  116. data/samples/po/hello.pot +4 -2
  117. data/samples/po/hello2.pot +4 -2
  118. data/samples/po/hello_noop.pot +4 -2
  119. data/samples/po/hello_plural.pot +3 -3
  120. data/samples/po/helloglade2.pot +2 -2
  121. data/samples/po/hellogtk.pot +5 -2
  122. data/samples/po/hellotk.pot +1 -1
  123. data/samples/rails/README +6 -0
  124. data/samples/rails/app/controllers/blog_controller.rb +1 -1
  125. data/samples/rails/config/database.yml +5 -1
  126. data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
  127. data/samples/rails/locale/cs/LC_MESSAGES/gettext_plugin.mo +0 -0
  128. data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
  129. data/samples/rails/locale/de/LC_MESSAGES/gettext_plugin.mo +0 -0
  130. data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
  131. data/samples/rails/locale/el/LC_MESSAGES/gettext_plugin.mo +0 -0
  132. data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
  133. data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
  134. data/samples/rails/locale/es/LC_MESSAGES/gettext_plugin.mo +0 -0
  135. data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
  136. data/samples/rails/locale/fr/LC_MESSAGES/gettext_plugin.mo +0 -0
  137. data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
  138. data/samples/rails/locale/ja/LC_MESSAGES/gettext_plugin.mo +0 -0
  139. data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
  140. data/samples/rails/locale/ko/LC_MESSAGES/gettext_plugin.mo +0 -0
  141. data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
  142. data/samples/rails/locale/nl/LC_MESSAGES/gettext_plugin.mo +0 -0
  143. data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
  144. data/samples/rails/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo +0 -0
  145. data/samples/rails/po/blog.pot +4 -4
  146. data/samples/rails/po/cs/blog.po +6 -6
  147. data/samples/rails/po/cs/gettext_plugin.po +3 -3
  148. data/samples/rails/po/de/blog.po +9 -6
  149. data/samples/rails/po/de/gettext_plugin.po +5 -3
  150. data/samples/rails/po/el/blog.po +109 -0
  151. data/samples/rails/po/el/gettext_plugin.po +27 -0
  152. data/samples/rails/po/en/blog.po +4 -4
  153. data/samples/rails/po/es/blog.po +7 -6
  154. data/samples/rails/po/es/gettext_plugin.po +4 -4
  155. data/samples/rails/po/fr/blog.po +5 -5
  156. data/samples/rails/po/fr/gettext_plugin.po +3 -3
  157. data/samples/rails/po/gettext_plugin.pot +3 -3
  158. data/samples/rails/po/ja/blog.po +5 -5
  159. data/samples/rails/po/ja/gettext_plugin.po +3 -3
  160. data/samples/rails/po/ko/blog.po +9 -5
  161. data/samples/rails/po/ko/gettext_plugin.po +6 -4
  162. data/samples/rails/po/nl/blog.po +12 -15
  163. data/samples/rails/po/nl/gettext_plugin.po +5 -5
  164. data/samples/rails/po/pt_BR/blog.po +5 -5
  165. data/samples/rails/po/pt_BR/gettext_plugin.po +3 -3
  166. data/samples/rails/test/functional/blog_controller_test.rb +11 -1
  167. data/test/gettext_test_parser.rb +16 -0
  168. data/test/test_erb.rxml +16 -0
  169. metadata +47 -2
@@ -9,7 +9,7 @@
9
9
  msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: blog 1.1.0\n"
12
- "POT-Creation-Date: 2005-12-23 01:29+0900\n"
12
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
13
13
  "PO-Revision-Date: 2005-12-17 21:56+0100\n"
14
14
  "Last-Translator: Karel Miarka <kajism@yahoo.com>\n"
15
15
  "Language-Team: Czech\n"
@@ -28,10 +28,9 @@ msgstr "Ruby odkazy"
28
28
  msgid "Old articles"
29
29
  msgstr "Staré články"
30
30
 
31
- # app/models/article.rb:-
32
31
  #: app/models/article.rb:-
33
- msgid "Article"
34
- msgstr "Článek"
32
+ msgid "article"
33
+ msgstr "článek"
35
34
 
36
35
  # app/models/article.rb:-
37
36
  #: app/models/article.rb:-
@@ -53,11 +52,11 @@ msgstr "Popis"
53
52
  msgid "Article|Lastupdate"
54
53
  msgstr "Poslední aktualizace"
55
54
 
56
- #: app/controllers/blog_controller.rb:37
55
+ #: app/controllers/blog_controller.rb:33
57
56
  msgid "Article was successfully created."
58
57
  msgstr "Článek byl úspěšně vytvořen."
59
58
 
60
- #: app/controllers/blog_controller.rb:51
59
+ #: app/controllers/blog_controller.rb:47
61
60
  msgid "Article was successfully updated."
62
61
  msgstr "Článek byl úspěšně uložen."
63
62
 
@@ -114,3 +113,4 @@ msgstr "Smazat"
114
113
  #: app/views/blog/edit.rhtml:20
115
114
  msgid "Are you sure?"
116
115
  msgstr "Jste si jist(-a)?"
116
+
@@ -9,7 +9,7 @@
9
9
  msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: gettext_plugin 1.1.0\n"
12
- "POT-Creation-Date: 2005-12-23 01:29+0900\n"
12
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
13
13
  "PO-Revision-Date: 2005-12-17 21:02+0100\n"
14
14
  "Last-Translator: Karel Miarka <kajism@yahoo.com>\n"
15
15
  "Language-Team: Czech\n"
@@ -20,10 +20,10 @@ msgstr ""
20
20
  "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
21
  "X-Poedit-Language: Czech\n"
22
22
 
23
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:24
23
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:25
24
24
  msgid "Select locale"
25
25
  msgstr "Vyberte jazyk"
26
26
 
27
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:36
27
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:37
28
28
  msgid "Cookie &quot;lang&quot; is set: %s"
29
29
  msgstr "Cookie &quot;lang&quot; je nastavena: %s"
@@ -1,5 +1,7 @@
1
1
  # GetText Sample Blog on RoR.
2
+ #
2
3
  # Copyright (C) 2005 Masao Mutoh
4
+ #
3
5
  # This file is distributed under the same license as the Ruby-GetText-Package.
4
6
  #
5
7
  # Sasa Ebach, 2005
@@ -8,9 +10,9 @@
8
10
  # , fuzzy
9
11
  msgid ""
10
12
  msgstr ""
11
- "Project-Id-Version: ruby-gettext 1.0.0\n"
13
+ "Project-Id-Version: blog 1.1.0\n"
12
14
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2005-12-17 13:59+0900\n"
15
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
14
16
  "PO-Revision-Date: 2005-12-27 17:04W. Europe Standard Time\n"
15
17
  "Last-Translator: Sasa Ebach <se@digitale-wertschoepfung.de>\n"
16
18
  "Language-Team: German <gnome-de@gnome.org>\n"
@@ -28,8 +30,8 @@ msgid "Old articles"
28
30
  msgstr "Alte Einträge"
29
31
 
30
32
  #: app/models/article.rb:-
31
- msgid "Article"
32
- msgstr "Neuer Artikel"
33
+ msgid "article"
34
+ msgstr "artikel"
33
35
 
34
36
  #: app/models/article.rb:-
35
37
  msgid "Article|Id"
@@ -47,11 +49,11 @@ msgstr "Beschreibung"
47
49
  msgid "Article|Lastupdate"
48
50
  msgstr "Letzte Aktualisierung"
49
51
 
50
- #: app/controllers/blog_controller.rb:37
52
+ #: app/controllers/blog_controller.rb:33
51
53
  msgid "Article was successfully created."
52
54
  msgstr "Der Artikel wurde erfolgreich erstellt."
53
55
 
54
- #: app/controllers/blog_controller.rb:51
56
+ #: app/controllers/blog_controller.rb:47
55
57
  msgid "Article was successfully updated."
56
58
  msgstr "Der Artikel wurde erfolgreich aktualisiert."
57
59
 
@@ -108,3 +110,4 @@ msgstr "Löschen"
108
110
  #: app/views/blog/edit.rhtml:20
109
111
  msgid "Are you sure?"
110
112
  msgstr "Sind Sie sicher?"
113
+
@@ -1,5 +1,7 @@
1
1
  # GetText Sample Blog on RoR.
2
+ #
2
3
  # Copyright (C) 2005 Masao Mutoh
4
+ #
3
5
  # This file is distributed under the same license as the Ruby-GetText-Package.
4
6
  #
5
7
  # Sven Herzberg <herzi@abi02.de>, 2005.
@@ -9,7 +11,7 @@ msgid ""
9
11
  msgstr ""
10
12
  "Project-Id-Version: gettext_plugin 1.1.0\n"
11
13
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2005-12-23 01:29+0900\n"
14
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
13
15
  "PO-Revision-Date: 2005-08-28 22:27+0200\n"
14
16
  "Last-Translator: Sven Herzberg <herzi@abi02.de>\n"
15
17
  "Language-Team: German <gnome-de@gnome.org>\n"
@@ -18,10 +20,10 @@ msgstr ""
18
20
  "Content-Transfer-Encoding: 8bit\n"
19
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
22
 
21
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:24
23
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:25
22
24
  msgid "Select locale"
23
25
  msgstr "Wählen Sie Ihre Sprache"
24
26
 
25
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:36
27
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:37
26
28
  msgid "Cookie &quot;lang&quot; is set: %s"
27
29
  msgstr "Das Cookie »lang« ist gesetzt: %s"
@@ -0,0 +1,109 @@
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
+ # damphyr <damphyr@gmx.net>, 2006.
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: blog 1.1.0\n"
12
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
13
+ "PO-Revision-Date: 2006-01-06 19:50+0100\n"
14
+ "Last-Translator: damphyr <damphyr@gmx.net>\n"
15
+ "Language-Team: Greek\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
+ #: app/helpers/blog_helper.rb:43
22
+ msgid "Ruby Links"
23
+ msgstr "Δεσμοί Ruby"
24
+
25
+ #: app/helpers/blog_helper.rb:51
26
+ msgid "Old articles"
27
+ msgstr "Παλιά άρθρα"
28
+
29
+ #: app/models/article.rb:-
30
+ msgid "article"
31
+ msgstr "άρθρο"
32
+
33
+ #: app/models/article.rb:-
34
+ msgid "Article|Id"
35
+ msgstr "Νο."
36
+
37
+ #: app/models/article.rb:-
38
+ msgid "Article|Title"
39
+ msgstr "Τίτλος"
40
+
41
+ #: app/models/article.rb:-
42
+ msgid "Article|Description"
43
+ msgstr "Περιγραφή"
44
+
45
+ #: app/models/article.rb:-
46
+ msgid "Article|Lastupdate"
47
+ msgstr "Τελευταία ενημέρωση"
48
+
49
+ #: app/controllers/blog_controller.rb:33
50
+ msgid "Article was successfully created."
51
+ msgstr "Το άρθρο δημιουργήθηκε επιτυχώς"
52
+
53
+ #: app/controllers/blog_controller.rb:47
54
+ msgid "Article was successfully updated."
55
+ msgstr "Το άρθρο ενημερώθηκε επιτυχώς"
56
+
57
+ #: app/views/blog/new.rhtml:13 app/views/blog/list.rhtml:15
58
+ msgid "New article"
59
+ msgstr "Νέο άρθρο"
60
+
61
+ #: app/views/blog/new.rhtml:17
62
+ msgid "Create"
63
+ msgstr "Δημιουργία"
64
+
65
+ #: app/views/blog/new.rhtml:20 app/views/blog/edit.rhtml:21
66
+ #: app/views/blog/show.rhtml:17
67
+ msgid "Back"
68
+ msgstr "Πίσω"
69
+
70
+ #: app/views/blog/_form.rhtml:16
71
+ msgid "Lastupdate"
72
+ msgstr "Τελευταία ενημέρωση"
73
+
74
+ #: app/views/blog/_form.rhtml:18
75
+ msgid "Title: Required."
76
+ msgstr "Τίτλος: Απαιτούμενος"
77
+
78
+ #: app/views/blog/_form.rhtml:21
79
+ msgid "Description: More than 10 characters."
80
+ msgstr "Περιγραφή: Περισότεροι από 10 χαρακτήρες"
81
+
82
+ #: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13
83
+ #: app/views/layouts/blog.rhtml:14
84
+ msgid "GetText Sample Blog on RoR"
85
+ msgstr "Υπόδειγμα Blog σε RoR"
86
+
87
+ #: app/views/blog/list.rhtml:18
88
+ msgid "No articles were found."
89
+ msgstr "Δεν βρέθηκαν άρθρα"
90
+
91
+ #: app/views/blog/edit.rhtml:12
92
+ msgid "Editing article"
93
+ msgstr "Διασκευή άρθρου"
94
+
95
+ #: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
96
+ msgid "Edit"
97
+ msgstr "Διασκευή"
98
+
99
+ #: app/views/blog/edit.rhtml:19
100
+ msgid "Show"
101
+ msgstr "Εμφάνιση"
102
+
103
+ #: app/views/blog/edit.rhtml:20
104
+ msgid "Destroy"
105
+ msgstr "Διαγραφή"
106
+
107
+ #: app/views/blog/edit.rhtml:20
108
+ msgid "Are you sure?"
109
+ msgstr "Σίγουρα;"
@@ -0,0 +1,27 @@
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
+ # damphyr <damphyr@gmx.net>, 2006.
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: gettext_plugin 1.1.0\n"
12
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
13
+ "PO-Revision-Date: 2006-01-06 19:50+0100\n"
14
+ "Last-Translator: damphyr <damphyr@gmx.net>\n"
15
+ "Language-Team: Greek\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
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:25
22
+ msgid "Select locale"
23
+ msgstr "Επιλογή locale"
24
+
25
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:37
26
+ msgid "Cookie &quot;lang&quot; is set: %s"
27
+ msgstr "Το cookie &quot;lang&quot; έχει την τιμή: %s"
@@ -11,7 +11,7 @@
11
11
  msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: blog 1.1.0\n"
14
- "POT-Creation-Date: 2005-12-23 01:29+0900\n"
14
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
15
15
  "PO-Revision-Date: 2005-12-23 01:28+0900\n"
16
16
  "Last-Translator: Masao Mutoh <mutoh@highway.ne.jp>\n"
17
17
  "Language-Team: English\n"
@@ -29,7 +29,7 @@ msgid "Old articles"
29
29
  msgstr ""
30
30
 
31
31
  #: app/models/article.rb:-
32
- msgid "Article"
32
+ msgid "article"
33
33
  msgstr ""
34
34
 
35
35
  #: app/models/article.rb:-
@@ -48,11 +48,11 @@ msgstr ""
48
48
  msgid "Article|Lastupdate"
49
49
  msgstr "Date"
50
50
 
51
- #: app/controllers/blog_controller.rb:37
51
+ #: app/controllers/blog_controller.rb:33
52
52
  msgid "Article was successfully created."
53
53
  msgstr ""
54
54
 
55
- #: app/controllers/blog_controller.rb:51
55
+ #: app/controllers/blog_controller.rb:47
56
56
  msgid "Article was successfully updated."
57
57
  msgstr ""
58
58
 
@@ -9,8 +9,8 @@
9
9
  #, fuzzy
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: 1.0\n"
13
- "POT-Creation-Date: 2005-12-17 13:59+0900\n"
12
+ "Project-Id-Version: blog 1.1.0\n"
13
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
14
14
  "PO-Revision-Date: 2005-12-27 23:14+0100\n"
15
15
  "Last-Translator: David Espada <davinci@escomposlinux.org>\n"
16
16
  "Language-Team: Spanish\n"
@@ -28,8 +28,8 @@ msgid "Old articles"
28
28
  msgstr "Artículos antiguos"
29
29
 
30
30
  #: app/models/article.rb:-
31
- msgid "Article"
32
- msgstr "Artículo"
31
+ msgid "article"
32
+ msgstr "artículo"
33
33
 
34
34
  #: app/models/article.rb:-
35
35
  msgid "Article|Id"
@@ -47,11 +47,11 @@ msgstr "Descripción"
47
47
  msgid "Article|Lastupdate"
48
48
  msgstr "Ultima actualización"
49
49
 
50
- #: app/controllers/blog_controller.rb:37
50
+ #: app/controllers/blog_controller.rb:33
51
51
  msgid "Article was successfully created."
52
52
  msgstr "El artículo se ha creado con éxito"
53
53
 
54
- #: app/controllers/blog_controller.rb:51
54
+ #: app/controllers/blog_controller.rb:47
55
55
  msgid "Article was successfully updated."
56
56
  msgstr "El artículo se ha actualizado con éxito"
57
57
 
@@ -108,3 +108,4 @@ msgstr "Destruir"
108
108
  #: app/views/blog/edit.rhtml:20
109
109
  msgid "Are you sure?"
110
110
  msgstr "¿Está seguro?"
111
+
@@ -9,8 +9,8 @@
9
9
  #, fuzzy
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: 1.0\n"
13
- "POT-Creation-Date: 2005-12-17 13:59+0900\n"
12
+ "Project-Id-Version: gettext_plugin 1.1.0\n"
13
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
14
14
  "PO-Revision-Date: 2005-08-27 23:23+0900\n"
15
15
  "Last-Translator: David Espada <davinci@escomposlinux.org>\n"
16
16
  "Language-Team: Spanish\n"
@@ -19,10 +19,10 @@ msgstr ""
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:24
22
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:25
23
23
  msgid "Select locale"
24
24
  msgstr "Seleccione local"
25
25
 
26
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:33
26
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:37
27
27
  msgid "Cookie &quot;lang&quot; is set: %s"
28
28
  msgstr "Cookie &quot;lang&quot; establecida: %s"
@@ -9,7 +9,7 @@
9
9
  msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: blog 1.1.0\n"
12
- "POT-Creation-Date: 2005-12-23 01:29+0900\n"
12
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
13
13
  "PO-Revision-Date: 2005-08-28 09:22+0100\n"
14
14
  "Last-Translator: Laurent Sansonetti\n"
15
15
  "Language-Team: French\n"
@@ -27,8 +27,8 @@ msgid "Old articles"
27
27
  msgstr "Vieux billets"
28
28
 
29
29
  #: app/models/article.rb:-
30
- msgid "Article"
31
- msgstr "Article"
30
+ msgid "article"
31
+ msgstr "article"
32
32
 
33
33
  #: app/models/article.rb:-
34
34
  msgid "Article|Id"
@@ -46,11 +46,11 @@ msgstr "Description"
46
46
  msgid "Article|Lastupdate"
47
47
  msgstr "DernièreMiseAJour"
48
48
 
49
- #: app/controllers/blog_controller.rb:37
49
+ #: app/controllers/blog_controller.rb:33
50
50
  msgid "Article was successfully created."
51
51
  msgstr "Le billet a été crée correctement."
52
52
 
53
- #: app/controllers/blog_controller.rb:51
53
+ #: app/controllers/blog_controller.rb:47
54
54
  msgid "Article was successfully updated."
55
55
  msgstr "Le billet a été mis-à-jour correctement."
56
56
 
@@ -9,7 +9,7 @@
9
9
  msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: gettext_plugin 1.1.0\n"
12
- "POT-Creation-Date: 2005-12-23 01:29+0900\n"
12
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
13
13
  "PO-Revision-Date: 2005-08-28 09:22+0100\n"
14
14
  "Last-Translator: Laurent Sansonetti\n"
15
15
  "Language-Team: French\n"
@@ -18,10 +18,10 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
20
20
 
21
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:24
21
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:25
22
22
  msgid "Select locale"
23
23
  msgstr "Sélectionnez une locale"
24
24
 
25
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:36
25
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:37
26
26
  msgid "Cookie &quot;lang&quot; is set: %s"
27
27
  msgstr "Le cookie &quot;lang&quot; est actif: %s"
@@ -10,7 +10,7 @@
10
10
  msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: gettext_plugin 1.1.0\n"
13
- "POT-Creation-Date: 2005-12-23 01:29+0900\n"
13
+ "POT-Creation-Date: 2006-01-11 00:45+0900\n"
14
14
  "PO-Revision-Date: 2005-08-27 23:23+0900\n"
15
15
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
16
16
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,10 +19,10 @@ msgstr ""
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21
21
 
22
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:24
22
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:25
23
23
  msgid "Select locale"
24
24
  msgstr ""
25
25
 
26
- #: vendor/plugins/gettext/lib/gettext_plugin.rb:36
26
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:37
27
27
  msgid "Cookie &quot;lang&quot; is set: %s"
28
28
  msgstr ""