Skip to content

Instantly share code, notes, and snippets.

@areee
Created August 4, 2018 19:21
Show Gist options
  • Save areee/10fa66d70da2d9678a2218c98f90a449 to your computer and use it in GitHub Desktop.
Save areee/10fa66d70da2d9678a2218c98f90a449 to your computer and use it in GitHub Desktop.
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>
<string name="filedialog_empty">Tyhjennä lista</string>
<string name="filedialog_readonly">Lue vain hakemisto</string>
<string name="filedialog_selectfolder">Valitse kansio</string>
<string name="ShareAction">Jaa</string>
<string name="shared_via">Jaettu palvelussa %1$s</string>
<string name="days_symbol">"d"</string>
<string name="size_gb">%1$.1f GB</string>
<string name="size_mb">%1$.1f MB</string>
<string name="size_kb">%1$.1f kb</string>
<string name="optimization_dialog">Optimointiasetukset</string>
<string name="optimization_message">Lisää sovellus puhelimen virranhallintasovelluksessa optimoimattomiin sovelluksiin, jotta sitä ei poisteta muistista.</string>
<string name="optimization_killed">Käyttöjärjestelmä sulki sovelluksen. Lisää sovellus optimoimattomiin sovelluksiin.</string>
<string name="menu_settings">Asetukset</string>
<string name="menu_about">Tietoa</string>
<string name="open_browser">Avaa nettiselain</string>
<string name="are_you_sure">Oletko varma?</string>
<string name="default_button">Oletus</string>
<string name="not_permitted">Ei sallittu</string>
<string name="close">Sulje</string>
<string name="pref_screenlock_title">Pidä näyttö päällä</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SquareLinearLayout">
<attr name="maxChild" format="dimension" />
</declare-styleable>
<declare-styleable name="CircleImageView">
<attr name="civ_border_width" format="dimension" />
<attr name="civ_border_color" format="color" />
<attr name="civ_border_overlay" format="boolean" />
<attr name="civ_fill_color" format="color" />
<attr name="shadow_size" format="dimension" />
<attr name="shadow_color" format="color" />
</declare-styleable>
<declare-styleable name="CircularSeekBar">
<attr name="progress" format="integer" />
<attr name="max" format="integer" />
<attr name="move_outside_circle" format="boolean" />
<attr name="maintain_equal_circle" format="boolean" />
<attr name="use_custom_radii" format="boolean" />
<attr name="lock_enabled" format="boolean" />
<attr name="circle_x_radius" format="dimension" />
<attr name="circle_y_radius" format="dimension" />
<attr name="circle_stroke_width" format="dimension" />
<attr name="pointer_radius" format="dimension" />
<attr name="pointer_halo_width" format="dimension" />
<attr name="pointer_halo_border_width" format="dimension" />
<attr name="circle_color" format="color" />
<attr name="circle_progress_color" format="color" />
<attr name="pointer_color" format="color" />
<attr name="pointer_halo_color" format="color" />
<attr name="pointer_halo_color_ontouch" format="color" />
<attr name="pointer_alpha_ontouch" format="integer" />
<attr name="start_angle" format="float" />
<attr name="end_angle" format="float" />
<attr name="circle_fill" format="color" />
</declare-styleable>
<declare-styleable name="AboutPreferenceCompat">
<attr name="html" format="reference" />
</declare-styleable>
<attr name="progressbar_round" format="reference" />
<attr name="toolbar_icon_bg" format="reference" />
<string name="Theme_Light">Theme_Light</string>
<string name="Theme_Dark">Theme_Dark</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment