X Tutup
# Translations template for bpython. # Copyright (C) 2015 ORGANIZATION # This file is distributed under the same license as the bpython project. # FIRST AUTHOR , 2015. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: bpython 0.13-641\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2015-02-16 21:56+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" #: bpython/args.py:59 msgid "" "Usage: %prog [options] [file [args]]\n" "NOTE: If bpython sees an argument it does not know, execution falls back " "to the regular Python interpreter." msgstr "" #: bpython/args.py:69 msgid "Use CONFIG instead of default config file." msgstr "" #: bpython/args.py:71 msgid "Drop to bpython shell after running file instead of exiting." msgstr "" #: bpython/args.py:74 msgid "Don't flush the output to stdout." msgstr "" #: bpython/args.py:76 msgid "Print version and exit." msgstr "" #: bpython/cli.py:318 bpython/urwid.py:557 msgid "y" msgstr "" #: bpython/cli.py:318 bpython/urwid.py:557 msgid "yes" msgstr "" #: bpython/cli.py:1695 msgid "Rewind" msgstr "" #: bpython/cli.py:1696 msgid "Save" msgstr "" #: bpython/cli.py:1697 msgid "Pastebin" msgstr "" #: bpython/cli.py:1698 msgid "Pager" msgstr "" #: bpython/cli.py:1699 msgid "Show Source" msgstr "" #: bpython/curtsies.py:36 msgid "log debug messages to bpython.log" msgstr "" #: bpython/curtsies.py:38 msgid "start by pasting lines of a file into session" msgstr "" #: bpython/history.py:223 #, python-format msgid "Error occurred while writing to file %s (%s)" msgstr "" #: bpython/repl.py:537 msgid "Nothing to get source of" msgstr "" #: bpython/repl.py:542 #, python-format msgid "Cannot get source: %s" msgstr "" #: bpython/repl.py:547 #, python-format msgid "Cannot access source of %r" msgstr "" #: bpython/repl.py:549 #, python-format msgid "No source code found for %s" msgstr "" #: bpython/repl.py:681 msgid "Save to file (Esc to cancel): " msgstr "" #: bpython/repl.py:683 bpython/repl.py:686 bpython/repl.py:705 msgid "Save cancelled." msgstr "" #: bpython/repl.py:696 #, python-format msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? " msgstr "" #: bpython/repl.py:700 msgid "overwrite" msgstr "" #: bpython/repl.py:702 msgid "append" msgstr "" #: bpython/repl.py:714 bpython/repl.py:1075 #, python-format msgid "Error writing file '%s': %s" msgstr "" #: bpython/repl.py:717 #, python-format msgid "Saved to %s." msgstr "" #: bpython/repl.py:723 msgid "No clipboard available." msgstr "" #: bpython/repl.py:730 msgid "Could not copy to clipboard." msgstr "" #: bpython/repl.py:732 msgid "Copied content to clipboard." msgstr "" #: bpython/repl.py:741 msgid "Pastebin buffer? (y/N) " msgstr "" #: bpython/repl.py:742 msgid "Pastebin aborted." msgstr "" #: bpython/repl.py:749 #, python-format msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s" msgstr "" #: bpython/repl.py:770 bpython/repl.py:799 msgid "Posting data to pastebin..." msgstr "" #: bpython/repl.py:775 #, python-format msgid "Upload failed: %s" msgstr "" #: bpython/repl.py:792 #, python-format msgid "Pastebin URL: %s - Removal URL: %s" msgstr "" #: bpython/repl.py:811 msgid "Upload failed: Helper program not found." msgstr "" #: bpython/repl.py:814 msgid "Upload failed: Helper program could not be run." msgstr "" #: bpython/repl.py:821 #, python-format msgid "Upload failed: Helper program returned non-zero exit status %d." msgstr "" #: bpython/repl.py:825 msgid "Upload failed: No output from helper program." msgstr "" #: bpython/repl.py:833 msgid "Upload failed: Failed to recognize the helper program's output as an URL." msgstr "" #: bpython/repl.py:839 #, python-format msgid "Pastebin URL: %s" msgstr "" #: bpython/repl.py:872 #, python-format msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]" msgstr "" #: bpython/repl.py:879 bpython/repl.py:883 msgid "Undo canceled" msgstr "" #: bpython/repl.py:886 #, python-format msgid "Undoing %d line... (est. %.1f seconds)" msgid_plural "Undoing %d lines... (est. %.1f seconds)" msgstr[0] "" msgstr[1] "" #: bpython/repl.py:1062 msgid "Config file does not exist - create new from default? (y/N)" msgstr "" #: bpython/repl.py:1082 msgid "bpython config file edited. Restart bpython for changes to take effect." msgstr "" #: bpython/repl.py:1085 msgid "Error editing config file." msgstr "" #: bpython/urwid.py:619 #, python-format msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source " msgstr "" #: bpython/urwid.py:1128 msgid "Run twisted reactor." msgstr "" #: bpython/urwid.py:1130 msgid "Select specific reactor (see --help-reactors). Implies --twisted." msgstr "" #: bpython/urwid.py:1133 msgid "List available reactors for -r." msgstr "" #: bpython/urwid.py:1135 msgid "" "twistd plugin to run (use twistd for a list). Use \"--\" to pass further " "options to the plugin." msgstr "" #: bpython/urwid.py:1138 msgid "Port to run an eval server on (forces Twisted)." msgstr "" #: bpython/curtsiesfrontend/repl.py:286 msgid "Welcome to bpython!" msgstr "" #: bpython/curtsiesfrontend/repl.py:287 #, python-format msgid "Press <%s> for help." msgstr "" #: bpython/curtsiesfrontend/repl.py:526 #, python-format msgid "Executing PYTHONSTARTUP failed: %s" msgstr "" #: bpython/curtsiesfrontend/repl.py:543 #, python-format msgid "Reloaded at %s because %s modified." msgstr "" #: bpython/curtsiesfrontend/repl.py:814 #, python-format msgid "Reloaded at %s by user." msgstr "" #: bpython/curtsiesfrontend/repl.py:820 msgid "Auto-reloading deactivated." msgstr "" #: bpython/curtsiesfrontend/repl.py:825 msgid "Auto-reloading active, watching for file changes..." msgstr "" #: bpython/curtsiesfrontend/repl.py:830 msgid "Auto-reloading not available because watchdog not installed." msgstr ""
X Tutup