-
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.
Merge branch 'master' into 169Write-sdcard-support
- Loading branch information
Showing
55 changed files
with
1,472 additions
and
611 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
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,71 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--Generated by crowdin.com--> | ||
<!-- | ||
/* | ||
* | ||
* Translation 2020 to Basque (eu) by Osoitz | ||
* | ||
* | ||
* 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">Argazki kudeatzailea</string> | ||
<!-- This becomes .../fastlane/metadata/android/short_description.txt. | ||
See https://f-droid.org/docs/Build_Metadata_Reference/#Summary --> | ||
<string name="short_description">Kudeatu argazki lokalak: Aurkitu/kopiatu/Editatu-Exif eta erakutsi galerian edo mapan.</string> | ||
<!-- This becomes .../fastlane/metadata/android/full_description.txt. | ||
See https://f-droid.org/docs/Build_Metadata_Reference/#Description --> | ||
<string name="full_description"><![CDATA[" | ||
Argazki lokalak kudeatzeko argazki-galeria: | ||
Ezaugarriak: | ||
* Aurkitu azkar argazkiak etiketak(hitz-gakoak), (azpi)karpetak, data, informazio geografikoa, izenburua... erabiliz | ||
* Bistaratu emaitzak galerian edo mapa geografiko batean, openstreetmap-i esker. | ||
* Fitxategi-kudeaketa: Kopiatu, mugitu, aldatu izena, bidali, argazkien babes-kopia inkrementala ... . | ||
* Bilduma birtualentzako euskarria. | ||
* Editatu exif metadatuak: Data, izenburua, deskripzioa, etiketak(hitz-gakoak), geo, balorazioa, .... | ||
* Auto-prozesatzea: Lekuz aldatzean aldatu izena automatikoki argazkia edo fitxategia eta/edo gehitu metadatuak | ||
* Irudien bilduma handiak kudeatu ditzake (20000+ argazki 1000+ karpetatan). | ||
* Memorian arina (1.5 MB), memoria gutxiko Android 4.0 zaharretan dabil | ||
* Erabili Androiden irudi eduki-hornitzailea. Ez dira zertan irudiak aurretik eskaneatu behar | ||
* Exif, IPTC, XMP multimedia eta argazki eskaner hedatua | ||
Pribatutasuna: | ||
* Argazkiak ezkutatu ditzake beste galeria edo irudi hautatzaileen begietara. | ||
* Gordailu modua: Gaituz gero nahi ez diren argazkiak ezin dira ikusi eta ekintza arriskutsuak (adib. ezabatu) debekatuta daude. Honela lasai utzi ahal diozi zure gailua beste inori. | ||
* Argazkiak gailu lokalean geratzen dira. Ez dira inora igotzen. | ||
* Iragarkirik ez, jarraipen-elementurik ez, librea eta kode irekikoa, F-Droid biltegian eskuragarri | ||
Beharrezko Android baimenak: | ||
* INTERNET: OpenStreetmap zerbitzaritik mapa deskargatzeko | ||
* ACCESS_NETWORK_STATE eta ACCESS_WIFI_STATE: wifi/internet ote dagoen antzemateko, geo datuak deskargatzen hasteko | ||
* WRITE_EXTERNAL_STORAGE deskargatutako mapak fitxategi sistema lokalean cache gisa gordetzeko eta argazkiekin eragiketak egiteko | ||
* READ_LOGS kraskatze txostenak (balude) irakurtzeko eta testu-fitxategian gordetzeko. | ||
"]]></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
Oops, something went wrong.