https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b54f9b7f06210b6e5c91ea411849c1bd0023e466
commit b54f9b7f06210b6e5c91ea411849c1bd0023e466 Author: Piotr Hetnarowicz <[email protected]> AuthorDate: Sat Apr 18 19:20:45 2020 +0200 Commit: GitHub <[email protected]> CommitDate: Sat Apr 18 19:20:45 2020 +0200 [OLEACC] Polish translation update (#2569) --- dll/win32/oleacc/lang/oleacc_Pl.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dll/win32/oleacc/lang/oleacc_Pl.rc b/dll/win32/oleacc/lang/oleacc_Pl.rc index e450e9fec1c..ab39d2b10f5 100644 --- a/dll/win32/oleacc/lang/oleacc_Pl.rc +++ b/dll/win32/oleacc/lang/oleacc_Pl.rc @@ -2,6 +2,8 @@ * Polish resources for oleacc * * Copyright 2009 Łukasz Wojniłowicz + * Updated by pithwz - Piotr Hetnarowicz ([email protected]) (April, 2020) + * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,7 +24,7 @@ LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL STRINGTABLE { - 0 "unknown object" /* undocumented */ + 0 "nieznany obiekt" /* undocumented */ ROLE_SYSTEM_TITLEBAR "pasek tytułu" ROLE_SYSTEM_MENUBAR "pasek menu" ROLE_SYSTEM_SCROLLBAR "pasek przewijania"
