Skip to content

Commit

Permalink
#6: added polish by mejser
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Dec 24, 2017
1 parent 7411c7a commit 023767f
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and that can travel everywhere (via email, bluetooth, nfc).
* automatic file-renaming in the zip if the same name with different file-date already exists.
* if settings/DebugMode is enabled processing is logged to logcat and to clipboard as text.
* Settings automatically pops up, if the zip folder is not writable.
* [Translations](https://crowdin.com/project/togozip) : bn, de, en, es, fr, hi, hu, id, ja, nl, no, pt, tr, zh-CN, zh-TW
* [Translations](https://crowdin.com/project/togozip) : bn, de, en, es, fr, hi, hu, id, ja, nl, no, pl, pt, tr, zh-CN, zh-TW
* [![Crowdin](https://d322cqt584bo4o.cloudfront.net/togozip/localized.svg)](https://crowdin.com/project/togozip) [Help us to translate into other languages.](https://crowdin.com/project/togozip)
* Minimal requirements: Works with android-2.1 (api 7) and up.

Expand Down
52 changes: 52 additions & 0 deletions app/src/debug/res/values-pl/fdroid.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8" ?><!--
/*
Polish by mejser
* These Texts will be shown as programdescription in the fdroid app store
* https://f-droid.org/app/de.k3b.android.toGoZip.
*
* The content will be copied to .../fastlane/metadata/android/*.txt
*
* This file is part of de.k3b.android.toGoZip (https://github.com/k3b/ToGoZip/)
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>
*/
-->
<resources>

<!-- This becomes .../fastlane/metadata/android/full_description.txt.
See https://f-droid.org/docs/Build_Metadata_Reference/#Description -->
<string name="full_description"><![CDATA["
Dodaj do Zip Dla androidów 'udostępnij'/'wyślij' menu;
łatwe zbieranie plików z każdej aplikacji pomocniczej w jednym
pliku zip będąc 'w drodze' lub w trybie offline.
To zbieranie 2go.zip- plik jest jak walizka
gdzie można umieścic rzeczy (pliki) z każdego miejsca (z każdej
aplikacji, która obsługuje 'udostępnij'/'wyslij') i które
mogą podróżować&nbsp; wszędzie (za pośrednictwem email,
bluetooth,&nbsp;nfc).
Autor programu używa ToGoZip do zbierania nowych wpisów w kalendarz android,
które powinny być później zaimportowane do kalendarza panelu-psc-s.
Required Android Permissions:
* WRITE_EXTERNAL_STORAGE to save/update '2go.zip' to some public folder.
.
"]]></string>
</resources>
75 changes: 75 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Polish by mejser
This file is part of de.k3b.android.toGoZip (https://github.com/k3b/ToGoZip/)
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>
-->
<resources>
<string name="title_activity_add2zip">Dodaj to Zip</string>
<string name="cmd_use_default">Użyj Domyślnych</string>
<string name="cmd_cancel">Anuluj</string>
<string name="cmd_edit">Edytuj</string>
<string name="ERR_ADD"><![CDATA["Nie można zaktualizować %1$s : %2$s"]]></string>
<string name="ERR_NO_WRITE_PERMISSIONS">Brak uprawnień do zapisu %1$s %2$s.</string>
<string name="ERR_NO_WRITE_PERMISSIONS_CHANGE_TO_DEFAULT"><![CDATA["Brak uprawnień do zapisu bieżącego zip '%1$s'.
Czy chcesz użyć domyślnego '%2$s'?"]]></string>
<string name="WARN_ADD_NO_CHANGES"><![CDATA["Pliki są juz zawarte w
%1$s"]]></string>
<string name="SUCCESS_ADD"><![CDATA["dodano pliki %2$d do
%1$s"]]></string>
<string name="WARN_ADD_NO_FILES">Nie wybrano plików</string>
<string name="WARN_ADD_CANCELED">Anuluj: Nie dodano plików</string>
<string name="about_summary">O ToGoZip</string>
<string name="banner">Zebrane z wersji ToGoZip $versionName$</string>
<!-- strings.xml.about_content_about and fdroid.xml.full_description have the same content.
strings.xml.about_content_about is in html format to be displayed in apps aboutbox.
fdroid.xml.full_description is in simple markdown syntax to be displayed in fdroid apstore
and in github homepage.
-->
<string name="about_content_about"><![CDATA["
<b><i>"Dodaj do Zip"</i></b>
Dla androidów <i>'udostępnij'/'wyślij'</i> menu; <br/>
<br/>
łatwe zbieranie plików z każdej aplikacji pomocniczej w jednym
pliku zip będąc '<i>w drodze</i>' lub w trybie offline.<br/>
<br/>
To zbieranie <i>2go.zip</i>- plik jest jak walizka
gdzie można umieścic rzeczy (pliki) z każdego miejsca (z każdej
aplikacji, która obsługuje <i>'udostępnij'/'wyslij'</i>) i które
mogą podróżować&nbsp; wszędzie (za pośrednictwem email,
bluetooth,&nbsp;nfc).<br/>
<br/>
Autor programu używa ToGoZip do zbierania nowych wpisów w kalendarz android,
które powinny być później zaimportowane do kalendarza panelu-psc-s.
<br/>
<br/>
<br/>
"]]></string>
<string name="pref_debug_title">Tryb debugowania</string>
<string name="pref_debug_summary">Debuguj wiadomości skopiowane do schowka i dodane do LogCat</string>
<string name="pref_long_text_file_title">Długi plik tekstowy w zip</string>
<string name="pref_long_text_file_len_min">Długi plik: Min text Len</string>
<string name="pref_short_text_file_title">Krótki plik tekstowy w zip</string>
<string name="pref_zipfile_title">Dane wyjściowe Folderu Zip</string>
<string name="pref_settings_title">Ustawienia</string>
<string name="settings_locale_title">Język</string>
<string name="settings_locale_os_language">Domyślny system</string>
<!-- #8: for folder picker -->
<string name="pref_zipfolder_title">Dane wyjściowe Folderu Zip</string>
<string name="folder_picker_parent_dir">Góra</string>
<string name="folder_picker_create_new_directory">Nowy</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ this program. If not, see <http://www.gnu.org/licenses/>
<item>Indonesia (Indonesian)</item>
<item>Nederlands (Dutch)</item>
<item>Norsk (Norwegian)</item>
<item>Polskie (Polish)</item>
<item>Português (Portuguese)</item>
<item>Türk (Turkish)</item>
<item>日本人 (Japanese)</item>
Expand All @@ -52,6 +53,7 @@ this program. If not, see <http://www.gnu.org/licenses/>
<item>in</item> <!-- iso uses "id" but java uses "in" -->
<item>nl</item>
<item>no</item>
<item>pl</item>
<item>pt</item>
<item>tr</item>
<item>ja</item>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ hi,&nbsp;
<a href="https://github.com/k3b/toGoZip/wiki/nl-home">nl</a>,&nbsp;
<a href="https://github.com/k3b/toGoZip/wiki/no-home">no</a>,&nbsp;
<a href="https://github.com/k3b/toGoZip/wiki/pt-home">pt</a>,&nbsp;
<a href="https://github.com/k3b/toGoZip/wiki/pl-home">pl</a>,&nbsp;
<a href="https://github.com/k3b/toGoZip/wiki/tr-home">tr</a>,&nbsp;
<a href="https://github.com/k3b/toGoZip/wiki/zh-CN-home">zh-CN</a>,&nbsp;
<a href="https://github.com/k3b/toGoZip/wiki/zh-TW-home">zh-TW</a>,&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
// see https://jcenter.bintray.com/com/android/tools/build/gradle/
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.3'

// markdown & unl-diagrams in javadoc
// https://github.com/Abnaxos/pegdown-doclet
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
Translations:

* fdroid localized app descripton: fixed technical problems with encodig, newline, html escaping, wrong image-directory
* new: Indonesian by isaideureka, Chinese Traditional by incrediblesnow, Dutch by Omer Surer, Portugese by Miguel Dos Reis, Hungarian by csongorhunt, Norwegian by hjalmarcoin
* new: Indonesian by isaideureka, Chinese Traditional by incrediblesnow, Dutch by Omer Surer, Portugese by Miguel Dos Reis, Hungarian by csongorhunt, Norwegian by hjalmarcoin, Polish by mejser
* update: Chinese Simplified by daijia, Turkish by vitruvianman
18 changes: 18 additions & 0 deletions fastlane/metadata/android/no-NO/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Legg til i zip for android s share / send-meny.

Enkel å samle filer fra hver støttende app inn i
en zip-fil mens du er "på farten" eller frakoblet.
(Merk at engelsk "å gå" betyr "mens du reiser").

Denne samlefilen "2go.zip" er som en koffert
hvor du kan sette ting (filer) inn fra nesten overalt (fra
hver app som støtter 'share' / 'send') og det
kan reise overalt (via e-post,
bluetooth, nfc).

Programmets forfatter bruker ToGoZip til å samle inn nye android kalenderoppføringer
Det skal senere importeres til desctop-pcs-kalenderen.

Påkrevde Android Tillatelser:

* WRITE_EXTERNAL_STORAGE for å lagre / oppdatere '2go.zip' til noen offentlige mapper
1 change: 1 addition & 0 deletions fastlane/metadata/android/no-NO/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ToGoZip: Legg til i zip for android-s share / send-menyen.
18 changes: 18 additions & 0 deletions fastlane/metadata/android/pl-PL/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Dodaj do Zip Dla androidów 'udostępnij'/'wyślij' menu;

łatwe zbieranie plików z każdej aplikacji pomocniczej w jednym
pliku zip będąc 'w drodze' lub w trybie offline.

To zbieranie 2go.zip- plik jest jak walizka
gdzie można umieścic rzeczy (pliki) z każdego miejsca (z każdej
aplikacji, która obsługuje 'udostępnij'/'wyslij') i które
mogą podróżować&nbsp; wszędzie (za pośrednictwem email,
bluetooth,&nbsp;nfc).

Autor programu używa ToGoZip do zbierania nowych wpisów w kalendarz android,
które powinny być później zaimportowane do kalendarza panelu-psc-s.


Required Android Permissions:

* WRITE_EXTERNAL_STORAGE to save/update '2go.zip' to some public folder.

0 comments on commit 023767f

Please sign in to comment.