Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SUBDIRS = \
autoresolution \
autotimer \
babelzapper \
birthdayreminder \
blindscan \
bonjour \
btdevicesmanager \
Expand Down
2 changes: 2 additions & 0 deletions birthdayreminder/CONTROL/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Description: Birthday Reminder: Reminds you of birthdays
Depends: python-textutils
1 change: 1 addition & 0 deletions birthdayreminder/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SUBDIRS = src po meta
4 changes: 4 additions & 0 deletions birthdayreminder/meta/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
installdir = $(datadir)/meta/

dist_install_DATA = plugin_birthdayreminder.xml

16 changes: 16 additions & 0 deletions birthdayreminder/meta/plugin_birthdayreminder.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<default>
<prerequisites>
<tag type="Software" />
</prerequisites>
<info>
<author>Shaderman</author>
<name>Birthday Reminder</name>
<packagename>enigma2-plugin-extensions-birthdayreminder</packagename>
<shortdescription>Reminds you of birthdays</shortdescription>
<description>Reminds you of birthdays</description>
<screenshot/>
</info>
<files type="package"> <!-- without version, without .ipk -->
<file type="package" name="enigma2-plugin-extensions-birthdayreminder" />
</files>
</default>
205 changes: 205 additions & 0 deletions birthdayreminder/po/BirthdayReminder.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-12 19:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#, python-format
msgid "%s will turn %s in %s!"
msgstr ""

msgid "1 day"
msgstr ""

msgid "1 week"
msgstr ""

msgid "3 days"
msgstr ""

msgid "Add"
msgstr ""

msgid "Add a birthday"
msgstr ""

msgid "Add birthday"
msgstr ""

msgid "Age"
msgstr ""

msgid "Birthday"
msgstr ""

msgid "Birthday Reminder"
msgstr ""

msgid "Birthday Reminder Settings"
msgstr ""

#, python-format
msgid "Birthday Reminder received %s birthdays from %s."
msgstr ""

msgid "Birthday filename:"
msgstr ""

msgid "Birthdays"
msgstr ""

msgid "CSV import successful!"
msgstr ""

#, python-format
msgid "Can't find CSV file %s!"
msgstr ""

#, python-format
msgid "Can't import CSV data from file %s."
msgstr ""

#, python-format
msgid "Can't write CSV file %s."
msgstr ""

msgid "Date format:"
msgstr ""

msgid "Day:"
msgstr ""

msgid "Disabled"
msgstr ""

msgid "Distribute birthdays to other Dreamboxes"
msgstr ""

#, python-format
msgid "Do you really want to delete the entry for %s?"
msgstr ""

msgid "Edit"
msgstr ""

msgid "Edit Birthday Settings"
msgstr ""

msgid "Edit birthday"
msgstr ""

msgid "Edit birthdays"
msgstr ""

msgid "Edit the selected entry"
msgstr ""

#, python-format
msgid ""
"Error reading file %s.\n"
"\n"
"Error: %s, %s"
msgstr ""

#, python-format
msgid ""
"Error writing file %s.\n"
"\n"
"Error: %s, %s"
msgstr ""

msgid "Exit the plugin"
msgstr ""

msgid "Export CSV file"
msgstr ""

msgid "Extras"
msgstr ""

msgid "Helps to remind of birthdays"
msgstr ""

msgid "Import CSV file"
msgstr ""

msgid "Invalid date!"
msgstr ""

msgid "Month:"
msgstr ""

msgid "Name"
msgstr ""

msgid "Name:"
msgstr ""

msgid "Networking port (default: 7374):"
msgstr ""

msgid "Next birthday"
msgstr ""

msgid "Notification time:"
msgstr ""

msgid "Open the extras menu"
msgstr ""

msgid "Path to birthday file:"
msgstr ""

msgid "Remind before birthday:"
msgstr ""

msgid "Remove"
msgstr ""

msgid "Remove the selected entry"
msgstr ""

msgid "Select a path for the birthday file"
msgstr ""

msgid "Show plugin in extensions menu:"
msgstr ""

msgid "Sort birthdays by:"
msgstr ""

msgid "Sorting next"
msgstr ""

msgid "Sorting previous"
msgstr ""

#, python-format
msgid ""
"Today is %s's birthday!\n"
"\n"
"She/he was born on %s and is now %s year(s) old."
msgstr ""

msgid "What do you want to do?"
msgstr ""

#, python-format
msgid "Wrote CSV file %s."
msgstr ""

msgid "Year:"
msgstr ""
2 changes: 2 additions & 0 deletions birthdayreminder/po/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PLUGIN = BirthdayReminder
include $(top_srcdir)/Rules-po.mak
Loading
Loading