From af0fe9d2e45d6216f1cb0417b03dff7425f57c28 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 10 May 2015 17:59:15 +0200 Subject: Remove translation support, and cleanup the Makefile. --- Makefile | 10 - locale/poezio.pot | 625 ------------------------------------------------------ 2 files changed, 635 deletions(-) delete mode 100644 locale/poezio.pot diff --git a/Makefile b/Makefile index a9f8dd62..2b3e3a51 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,3 @@ -prefix=/usr/local/ -LIBDIR=$(prefix)/lib -BINDIR=$(prefix)/bin -DATADIR=$(prefix)/share -DOCDIR=$(DATADIR)/doc -LOCALEDIR=$(DATADIR)/locale -MANDIR=$(DATADIR)/man TMPDIR=/tmp/ all: Makefile @@ -31,9 +24,6 @@ doc: test: py.test -v test/ -pot: - xgettext src/*.py --from-code=utf-8 --keyword=_ -o locale/poezio.pot - release: rm -fr $(TMPDIR)/poezio-$(version) git clone $(PWD) $(TMPDIR)/poezio-$(version) diff --git a/locale/poezio.pot b/locale/poezio.pot deleted file mode 100644 index fc66ac67..00000000 --- a/locale/poezio.pot +++ /dev/null @@ -1,625 +0,0 @@ -# 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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-05-28 23:53+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/core.py:59 -msgid "A password is required" -msgstr "" - -#: src/core.py:60 -msgid "Permission denied" -msgstr "" - -#: src/core.py:61 -msgid "The room does'nt exist" -msgstr "" - -#: src/core.py:62 -msgid "Your are not allowed to create a new room" -msgstr "" - -#: src/core.py:63 -msgid "A reserved nick must be used" -msgstr "" - -#: src/core.py:64 -msgid "You are not in the member list" -msgstr "" - -#: src/core.py:65 -msgid "This nickname is already in use or has been reserved" -msgstr "" - -#: src/core.py:66 -msgid "The maximum number of users has been reached" -msgstr "" - -#: src/core.py:113 -msgid "" -"Usage: /join [room_name][@server][/nick] [password]\n" -"Join: Join the specified room. You can specify a nickname after a slash (/). " -"If no nickname is specified, you will use the default_nick in the " -"configuration file. You can omit the room name: you will then join the room " -"you're looking at (useful if you were kicked). You can also provide a " -"room_name without specifying a server, the server of the room you're " -"currently in will be used. You can also provide a password to join the " -"room.\n" -"Examples:\n" -"/join room@server.tld\n" -"/join room@server.tld/John\n" -"/join room2\n" -"/join /me_again\n" -"/join\n" -"/join room@server.tld/my_nick password\n" -"/join / password" -msgstr "" - -#: src/core.py:114 -msgid "" -"Usage: /exit\n" -"Exit: Just disconnect from the server and exit poezio." -msgstr "" - -#: src/core.py:115 -msgid "" -"Usage: /next\n" -"Next: Go to the next room." -msgstr "" - -#: src/core.py:116 -msgid "" -"Usage: /prev\n" -"Prev: Go to the previous room." -msgstr "" - -#: src/core.py:117 -msgid "" -"Usage: /win \n" -"Win: Go to the specified room." -msgstr "" - -#: src/core.py:118 -msgid "" -"Usage: /w \n" -"W: Go to the specified room." -msgstr "" - -#: src/core.py:119 -msgid "" -"Usage: /show [status message]\n" -"Show: Sets your availability and (optionaly) your status message. The " -" argument is one of \"available, chat, away, afk, dnd, busy, xa" -"\" and the optional [status] argument will be your status message." -msgstr "" - -#: src/core.py:120 -msgid "" -"Usage: /status [status message]\n" -"Status: Sets your availability and (optionaly) your status message. The " -" argument is one of \"available, chat, away, afk, dnd, busy, xa" -"\" and the optional [status] argument will be your status message." -msgstr "" - -#: src/core.py:121 -msgid "" -"Usage: /away [message]\n" -"Away: Sets your availability to away and (optionaly) your status message. " -"This is equivalent to '/status away [message]'" -msgstr "" - -#: src/core.py:122 -msgid "" -"Usage: /busy [message]\n" -"Busy: Sets your availability to busy and (optionaly) your status message. " -"This is equivalent to '/status busy [message]'" -msgstr "" - -#: src/core.py:123 -msgid "" -"Usage: /available [message]\n" -"Available: Sets your availability to available and (optionaly) your status " -"message. This is equivalent to '/status available [message]'" -msgstr "" - -#: src/core.py:124 -msgid "" -"Usage: /bookmark [roomname][/nick]\n" -"Bookmark: Bookmark the specified room (you will then auto-join it on each " -"poezio start). This commands uses the same syntaxe as /join. Type /help join " -"for syntaxe examples. Note that when typing \"/bookmark\" on its own, the " -"room will be bookmarked with the nickname you're currently using in this " -"room (instead of default_nick)" -msgstr "" - -#: src/core.py:125 -msgid "" -"Usage: /set