Skip to content

Commit

Permalink
new release 1.6.7 with indonesian & hebrew translations
Browse files Browse the repository at this point in the history
  • Loading branch information
valr committed Oct 5, 2017
1 parent e8712ee commit 46bdd03
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 18 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2017-10-05 Valère Monseur <valere.monseur@ymail.com>

* Release 1.6.7

* Fix #41 : added Indonesia translation

* Fix #42 : added Hebrew translation

2017-08-15 Valère Monseur <valere.monseur@ymail.com>

* Release 1.6.6
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Thanks to:
French: Valère Monseur <valere.monseur@ymail.com>
German: Julian Ospald <hasufell@gentoo.org>
Greek: George Vlahavas <vlahavas@gmail.com>
Hebrew: Yotam Salmon <yotam.salmon@gmail.com>
Indonesia: Mahyuddin <yudial@gmail.com>
Japanese: Eshin Kunishima <ek@esh.ink>
Turkish: Behzat Erte <behzaterte@yandex.com>
Russian: Alexandr Proklov <ssaa@rambler.ru>
Expand Down
4 changes: 2 additions & 2 deletions cbatticon.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#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 <glib.h>
Expand Down
12 changes: 6 additions & 6 deletions he.po
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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 <hasufell@gentoo.org>, 2015.
# Yotam Salmon <yotam.salmon@gmail.com>, 2017.
#
#, fuzzy
msgid ""
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 <hasufell@gentoo.org>\n"
"PO-Revision-Date: 2017-10-05 21:30+0100\n"
"Last-Translator: Yotam Salmon <yotam.salmon@gmail.com>\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"
Expand Down
10 changes: 1 addition & 9 deletions id.po
Original file line number Diff line number Diff line change
@@ -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 <yudi.al@gmail.com>, 2017.
#
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 46bdd03

Please sign in to comment.