From 46bdd031c28d8d41807e4803880874cff2fa9cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A8re=20Monseur?= Date: Thu, 5 Oct 2017 21:52:18 +0200 Subject: [PATCH] new release 1.6.7 with indonesian & hebrew translations --- Changelog | 8 ++++++++ Makefile | 2 +- README | 2 ++ cbatticon.c | 4 ++-- he.po | 12 ++++++------ id.po | 10 +--------- 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/Changelog b/Changelog index d406743..4a0b654 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +2017-10-05 Valère Monseur + + * Release 1.6.7 + + * Fix #41 : added Indonesia translation + + * Fix #42 : added Hebrew translation + 2017-08-15 Valère Monseur * Release 1.6.6 diff --git a/Makefile b/Makefile index 1590b05..fc6abc9 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ BINDIR = $(PREFIX)/bin DOCDIR = $(PREFIX)/share/doc/$(PACKAGE_NAME)-$(VERSION) MANDIR = $(PREFIX)/share/man/man1 NLSDIR = $(PREFIX)/share/locale -LANGUAGES = bs de el fr hr ja ru sr tr +LANGUAGES = bs de el fr he hr id ja ru sr tr BIN = $(PACKAGE_NAME) SOURCEFILES := $(wildcard *.c) diff --git a/README b/README index ce3b5ca..fd14fcb 100644 --- a/README +++ b/README @@ -69,6 +69,8 @@ Thanks to: French: Valère Monseur German: Julian Ospald Greek: George Vlahavas + Hebrew: Yotam Salmon + Indonesia: Mahyuddin Japanese: Eshin Kunishima Turkish: Behzat Erte Russian: Alexandr Proklov diff --git a/cbatticon.c b/cbatticon.c index f795ab0..06f2c01 100644 --- a/cbatticon.c +++ b/cbatticon.c @@ -21,8 +21,8 @@ * with this program. If not, see . */ -#define CBATTICON_VERSION_NUMBER 1.6.6 -#define CBATTICON_VERSION_STRING "1.6.6" +#define CBATTICON_VERSION_NUMBER 1.6.7 +#define CBATTICON_VERSION_STRING "1.6.7" #define CBATTICON_STRING "cbatticon" #include diff --git a/he.po b/he.po index 30b87e9..089787e 100644 --- a/he.po +++ b/he.po @@ -1,7 +1,7 @@ -# German translation for cbatticon. -# Copyright (C) 2015-2016 Valère Monseur +# Hebrew translation for cbatticon. +# Copyright (C) 2017 Valère Monseur # This file is distributed under the same license as the cbatticon package. -# Julian Ospald , 2015. +# Yotam Salmon , 2017. # #, fuzzy msgid "" @@ -9,10 +9,10 @@ msgstr "" "Project-Id-Version: cbatticon 1.5.0\n" "Report-Msgid-Bugs-To: valere.monseur@ymail.com\n" "POT-Creation-Date: 2015-07-17 20:38+0200\n" -"PO-Revision-Date: 2015-07-19 17:35+0200\n" -"Last-Translator: Julian Ospald \n" +"PO-Revision-Date: 2017-10-05 21:30+0100\n" +"Last-Translator: Yotam Salmon \n" "Language-Team: N/A\n" -"Language: de\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/id.po b/id.po index 7b92f68..e56b882 100644 --- a/id.po +++ b/id.po @@ -1,5 +1,5 @@ # Indonesian Translation for cbatticon. -# Copyright (C) 2015-2016 Valère Monseur +# Copyright (C) 2017 Valère Monseur # This file is distributed under the same license as the cbatticon package. # Mahyuddin , 2017. # @@ -205,46 +205,38 @@ msgid "Battery is charged!" msgstr "Baterai terisi!" #: cbatticon.c:896 -#, c-format msgid "Battery is discharging (%i%% remaining)" msgstr "Baterai habis (%i%% tersisa)" #: cbatticon.c:900 -#, c-format msgid "Battery is not charging (%i%% remaining)" msgstr "Baterai tidak mengisi daya (%i%% tersisa)" #: cbatticon.c:904 -#, c-format msgid "Battery level is low! (%i%% remaining)" msgstr "Tingkat baterai rendah! (%i%% tersisa)" #: cbatticon.c:908 -#, c-format msgid "Battery level is critical! (%i%% remaining)" msgstr "Tingkat baterai kritis! (%i%% tersisa)" #: cbatticon.c:912 -#, c-format msgid "Battery is charging (%i%%)" msgstr "Baterai sedang diisi (%i%%)" #: cbatticon.c:941 -#, c-format msgid "%d minute" msgid_plural "%d minutes" msgstr[0] "%d menit" msgstr[1] "%d menit" #: cbatticon.c:942 -#, c-format msgid "%d hour, %s remaining" msgid_plural "%d hours, %s remaining" msgstr[0] "%d jam, sisa %s" msgstr[1] "%d jam, sisa %s" #: cbatticon.c:944 -#, c-format msgid "%d minute remaining" msgid_plural "%d minutes remaining" msgstr[0] "%d menit sisa"