samples/rails/po/hr/blog.po in gettext-1.92.0 vs samples/rails/po/hr/blog.po in gettext-1.93.0
- old
+ new
@@ -5,27 +5,27 @@
#
# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
# Sanjin Sehic <saserr@gmail.com>, 2007.
msgid ""
msgstr ""
-"Project-Id-Version: blog 1.2.0\n"
-"POT-Creation-Date: 2007-08-01 23:20+0900\n"
+"Project-Id-Version: blog 2.0.0\n"
+"POT-Creation-Date: 2008-09-15 00:49+0900\n"
"PO-Revision-Date: 2007-03-20 20:06+0100\n"
"Last-Translator: Sanjin Sehic <saserr@gmail.com>\n"
"Language-Team: Croatian <saserr@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: KBabel 1.11.4\n"
-#: app/helpers/blog_helper.rb:43
+#: app/helpers/articles_helper.rb:42
msgid "Ruby Links"
msgstr "Ruby prećice"
-#: app/helpers/blog_helper.rb:51
+#: app/helpers/articles_helper.rb:50
msgid "Old articles"
msgstr "Stari članci"
#: app/models/article.rb:-
msgid "article"
@@ -39,68 +39,64 @@
msgid "Article|Description"
msgstr "Članak|Opis"
#: app/models/article.rb:-
msgid "Article|Lastupdate"
-msgstr "Članak|Posljednja izmjena"
+msgstr "Posljednja izmjena"
-#: app/controllers/blog_controller.rb:33
+#: app/controllers/articles_controller.rb:58
msgid "Article was successfully created."
msgstr "Članak je usješno napravljen."
-#: app/controllers/blog_controller.rb:47
+#: app/controllers/articles_controller.rb:75
msgid "Article was successfully updated."
msgstr "Članak je usješno izmjenjen."
-#: app/views/blog/show.rhtml:13 app/views/blog/list.rhtml:13
-#: app/views/layouts/blog.rhtml:14
-msgid "GetText Sample Blog on RoR"
-msgstr "GetText Primjer Blog-a na RoR-u"
+#: app/views/articles/edit.html.erb:1
+msgid "Editing article"
+msgstr "Mijenjanje članka"
-#: app/views/blog/show.rhtml:16 app/views/blog/edit.rhtml:16
+#: app/views/articles/edit.html.erb:9 app/views/articles/new.html.erb:9
+msgid "Title: Required."
+msgstr "Naslov: Obavezan"
+
+#: app/views/articles/edit.html.erb:11 app/views/articles/new.html.erb:11
+msgid "Description: More than 10 characters."
+msgstr "Opis: Više od 10 karaktera"
+
+#: app/views/articles/edit.html.erb:13 app/views/articles/show.html.erb:4
msgid "Edit"
msgstr "Izmjeni"
-#: app/views/blog/show.rhtml:17 app/views/blog/new.rhtml:20
-#: app/views/blog/edit.rhtml:21
-msgid "Back"
-msgstr "Nazad"
-
-#: app/views/blog/new.rhtml:13 app/views/blog/list.rhtml:15
-msgid "New article"
-msgstr "Novi članak"
-
-#: app/views/blog/new.rhtml:17
-msgid "Create"
-msgstr "Napravi"
-
-#: app/views/blog/list.rhtml:18
-msgid "No articles were found."
-msgstr "Nijedan članak nije pronađen."
-
-#: app/views/blog/edit.rhtml:12
-msgid "Editing article"
-msgstr "Mijenjanje članka"
-
-#: app/views/blog/edit.rhtml:19
+#: app/views/articles/edit.html.erb:18
msgid "Show"
msgstr "Pokaži"
-#: app/views/blog/edit.rhtml:20
+#: app/views/articles/edit.html.erb:19
msgid "Destroy"
msgstr "Uništi"
-#: app/views/blog/edit.rhtml:20
+#: app/views/articles/edit.html.erb:19
msgid "Are you sure?"
msgstr "Jeste li sigurni?"
-#: app/views/blog/_form.rhtml:16
-msgid "Lastupdate"
-msgstr "Posljednja izmjena"
+#: app/views/articles/edit.html.erb:20 app/views/articles/show.html.erb:5
+#: app/views/articles/new.html.erb:18
+msgid "Back"
+msgstr "Nazad"
-#: app/views/blog/_form.rhtml:18
-msgid "Title: Required."
-msgstr "Naslov: Obavezan"
+#: app/views/articles/show.html.erb:1 app/views/articles/index.html.erb:1
+#: app/views/layouts/articles.html.erb:7
+msgid "GetText Sample Blog on RoR"
+msgstr "GetText Primjer Blog-a na RoR-u"
-#: app/views/blog/_form.rhtml:21
-msgid "Description: More than 10 characters."
-msgstr "Opis: Više od 10 karaktera"
+#: app/views/articles/new.html.erb:1 app/views/articles/index.html.erb:4
+msgid "New article"
+msgstr "Novi članak"
+
+#: app/views/articles/new.html.erb:13
+msgid "Create"
+msgstr "Napravi"
+
+#: app/views/articles/index.html.erb:7
+msgid "No articles were found."
+msgstr "Nijedan članak nije pronađen."