123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- # 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: 2012-06-30 11:07+0000\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"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: 8bit\n"
- #. TRANS: Client exception. Do not translate POST.
- #: keepalivechannel.php:65 closechannel.php:65
- msgid "You have to POST it."
- msgstr ""
- #. TRANS: Client exception thrown when the channel key argument is missing.
- #: keepalivechannel.php:72 closechannel.php:72
- msgid "No channel key argument."
- msgstr ""
- #. TRANS: Client exception thrown when referring to a non-existing channel.
- #: keepalivechannel.php:79 closechannel.php:79
- msgid "No such channel."
- msgstr ""
- #. TRANS: Text label for realtime view "play" button, usually replaced by an icon.
- #: RealtimePlugin.php:421
- msgctxt "BUTTON"
- msgid "Play"
- msgstr ""
- #. TRANS: Tooltip for realtime view "play" button.
- #: RealtimePlugin.php:423
- msgctxt "TOOLTIP"
- msgid "Play"
- msgstr ""
- #. TRANS: Text label for realtime view "pause" button
- #: RealtimePlugin.php:425
- msgctxt "BUTTON"
- msgid "Pause"
- msgstr ""
- #. TRANS: Tooltip for realtime view "pause" button
- #: RealtimePlugin.php:427
- msgctxt "TOOLTIP"
- msgid "Pause"
- msgstr ""
- #. TRANS: Text label for realtime view "popup" button, usually replaced by an icon.
- #: RealtimePlugin.php:429
- msgctxt "BUTTON"
- msgid "Pop up"
- msgstr ""
- #. TRANS: Tooltip for realtime view "popup" button.
- #: RealtimePlugin.php:431
- msgctxt "TOOLTIP"
- msgid "Pop up in a window"
- msgstr ""
|