poke-devel
[Top][All Lists]
Advanced

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

[PATCH] Remove po/poke.pot


From: John Darrington
Subject: [PATCH] Remove po/poke.pot
Date: Sat, 14 Mar 2020 07:13:25 +0100

This file is generated by po/Makefile, so there is no need to have it
in the repository - and it just causes gratuitous merge issues, and
means that it is (almost) never up to date.
---
 po/poke.pot | 234 ----------------------------------------------------
 1 file changed, 234 deletions(-)
 delete mode 100644 po/poke.pot

diff --git a/po/poke.pot b/po/poke.pot
deleted file mode 100644
index 59cc7531..00000000
--- a/po/poke.pot
+++ /dev/null
@@ -1,234 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the GNU poke package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: GNU poke 0.1-beta\n"
-"Report-Msgid-Bugs-To: address@hidden\n"
-"POT-Creation-Date: 2020-03-09 15:22+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <address@hidden>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: src/pk-cmd.c:305
-#, c-format
-msgid "%s: command not found.\n"
-msgstr ""
-
-#: src/pk-cmd.c:326
-#, c-format
-msgid "%s: invalid flag `%c'\n"
-msgstr ""
-
-#: src/pk-cmd.c:546
-msgid "This command requires an IO space.  Use the `file' command."
-msgstr ""
-
-#: src/pk-cmd.c:556
-msgid "This command requires a writable IO space."
-msgstr ""
-
-#: src/pk-cmd.c:578
-#, c-format
-msgid "Usage: %s\n"
-msgstr ""
-
-#: src/pk-def.c:115
-msgid "Name\t\tValue\t\t\tDeclared at\n"
-msgstr ""
-
-#: src/pk-utils.c:39
-#, c-format
-msgid "Cannot stat %s: %s\n"
-msgstr ""
-
-#: src/pk-utils.c:45
-#, c-format
-msgid "%s is a directory\n"
-msgstr ""
-
-#: src/pk-utils.c:52
-#, c-format
-msgid "%s: file cannot be read: %s\n"
-msgstr ""
-
-#: src/pkl.c:274 src/pkl.c:332 src/pkl.c:378 src/pkl.c:429
-#, c-format
-msgid "out of memory\n"
-msgstr ""
-
-#: src/pkl-trans.c:642 src/pkl-trans.c:671
-msgid "invalid flag"
-msgstr ""
-
-#: src/pkl-trans.c:644
-msgid "invalid numerical prefix"
-msgstr ""
-
-#: src/pkl-trans.c:716
-msgid "Base with more than 64 bits"
-msgstr ""
-
-#: src/pkl-trans.c:730
-msgid "char format only makes sense with 8 bits"
-msgstr ""
-
-#: src/pkl-trans.c:735
-msgid "invalid base"
-msgstr ""
-
-#: src/pkl-trans.c:751
-#, c-format
-msgid "Expected decimal digit after %u"
-msgstr ""
-
-#: src/pkl-trans.c:774 src/pkl-trans.c:789 src/pkl-trans.c:859
-msgid "invalid format specifier"
-msgstr ""
-
-#: src/pkl-trans.c:801
-msgid "unpaired styling class"
-msgstr ""
-
-#: src/pkl-trans.c:885
-msgid "unclosed styling tag"
-msgstr ""
-
-#: src/pk-repl.c:270
-msgid "For help, type \""
-msgstr ""
-
-#: src/pk-repl.c:278
-msgid "For help, type \".help\".\n"
-msgstr ""
-
-#: src/pk-repl.c:280
-msgid "Type \".exit\" to leave the program.\n"
-msgstr ""
-
-#: src/pk-set.c:242
-msgid " cutoff should be between 0 and 15.\n"
-msgstr ""
-
-#: src/pk-set.c:270
-msgid " odepth should be between 0 and 15.\n"
-msgstr ""
-
-#: src/pk-set.c:294
-msgid " oindent should be >=1 and <= 10.\n"
-msgstr ""
-
-#: src/pk-set.c:328 src/pk-set.c:372
-msgid "error: "
-msgstr ""
-
-#: src/pk-set.c:330
-msgid " omap should be one of `yes' or `no'.\n"
-msgstr ""
-
-#: src/pk-set.c:374
-msgid " omode should be one of `flat' or `tree'.\n"
-msgstr ""
-
-#. TRANSLATORS: --help output, GNU poke synopsis.
-#. no-wrap
-#: src/poke.c:129
-msgid "Usage: poke [OPTION]... [FILE]\n"
-msgstr ""
-
-#. TRANSLATORS: --help output, GNU poke summary.
-#. no-wrap
-#: src/poke.c:134
-msgid "Interactive editor for binary files.\n"
-msgstr ""
-
-#. TRANSLATORS: --help output, GNU poke arguments.
-#. no-wrap
-#: src/poke.c:140
-msgid ""
-"  -l, --load=FILE                     load the given pickle at startup.\n"
-"  -L FILE                             load the given pickle and exit.\n"
-msgstr ""
-
-#. TRANSLATORS: --help output, GNU poke arguments.
-#. no-wrap
-#: src/poke.c:148
-msgid ""
-"Commanding poke from the command line:\n"
-"  -c, --command=CMD                   execute the given command.\n"
-"  -s, --script=FILE                   execute commands from FILE.\n"
-msgstr ""
-
-#: src/poke.c:154
-msgid ""
-"Styling text output:\n"
-"      --color=(yes|no|auto|html|test) emit styled output.\n"
-"      --style=STYLE_FILE              style file to use when styling.\n"
-msgstr ""
-
-#. TRANSLATORS: --help output, less used GNU poke arguments.
-#. no-wrap
-#: src/poke.c:162
-msgid ""
-"  -q, --no-init-file                  do not load an init file.\n"
-"      --quiet                         be as terse as possible.\n"
-"      --help                          print a help message and exit.\n"
-"      --version                       show version and exit.\n"
-msgstr ""
-
-#. TRANSLATORS: --help output 5+ (reports)
-#. TRANSLATORS: the placeholder indicates the bug-reporting address
-#. for this application.  Please add _another line_ with the
-#. address for translation bugs.
-#. no-wrap
-#: src/poke.c:174
-#, c-format
-msgid "Report bugs to: %s\n"
-msgstr ""
-
-#: src/poke.c:177
-#, c-format
-msgid "Report %s bugs to: %s\n"
-msgstr ""
-
-#: src/poke.c:180
-#, c-format
-msgid "%s home page: <%s>\n"
-msgstr ""
-
-#: src/poke.c:181
-#, c-format
-msgid "General help using GNU software: %s\n"
-msgstr ""
-
-#: src/poke.c:202
-#, c-format
-msgid ""
-"%s (C) %s Jose E. Marchesi.\n"
-"License GPLv3+: GNU GPL version 3 or later"
-msgstr ""
-
-#: src/poke.c:213
-#, c-format
-msgid ""
-"\n"
-"Powered by Jitter %s."
-msgstr ""
-
-#: src/poke.c:216
-msgid ""
-"\n"
-"Perpetrated by Jose E. Marchesi.\n"
-msgstr ""
-
-#: src/poke.c:310
-#, c-format
-msgid "cannot open file %s\n"
-msgstr ""
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]