-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
170 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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ć wszędzie (za pośrednictwem email, | ||
bluetooth, 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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ć wszędzie (za pośrednictwem email, | ||
bluetooth, 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ToGoZip: Legg til i zip for android-s share / send-menyen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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ć wszędzie (za pośrednictwem email, | ||
bluetooth, 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. |