-
Notifications
You must be signed in to change notification settings - Fork 58
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
168 changed files
with
6,103 additions
and
3,182 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ build | |
/fotolib2/src/test/resources/de/k3b/media/old | ||
/app/build-with-sign.gradle | ||
/todo | ||
/clipboard.txt |
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,63 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--Generated by crowdin.com--> | ||
<!-- | ||
/* | ||
* Translation to Dutch by Klaas Swart (verydutch) 2018-11-29 ... 2019-04-08. | ||
* | ||
* These Texts will be shown as programdescription in the fdroid app store | ||
* https://f-droid.org/app/de.k3b.android.androFotoFinder. | ||
* | ||
* the content will be copied to .../fastlane/metadata/android/*.txt | ||
* | ||
* This file is part of "A Photo Manager" (A(ndro)FotoFinder). | ||
* | ||
* 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> | ||
<!-- Optional: This becomes .../fastlane/metadata/android/title.txt. | ||
See https://f-droid.org/docs/Build_Metadata_Reference/#Name | ||
Example: If spanish title="Manejador de fotos" then the App name/title in F-Droid-store becomes "A Photo Manager (Manejador de fotos)" --> | ||
<string name="title">Een foto beheerder</string> | ||
<!-- This becomes .../fastlane/metadata/android/short_description.txt. | ||
See https://f-droid.org/docs/Build_Metadata_Reference/#Summary --> | ||
<string name="short_description">Lokale foto\'s beheren: zoeken/kopieren/Exif bewerken en weergeven in galerij of op kaart.</string> | ||
<!-- This becomes .../fastlane/metadata/android/full_description.txt. | ||
See https://f-droid.org/docs/Build_Metadata_Reference/#Description --> | ||
<string name="full_description"><![CDATA[" | ||
Beheer van lokale foto's: zoeken/kopieren/Exif-bewerken en weergave in galerij of op kaart. | ||
Beschikt over: | ||
* Snelzoeken foto's met labels (keywords), (sub-)map, datum, geo, titel, ... | ||
* Resultaat weergeven in galerij of op landkaarten van OpenStreetMap. | ||
* Detail weergavefuncties: zoomen, vegen voor volgende/vorige beeld. | ||
* Ingebouwd bestandsbeheer voor foto's: zoeken, sorteren, weergeven, kopieren, verwijderen, delen,.... | ||
* Bewerk Exif-metadata: datum, titel, beschrijving, label(keyword), geo, waardering,... | ||
* Optioneel automatisch, 'map-regel' gebaseerd, foto's hernoemen en geo, labels, titel,... geven bij kopieren/verplaatsen | ||
* Markeer beelden als 'Particulier' om ze te verbergen voor andere galerij-/foto-apps. | ||
* In "beschermde/vastgepinde modus" worden potentieel gevaarlijke app-opdrachten als bewerken/kopieren/verwijderen/delen/instellingen/"afbeelding wijzigen" uitgeschakeld, zodat je veilig je telefoon uit handen kunt geven | ||
* Kan grote beeldcollecties (20000 + beelden in 1000+ mappen) hanteren. | ||
* Gebruikt Androids afbeeldingsinhoud-provider. Vereist geen initiele scan van afbeeldingen. | ||
* Uitgebreide fotomediascanner voor Exif, IPTC, XMP | ||
Vereiste Android machtigingen: | ||
* INTERNET: om kaartgegevens van OpenStreetMap Server te downloaden | ||
* ACCESS_NETWORK_STATE en ACCESS_WIFI_STATE: controleren of wifi/internet online is om download geodata te starten | ||
* WRITE_EXTERNAL_STORAGE cache voor gedownloade kaartdata en voor foto behandeling | ||
* READ_LOGS voor lezen en opslaan mogelijke crash-logs in een tekstbestand. | ||
. | ||
"]]></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,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--Generated by crowdin.com--> | ||
<!-- | ||
/* | ||
* Translation to pt-BR by 2019: Leonardo Lima (LeonardodeLima) | ||
* | ||
* These Texts will be shown as programdescription in the fdroid app store | ||
* https://f-droid.org/app/de.k3b.android.androFotoFinder. | ||
* | ||
* the content will be copied to .../fastlane/metadata/android/*.txt | ||
* | ||
* This file is part of "A Photo Manager" (A(ndro)FotoFinder). | ||
* | ||
* 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> | ||
<!-- Optional: This becomes .../fastlane/metadata/android/title.txt. | ||
See https://f-droid.org/docs/Build_Metadata_Reference/#Name | ||
Example: If spanish title="Manejador de fotos" then the App name/title in F-Droid-store becomes "A Photo Manager (Manejador de fotos)" --> | ||
<string name="title">Um Gerenciador de Fotos (A Photo Manager)</string> | ||
<!-- This becomes .../fastlane/metadata/android/short_description.txt. | ||
See https://f-droid.org/docs/Build_Metadata_Reference/#Summary --> | ||
<string name="short_description">Gerenciar fotos locais: Encontrar/Copiar/Editar e mostrar na Galeria ou Mapa.</string> | ||
</resources> |
Oops, something went wrong.