Skip to content

Instantly share code, notes, and snippets.

View areee's full-sized avatar
👨‍💻
Coding

Arttu Ylhävuori areee

👨‍💻
Coding
View GitHub Profile
@areee
areee / strings.xml
Created August 4, 2018 19:21
strings.xml translation shared with Stringlate (android-library)
<resources>
<!--OpenFileDialog-->
<string name="filedialog_rename">Nimeä uudelleen</string>
<string name="filedialog_delete">Poista</string>
<string name="filedialog_newfolder">Uusi kansio</string>
<string name="filedialog_foldername">Kansion nimi</string>
<string name="filedialog_unablecreatefolder">Ei voi luoda kansiota: \'%1$s\'</string>
<string name="filedialog_foldercreated">Kansio \'%1$s\' luotu</string>
<string name="filedialog_folderdeleted">Poistettu: \'%1$s\'</string>
<string name="filedialog_renameto">Uudelleen nimetty: \'%1$s\'</string>
@areee
areee / strings.xml
Created August 4, 2018 19:20
strings.xml translation shared with Stringlate (android-audio-library)
<resources>
<string name="pref_source_title">Tallennuskohde</string>
<string name="pref_filters">Suodattimet</string>
<string name="pref_volume_title">Äänitysvoimakkuus</string>
<string name="pref_voice_title">Äänisuodatin</string>
<string name="pref_voice_summary">Kaistanpäästösuodatin</string>
<string name="pref_skip_title">Ohita hiljaisuus</string>
<string name="pref_skip_summary">Ohita hiljaisuus tallennuksen aikana</string>
@areee
areee / strings.xml
Created August 4, 2018 19:17
strings.xml translation shared with Stringlate (AudioRecorder)
<resources>
<string name="app_name">Ääninauhuri</string>
@areee
areee / strings.xml
Created August 1, 2018 17:53
strings.xml translation shared with Stringlate
<resources>
<string name="original_string">Alkuperäinen merkkijono:</string>
<string name="translated_string_colon">Käännetty merkkijono:</string>
<string name="next">Seuraava</string>
<string name="welcome">Tervetuloa Stringlateen! Syötä GitHub-projektin nimi ja sen omistaja tai liitä säilön Git-osoite alle jatkaaksesi.</string>
<string name="owner_hint">omistaja</string>
<string name="repository_hint">säilö</string>
<string name="github_repo_url_hint">https://github.com/omistaja/säilö</string>
<string name="update_strings">Päivitä strings.xml</string>
<string name="add_locale">Lisää uusi kieli</string>
@areee
areee / readme.md
Last active May 30, 2018 20:26 — forked from benstr/readme.md
Gist Markdown Cheatsheet

#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6


Paragraph

#Samsung Galaxy S II Plus (I9105P)

  • Released
    • February 2013

##Specifications

  • SoC
@areee
areee / gist:f08850f33512e97ecf36ef52443a57c6
Last active September 27, 2018 16:20 — forked from itsmattsoria/gistfil1.textile
Mac Terminal Cheat Sheet

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor