Skip to content

Instantly share code, notes, and snippets.

@indywidualny
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indywidualny/fbc8caf9229fe338efe6 to your computer and use it in GitHub Desktop.
Save indywidualny/fbc8caf9229fe338efe6 to your computer and use it in GitHub Desktop.
fNotifier: Strings for translation
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">fNotifier</string>
<string name="settings">Settings</string>
<string name="author" translatable="false">Krzysztof \'Koras\' Grabowski</string>
<string name="indywidualni" translatable="false">Indywidualni.org</string>
<string name="email_author">Contact me</string>
<string name="choose_email_client">Choose e-mail client</string>
<string name="google_play" translatable="false">Google Play</string>
<string name="refresh">Refresh</string>
<string name="loading">Loading&#8230;</string>
<string name="loading_error">Feed cannot be loaded</string>
<string name="please_configure">Please specify feed URL</string>
<string name="zero_items">No items to display</string>
<string name="preference_category1">General</string>
<string name="preference_category2">Predefined feeds</string>
<string name="preference_category3">Notifications</string>
<string name="preference_category4">Author</string>
<string name="notifications_feed_url">Notifications feed</string>
<string name="interval_pref">Time interval for checking</string>
<string name="interval_pref_description">Feed will be checked every %s.</string>
<string name="activate_notifications">Activate notifications</string>
<string name="get_facebook_feed">Facebook notifications</string>
<string name="get_facebook_feed_description">Click the field, find your unique notifications RSS, copy its address and paste it above.</string>
<string name="get_facebook_feed_link" translatable="false">https://goo.gl/t3vJ33</string>
<string name="all_notifications">All notifications</string>
<string name="notification_sound">Notification sound</string>
<string name="notification_sound_description">Choose a ringtone or silence: \u0020</string>
<string name="silent">No sound</string>
<string name="vibrate">Vibrations</string>
<string name="led_light">LED light</string>
<string name="led_color">LED light color</string>
<string name="led_color_description">Current blinking color is %s.</string>
<string name="new_item">New feed item</string>
<string name="new_items">new feed items</string>
<string-array name="intervalPrefTitles">
<item>5 minutes</item>
<item>15 minutes</item>
<item>30 minutes</item>
<item>1 hour</item>
<item>3 hours</item>
<item>6 hours</item>
</string-array>
<string-array name="colorsNames">
<item>white</item>
<item>red</item>
<item>green</item>
<item>blue</item>
<item>cyan</item>
<item>magenta</item>
</string-array>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="activate_notifications">Aktywuj powiadomienia</string>
<string name="all_notifications">Wszystkie powiadomienia</string>
<string name="choose_email_client">Wybierz klienta poczty</string>
<string name="email_author">Napisz do mnie</string>
<string name="get_facebook_feed_description">Dotknij, znajdź swój kanał RSS dla powiadomień, skopiuj jego adres i wklej go powyżej.</string>
<string name="interval_pref">Przedział czasu sprawdzania</string>
<string name="interval_pref_description">Kanał będzie sprawdzany co %s.</string>
<string name="led_color">Kolor diody LED</string>
<string name="led_color_description">Dioda będzie migać w kolorze: \u0020%s</string>
<string name="led_light">Dioda LED</string>
<string name="loading">Ładowanie&#8230;</string>
<string name="loading_error">Kanał nie może być wczytany</string>
<string name="notification_sound">Dźwięk powiadomienia</string>
<string name="notification_sound_description">Wybierz dzwonek lub wycisz: \u0020</string>
<string name="notifications_feed_url">Kanał powiadomień</string>
<string name="please_configure">Proszę ustawić kanał RSS</string>
<string name="preference_category1">Główne</string>
<string name="preference_category2">Przykładowe kanały</string>
<string name="preference_category3">Powiadomienia</string>
<string name="preference_category4">Autor</string>
<string name="refresh">Odśwież</string>
<string name="settings">Ustawienia</string>
<string name="silent">Brak dźwięku</string>
<string name="vibrate">Wibruj</string>
<string name="zero_items">Brak elementów</string>
<string name="get_facebook_feed">Powiadomienia Facebook</string>
<string name="new_item">Nowy element kanału</string>
<string name="new_items">nowe elementy kanału</string>
<string-array name="intervalPrefTitles">
<item>5 minut</item>
<item>15 minut</item>
<item>30 minut</item>
<item>1 godzina</item>
<item>3 godziny</item>
<item>6 godzin</item>
</string-array>
<string-array name="colorsNames">
<item>biały</item>
<item>czerwony</item>
<item>zielony</item>
<item>niebieski</item>
<item>cyan</item>
<item>magenta</item>
</string-array>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment