Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/k3b/LosslessJpgCrop
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Nov 6, 2019
2 parents d42b0f0 + 8baa6fc commit 77db9d3
Show file tree
Hide file tree
Showing 24 changed files with 75 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {

// all supported locales. Note: the lib has more translations which are supressed here
// resConfigs "ar","de","es","fr","hi","in","it","ja","nl","pl","ro","ru","tr","uk","zz","pt-rBR","zh-rCN","zh-rTW"
resConfigs "de","nb-rNO"
resConfigs "de","nb-rNO","it"
}
buildTypes {
debug {
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!--
German (Deutsch) translation by k3b.
for german translations these files are affected:
* .../LosslessJpgCrop/app/src/main/res/values-de/strings.xml
* .../LosslessJpgCrop/cropper/src/main/res/values-de/strings.xml
* .../LosslessJpgCrop/fastlane/metadata/android/de-DE/full_description.txt
* .../LosslessJpgCrop/fastlane/metadata/android/de-DE/short_description.txt
* .../LosslessJpgCrop/fastlane/metadata/android/de-DE/title.txt
* .../LosslessJpgCrop/app/build.gradle: android.defaultConfig.resConfigs "de","nb-rNO","it" // make shure "de" is included
Copyright (C) 2019 k3b
This file is part of de.k3b.android.lossless_jpg_crop (https://github.com/k3b/LosslessJpgCrop/)
Expand Down
45 changes: 45 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Italian translation by unbranched.
for italian translations these files are affected:
* .../LosslessJpgCrop/app/src/main/res/values-it/strings.xml
* .../LosslessJpgCrop/cropper/src/main/res/values-it/strings.xml
* .../LosslessJpgCrop/fastlane/metadata/android/it-IT/full_description.txt
* .../LosslessJpgCrop/fastlane/metadata/android/it-IT/short_description.txt
* .../LosslessJpgCrop/fastlane/metadata/android/it-IT/title.txt
* .../LosslessJpgCrop/app/build.gradle: android.defaultConfig.resConfigs "de","nb-rNO","it" // make shure "it" is included
Copyright (C) 2019 unbranched
This file is part of de.k3b.android.lossless_jpg_crop (https://github.com/k3b/LosslessJpgCrop/)
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="app_name">LLCrop (lossless)</string>

<string name="label_select_picture">Seleziona immagine</string>
<string name="label_save_as">Salva con nome</string>
<string name="label_send">Invia/condividi</string>

<string name="permission_title_rationale">Autorizzazione necessaria</string>
<string name="permission_read_storage_rationale">Autorizzazione di lettura archivio necessaria per scegliere i file.</string>
<string name="permission_write_storage_rationale">Autorizzazione di scrittura archivio necessaria per scrivere le immagini.</string>

<string name="toast_cannot_retrieve_selected_image">Uscita: nessuna immagine selezionata</string>
<string name="toast_saved_as">Salvata come \'%1$s\'</string>
<string name="toast_saved_error">Impossibile salvare come \'%1$s\'.\n\n%2$s</string>
</resources>
9 changes: 9 additions & 0 deletions app/src/main/res/values-nb-rNO/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!--
Norwegian Bokmål translation by Allan Nordhøy.
for Norwegian Bokmål translations these files are affected:
* .../LosslessJpgCrop/app/src/main/res/values-nb-rNO/strings.xml
* .../LosslessJpgCrop/cropper/src/main/res/values-nb-rNO/strings.xml
* .../LosslessJpgCrop/fastlane/metadata/android/nb-NO/full_description.txt
* .../LosslessJpgCrop/fastlane/metadata/android/nb-NO/short_description.txt
* .../LosslessJpgCrop/fastlane/metadata/android/nb-NO/title.txt
* .../LosslessJpgCrop/app/build.gradle: android.defaultConfig.resConfigs "de","nb-rNO","it" // make shure "nb-rNO" is included
Copyright (C) 2019 Allan Nordhøy
This file is part of de.k3b.android.lossless_jpg_crop (https://github.com/k3b/LosslessJpgCrop/)
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
<!--
English translation by k3b.
Note for translators: there are different files that contain translations.
Example: for Norwegian Bokmål translations these files are affected:
* .../LosslessJpgCrop/app/src/main/res/values-nb-rNO/strings.xml
* .../LosslessJpgCrop/cropper/src/main/res/values-nb-rNO/strings.xml
* .../LosslessJpgCrop/fastlane/metadata/android/nb-NO/full_description.txt
* .../LosslessJpgCrop/fastlane/metadata/android/nb-NO/short_description.txt
* .../LosslessJpgCrop/fastlane/metadata/android/nb-NO/title.txt
* .../LosslessJpgCrop/app/build.gradle: android.defaultConfig.resConfigs "de","nb-rNO","it" // make shure "nb-rNO" is included
Copyright (C) 2019 k3b
This file is part of de.k3b.android.lossless_jpg_crop (https://github.com/k3b/LosslessJpgCrop/)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 77db9d3

Please sign in to comment.