About to release DeforaOS Editor 0.3.0

This commit is contained in:
Pierre Pronchery 2014-04-06 14:19:33 +02:00
parent 47c7dee478
commit a3b2cff03f
8 changed files with 18 additions and 19 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Editor
VERSION = 0.2.1
VERSION = 0.3.0
SUBDIRS = data doc po src tools
RM = rm -f
LN = ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "Editor"
#define VERSION "0.2.1"
#define VERSION "0.3.0"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="Editor"
VERSION="0.2.1"
VERSION="0.3.0"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"

View File

@ -1,20 +1,20 @@
# $Id$
# Copyright (c) 2010 Pierre Pronchery <khorben@defora.org>
# Copyright (c) 2010-2014 Pierre Pronchery <khorben@defora.org>
# This file is distributed under the same license as the Editor package.
# Pierre Pronchery <khorben@defora.org>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: Editor 0.1.1\n"
"Project-Id-Version: Editor 0.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-06 05:57+0200\n"
"PO-Revision-Date: 2010-04-07 22:05+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ../src/editor.c:108
msgid "_New"

View File

@ -1,20 +1,20 @@
# $Id$
# Copyright (c) 2010 Pierre Pronchery <khorben@defora.org>
# Copyright (c) 2010-2014 Pierre Pronchery <khorben@defora.org>
# This file is distributed under the same license as the Editor package.
# Pierre Pronchery <khorben@defora.org>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: Editor 0.1.1\n"
"Project-Id-Version: Editor 0.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-06 05:57+0200\n"
"PO-Revision-Date: 2010-04-07 22:07+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ../src/editor.c:108
msgid "_New"

View File

@ -1,11 +1,11 @@
# $Id$
# Copyright (c) 2010 Pierre Pronchery <khorben@defora.org>
# Copyright (c) 2010-2014 Pierre Pronchery <khorben@defora.org>
# This file is distributed under the same license as the Editor package.
# Pierre Pronchery <khorben@defora.org>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: Editor 0.1.1\n"
"Project-Id-Version: Editor 0.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-06 05:57+0200\n"
"PO-Revision-Date: 2010-04-11 12:32+0200\n"

View File

@ -1,21 +1,20 @@
# $Id$
# Traduzioni italiane per il pacchetto Editor.
# Copyright (c) 2010 Pierre Pronchery <khorben@defora.org>
# Copyright (c) 2010-2014 Pierre Pronchery <khorben@defora.org>
# This file is distributed under the same license as the Editor package.
# Pierre Pronchery <khorben@defora.org>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: Editor 0.1.1\n"
"Project-Id-Version: Editor 0.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-06 05:57+0200\n"
"PO-Revision-Date: 2010-04-09 16:43+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ../src/editor.c:108
msgid "_New"

View File

@ -1,5 +1,5 @@
package=Editor
version=0.2.1
version=0.3.0
config=h,sh
subdirs=data,doc,po,src,tools