Revision afcae97f
Added by Leszek Koltunski over 2 years ago
src/main/res/values-pl/strings.xml | ||
---|---|---|
1 | 1 |
<resources> |
2 |
<string name="app_name">Kostka Rubika</string> |
|
3 | 2 |
<string name="scramble">Pomieszaj</string> |
4 | 3 |
<string name="solve">Rozwiąż</string> |
5 | 4 |
<string name="exit">Wyjdź</string> |
... | ... | |
68 | 67 |
|
69 | 68 |
<string name="credits1">Aplikacja open-source napisana wykorzystując bibliotekę Distorted. Licencja: <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GPL wersja 2</a> albo jakakolwiek poźniejsza.</string> |
70 | 69 |
<string name="credits2">Piękne Wzory Waltera Randelshofera. Zobacz <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string> |
71 |
<string name="credits3">Ściągnij kod, rzuć okiem na tutoriale, naucz się napisać swój własny efekt graficzny, dodaj własny obiekt, wymyśl Piekny Wzór, zaimplementuj Rozwiązywacz, albo zgłoś błąd: \n\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a></string>
|
|
70 |
<string name="credits3">Rubik i RubikCube to zarejestrowane znaki towarowe. Nie jesteśmy z nimi powiązani.</string>
|
|
72 | 71 |
|
73 | 72 |
<string name="solver_generic_error1">Rozwiązywacz takiego obiektu jest jeszcze nie zaimplementowany!</string> |
74 | 73 |
|
Also available in: Unified diff
Stop giving different app names in different languages.
Remove the licensing info from the About Dialog.