Skip to content

Commit

Permalink
Release 0.6.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Dec 11, 2014
1 parent aeb73ea commit 1a076cd
Show file tree
Hide file tree
Showing 20 changed files with 436 additions and 410 deletions.
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - Visual Studio (ensure devenv.exe is in %PATH%)
# - gettext (mingw-get install msys-gettext)

VERSION = 0.6.11
VERSION = 0.6.12

ISS = installer.iss
SRC_AHK = main.ahk
Expand Down Expand Up @@ -77,6 +77,7 @@ update-source:
update-po:
$(XGETTEXT) -LC -opo/wincompose.pot --from-code=utf-8 -k_ $(SRC_AHK) $(SRC_INC)
for l in $(PO); do printf %s $$l && msgmerge -U po/$$l.po po/wincompose.pot; done
rm -f po/*~
X=true; for l in $(PO); do if grep -q '"po.'$$l'[.]po"' $(ISS); then : ; else echo "po/$$l.po" not in $(ISS); X=false; fi; done; $$X || exit 1

update-ahk:
Expand Down
8 changes: 8 additions & 0 deletions src/constants.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,21 @@ global C := { _:_
, languages : { _:_
; List of available languages for the UI
, valid : { "" : _("Autodetect")
, "be" : "Беларуская"
, "cs" : "Čeština"
, "da" : "Dansk"
, "de" : "Deutsch"
, "el" : "Ελληνικά"
, "en" : "English"
, "es" : "Español"
, "et" : "Eesti"
, "fi" : "Suomi"
, "fr" : "Français"
, "id" : "Bahasa Indonesia"
, "nl" : "Nederlands"
, "pl" : "Polski"
, "ru" : "Русский"
, "sc" : "Sardu"
, "sv" : "Svenska" }
; Default language means try to autodetect
, default : "" }
Expand Down
18 changes: 17 additions & 1 deletion src/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NAME "WinCompose"
#define VERSION "0.6.11"
#define VERSION "0.6.12"

[Setup]
AppName = {#NAME}
Expand All @@ -21,22 +21,38 @@ Source: "res\WinCompose.txt"; DestDir: "{app}\res"
Source: "res\Xorg.txt"; DestDir: "{app}\res"
Source: "res\Xcompose.txt"; DestDir: "{app}\res"
; This should match constants.ahk
Source: "po\be.po"; DestDir: "{app}\po"
Source: "po\cs.po"; DestDir: "{app}\po"
Source: "po\da.po"; DestDir: "{app}\po"
Source: "po\de.po"; DestDir: "{app}\po"
Source: "po\el.po"; DestDir: "{app}\po"
Source: "po\es.po"; DestDir: "{app}\po"
Source: "po\et.po"; DestDir: "{app}\po"
Source: "po\fi.po"; DestDir: "{app}\po"
Source: "po\fr.po"; DestDir: "{app}\po"
Source: "po\id.po"; DestDir: "{app}\po"
Source: "po\nl.po"; DestDir: "{app}\po"
Source: "po\pl.po"; DestDir: "{app}\po"
Source: "po\ru.po"; DestDir: "{app}\po"
Source: "po\sc.po"; DestDir: "{app}\po"
Source: "po\sv.po"; DestDir: "{app}\po"

[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"
; Name: "be" ; Unavailable
Name: "cs"; MessagesFile: "compiler:Languages\Czech.isl"
Name: "da"; MessagesFile: "compiler:Languages\Danish.isl"
Name: "de"; MessagesFile: "compiler:Languages\German.isl"
Name: "el"; MessagesFile: "compiler:Languages\Greek.isl"
Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl"
; Name: "et" ; Unavailable
Name: "fi"; MessagesFile: "compiler:Languages\Finnish.isl"
Name: "fr"; MessagesFile: "compiler:Languages\French.isl"
; Name: "id" ; Unavailable
Name: "nl"; MessagesFile: "compiler:Languages\Dutch.isl"
Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl"
Name: "ru"; MessagesFile: "compiler:Languages\Russian.isl"
; Name: "sc" ; Unavailable
; Name: "sv" ; Unavailable

[Icons]
Expand Down
2 changes: 1 addition & 1 deletion src/main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

; The name and version of this script
global app := "WinCompose"
global version := "0.6.11"
global version := "0.6.12"
global website := "https://github.com/samhocevar/wincompose"

; Configuration file location -- this needs to exist early, before
Expand Down
54 changes: 27 additions & 27 deletions src/po/be.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,108 +7,108 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-22 19:00+0200\n"
"POT-Creation-Date: 2014-12-12 00:47+0100\n"
"PO-Revision-Date: 2014-08-22 03:35+0200\n"
"Last-Translator: Kastuś Kašenia <KKaszenia@tut.by>\n"
"Language-Team: Belarusian "
"<https://hosted.weblate.org/projects/wincompose/master/be/>\n"
"Language-Team: Belarusian <https://hosted.weblate.org/projects/wincompose/"
"master/be/>\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 1.10-dev\n"

#: main.ahk:474 ui.ahk:456
#: main.ahk:512 ui.ahk:456
msgid "Loaded @1@ Sequences"
msgstr "@1@ камбінацый"

#: main.ahk:474 ui.ahk:457
#: main.ahk:512 ui.ahk:457
msgid "Compose Key is @1@"
msgstr "Клавіша — @1@"

#: constants.ahk:34
msgid "Autodetect"
msgstr "Аўтавыяўленьне"

#: constants.ahk:52
#: constants.ahk:60
msgid "Left Alt"
msgstr "Левы Alt"

#: constants.ahk:53
#: constants.ahk:61
msgid "Right Alt"
msgstr "Правы Alt"

#: constants.ahk:54
#: constants.ahk:62
msgid "Left Control"
msgstr "Левы Control"

#: constants.ahk:55
#: constants.ahk:63
msgid "Right Control"
msgstr "Правы Control"

#: constants.ahk:56
#: constants.ahk:64
msgid "Left Windows"
msgstr "Левы Windows"

#: constants.ahk:57
#: constants.ahk:65
msgid "Right Windows"
msgstr "Правы Windows"

#: constants.ahk:58
#: constants.ahk:66
msgid "Caps Lock"
msgstr "Caps Lock"

#: constants.ahk:59
#: constants.ahk:67
msgid "Num Lock"
msgstr "Num Lock"

#: constants.ahk:60
#: constants.ahk:68
msgid "Pause"
msgstr "Pause"

#: constants.ahk:61
#: constants.ahk:69
msgid "Menu"
msgstr "Меню"

#: constants.ahk:62
#: constants.ahk:70
msgid "Escape"
msgstr "Escape"

#: constants.ahk:63
#: constants.ahk:71
msgid "Scroll Lock"
msgstr "Scroll Lock"

#: constants.ahk:64
#: constants.ahk:72
msgid "Grave Accent `"
msgstr "Ґравіс `"

#: constants.ahk:89
#: constants.ahk:100
msgid "500 milliseconds"
msgstr "½ сякунды"

#: constants.ahk:90
#: constants.ahk:101
msgid "1 second"
msgstr "1 сякунда"

#: constants.ahk:91
#: constants.ahk:102
msgid "2 seconds"
msgstr "2 сякунды"

#: constants.ahk:92
#: constants.ahk:103
msgid "3 seconds"
msgstr "3 сякунды"

#: constants.ahk:93
#: constants.ahk:104
msgid "5 seconds"
msgstr "5 сякундаў"

#: constants.ahk:94
#: constants.ahk:105
msgid "10 seconds"
msgstr "10 сякунд"

#: constants.ahk:95
#: constants.ahk:106
msgid "None"
msgstr "Няма"

Expand Down
52 changes: 26 additions & 26 deletions src/po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,112 +2,112 @@
# Copyright (C) 2014 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Automatically generated, 2014.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-22 18:58+0200\n"
"POT-Creation-Date: 2014-12-12 00:47+0100\n"
"PO-Revision-Date: 2014-11-04 15:09+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Czech "
"<https://hosted.weblate.org/projects/wincompose/master/cs/>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/wincompose/master/"
"cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 2.0-dev\n"

#: main.ahk:474 ui.ahk:456
#: main.ahk:512 ui.ahk:456
msgid "Loaded @1@ Sequences"
msgstr "Nahráno @1@ sekvencí"

#: main.ahk:474 ui.ahk:457
#: main.ahk:512 ui.ahk:457
msgid "Compose Key is @1@"
msgstr ""

#: constants.ahk:34
msgid "Autodetect"
msgstr "Automaticky detekovat"

#: constants.ahk:52
#: constants.ahk:60
msgid "Left Alt"
msgstr "Levý Alt"

#: constants.ahk:53
#: constants.ahk:61
msgid "Right Alt"
msgstr "Pravý Alt"

#: constants.ahk:54
#: constants.ahk:62
msgid "Left Control"
msgstr "Levý Control"

#: constants.ahk:55
#: constants.ahk:63
msgid "Right Control"
msgstr "Pravý Control"

#: constants.ahk:56
#: constants.ahk:64
msgid "Left Windows"
msgstr "Levé Windows"

#: constants.ahk:57
#: constants.ahk:65
msgid "Right Windows"
msgstr "Pravé Windows"

#: constants.ahk:58
#: constants.ahk:66
msgid "Caps Lock"
msgstr "Caps Lock"

#: constants.ahk:59
#: constants.ahk:67
msgid "Num Lock"
msgstr "Num Lock"

#: constants.ahk:60
#: constants.ahk:68
msgid "Pause"
msgstr "Pause"

#: constants.ahk:61
#: constants.ahk:69
msgid "Menu"
msgstr "Menu"

#: constants.ahk:62
#: constants.ahk:70
msgid "Escape"
msgstr "Escape"

#: constants.ahk:63
#: constants.ahk:71
msgid "Scroll Lock"
msgstr "Scroll Lock"

#: constants.ahk:64
#: constants.ahk:72
msgid "Grave Accent `"
msgstr ""

#: constants.ahk:89
#: constants.ahk:100
msgid "500 milliseconds"
msgstr "500 milisekund"

#: constants.ahk:90
#: constants.ahk:101
msgid "1 second"
msgstr "1 sekunda"

#: constants.ahk:91
#: constants.ahk:102
msgid "2 seconds"
msgstr "2 sekundy"

#: constants.ahk:92
#: constants.ahk:103
msgid "3 seconds"
msgstr "3 sekundy"

#: constants.ahk:93
#: constants.ahk:104
msgid "5 seconds"
msgstr "5 sekundy"

#: constants.ahk:94
#: constants.ahk:105
msgid "10 seconds"
msgstr "10 sekund"

#: constants.ahk:95
#: constants.ahk:106
msgid "None"
msgstr "Žádné"

Expand Down
Loading

0 comments on commit 1a076cd

Please sign in to comment.