1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-09-28 02:39:35 +02:00

Release v0.2.6

This commit is contained in:
Gregor Santner 2017-04-30 15:45:54 +02:00
parent baff1a1d35
commit e0a6c79836
No known key found for this signature in database
GPG key ID: 7E83A7834AECB009
20 changed files with 89 additions and 3 deletions

View file

@ -1,3 +1,10 @@
### v0.2.6 (2017-04-30)
- Fixed #156 #158 #159
- Added chinese traditional language
- Added NavSlider option: Statistics
- Changed shared-by-notice text
- Fix bottom bar hint text background color (Fix #157)
### v0.2.5 (2017-04-10)
- Introduce minimalistic Markdown Parser
- Show LICENSE at first start

View file

@ -1,5 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="about_activity__title_about_app">Om</string>
<string name="about_activity__title_about_license">Licens</string>
<string name="about_activity__title_debug_info">Fejlsøgning</string>
<string name="fragment_debug__section_app">Applikation</string>
<string name="fragment_debug__section_device">Enhed</string>
<string name="fragment_debug__section_pod">diaspora* Pod</string>
<string name="fragment_debug__section_log">Fejlsøgningslog</string>
<string name="fragment_debug__section_log_spam">Fejlsøgningslog (udvidet)</string>
<string name="fragment_debug__app_version">App version: %1$s</string>
<string name="fragment_debug__android_version">Android version: %1$s</string>
<string name="fragment_debug__device_name">Enhedsnavn: %1$s</string>
<string name="fragment_debug__app_codename">Kodenavn: %1$s</string>
<string name="fragment_debug__pod_profile_name">Pod-profilnavn: %1$s</string>
<string name="fragment_debug__pod_profile_url">Pod-domæne: %1$s</string>
<string name="fragment_debug__toast_log_copied">Fejlsøgningslog kopieret til udklipsbord</string>
<string name="fragment_about__about_text">dandelion* er dine hjælpe-applikationer til at finde rundt på det sociale netværk diaspora*. Den tilføjer funktionaliteter som værktøjslinker og understøttelse for proxy-servere som Tor til din sociale oplevelse.</string>
<string name="fragment_about__contribute">Bidrag med kode!</string>
<string name="fragment_about__contribute_text">dandelion* udvikles som fri software og følger ideerne bag diaspora*-projektet. Hvis du har lyst til at bidrage, så sæt i gang! For nuværende er vi et meget lille hold der står bag, og vi sætter stor pris på enhver form for hjælp!</string>
<string name="fragment_about__contribute_button">Hent kildekoden</string>
<string name="fragment_about__translate">Oversæt applikationen!</string>
<string name="fragment_about__translate_text">Findes applikationen ikke på dit sprog? Det kan du ændre! Hvorfor ikke hjælpe os med at oversætte den? Vi burer crowdin-platformen som gør dig i stand til at oversætte.</string>
<string name="fragment_about__translate_button">Lad mig oversætte</string>
<string name="fragment_about__feedback">Meld tilbage!</string>
<string name="fragment_about__feedback_text">dandelion* udvikles stadig, så hvis du har forslag eller anden form for tilbagemelding, så lad os det venligst vide via vores problem-tracker!</string>
<string name="fragment_about__feedback_button">Rapporter fejl</string>
<string name="fragment_about__spread_the_word">Spred ordet!</string>
<!-- License & help (large amount of text) -->
</resources>

View file

@ -4,6 +4,8 @@
<!-- Key Names (Untranslatable) -->
<!-- Themes -->
<!-- Operability -->
<string name="pref_title__topbar_stream_shortcut">Øverste værktøjslinje indlæser strøm</string>
<string name="pref_desc__topbar_stream_shortcut">Klik på tom plads i den øverste værktøjslinje for at åbne strømme</string>
<!-- Navigiation Slider -->
<!-- PodProfile -->
<!-- More -->
@ -11,6 +13,9 @@
<!-- Visuals -->
<!-- Navigiation Slider -->
<!-- Themes -->
<string name="pref_title__primary_color">Primær farve</string>
<string name="pref_desc__primary_color">Værktøjslinjers farver</string>
<string name="pref_title__accent_color">Markeringsfarve</string>
<!-- Notifications dropdown -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->

View file

@ -3,10 +3,35 @@
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<string name="reload">Genindlæs</string>
<!-- Common Words -->
<string name="settings">Indstillinger</string>
<string name="notifications">Notifikationer</string>
<string name="conversations">Samtaler</string>
<string name="stream">Strøm</string>
<string name="profile">Profil</string>
<string name="aspects">Aspekter</string>
<string name="activities">Aktiviteter</string>
<string name="liked">Synes om</string>
<string name="commented">Kommenteret</string>
<string name="mentions">Omtalelser</string>
<string name="public_">Offentlig</string>
<string name="search">Søg</string>
<string name="contacts">Kontakter</string>
<string name="changelog">Ændringslog</string>
<string name="statistics">Statistik</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Alle notifikationer</string>
<string name="notifications__also_commented">Kommenterede også</string>
<string name="notifications__comment_on_post">Kommenter på opslag</string>
<string name="notifications__liked">Syntes om</string>
<string name="notifications__mentioned">Nævnte</string>
<string name="notifications__reshared">Gendelte</string>
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<string name="context_menu_share_image">Del billede</string>
<string name="context_menu_open_external_browser">Åben i ekstern browser&#8230;</string>
<string name="context_menu_copy_link">Kopier link-adresse til udklipsholder</string>
<!-- More from MainActivity -->
<!-- Permissions -->
</resources>

View file

@ -19,6 +19,7 @@
<string name="search">Suchen</string>
<string name="contacts">Kontakte</string>
<string name="changelog">Änderungen</string>
<string name="statistics">Statistik</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Alle Benachrichtigungen</string>
<string name="notifications__also_commented">Auch kommentiert</string>

View file

@ -19,6 +19,7 @@
<string name="search">Búsqueda</string>
<string name="contacts">Contactos</string>
<string name="changelog">Registro de cambios</string>
<string name="statistics">Estadísticas</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Todas las notificaciones</string>
<string name="notifications__also_commented">También Comentado</string>

View file

@ -19,6 +19,7 @@
<string name="search">Rechercher</string>
<string name="contacts">Contacts</string>
<string name="changelog">Nouveautés</string>
<string name="statistics">Statistiques</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Toutes les notifications</string>
<string name="notifications__also_commented">Aussi commenté</string>

View file

@ -19,6 +19,7 @@
<string name="search">Buscar</string>
<string name="contacts">Contactos</string>
<string name="changelog">Cambios</string>
<string name="statistics">Estatísticas</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Todas as notificacións</string>
<string name="notifications__also_commented">Tamén comentadas</string>

View file

@ -19,6 +19,7 @@
<string name="search">Keresés</string>
<string name="contacts">Partnerek</string>
<string name="changelog">Újdonságok</string>
<string name="statistics">Statisztika</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Összes értesítés</string>
<string name="notifications__also_commented">Más hozzászólások</string>

View file

@ -19,6 +19,7 @@
<string name="search">Cerca</string>
<string name="contacts">Contatti</string>
<string name="changelog">Log delle modifiche</string>
<string name="statistics">Statistiche</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Tutte le notifiche</string>
<string name="notifications__also_commented">Inoltre ha commentato</string>

View file

@ -19,6 +19,7 @@
<string name="search">検索</string>
<string name="contacts">連絡先</string>
<string name="changelog">変更履歴</string>
<string name="statistics">統計情報</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">すべての通知</string>
<string name="notifications__also_commented">コメントもしました</string>

View file

@ -19,8 +19,11 @@
<string name="search">검색</string>
<string name="contacts">연락처</string>
<string name="changelog">변경사항</string>
<string name="statistics">상태</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">모든 알림</string>
<string name="notifications__also_commented">다른 코멘트</string>
<string name="notifications__comment_on_post">게시물에 댓글 달기</string>
<string name="notifications__liked">좋아하는</string>
<string name="notifications__mentioned">멘션한</string>
<string name="notifications__reshared">재공유</string>

View file

@ -19,6 +19,7 @@
<string name="search">Zoeken</string>
<string name="contacts">Contacten</string>
<string name="changelog">Aanpassingen</string>
<string name="statistics">Statistieken</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Alle meldingen</string>
<string name="notifications__also_commented">Heeft ook gereageerd</string>

View file

@ -17,7 +17,7 @@
<!-- Visuals -->
<!-- Navigiation Slider -->
<string name="pref_title__sub_nav_slider">Pasek nawigacji</string>
<string name="pref_desc__sub_nav_slider">Wybierz elementy widoczne w pasku nawigacji</string>
<string name="pref_desc__sub_nav_slider">Wybierz elementy widoczne w panelu nawigacyjnym</string>
<string name="pref_cat__visibility_nav_items__user">Użytkownik</string>
<string name="pref_cat__visibility_nav_items__general">Ogólne</string>
<string name="pref_cat__visibility_nav_items__admin">Administracja</string>
@ -70,8 +70,8 @@
<string name="pref_title__manage_tags">Zarządzanie tagami</string>
<string name="pref_desc__manage_tags">Przestań śledzić wybrane tagi</string>
<string name="pref_title__change_account">Zmień konto</string>
<string name="pref_desc__change_account">Skasuj dane sesji lokalnej i przełącz się do innego poda diaspora*/konta</string>
<string name="pref_warning__change_account">Operacja spowoduje usunięcie wszystkich ciasteczek i danych sesji. Jesteś pewny, że chcesz zmienić konto?</string>
<string name="pref_desc__change_account">Skasuj dane lokalnej sesji i przełącz się na inne konto diaspory*</string>
<string name="pref_warning__change_account">Operacja spowoduje usunięcie wszystkich ciasteczek i danych sesji. Jesteś pewny, że chcesz przełączyć na inne konto?</string>
<string name="pref_title__clear_cache">Wyczyść pamięć podręczną</string>
<string name="pref_desc__clear_cache">Wyczyść pamięć podręczną WebView</string>
<string name="pref_desc__intellihide_toolbars">Automatycznie ukryj paski narzędzi na górze i na dole podczas przewijania</string>

View file

@ -19,6 +19,7 @@
<string name="search">Szukaj</string>
<string name="contacts">Kontakty</string>
<string name="changelog">Lista zmian</string>
<string name="statistics">Statystyki</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Wszystkie powiadomienia</string>
<string name="notifications__also_commented">Także skomentował/a</string>

View file

@ -5,8 +5,13 @@
<string name="about_activity__title_about_license">Licença</string>
<string name="about_activity__title_debug_info">Depurando</string>
<string name="fragment_debug__section_app">Aplicação</string>
<string name="fragment_debug__section_device">Dispositivo</string>
<string name="fragment_debug__section_pod">diaspora* Pod</string>
<string name="fragment_debug__section_log">Histórico de Depuração</string>
<string name="fragment_debug__section_log_spam">Histórico de depuração (detalhado)</string>
<string name="fragment_debug__app_version">Versão do App: %1$s</string>
<string name="fragment_debug__android_version">Versão do Android: %1$s</string>
<string name="fragment_debug__device_name">Nome do dispositivo: %1$s</string>
<string name="fragment_debug__pod_profile_url">Domínio do Pod: %1$s</string>
<!-- License & help (large amount of text) -->
</resources>

View file

@ -18,6 +18,8 @@
<string name="public_">Público</string>
<string name="search">Buscar</string>
<string name="contacts">Contatos</string>
<string name="changelog">Histórico de mudanças</string>
<string name="statistics">Estatísticas</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Todas as notificações</string>
<string name="notifications__also_commented">Também comentado</string>

View file

@ -19,6 +19,7 @@
<string name="search">Поиск</string>
<string name="contacts">Контакты</string>
<string name="changelog">История изменений</string>
<string name="statistics">Статистика</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Все уведомления</string>
<string name="notifications__also_commented">Также прокомментировали</string>

View file

@ -18,6 +18,8 @@
<string name="public_">Offentlig</string>
<string name="search">Söc</string>
<string name="contacts">Kontakter</string>
<string name="changelog">Ändringar</string>
<string name="statistics">Statistik</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">Alla Notiser</string>
<string name="notifications__also_commented">Kommenterade Även</string>

View file

@ -19,6 +19,7 @@
<string name="search">搜尋</string>
<string name="contacts">聯絡人</string>
<string name="changelog">更新紀錄</string>
<string name="statistics">統計資料</string>
<!-- Notifications dropdown menu -->
<string name="notifications__all">全部的通知</string>
<string name="notifications__also_commented">其他留言</string>