[california] Initial Hungarian translation



commit 7e67c18bf7f9922716e20625097725a6b0ec03ad
Author: Balázs Úr <urbalazs src gnome org>
Date:   Sun Mar 16 11:14:24 2014 +0100

    Initial Hungarian translation

 po/hu.po |  245 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 245 insertions(+), 0 deletions(-)
---
diff --git a/po/hu.po b/po/hu.po
new file mode 100644
index 0000000..9152014
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,245 @@
+# Hungarian translation for california.
+# Copyright (C) 2014 california's COPYRIGHT HOLDER
+# This file is distributed under the same license as the california package.
+#
+# Balázs Úr <urbalazs gmail com>, 2014.
+# Balázs Úr <urbalazs at gmail dot com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: california master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
+"product=california&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-03-16 08:58+0000\n"
+"PO-Revision-Date: 2014-03-16 11:14+0100\n"
+"Last-Translator: Balázs Úr <urbalazs at gmail dot com>\n"
+"Language-Team: Hungarian <gnome-hu-list gnome org>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.2\n"
+
+#: ../src/application/california-application.vala:18
+msgid "California"
+msgstr "California"
+
+#: ../src/application/california-application.vala:19
+msgid "Desktop Calendar"
+msgstr "Asztali naptár"
+
+#: ../src/application/california-application.vala:20
+msgid "Copyright 2014 Yorba Foundation"
+msgstr "Copyright 2014 Yorba Foundation"
+
+#: ../src/application/california-application.vala:22
+msgid "Visit California's home page"
+msgstr "A California honlapjának megtekintése"
+
+#: ../src/application/california-application.vala:82
+#, c-format
+msgid "Unable to open California: %s"
+msgstr "Nem sikerült a California megnyitása: %s"
+
+#: ../src/application/california-application.vala:135
+#, c-format
+msgid "About %s"
+msgstr "%s névjegye"
+
+#. / Translators: add your name and email address to receive credit in the About dialog
+#. / For example: Yamada Taro <yamada taro example com>
+#: ../src/application/california-application.vala:141
+msgid "translator-credits"
+msgstr "Úr Balázs <urbalazs gmail com>"
+
+#. / The month and year according to locale preferences, i.e. "March 2014"
+#. / See http://www.cplusplus.com/reference/ctime/strftime/ for format reference
+#: ../src/calendar/calendar.vala:76
+msgid "%B %Y"
+msgstr "%Y. %B"
+
+#. / The abbreviated month and year according to locale preferences, i.e. "Mar 2014"
+#. / See http://www.cplusplus.com/reference/ctime/strftime/ for format reference
+#: ../src/calendar/calendar.vala:80
+msgid "%b %Y"
+msgstr "%Y. %b."
+
+#. / A "pretty" date according to locale preferences, i.e. "Monday, March 10, 2014"
+#. / See http://www.cplusplus.com/reference/ctime/strftime/ for format reference
+#: ../src/calendar/calendar.vala:84
+msgid "%A, %B %e, %Y"
+msgstr "%Y. %B %e., %A"
+
+#. / A "pretty" date with no year according to locale preferences, i.e. "Monday, March 10"
+#. / See http://www.cplusplus.com/reference/ctime/strftime/ for format reference
+#: ../src/calendar/calendar.vala:88
+msgid "%A, %B %e"
+msgstr "%B %e., %A"
+
+#. / A "pretty" date abbreviated according to locale preferences, i.e. "Mon, Mar 10, 2014"
+#. / See http://www.cplusplus.com/reference/ctime/strftime/ for format reference
+#: ../src/calendar/calendar.vala:92
+msgid "%a, %b %e, %Y"
+msgstr "%Y. %b. %e., %a."
+
+#. / A "pretty" date abbreviated and no year according to locale preferences, i.e.
+#. / "Mon, Mar 10"
+#. / See http://www.cplusplus.com/reference/ctime/strftime/ for format reference
+#: ../src/calendar/calendar.vala:97
+msgid "%a, %b %e"
+msgstr "%b. %e., %a."
+
+#. / Ante meridiem
+#. / (Please translate even if 24-hour clock used in your locale; this allows for GNOME time
+#. / format user settings to be honored)
+#: ../src/calendar/calendar.vala:102
+msgid "am"
+msgstr "de"
+
+#. / Brief ante meridiem, i.e. "am" -> "a"
+#. / (Please translate even if 24-hour clock used in your locale; this allows for GNOME time
+#. / format user settings to be honored)
+#: ../src/calendar/calendar.vala:107
+msgid "a"
+msgstr "e"
+
+#. / Post meridiem
+#. / (Please translate even if 24-hour clock used in your locale; this allows for GNOME time
+#. / format user settings to be honored)
+#: ../src/calendar/calendar.vala:112
+msgid "pm"
+msgstr "du"
+
+#. / Brief post meridiem, i.e. "pm" -> "p"
+#. / (Please translate even if 24-hour clock used in your locale; this allows for GNOME time
+#. / format user settings to be honored)
+#: ../src/calendar/calendar.vala:117
+msgid "p"
+msgstr "u"
+
+#. / The 12-hour time with minute and meridiem ("am" or "pm"), i.e. "5:06pm"
+#. / (Please translate even if 24-hour clock used in your locale; this allows for GNOME time
+#. / format user settings to be honored)
+#: ../src/calendar/calendar.vala:122
+#, c-format
+msgid "%d:%02d%s"
+msgstr "%d.%02d%s"
+
+#. / The 12-hour time with minute, seconds, and meridiem ("am" or "pm"), i.e. "5:06:31pm"
+#. / (Please translate even if 24-hour clock used in your locale; this allows for GNOME time
+#. / format user settings to be honored)
+#: ../src/calendar/calendar.vala:127
+#, c-format
+msgid "%d:%02d:%02d%s"
+msgstr "%d.%02d.%02d%s"
+
+#. / The 24-hour time with minutes, i.e. "17:06"
+#: ../src/calendar/calendar.vala:130
+#, c-format
+msgid "%d:%02d"
+msgstr "%d.%02d"
+
+#. / The 24-hour time with minutes and seconds, i.e. "17:06:31"
+#: ../src/calendar/calendar.vala:133
+#, c-format
+msgid "%d:%02d:%02d"
+msgstr "%d.%02d.%02d"
+
+#: ../src/host/host-create-update-event.vala:85
+msgid "Update Event"
+msgstr "Esemény frissítése"
+
+#: ../src/host/host-create-update-event.vala:86 ../src/rc/show-event.ui.h:2
+msgid "_Update"
+msgstr "_Frissítés"
+
+#: ../src/host/host-main-window.vala:44
+msgid "Today"
+msgstr "Ma"
+
+#: ../src/host/host-main-window.vala:64
+msgid "Create a new event for today"
+msgstr "Új esemény létrehozása mára"
+
+#: ../src/host/host-main-window.vala:69
+msgid "Calendars (Ctrl+L)"
+msgstr "Naptárak (Ctrl+L)"
+
+#. All-day event spanning days, print "<abbrev date> to <abbrev date>"
+#. / Prints a span of dates, i.e. "January 3 to January 6"
+#. Single-day timed event, print "<full date>\n<full start time> to <full end time>",
+#. including year if not current year
+#. / Prints a span of time, i.e. "3:30pm to 4:30pm"
+#: ../src/host/host-show-event.vala:74 ../src/host/host-show-event.vala:84
+#, c-format
+msgid "%s to %s"
+msgstr "%s - %s"
+
+#. Multi-day timed event, print "<full time>, <full date>" on both lines,
+#. including year if either not current year
+#. / Prints two full time and date strings on separate lines, i.e.:
+#. / 12 January 2012, 3:30pm
+#. / 13 January 2013, 6:30am
+#: ../src/host/host-show-event.vala:95
+#, c-format
+msgid ""
+"%s, %s\n"
+"%s, %s"
+msgstr ""
+"%s, %s\n"
+"%s, %s"
+
+#: ../src/rc/app-menu.interface.h:1
+msgid "_Calendars"
+msgstr "N_aptárak"
+
+#: ../src/rc/app-menu.interface.h:2
+msgid "_About"
+msgstr "_Névjegy"
+
+#: ../src/rc/app-menu.interface.h:3
+msgid "_Quit"
+msgstr "_Kilépés"
+
+#: ../src/rc/calendar-manager-list.ui.h:1 ../src/rc/show-event.ui.h:3
+msgid "_Close"
+msgstr "_Bezárás"
+
+#: ../src/rc/create-update-event.ui.h:1
+msgid "New Event"
+msgstr "Új esemény"
+
+#: ../src/rc/create-update-event.ui.h:2
+msgid "Untitled event"
+msgstr "Névtelen esemény"
+
+#. As in "From <date> <time> to <date> <time>"
+#: ../src/rc/create-update-event.ui.h:4
+msgid "From"
+msgstr "Ettől:"
+
+#. As in "From <date> <time> to <date> <time>"
+#: ../src/rc/create-update-event.ui.h:6
+msgid "to"
+msgstr "eddig:"
+
+#: ../src/rc/create-update-event.ui.h:7
+msgid "_All-day event"
+msgstr "_Egész napos esemény"
+
+#: ../src/rc/create-update-event.ui.h:8
+msgid "Calendar:"
+msgstr "Naptár:"
+
+#: ../src/rc/create-update-event.ui.h:9
+msgid "_Cancel"
+msgstr "_Mégse"
+
+#: ../src/rc/create-update-event.ui.h:10
+msgid "C_reate"
+msgstr "_Létrehozás"
+
+#: ../src/rc/show-event.ui.h:1
+msgid "_Remove"
+msgstr "_Eltávolítás"
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]