From 34961dba3a7e903217b8fe07e1ff1b76c3fa208c Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Fri, 14 Sep 2018 16:03:07 -0500 Subject: [PATCH 1/5] Bump to v3.9.0.180914 --- README.md | 4 ++-- addons/main/script_mod.hpp | 4 ++-- mod.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94bc37126..0976f68dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons [![](https://img.shields.io/travis/CBATeam/CBA_A3.svg?style=flat-square)](https://travis-ci.org/CBATeam/CBA_A3) -[![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A3.8) -[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.8.0.180801) +[![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A3.9) +[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.9.0.180914) [![](https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/wiki) [![](https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat-square)](https://forums.bistudio.com/topic/168277-cba-community-base-addons-arma-3) [![](https://img.shields.io/badge/Function-Documentation-yellow.svg?style=flat-square)](https://cbateam.github.io/CBA_A3/docs/files/overview-txt.html) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 77d47b2d9..c36ef97ae 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -2,9 +2,9 @@ #define PREFIX cba // TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!) #define MAJOR 3 -#define MINOR 8 +#define MINOR 9 #define PATCHLVL 0 -#define BUILD 180801 +#define BUILD 180914 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD diff --git a/mod.cpp b/mod.cpp index 2b092a189..fedbf84de 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,4 +1,4 @@ -name = "Community Base Addons v3.8.0"; +name = "Community Base Addons v3.9.0"; picture = "logo_cba_ca.paa"; actionName = "Website"; action = "https://github.com/CBATeam/CBA_A3/wiki"; From 52796f666791ed1cadcbd19340384c39f2e3425a Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Mon, 17 Sep 2018 10:46:18 +0200 Subject: [PATCH 2/5] Polish translation updates (#983) --- addons/common/stringtable.xml | 1 + addons/settings/stringtable.xml | 3 +++ addons/ui/stringtable.xml | 9 +++++++++ 3 files changed, 13 insertions(+) diff --git a/addons/common/stringtable.xml b/addons/common/stringtable.xml index e57ee118c..f29034254 100644 --- a/addons/common/stringtable.xml +++ b/addons/common/stringtable.xml @@ -14,6 +14,7 @@ You must first start a mission. Sie müssen zuerst eine Mission starten. Vous devez d'abord commencer une mission. + Należy najpierw uruchomić misję. diff --git a/addons/settings/stringtable.xml b/addons/settings/stringtable.xml index 93686462f..baf0e278d 100644 --- a/addons/settings/stringtable.xml +++ b/addons/settings/stringtable.xml @@ -48,6 +48,7 @@ Adjust addon settings. Addon-Einstellungen anpassen. Adjust addon settings. + Zmień ustawienia addonów. Addon Options... @@ -262,11 +263,13 @@ This setting applies. Diese Einstellung gilt. Ce paramètre s'applique. + To ustawienie dotyczy. This setting applies after the next mission restart. Diese Einstellung gilt nach dem nächsten Neustart der Mission. Ce paramètre s'applique après le prochain redémarrage de la mission. + To ustawienie zostanie zastosowanie po restarcie misji. This setting is overwritten by the clients. diff --git a/addons/ui/stringtable.xml b/addons/ui/stringtable.xml index a8d188f11..3ee4f699f 100644 --- a/addons/ui/stringtable.xml +++ b/addons/ui/stringtable.xml @@ -32,38 +32,47 @@ CBA UI CBA UI + CBA UI Store server passwords Serverpasswörter speichern + Zapamiętuj hasła serwerów Setting to store the passwords entered when connecting to a multiplayer server. Einstellung zum Speichern der beim Betreten eines Mehrspielerservers eingegebenen Passwörter. + Opcja zapamiętywania wprowadzonych haseł do serwerów. Save passwords Passwörter speichern + Zapisuj hasła Passwords are stored when connecting to a multiplayer server. Passwörter werden beim Verbinden mit einem Mehrspielerserver gespeichert. + Hasła są zapisywane podczas łaczenia do serwerów. Do not save passwords Passwörter nicht speichern + Nie zapisuj haseł Passwords are not stored when connecting to a multiplayer server. Already stored passwords will not be automatically entered. Passwörter werden beim Verbinden mit einem Mehrspielerserver nicht gespeichert. Bereits gespeicherte Passwörter werden nicht automatisch eingegeben. + Hasła nie są zapisywane podczas łączenia do serwerów. Już zapisane hasła nie bedą wykorzystywane. Delete passwords Passwörter löschen + Usuń hasła Passwords are not stored when connecting to a multiplayer server. Already stored passwords are deleted from the profile. Passwörter werden beim Verbinden mit einem Mehrspielerserver nicht gespeichert. Bereits gespeicherte Passwörter werden aus dem Profil gelöscht. + Hasła nie są zapisywane podczas łączenia do serwerów. Już zapisane hasła zostaną usunięte z profilu. From 744b44b26b925ed82d5cb26994415443d76d6f74 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Wed, 19 Sep 2018 17:04:30 -0500 Subject: [PATCH 3/5] Bump to v3.9.0.180919 --- README.md | 2 +- addons/main/script_mod.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0976f68dd..b35d08cc3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons [![](https://img.shields.io/travis/CBATeam/CBA_A3.svg?style=flat-square)](https://travis-ci.org/CBATeam/CBA_A3) [![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A3.9) -[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.9.0.180914) +[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.9.0.180919) [![](https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/wiki) [![](https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat-square)](https://forums.bistudio.com/topic/168277-cba-community-base-addons-arma-3) [![](https://img.shields.io/badge/Function-Documentation-yellow.svg?style=flat-square)](https://cbateam.github.io/CBA_A3/docs/files/overview-txt.html) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index c36ef97ae..5adc5b82b 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -4,7 +4,7 @@ #define MAJOR 3 #define MINOR 9 #define PATCHLVL 0 -#define BUILD 180914 +#define BUILD 180919 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD From f91a75f689fafaf627734135065db9b676b031b5 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Tue, 9 Oct 2018 19:52:36 -0500 Subject: [PATCH 4/5] Bump to v3.9.0.181009 --- README.md | 2 +- addons/main/script_mod.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b35d08cc3..14be11c39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons [![](https://img.shields.io/travis/CBATeam/CBA_A3.svg?style=flat-square)](https://travis-ci.org/CBATeam/CBA_A3) [![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A3.9) -[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.9.0.180919) +[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.9.0.181009) [![](https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/wiki) [![](https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat-square)](https://forums.bistudio.com/topic/168277-cba-community-base-addons-arma-3) [![](https://img.shields.io/badge/Function-Documentation-yellow.svg?style=flat-square)](https://cbateam.github.io/CBA_A3/docs/files/overview-txt.html) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 5adc5b82b..ed62c7a25 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -4,7 +4,7 @@ #define MAJOR 3 #define MINOR 9 #define PATCHLVL 0 -#define BUILD 180919 +#define BUILD 181009 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD From 85445afa1f0a5a5507af2b938c4d77ba5434131d Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Fri, 12 Oct 2018 00:43:50 -0500 Subject: [PATCH 5/5] Bump to v3.9.0.181012 --- README.md | 2 +- addons/main/script_mod.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14be11c39..9a0eb2f16 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons [![](https://img.shields.io/travis/CBATeam/CBA_A3.svg?style=flat-square)](https://travis-ci.org/CBATeam/CBA_A3) [![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A3.9) -[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.9.0.181009) +[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.9.0.181012) [![](https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/wiki) [![](https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat-square)](https://forums.bistudio.com/topic/168277-cba-community-base-addons-arma-3) [![](https://img.shields.io/badge/Function-Documentation-yellow.svg?style=flat-square)](https://cbateam.github.io/CBA_A3/docs/files/overview-txt.html) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index ed62c7a25..5ecf6bcb9 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -4,7 +4,7 @@ #define MAJOR 3 #define MINOR 9 #define PATCHLVL 0 -#define BUILD 181009 +#define BUILD 181012 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD