Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate classes to english #62

Open
wants to merge 85 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    cd2df7e View commit details
    Browse the repository at this point in the history
  2. Rename classes:

     - Dettaglio -> DetailsActivity
     - Indirizzo -> AddressActivity
     - Autore -> AuthorActivity
     - Cambiamenti -> ChangesActivity
     - Evento -> EventActivity
     - Estensione -> ExtensionActivity
     - Famiglia -> FamilyActivity
     - Immagine -> ImageActivity
     - Nome -> NameActivity
     - Nota -> NoteActivity
     - Archivio -> RepositoryActivity
     - ArchivioRef -> RepositoryRefActivity
     - Fonte -> SourceActivity
     - CitazioneFonte -> SourceCitationActivity
     - PulisciPila -> CleanStack
     - ContaCitazioniFonte -> CountSourceCitation
     - TrovaPila -> FindStack
     - ListaCitazioniFonte -> ListOfSourceCitations
     - ContenitoriMedia -> MediaContainers
     - ListaMedia -> MediaList
     - ListaMediaContenitore -> MediaListContainer
     - RiferimentiMedia -> MediaReferences
     - ContenitoriNota -> NoteContainers
     - ListaNote -> NoteList
     - RiferimentiNota -> NoteReferences
     - VisitorTotale -> TotalVisitor
     - Lavagna -> BlackboardActivity
     - Chiesa -> ChurchFragment
     - Compara -> CompareActivity
     - Confronto -> Comparison
     - Conferma -> ConfirmationActivity
     - Esportatore -> Exporter
     - Estensione -> Extension
     - Facciata -> FacadeActivity
     - Galleria -> GalleryFragment
     - Datatore -> GedcomDateConverter
     - EditaIndividuo -> IndividualEditorActivity
     - IndividuoEventi -> IndividualEventsFragment
     - IndividuoFamiliari -> IndividualFamilyFragment
     - IndividuoMedia -> IndividualMediaFragment
     - Individuo -> IndividualPersonActivity
     - Biblioteca -> LibraryFragment
     - Podio -> ListOfAuthorsFragment
     - CartelleMedia -> MediaFolders
     - AdattatoreGalleriaMedia -> MediaGalleryAdapter
     - Memoria -> Memory
     - Pila -> StepStack
     - Passo -> Step
     - NuovoParente -> NewRelativeDialog
     - AlberoNuovo -> NewTree
     - Quaderno -> NotebookFragment
     - QuadernoAdapter -> NotebookAdapter
     - Opzioni -> OptionsActivity
     - TrovaLuogo -> PlaceFinderTextView
     - EditoreData -> PublisherDateLinearLayout
     - Anagrafe -> RegistryOfficeFragment
     - Magazzino -> RepositoryFragment
     - Condivisione -> SharingActivity
     - Fabuloso -> SpeechBubble
     - VistaTesto -> TestView
     - Lapide -> TombstoneActivity
     - Confrontatore -> TreeComparatorActivity
     - InfoAlbero -> TreeInfoActivity
     - Alberi -> TreesActivity
    Sternbach-Software committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    cb4244e View commit details
    Browse the repository at this point in the history
  3. Fix illegal reflection access exception on API > 33 for hiding the bl…

    …ue dividing lines on NumberPicker by making divider color transparent.
    Sternbach-Software committed Oct 25, 2022
    2 Configuration menu
    Copy the full SHA
    a4d3296 View commit details
    Browse the repository at this point in the history
  4. 1. Correct format of and add JavaDoc strings to many functions and cl…

    …asses
    
    2. Rename DetailsActivity to DetailActivity
    3. Translate DetailActivity
    4. Rename R.layout.dettaglio to activity_detail
    5. Rename dettaglio_scatola to detail_box
    6. Rename all instances of "intento" to "intent"
    Sternbach-Software committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    99d66ca View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    784b97b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Translate Classes

    1. AddressActivity
    2. AuthorActivity
    Translate methods
    1. Memory.oggettoContenitore() -> getSecondToLastObject()
    2. eliminaAutore() -> deleteAuthor()
    Sternbach-Software committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    d1f7135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc8c66d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5896038 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fa1d96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8048c1b View commit details
    Browse the repository at this point in the history
  6. Translate ExtensionActivity and U.scavaEstensione() -> traverseExtens…

    …ion(). Replace string concatenation with StringBuilder
    Sternbach-Software committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    49610c4 View commit details
    Browse the repository at this point in the history
  7. Translate FamilyActivity, U.mettiIndividuo() -> placeIndividual(), Me…

    …mory.replacePrimo()->...First()
    Sternbach-Software committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    5e6c1f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3073110 View commit details
    Browse the repository at this point in the history
  9. Translate ImageActivity, U.mettiDispensa() -> putContainer(), U.dipin…

    …giMedia() -> showImage(), MediaReferences.capostipiti -> founders
    Sternbach-Software committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    4c51e1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    711eb3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f65c0ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    904fa31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3bc1e45 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    864070e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    14dcfb2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ac7406a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8e8ec4c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    849387d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8cd057f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    700b991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4238b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d73faaa View commit details
    Browse the repository at this point in the history
  4. 1. Translate oggetto to "object"

    2. Translate MediaListContainer
    3. MedCont.equals(Object), check if Object is MedCont first
    Sternbach-Software committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    8eb9e5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18e5e02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52bd3f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fee74c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb39aa0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d25707 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1eb5e6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07b4b74 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a35799 View commit details
    Browse the repository at this point in the history
  13. 1. Translate Comparison

    2. Translate tipo to type
    3. Rename all "fronte" to "front"
    Sternbach-Software committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    766caa3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    548bf5a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b82f030 View commit details
    Browse the repository at this point in the history
  16. Translate ciSonoIndividuiCollegabili -> containsConnectableIndividual…

    …s() and remainder of DetailActivity
    Sternbach-Software committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    92b21fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3aa2ffc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    94d4c58 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    480a860 View commit details
    Browse the repository at this point in the history
  2. Translate names of classes:

    RegistryOfficeFragment -> ListOfPeopleFragment
    AdattatoreAnagrafe -> PeopleAdapter
    Sternbach-Software committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f87f5a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25cdf13 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Translate F.java

    Sternbach-Software committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9e55db8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8975750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ca82f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf72eaf View commit details
    Browse the repository at this point in the history
  5. Replace "json = json.replace(...); json = json.replace(...);... retur…

    …n json" with "return json.replace().replace()...;"
    Sternbach-Software committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    bf11079 View commit details
    Browse the repository at this point in the history
  6. Translate Global

    Sternbach-Software committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2332f66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3beaef0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    be4b724 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    62abb37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f9b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b6d76c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbf62b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd96a49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5355348 View commit details
    Browse the repository at this point in the history
  7. 1. Make MediaFoldersActivity.onRequestPermissionsResult() call super

    2. Rename MediaFolders.java to MediaFoldersActivity
    3. Translate MediaFoldersActivity
    Sternbach-Software committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c28bbfd View commit details
    Browse the repository at this point in the history
  8. 1. Add calls to super in MediaIconsRecyclerView

    2. Translate MediaGalleryAdapter
    Sternbach-Software committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6dd3682 View commit details
    Browse the repository at this point in the history
  9. Add code sample for optimizing setInstanceAndAllSubsequentToNull() an…

    …d finish translation of Memory
    Sternbach-Software committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6a17800 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f929aca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    908c57f View commit details
    Browse the repository at this point in the history
  12. Translate NewTree

    Sternbach-Software committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e9f13ea View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    5ec76eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7eb4a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d525240 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22ccfbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4e0948 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bba67a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74841b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    b6c5f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a1783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    341070e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a9d439 View commit details
    Browse the repository at this point in the history
  5. Translate Settings

    Sternbach-Software committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    93f0bfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    105e9ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d452696 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f569cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9bd9e22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee91365 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57f73c1 View commit details
    Browse the repository at this point in the history
  12. Translate TypeView

    Sternbach-Software committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fc1a831 View commit details
    Browse the repository at this point in the history
  13. Translate U.java

    Sternbach-Software committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e5a392f View commit details
    Browse the repository at this point in the history