Release - v0.2.1

This commit is contained in:
Gregor Santner 2016-11-22 19:22:44 +01:00
parent bea1a83f90
commit 8abb662546
24 changed files with 134 additions and 75 deletions

View File

@ -1,7 +1,9 @@
# v0.2.0-next
# v0.2.1
- App name changed to **dandelion\***
- Rotation options
- Top toolbar loads screen again (toggleable in settings)
- Fixed overlapping fragments
- Visual rework of the About-section of the app
# v0.2.0a
- Added: Customizable Theme Colors!

View File

@ -7,6 +7,7 @@
# dandelion\*
FORMERLY KNOWN AS DIASPORA-FOR-ANDROID
This is an unofficial webview based client for the community-run, distributed social network **[Diaspora*](https://diasporafoundation.org/)**. It's currently under development and should be used with that in mind. Please submit any bugs you might find.

View File

@ -10,8 +10,8 @@ android {
minSdkVersion 17
targetSdkVersion 24
versionCode 11
versionName "0.2.0-next"
setProperty("archivesBaseName", "DiasporaForAndroid__${versionName}__")
versionName "0.2.1"
setProperty("archivesBaseName", "dandelion__${versionName}__")
vectorDrawables.useSupportLibrary = true
}

View File

@ -42,6 +42,7 @@
android:id="@+id/fragment_about__app_version"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:text="@string/fragment_debug__app_version"/>
<TextView
@ -49,7 +50,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fragment_debug__app_codename"
android:layout_marginBottom="8dp"/>
android:layout_marginBottom="8dp"
android:visibility="gone"/> <!-- Change later -->
<TextView
android:textAppearance="@style/TextAppearance.AppCompat"

View File

@ -6,7 +6,7 @@
<string name="about_activity__title_debug_info">Debugging</string>
<string name="fragment_debug__section_app">Anwendung</string>
<string name="fragment_debug__section_device">Gerät</string>
<string name="fragment_debug__section_pod">Diaspora Pod</string>
<string name="fragment_debug__section_pod">diaspora* Pod</string>
<string name="fragment_debug__section_log">Debug-Protokoll</string>
<string name="fragment_debug__section_log_spam">Debug-Protokoll (Verbose)</string>
<string name="fragment_debug__app_version">App Version: %1$s</string>
@ -16,20 +16,20 @@
<string name="fragment_debug__pod_profile_name">Pod Profil Name: %1$s</string>
<string name="fragment_debug__pod_profile_url">Pod Domain: %1$s</string>
<string name="fragment_debug__toast_log_copied">Debug-Protokoll in Zwischenablage kopiert</string>
<string name="fragment_about__about_text">DiasporaForAndroid ist dein Begleiter auf deinen Streifzügen durch das soziale Netzwerk diaspora*. Es bietet dir zusätzliche Funktionen wie nützliche Werkzeugleisten und Unterstützung für Proxyserver wie das Tor-Netzwerk.</string>
<string name="fragment_about__about_text">dandelion* ist dein Begleiter auf deinen Streifzügen durch das soziale Netzwerk diaspora*. Es bietet dir zusätzliche Funktionen wie nützliche Werkzeugleisten und Unterstützung für Proxyserver wie das Tor-Netzwerk.</string>
<string name="fragment_about__contribute">Mach mit!</string>
<string name="fragment_about__contribute_text">DiasporaForAndroid wird frei wie in Freiheit entwickelt und folgt den Ideen des diaspora* Projektes. Wenn du mithelfen willst, nur zu! Wir sind momentan nur ein sehr kleines Team und sind froh über jede Unterstützung!</string>
<string name="fragment_about__contribute_text">dandelion* wird frei wie in Freiheit entwickelt und folgt den Ideen des diaspora* Projektes. Wenn du mithelfen willst, nur zu! Wir sind momentan nur ein sehr kleines Team und sind froh über jede Unterstützung!</string>
<string name="fragment_about__contribute_button">Zum Quellcode</string>
<string name="fragment_about__translate">Übersetze die App!</string>
<string name="fragment_about__translate_text">Die Anwendung ist nicht in deiner Sprache verfügbar? Das kannst du ändern! Warum hilfst du uns nicht, indem du übersetzt? Wir benutzen die Plattform crowdin, um es jedem zu ermöglichen, die App zu übersetzen.</string>
<string name="fragment_about__translate_button">Ich möchte übersetzen</string>
<string name="fragment_about__feedback">Feedback geben!</string>
<string name="fragment_about__feedback_text">DiasporaForAndroid befindet sich noch in Entwicklung, wenn du also Vorschläge oder etwas anderes auf dem Herzen hast besuche doch unseren Bug Tracker und lass es uns wissen!</string>
<string name="fragment_about__feedback_text">dandelion* befindet sich noch in Entwicklung, wenn du also Vorschläge oder etwas anderes auf dem Herzen hast besuche doch unseren Bug Tracker und lass es uns wissen!</string>
<string name="fragment_about__feedback_button">Fehler melden</string>
<string name="fragment_about__spread_the_word">Anderen davon erzählen!</string>
<string name="fragment_about__spread_the_word_text">Erzähl deiner Familie und deinen Freunden von diaspora* und #DiasporaForAndroid! Warum bloggst du nicht über deine Erfahrungen mit der App? Wir würden gerne davon erfahren!</string>
<string name="fragment_about__spread_the_word_text">Erzähl deiner Familie und deinen Freunden von diaspora* und #dandelion! Warum bloggst du nicht über deine Erfahrungen mit der App? Wir würden gerne davon erfahren!</string>
<string name="fragment_about__spread_the_word_button">Weitersagen</string>
<string name="fragment_about__spread_the_word_share_text">Hey! Probier mal #DiasporaForAndroid! %1$s</string>
<string name="fragment_about__spread_the_word_share_text">Hallo! Schau dir #dandelion an! %1$s</string>
<!-- License & help (large amount of text) -->
<string name="fragment_license__maintainers">Entwickler</string>
<string name="fragment_license__maintainers_text">Diese Anwendung wird momentan entwickelt und betreut von &lt;br&gt;&lt;br&gt;%1$s</string>

View File

@ -4,6 +4,8 @@
<!-- Key Names (Untranslatable) -->
<!-- Themes -->
<!-- Operability -->
<string name="pref_title__topbar_stream_shortcut">Obere Werkzeugleiste lädt Stream</string>
<string name="pref_desc__topbar_stream_shortcut">Klicks auf leere Flächen der oberen Werkzeugleiste öffnen den Stream</string>
<!-- Navigiation Slider -->
<!-- PodProfile -->
<!-- More -->
@ -11,6 +13,7 @@
<string name="pref_cat__visuals">Erscheinungsbild</string>
<string name="pref_cat__network">Netzwerk</string>
<string name="pref_cat__pod_settings">Pod Einstellungen</string>
<string name="pref_cat__operability">Bedienbarkeit</string>
<!-- Visuals -->
<!-- Navigiation Slider -->
<string name="pref_title__sub_nav_slider">Navigations Slider</string>
@ -38,6 +41,11 @@
<string name="pref_title__load_images">Lade Bilder</string>
<string name="pref_desc__load_images">Deaktiviere das Laden von Bildern, um den Datenverbrauch zu verringern</string>
<!-- Rotate Screen -->
<string name="pref_title__screen_rotation">Bildschirmrotation</string>
<string name="pref_desc__screen_rotation">Kontrolliere die automatische Bildschirmrotation</string>
<string name="rotation_auto">Automatisch</string>
<string name="rotation_portrait">Hochformat</string>
<string name="rotation_landscape">Querformat</string>
<!-- Proxy -->
<string name="pref_title__http_proxy_load_tor_preset">Tor Voreinstellungen laden</string>
<string name="pref_desc__http_proxy_load_tor_preset">Proxy Einstellungen für Tor (Orbot) HTTP Proxy laden</string>
@ -52,12 +60,12 @@
<string name="pref_desc__chrome_custom_tabs_enabled">Externe Links mit Chrome Custom Tabs öffnen. Chromium oder Google Chrome muss für dieses Feature installiert sein.\nWICHTIGER HINWEIS: Chrome Custom Tabs verwenden die konfigurierten Proxy-Server nicht!</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Persönliche Einstellungen</string>
<string name="pref_desc__personal_settings">Öffne die Einstellungen deines Diaspora Accounts</string>
<string name="pref_desc__personal_settings">Öffne die Einstellungen deines diaspora* Accounts</string>
<string name="pref_desc__manage_contacts">Bearbeite deine Kontaktliste</string>
<string name="pref_title__manage_tags">Tags verwalten</string>
<string name="pref_desc__manage_tags">Verwalte die Liste der Hashtags, denen du folgst</string>
<string name="pref_title__change_account">Konto wechseln</string>
<string name="pref_desc__change_account">Lösche lokale Sitzungsdaten und wechsle zu einem anderen Pod/Benutzerkonto</string>
<string name="pref_desc__change_account">Lösche lokale Sitzungsdaten und wechsele zu einem anderen diaspora* Pod/Benutzerkonto</string>
<string name="pref_warning__change_account">Das wird alle Cookies und Sitzungsdaten löschen. Willst du wirklich dein Konto wechseln?</string>
<string name="pref_title__clear_cache">Zwischenspeicher leeren</string>
<string name="pref_desc__clear_cache">Leert den Zwischenspeicher des WebViews</string>

View File

@ -6,7 +6,7 @@
<string name="about_activity__title_debug_info">Depurando</string>
<string name="fragment_debug__section_app">Aplicación</string>
<string name="fragment_debug__section_device">Dispositivo</string>
<string name="fragment_debug__section_pod">Pod de Diaspora</string>
<string name="fragment_debug__section_pod">Pod de diaspora*</string>
<string name="fragment_debug__section_log">Depurar registro</string>
<string name="fragment_debug__section_log_spam">Depurar registro (Detallado)</string>
<string name="fragment_debug__app_version">Versión aplicación:%1$s</string>
@ -16,20 +16,20 @@
<string name="fragment_debug__pod_profile_name">Nombre de perfil del pod: %1$s</string>
<string name="fragment_debug__pod_profile_url">Dominio del pod:%1$s</string>
<string name="fragment_debug__toast_log_copied">Registro de depuración copiado al portapapeles</string>
<string name="fragment_about__about_text">DiasporaForAndroid es su complemento para navegar por la red social diapora*. Añade características como útiles barras de herramientas y soporte para servidores proxy como la red Tor a su experiencia social.</string>
<string name="fragment_about__about_text">dandelion* es su complemento para navegar por la red social diapora*. Añade características como útiles barras de herramientas y soporte para servidores proxy como la red Tor a su experiencia social.</string>
<string name="fragment_about__contribute">¡Contribuir con código!</string>
<string name="fragment_about__contribute_text">DiasporaForAndroid se desarrolla libre, en el sentido de libertad, y sigue las ideas del proyecto diaspora*. Si usted quiere contribuir, ¡adelante! Actualmente somos un equipo muy pequeño, por lo que ¡agradeceríamos mucho cualquier tipo de ayuda!</string>
<string name="fragment_about__contribute_text">dandelion* se desarrolla libre, en el sentido de libertad, y sigue las ideas del proyecto diaspora*. Si usted quiere contribuir, ¡adelante! Actualmente somos un equipo muy pequeño, por lo que ¡agradeceríamos mucho cualquier tipo de ayuda!</string>
<string name="fragment_about__contribute_button">Obtener el código fuente</string>
<string name="fragment_about__translate">¡Traducir la aplicación!</string>
<string name="fragment_about__translate_text">¿La aplicación no está disponible en su idioma? ¡Usted puede cambiar eso! ¿Por qué no nos ayuda traduciéndola? Utilizamos la plataforma crowdin para permitir a cualquiera traducir la aplicación.</string>
<string name="fragment_about__translate_button">Permítanme traducir</string>
<string name="fragment_about__feedback">Danos tu opinión!</string>
<string name="fragment_about__feedback_text">DiasporaForAndroid todavía está en desarrollo, así que si tiene sugerencias o cualquier tipo de comentarios, ¡utilice nuestro gestor de errores para hacérnoslo saber!</string>
<string name="fragment_about__feedback_text">dandelion* todavía está en desarrollo, así que si tiene sugerencias o cualquier tipo de comentarios, ¡utilice nuestro gestor de errores para hacérnoslo saber!</string>
<string name="fragment_about__feedback_button">Reporte de errores</string>
<string name="fragment_about__spread_the_word">¡Corre la voz!</string>
<string name="fragment_about__spread_the_word_text">¡Hable a sus amigos y familiares acerca de diaspora * y #DiasporaForAndroid! ¿Por qué no difunde sus experiencias? ¡Nos encantaría escucharle!</string>
<string name="fragment_about__spread_the_word_text">¡Hable a sus amigos y familiares acerca de diaspora* y #dandelion! ¿Por qué no difunde sus experiencias? ¡Nos encantaría escucharle!</string>
<string name="fragment_about__spread_the_word_button">Compartir la aplicación</string>
<string name="fragment_about__spread_the_word_share_text">¡Hola! ¡Mira #DiasporaForAndroid! %1$s</string>
<string name="fragment_about__spread_the_word_share_text">¡Hey! ¡Mira #dandelion! %1$s</string>
<!-- License & help (large amount of text) -->
<string name="fragment_license__maintainers">Mantenimiento</string>
<string name="fragment_license__maintainers_text">Esta aplicación está siendo desarrollada y mantenida por &lt; br &gt;&lt; br &gt;%1$s</string>

View File

@ -41,12 +41,17 @@
<string name="pref_title__load_images">Cargar imágenes</string>
<string name="pref_desc__load_images">Desactivar la carga de de imágenes a datos móviles seguros</string>
<!-- Rotate Screen -->
<string name="pref_title__screen_rotation">Rotación de la pantalla</string>
<string name="pref_desc__screen_rotation">Controlar la rotación automática de la pantalla</string>
<string name="rotation_auto">Automático</string>
<string name="rotation_portrait">Vertical</string>
<string name="rotation_landscape">Apaisado</string>
<!-- Proxy -->
<string name="pref_title__http_proxy_load_tor_preset">Cargar Tor predeterminado</string>
<string name="pref_desc__http_proxy_load_tor_preset">Cargar la configuración del proxy de Tor (Orbot) HTTP Proxy</string>
<string name="pref_title__sub_proxy">Proxy</string>
<string name="pref_title__proxy_enabled">Activar Proxy</string>
<string name="pref_desc__http_proxy_enabled">Tráfico del proxy de Diaspora evadiendo el cortafuegos.\nPuede requerir reiniciar. Puede no funcionar en algunos teléfonos.</string>
<string name="pref_desc__http_proxy_enabled">Tráfico del proxy de dandelion* evadiendo el cortafuegos.\nPuede requerir reiniciar. Puede no funcionar en algunos teléfonos.</string>
<string name="pref_title__http_proxy_host">Host</string>
<string name="pref_title__http_proxy_port">Puerto</string>
<string name="toast__proxy_disabled__restart_required">La aplicación necesita reiniciar para deshabilitar el uso de proxy</string>
@ -55,12 +60,12 @@
<string name="pref_desc__chrome_custom_tabs_enabled">Abrir vínculos externos con barras personalizadas de Chrome. Chromium o Google Chrome deben estar instalados para utilizar esta característica. \nNOTA IMPORTANTE: ¡ las barras personalizadas de Chrome no usan servidores proxy configurados!</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Configuración personal</string>
<string name="pref_desc__personal_settings">Abrir la configuración de tu cuenta de Diaspora</string>
<string name="pref_desc__personal_settings">Abre la configuración de tu cuenta de diaspora*</string>
<string name="pref_desc__manage_contacts">Administrar tu lista de contactos</string>
<string name="pref_title__manage_tags">Administrar Etiquetas</string>
<string name="pref_desc__manage_tags">Agregar y eliminar las etiquetas que estas siguiendo</string>
<string name="pref_title__change_account">Cambiar cuenta</string>
<string name="pref_desc__change_account">Borrar datos de la sesión local y cambiar a otro pod/cuenta de Diaspora</string>
<string name="pref_desc__change_account">Borrar datos de la sesión local y cambiar a otro pod/cuenta de diaspora*</string>
<string name="pref_warning__change_account">Esto borrará todas las cookies y datos de la sesión. ¿Realmente deseas cambiar tu cuenta?</string>
<string name="pref_title__clear_cache">Limpiar caché</string>
<string name="pref_desc__clear_cache">Borrar caché de vista Web</string>

View File

@ -6,7 +6,7 @@
<string name="about_activity__title_debug_info">Déboguer</string>
<string name="fragment_debug__section_app">Application</string>
<string name="fragment_debug__section_device">Appareil</string>
<string name="fragment_debug__section_pod">Pod diaspora</string>
<string name="fragment_debug__section_pod">Pod diaspora*</string>
<string name="fragment_debug__section_log">Journal de débogage</string>
<string name="fragment_debug__section_log_spam">Log de débogage (Verbeux)</string>
<string name="fragment_debug__app_version">Version app : %1$s</string>
@ -16,20 +16,20 @@
<string name="fragment_debug__pod_profile_name">Pod alias : %1$s</string>
<string name="fragment_debug__pod_profile_url">Adresse du pod : %1$s</string>
<string name="fragment_debug__toast_log_copied">Journal de débogage copié dans le presse-papiers</string>
<string name="fragment_about__about_text">DiasporaForAndroid est votre application compagnon pour naviguer sur le réseau social diaspora*. Il ajoute des fonctionnalités telles que des barres doutils utiles et la prise en charge pour les serveurs proxy comme le réseau Tor à votre expérience sociale.</string>
<string name="fragment_about__about_text">dandelion* est votre application compagnon pour naviguer sur le réseau social diaspora*. Il ajoute des fonctionnalités telles que des barres doutils utiles et la prise en charge pour les serveurs proxy comme le réseau Tor à votre expérience sociale.</string>
<string name="fragment_about__contribute">Contribuez au code !</string>
<string name="fragment_about__contribute_text">DiasporaForAndroid est libre, et suit les idées du projet diaspora*. Si vous voulez contribuer, allez-y ! Actuellement, nous sommes une toute petite équipe, donc nous apprécierions tout type d\'aide !</string>
<string name="fragment_about__contribute_text">dandelion* est libre, et suit les idées du projet diaspora*. Si vous voulez contribuer, allez-y ! Actuellement, nous sommes une toute petite équipe, donc nous apprécierions tout type d\'aide !</string>
<string name="fragment_about__contribute_button">Obtenir la source</string>
<string name="fragment_about__translate">Traduire l\'application !</string>
<string name="fragment_about__translate_text">Lapplication nest pas disponible dans votre langue ? Vous pouvez changer cela ! Pourquoi ne pas nous aider à la traduire ? Nous utilisons la plate-forme crowdin pour permettre à quiconque de traduire lapplication.</string>
<string name="fragment_about__translate_button">Je voudrais traduire</string>
<string name="fragment_about__feedback">Donnez votre avis !</string>
<string name="fragment_about__feedback_text">DiasporaForAndroid est encore en développement, donc si vous avez des suggestions ou nimporte quel genre de retour, veuillez utiliser notre traqueur de bogues pour nous le faire savoir !</string>
<string name="fragment_about__feedback_text">dandelion* est encore en développement, donc si vous avez des suggestions ou nimporte quel genre de retour, veuillez utiliser notre traqueur de bogues pour nous le faire savoir !</string>
<string name="fragment_about__feedback_button">Signaler un bug</string>
<string name="fragment_about__spread_the_word">Faîtes passer le mot !</string>
<string name="fragment_about__spread_the_word_text">Parlez de diaspora* et #DiasporaForAndroid à vos amis et votre famille ! Pourquoi ne pas bloguer à propos de votre expérience ? Nous aimerions la lire !</string>
<string name="fragment_about__spread_the_word_text">Parlez de diaspora* et #dandelion à vos amis et votre famille ! Pourquoi ne pas bloguer à propos de votre expérience ? Nous aimerions la lire !</string>
<string name="fragment_about__spread_the_word_button">Partager cette application</string>
<string name="fragment_about__spread_the_word_share_text"> ! Découvrez #DiasporaForAndroid ! %1$s</string>
<string name="fragment_about__spread_the_word_share_text"> ! Découvrez #dandelion ! %1$s</string>
<!-- License & help (large amount of text) -->
<string name="fragment_license__maintainers">Mainteneurs</string>
<string name="fragment_license__maintainers_text">Cette application est actuellement développée et maintenue par &lt;br&gt;&lt;br&gt;%1$s</string>

View File

@ -41,12 +41,17 @@
<string name="pref_title__load_images">Charger les images</string>
<string name="pref_desc__load_images">Désactiver le chargements des images pour préserver la data mobile</string>
<!-- Rotate Screen -->
<string name="pref_title__screen_rotation">Rotation de l\'écran</string>
<string name="pref_desc__screen_rotation">Rotation automatique de l\'écran</string>
<string name="rotation_auto">Automatique</string>
<string name="rotation_portrait">Portrait</string>
<string name="rotation_landscape">Paysage</string>
<!-- Proxy -->
<string name="pref_title__http_proxy_load_tor_preset">Charger la pré-configuration Tor</string>
<string name="pref_desc__http_proxy_load_tor_preset">Charger les paramètres proxy pour Tor (Orbot) HTTP Proxy</string>
<string name="pref_title__sub_proxy">Proxy</string>
<string name="pref_title__proxy_enabled">Activer Proxy</string>
<string name="pref_desc__http_proxy_enabled">Proxy pour diaspora pour contourner les pare-feux.\nPeut nécessiter un redémarrage</string>
<string name="pref_desc__http_proxy_enabled">Proxy pour dandelion* pour contourner les pare-feux.\nPeut nécessiter un redémarrage</string>
<string name="pref_title__http_proxy_host">Hôte</string>
<string name="pref_title__http_proxy_port">Port</string>
<string name="toast__proxy_disabled__restart_required">L\'application a besoin d\'être redémarrée pour désactiver l\'usage du proxy</string>
@ -55,12 +60,12 @@
<string name="pref_desc__chrome_custom_tabs_enabled">Ouvrir les liens externes avec les onglets personnalisés de Chrome. Chomium ou Google Chrome doit être installé pour cette fonctionnalité. \nNOTE IMPORTANTE : les onglets personnalisés de Chrome n\'utilisent pas les serveurs proxy configurés !</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Paramètres personnels</string>
<string name="pref_desc__personal_settings">Ouvrir vos paramètres de compte diaspora</string>
<string name="pref_desc__personal_settings">Ouvrir vos paramètres de compte diaspora*</string>
<string name="pref_desc__manage_contacts">Gérer votre liste de contacts</string>
<string name="pref_title__manage_tags">Gérer les Hashtags</string>
<string name="pref_desc__manage_tags">Ajouter et supprimer les hashtags que vous suivez</string>
<string name="pref_title__change_account">Changer de compte</string>
<string name="pref_desc__change_account">Effacer les données de session locale et passer à un autre pod/compte Diaspora</string>
<string name="pref_desc__change_account">Effacer les données de session locale et passer à un autre pod/compte diaspora*</string>
<string name="pref_warning__change_account">Cette opération va effacer les cookies et données de session. Voulez-vous vraiment changer de compte/pod?</string>
<string name="pref_title__clear_cache">Vider le cache</string>
<string name="pref_desc__clear_cache">Vide le cache de navigation</string>

View File

@ -6,7 +6,7 @@
<string name="about_activity__title_debug_info">Debug</string>
<string name="fragment_debug__section_app">Applicazione</string>
<string name="fragment_debug__section_device">Dispositivo</string>
<string name="fragment_debug__section_pod">Pod Diaspora</string>
<string name="fragment_debug__section_pod">Pod diaspora*</string>
<string name="fragment_debug__section_log">Log di debug</string>
<string name="fragment_debug__section_log_spam">Log di debug (dettagliato)</string>
<string name="fragment_debug__app_version">Versione app: %1$s</string>
@ -16,20 +16,20 @@
<string name="fragment_debug__pod_profile_name">Pod alias: %1$s</string>
<string name="fragment_debug__pod_profile_url">Dominio pod: %1$s</string>
<string name="fragment_debug__toast_log_copied">Log di debug copiato negli appunti</string>
<string name="fragment_about__about_text">DiasporaForAndroid è la tua app per l\'esplorazione del social network diaspora*. Aggiunge funzionalità, quali un\'utile barra degli strumenti e il supporto per i server proxy come la rete Tor, alla vostra esperienza social.</string>
<string name="fragment_about__about_text">dandelion* è la tua app per l\'esplorazione del social network diaspora*. Aggiunge funzionalità, quali un\'utile barra degli strumenti e il supporto per i server proxy come la rete Tor, alla vostra esperienza social.</string>
<string name="fragment_about__contribute">Contribuisci al codice!</string>
<string name="fragment_about__contribute_text">DiasporaForAndroid è sviluppato liberamente e segue le idee del progetto diaspora*. Se volete contribuire sei il benvenuto! Attualmente siamo un team molto piccolo, quindi apprezziamo qualsiasi tipo di aiuto!</string>
<string name="fragment_about__contribute_text">dandelion* è sviluppato liberamente e segue le idee del progetto diaspora*. Se volete contribuire sei il benvenuto! Attualmente siamo un team molto piccolo, quindi apprezziamo qualsiasi tipo di aiuto!</string>
<string name="fragment_about__contribute_button">Ottieni il codice sorgente</string>
<string name="fragment_about__translate">Traduci l\'app!</string>
<string name="fragment_about__translate_text">L\'app non è disponibile nella tua lingua? Si può cambiare! Perché non ci aiuti a tradurlo? Utilizziamo la piattaforma Crowdin per permettere a chiunque di tradurre l\'app.</string>
<string name="fragment_about__translate_button">Fammi tradurre</string>
<string name="fragment_about__feedback">Lascia un feedback!</string>
<string name="fragment_about__feedback_text">DiasporaForAndroid è ancora in sviluppo, quindi se avete suggerimenti o qualsiasi tipo di feedback, utilizzate lo strumento di segnalazione dei bug per dirci la tua!</string>
<string name="fragment_about__feedback_text">dandelion* è ancora in sviluppo, quindi se avete suggerimenti o qualsiasi tipo di feedback, utilizzate lo strumento di segnalazione dei bug per dirci la tua!</string>
<string name="fragment_about__feedback_button">Segnala un bug</string>
<string name="fragment_about__spread_the_word">Passaparola!</string>
<string name="fragment_about__spread_the_word_text">Dì ai tuoi amici e familiari di diaspora* e di #DiasporaForAndroid! Perché non scrivi un post sulla tua esperienza? Ci piacerebbe sentire cosa ne pensate!</string>
<string name="fragment_about__spread_the_word_text">Dì ai tuoi amici e familiari di diaspora* e di #dandelion! Perché non scrivi un post sulla tua esperienza? Ci piacerebbe sentire cosa ne pensate!</string>
<string name="fragment_about__spread_the_word_button">Condividi l\'app</string>
<string name="fragment_about__spread_the_word_share_text">Ehi! Scopri #DiasporaForAndroid! %1$s</string>
<string name="fragment_about__spread_the_word_share_text">Ehi! Scopri #dandelion! %1$s</string>
<!-- License & help (large amount of text) -->
<string name="fragment_license__maintainers">Manutentori</string>
<string name="fragment_license__maintainers_text">Quest\'app è attualmente sviluppata e mantenuta da &lt;br&gt;&lt;br&gt;%1$s</string>

View File

@ -51,7 +51,7 @@
<string name="pref_desc__http_proxy_load_tor_preset">Carica le impostazioni del proxy per il proxy HTTP di Tor (Orbot)</string>
<string name="pref_title__sub_proxy">Proxy</string>
<string name="pref_title__proxy_enabled">Attiva proxy</string>
<string name="pref_desc__http_proxy_enabled">Usa il proxy con i dati di Diaspora per eludere i firewall.\nPotrebbe essere necessario il riavvio</string>
<string name="pref_desc__http_proxy_enabled">Usa il proxy con i dati di dandelion* per eludere i firewall.\nPotrebbe essere necessario il riavvio</string>
<string name="pref_title__http_proxy_host">Host</string>
<string name="pref_title__http_proxy_port">Porta</string>
<string name="toast__proxy_disabled__restart_required">App è necessario riavviare per disattivare l\'utilizzo del proxy</string>
@ -60,12 +60,12 @@
<string name="pref_desc__chrome_custom_tabs_enabled">Apri collegamenti esterni con le schede personalizzate di Chrome. Chromium o Google Chrome devono essere installati per questa funzione. \nNOTA IMPORTANTE: le schede personalizzate di Chrome non usano i server proxy configurabili!</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Impostazioni personali</string>
<string name="pref_desc__personal_settings">Apri le impostazioni del tuo account Diaspora</string>
<string name="pref_desc__personal_settings">Apri le impostazioni del tuo account diaspora*</string>
<string name="pref_desc__manage_contacts">Gestisci il tuo elenco di contatti</string>
<string name="pref_title__manage_tags">Gestisci hashtag</string>
<string name="pref_desc__manage_tags">Aggiungi ed elimina gli hashtag che stai seguendo</string>
<string name="pref_title__change_account">Cambia account</string>
<string name="pref_desc__change_account">Elimina dati della sessione locale e passa ad un altro pod/account Diaspora</string>
<string name="pref_desc__change_account">Elimina dati della sessione locale e passa ad un altro pod/account diaspora*</string>
<string name="pref_warning__change_account">Questo eliminerà tutti i cookie e i dati della sessione. Vuoi veramente cambiare il tuo account?</string>
<string name="pref_title__clear_cache">Pulisci cache</string>
<string name="pref_desc__clear_cache">Pulisci cache di WebView</string>

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="about_activity__title_about_app">について</string>
<string name="about_activity__title_about_app">このアプリについて</string>
<string name="about_activity__title_about_license">ライセンス</string>
<string name="about_activity__title_debug_info">デバッグ</string>
<string name="fragment_debug__section_app">アプリケーション</string>
<string name="fragment_debug__section_device">デバイス</string>
<string name="fragment_debug__section_pod">ダイアスポラ ポッド</string>
<string name="fragment_debug__section_pod">diaspora* Pod</string>
<string name="fragment_debug__section_log">デバッグログ</string>
<string name="fragment_debug__section_log_spam">デバッグ ログ (詳細)</string>
<string name="fragment_debug__app_version">アプリバージョン: %1$s</string>
@ -16,20 +16,20 @@
<string name="fragment_debug__pod_profile_name">ポッドプロファイル名: %1$s</string>
<string name="fragment_debug__pod_profile_url">ポッドドメイン: %1$s</string>
<string name="fragment_debug__toast_log_copied">デバッグログをクリップボードにコピーしました</string>
<string name="fragment_about__about_text">DiasporaForAndroid は、ソーシャル ネットワーク diaspora* をブラウジングするためのコンパニオン アプリです。便利なツールバーや Tor のようなプロキシ サーバーのサポートなどの機能を追加して、ソーシャル体験することができます。</string>
<string name="fragment_about__about_text">dandelion* は、ソーシャル ネットワーク diaspora* をブラウジングするためのコンパニオン アプリです。便利なツールバーや Tor のようなプロキシ サーバーのサポートなどの機能を追加して、ソーシャル体験することができます。</string>
<string name="fragment_about__contribute">コードを貢献!</string>
<string name="fragment_about__contribute_text">DiasporaForAndroid は自由にフリーで開発され、diaspora* プロジェクトのアイデアをフォローしています。貢献したい場合は、どうぞ! 現在私たちは、非常に小規模なチームなので、あらゆる種類の支援に感謝申し上げます!</string>
<string name="fragment_about__contribute_text">dandelion* は自由にフリーで開発され、diaspora* プロジェクトのアイデアをフォローしています。貢献したい場合は、どうぞ! 現在私たちは、非常に小規模なチームなので、あらゆる種類の支援に感謝申し上げます!</string>
<string name="fragment_about__contribute_button">ソースを取得</string>
<string name="fragment_about__translate">アプリを翻訳!</string>
<string name="fragment_about__translate_text">アプリがお使いの言語で利用できませんか? それを変更することができます! 翻訳して私たちを支援しませんか? Crowdin プラットフォームを使用して、誰でもアプリケーションを翻訳できるようにしています。</string>
<string name="fragment_about__translate_button">翻訳させてください</string>
<string name="fragment_about__feedback">フィードバックする!</string>
<string name="fragment_about__feedback_text">DiasporaForAndroid はまだ開発中なので、提案や何かフィードバックがあれば、私たちのバグ追跡システムにご連絡ください!</string>
<string name="fragment_about__feedback_text">dandelion* はまだ開発中なので、提案や何かフィードバックがあれば、私たちのバグ追跡システムにご連絡ください!</string>
<string name="fragment_about__feedback_button">バグを報告</string>
<string name="fragment_about__spread_the_word">みんなに広めよう!</string>
<string name="fragment_about__spread_the_word_text">diaspora* と #DiasporaForAndroid について家族や友人に広めてください! あなたの体験についてブログしませんか? 私たちにあなたからの話を聞かせてください!</string>
<string name="fragment_about__spread_the_word_text">diaspora* と #dandelion について家族や友人に広めてください! あなたの体験についてブログしませんか? 私たちにあなたからの話を聞かせてください!</string>
<string name="fragment_about__spread_the_word_button">アプリを共有</string>
<string name="fragment_about__spread_the_word_share_text">ねえ! #DiasporaForAndroid をチェックしてみてください! %1$s</string>
<string name="fragment_about__spread_the_word_share_text">ぜひ #dandelion をチェックしてください! %1$s</string>
<!-- License & help (large amount of text) -->
<string name="fragment_license__maintainers">メンテナンススタッフ</string>
<string name="fragment_license__maintainers_text">現在、このアプリは以下の人によって開発およびメンテナンスされています &lt;br&gt;&lt;br&gt;%1$s</string>

View File

@ -41,12 +41,17 @@
<string name="pref_title__load_images">画像の読み込み</string>
<string name="pref_desc__load_images">安全なモバイルデータのため、画像の読み込みを無効にします</string>
<!-- Rotate Screen -->
<string name="pref_title__screen_rotation">画面の回転</string>
<string name="pref_desc__screen_rotation">画面の回転を自動でコントロール</string>
<string name="rotation_auto">自動</string>
<string name="rotation_portrait">顔写真</string>
<string name="rotation_landscape">風景</string>
<!-- Proxy -->
<string name="pref_title__http_proxy_load_tor_preset">Tor プリセットを読み込む</string>
<string name="pref_desc__http_proxy_load_tor_preset">Tor (Orbot) HTTP プロキシのプロキシ設定を読み込みます</string>
<string name="pref_title__sub_proxy">プロキシ</string>
<string name="pref_title__proxy_enabled">プロキシを有効にする</string>
<string name="pref_desc__http_proxy_enabled">Diaspora の通信をプロキシして、ファイアウォールに回避します。\n再起動が必要になることがあります</string>
<string name="pref_desc__http_proxy_enabled">dandelion* の通信をプロキシして、ファイアウォールに回避します。\n再起動が必要になることがあります</string>
<string name="pref_title__http_proxy_host">ホスト</string>
<string name="pref_title__http_proxy_port">ポート</string>
<string name="toast__proxy_disabled__restart_required">プロキシの使用を無効にするには、アプリを再起動する必要があります</string>
@ -55,12 +60,12 @@
<string name="pref_desc__chrome_custom_tabs_enabled">Chrome のカスタム タブで外部リンクを開きます。この機能は Chromium または Google Chrome をインストールする必要があります。\n重要な注意: Chrome のカスタム タブは構成されているプロキシ サーバーを使用しません!</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">個人用設定</string>
<string name="pref_desc__personal_settings">Diaspora アカウント設定を開きます</string>
<string name="pref_desc__personal_settings">diaspora* アカウント設定を開きます</string>
<string name="pref_desc__manage_contacts">連絡先リストを管理します</string>
<string name="pref_title__manage_tags">ハッシュタグを管理</string>
<string name="pref_desc__manage_tags">フォローしているハッシュタグを追加および削除します</string>
<string name="pref_title__change_account">アカウントを変更</string>
<string name="pref_desc__change_account">ローカルのセッション データを消去し、別の Diaspora ポッド/アカウントに切り替えます</string>
<string name="pref_desc__change_account">ローカルのセッション データを消去し、別の diaspora* ポッド/アカウントに切り替えます</string>
<string name="pref_warning__change_account">すべてのクッキーとセッション データが消去されます。アカウントを変更してもよろしいですか?</string>
<string name="pref_title__clear_cache">キャッシュをクリア</string>
<string name="pref_desc__clear_cache">WebView のキャッシュをクリアします</string>

View File

@ -5,7 +5,6 @@
<string name="about_activity__title_about_license">ലൈസെൻസ്</string>
<string name="about_activity__title_debug_info">തിരുത്തൽ</string>
<string name="fragment_debug__section_app">അപ്ലിക്കേഷന്‍</string>
<string name="fragment_debug__section_pod">ഡയസ്പോറ പോഡ്</string>
<string name="fragment_debug__app_version">പ്രയോഗത്തിന്റെ പതിപ്പ്:%1$s</string>
<!-- License & help (large amount of text) -->
</resources>

View File

@ -33,7 +33,6 @@
<string name="pref_title__manage_tags">ഹാഷ്ടാഗുകളെ നിയന്ത്രിക്കൂ</string>
<string name="pref_desc__manage_tags">താങ്കൾ പിന്തുടരുന്ന ഹാഷ്ടാഗുകളെ ചേർക്കുകയോ നീക്കുകയോ ചെയ്യൂ</string>
<string name="pref_title__change_account">അക്കൗണ്ട് മാറ്റുക</string>
<string name="pref_desc__change_account">ലോക്കൽ സെഷൻ ഡാറ്റ തുടച്ചുമാറ്റി മറ്റൊരു ഡയസ്പോറ അക്കൗണ്ട്/പോഡ് തിരഞ്ഞെടുക്കുക</string>
<string name="pref_warning__change_account">ഇത് താങ്കളുടെ കുക്കികളും സെഷൻ ഡാറ്റയും തുടച്ചുനീക്കും. താങ്കൾക്ക് അക്കൗണ്ട് മാറ്റണമെന്ന് ഉറപ്പുണ്ടോ?</string>
<string name="pref_title__clear_cache">കാഷ് തുടച്ചുനീക്കുക</string>
<string name="pref_desc__clear_cache">വെബ്വ്യൂ കാഷ് തുടച്ചുനീക്കുക</string>

View File

@ -16,5 +16,28 @@
<string name="fragment_debug__pod_profile_name">Pod Profielnaam: %1$s</string>
<string name="fragment_debug__pod_profile_url">Pod-domein: %1$s</string>
<string name="fragment_debug__toast_log_copied">Tekst naar klembord gekopieerd</string>
<string name="fragment_about__about_text">dandelion* is de app die je helpt bij het bladeren in het diaspora* sociale netwerk. Functies als handige werkbalken en ondersteuning voor proxyservers als het Tor Network dragen bij aan een fijne gebruikerservaring.</string>
<string name="fragment_about__contribute">Code bijdragen!</string>
<string name="fragment_about__contribute_text">dandelion* wordt vrij ontwikkeld als in Vrijheid en naar de ideeën van het diaspora*-project. Als je wilt bijdragen, ga je gang! Momenteel zijn we een klein team, dus we waarderen elk beetje steun!</string>
<string name="fragment_about__contribute_button">Bekijk de bron</string>
<string name="fragment_about__translate">Vertaal deze App!</string>
<string name="fragment_about__translate_text">De app niet beschikbaar in jouw taal? Daar kun je verandering in brengen! Waarom ons niet helpen met vertalen? We gebruiken het crowdin-platform om iedereen in staat te stellen de app te vertalen.</string>
<string name="fragment_about__translate_button">Ik wil vertalen</string>
<string name="fragment_about__feedback">Feedback geven?</string>
<string name="fragment_about__feedback_text">dandelion* is nog in ontwikkeling, dus als je suggesties hebt of wat voor feedback dan ook, gebruik dan de bugtracker en laat het ons weten!</string>
<string name="fragment_about__feedback_button">Bugs melden</string>
<string name="fragment_about__spread_the_word">Deel het met de wereld!</string>
<string name="fragment_about__spread_the_word_text">Vertel je vrienden en familie over diaspora* en #dandelion. Of blog over je ervaringen met de app. We zien uit naar je reactie!</string>
<string name="fragment_about__spread_the_word_button">Deel deze app</string>
<string name="fragment_about__spread_the_word_share_text">Hé, kijk eens naar #dandelion! %1$s</string>
<!-- License & help (large amount of text) -->
<string name="fragment_license__maintainers">Onderhouders</string>
<string name="fragment_license__maintainers_text">Deze app wordt momenteel ontwikkeld en onderhouden door &lt;br&gt;&lt;br&gt;%1$s</string>
<string name="fragment_license__contributors">Medewerkers die hebben geholpen</string>
<string name="fragment_license__contributors_thank_you">%1$s&lt;br&gt;&lt;br&gt;Dank je wel!</string>
<string name="fragment_license__license_button">GNU GPLv3+ Licentie</string>
<string name="fragment_license__thirdparty_libs">3rd Party Bibliotheken</string>
<string name="fragment_license__thirdparty_libs_text">De volgende bibliotheken zijn gebruikt:</string>
<string name="fragment_license__misc_leafpic">We zijn geïnspireerd door en namen code over van LeafPic. Bekijk het eens, het is ook vrije software!</string>
<string name="fragment_license__misc_leafpic_button">Ik wil graag meer weten</string>
</resources>

View File

@ -43,7 +43,7 @@
<string name="pref_desc__http_proxy_load_tor_preset">Laden van de proxy-instellingen voor HTTP-Proxy Tor (Orbot)</string>
<string name="pref_title__sub_proxy">Proxy</string>
<string name="pref_title__proxy_enabled">Proxy inschakelen</string>
<string name="pref_desc__http_proxy_enabled">Proxy Diaspora-verkeer om firewalls te omzeilen. \nVereist mogelijk app herstart. Dit kan op sommige telefoons niet werken.</string>
<string name="pref_desc__http_proxy_enabled">Proxy dandelion*-verkeer om firewalls te omzeilen. \nVereist mogelijk app herstart. Dit kan op sommige telefoons niet werken.</string>
<string name="pref_title__http_proxy_host">Host</string>
<string name="pref_title__http_proxy_port">Poort</string>
<string name="toast__proxy_disabled__restart_required">App moet opnieuw opstarten om het gebruik van de proxy uit te schakelen</string>
@ -57,7 +57,7 @@
<string name="pref_title__manage_tags">Beheren van Hashtags</string>
<string name="pref_desc__manage_tags">Toevoegen en verwijderen van de hashtags die u volgt</string>
<string name="pref_title__change_account">Account wijzigen</string>
<string name="pref_desc__change_account">Lokale sessiegegevens wissen en schakel over naar een andere Diaspora pod/account</string>
<string name="pref_desc__change_account">Lokale sessiegegevens wissen en schakel over naar een andere diaspora* pod/account</string>
<string name="pref_warning__change_account">Dit zal alle cookies en sessiegegevens wissen. Wilt u echt uw account wijzigen?</string>
<string name="pref_title__clear_cache">Cache wissen</string>
<string name="pref_desc__clear_cache">WebView-cache leegmaken</string>

View File

@ -6,7 +6,7 @@
<string name="about_activity__title_debug_info">Debugowanie</string>
<string name="fragment_debug__section_app">Aplikacja</string>
<string name="fragment_debug__section_device">Urządzenie</string>
<string name="fragment_debug__section_pod">Pod Diaspory</string>
<string name="fragment_debug__section_pod">Pod diaspora*</string>
<string name="fragment_debug__section_log">Log debugowania</string>
<string name="fragment_debug__section_log_spam">Log debugowania (rozszerzony)</string>
<string name="fragment_debug__app_version">Wersja aplikacji: %1$s</string>
@ -16,20 +16,20 @@
<string name="fragment_debug__pod_profile_name">Alias Poda: %1$s</string>
<string name="fragment_debug__pod_profile_url">Domena Poda: %1$s</string>
<string name="fragment_debug__toast_log_copied">Log debugowania został skopiowany do schowka</string>
<string name="fragment_about__about_text">DiasporaForAndroid to Twój cyfrowy towarzysz umożliwiający korzystanie z sieci społecznościowej diaspora*. Aplikacja posiada użyteczne paski narzędzi oraz obsługę serwerów proxy takich jak Tor, by korzystanie z diaspory* było jeszcze przyjemniejsze.</string>
<string name="fragment_about__about_text">dandelion* to Twój cyfrowy towarzysz umożliwiający korzystanie z sieci społecznościowej diaspora*. Aplikacja posiada użyteczne paski narzędzi oraz obsługę serwerów proxy takich jak Tor, by korzystanie z diaspory* było jeszcze przyjemniejsze.</string>
<string name="fragment_about__contribute">Wesprzyj nas kodem!</string>
<string name="fragment_about__contribute_text">DiasporaForAndroid to wolne, w sensie wolności, oprogramowanie, zgodne z ideami projektu diaspora*. Jeśli chcesz nam pomóc w rozwoju, zapraszamy! Jesteśmy bardzo małym zespołem i bardzo doceniamy każdą formę pomocy!</string>
<string name="fragment_about__contribute_text">dandelion* to wolne, w sensie wolności, oprogramowanie, zgodne z ideami projektu diaspora*. Jeśli chcesz nam pomóc w rozwoju, zapraszamy! Jesteśmy bardzo małym zespołem i bardzo doceniamy każdą formę pomocy!</string>
<string name="fragment_about__contribute_button">Pobierz kod źródłowy</string>
<string name="fragment_about__translate">Przetłumacz aplikację!</string>
<string name="fragment_about__translate_text">Aplikacja nie jest dostępna w Twoim języku? Możesz to zmienić, pomagając nam w tłumaczeniu! Dzięki platformie crowdin każdy może pomóc w tłumaczeniu aplikacji.</string>
<string name="fragment_about__translate_button">Chcę pomóc w tłumaczeniu</string>
<string name="fragment_about__feedback">Wyślij feedback!</string>
<string name="fragment_about__feedback_text">DiasporaForAndroid jest ciągle w fazie rozwoju, więc jeśli masz jakiekolwiek sugestie lub chciałbyś podzielić się swoją opinią zrób to za pomocą naszego systemu zgłaszania błędów!</string>
<string name="fragment_about__feedback_text">dandelion* jest ciągle w fazie rozwoju, więc jeśli masz jakiekolwiek sugestie lub chciałbyś podzielić się swoją opinią zrób to za pomocą naszego systemu zgłaszania błędów!</string>
<string name="fragment_about__feedback_button">Zgłoś błąd</string>
<string name="fragment_about__spread_the_word">Powiedz innym o aplikacji!</string>
<string name="fragment_about__spread_the_word_text">Powiedz swoim znajomym i rodzinie o diasporze* oraz #DiasporaForAndroid! Dlaczego miałbyś nie opisać swoich doświadczeń na blogu? Byłoby nam miło usłyszeć co masz do powiedzenia!</string>
<string name="fragment_about__spread_the_word_text">Powiedz swoim znajomym i rodzinie o diaspora* oraz #dandelion! Dlaczego miałbyś nie opisać swoich doświadczeń na blogu? Byłoby nam miło usłyszeć co masz do powiedzenia!</string>
<string name="fragment_about__spread_the_word_button">Udostępnij aplikację</string>
<string name="fragment_about__spread_the_word_share_text">Cześć! Wypróbuj aplikację #DiasporaForAndroid! %1$s</string>
<string name="fragment_about__spread_the_word_share_text">Cześć! Wypróbuj #dandelion! %1$s</string>
<!-- License & help (large amount of text) -->
<string name="fragment_license__maintainers">Twórcy aplikacji</string>
<string name="fragment_license__maintainers_text">Rozwojem i utrzymaniem aplikacji aktualnie zajmują się &lt;br&gt;&lt;br&gt;%1$s</string>

View File

@ -41,12 +41,17 @@
<string name="pref_title__load_images">Wczytuj obrazy</string>
<string name="pref_desc__load_images">Odznacz by wyłączyć wczytywanie obrazów, np. w celu oszczędzania transferu</string>
<!-- Rotate Screen -->
<string name="pref_title__screen_rotation">Orientacja ekranu</string>
<string name="pref_desc__screen_rotation">Wybierz pożądaną orientację ekranu</string>
<string name="rotation_auto">Automatyczna</string>
<string name="rotation_portrait">Pionowa</string>
<string name="rotation_landscape">Pozioma</string>
<!-- Proxy -->
<string name="pref_title__http_proxy_load_tor_preset">Wczytaj domyślną konfigurację Tora</string>
<string name="pref_desc__http_proxy_load_tor_preset">Wczytaj ustawienia proxy HTTP Tora (Orbot)</string>
<string name="pref_title__sub_proxy">Serwer proxy</string>
<string name="pref_title__proxy_enabled">Włącz serwer Proxy</string>
<string name="pref_desc__http_proxy_enabled">Przesyłaj ruch Diaspory przez proxy by ominąć zapory sieciowe.\nMoże wymagać restartu. Może nie działać na niektórych urządzeniach.</string>
<string name="pref_desc__http_proxy_enabled">Przesyłaj ruch dandelion* przez proxy by ominąć zapory sieciowe.\nMoże wymagać restartu. Może nie działać na niektórych urządzeniach.</string>
<string name="pref_title__http_proxy_host">Host</string>
<string name="pref_title__http_proxy_port">Port</string>
<string name="toast__proxy_disabled__restart_required">Aplikacja musi zostać zrestartowana by wyłączyć proxy</string>
@ -55,12 +60,12 @@
<string name="pref_desc__chrome_custom_tabs_enabled">Otwieraj odnośniki zewnętrzne za pomocą Chrome Custom Tabs. Musisz posiadać zainstalowane Chrome lub Chromium. \nWAŻNA UWAGA: Chrome Custom Tabs nie używa serwerów proxy ustawionych w tej aplikacji!</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Ustawienia osobiste</string>
<string name="pref_desc__personal_settings">Otwórz ustawienia Twojego konta na Diasporze</string>
<string name="pref_desc__personal_settings">Otwórz ustawienia konta diaspora*</string>
<string name="pref_desc__manage_contacts">Zarządzanie listą kontaktów</string>
<string name="pref_title__manage_tags">Zarządzanie tagami</string>
<string name="pref_desc__manage_tags">Dodaj i usuń tagi z listy śledzonych</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 diaspory/konta</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_title__clear_cache">Wyczyść pamięć podręczną</string>
<string name="pref_desc__clear_cache">Wyczyść pamięć podręczną WebView</string>

View File

@ -5,7 +5,7 @@
<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_pod">Diaspora Pod</string>
<string name="fragment_debug__section_pod">diaspora* Pod</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>
<!-- License & help (large amount of text) -->

View File

@ -29,12 +29,12 @@
<!-- Chrome custom tabs -->
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Configurações pessoais</string>
<string name="pref_desc__personal_settings">Abra suas configurações de usuário diáspora</string>
<string name="pref_desc__personal_settings">Abra suas configurações de usuário diaspora*</string>
<string name="pref_desc__manage_contacts">Gerenciar sua lista de contatos</string>
<string name="pref_title__manage_tags">Gerenciar Hashtags</string>
<string name="pref_desc__manage_tags">Adicionar ou excluir as hashtags que você está seguindo</string>
<string name="pref_title__change_account">Alterar conta</string>
<string name="pref_desc__change_account">Apagar dados de sessão local e mudar para outro usuário de outro Pod diáspora</string>
<string name="pref_desc__change_account">Apagar dados de sessão local e mudar para outro usuário de outro Pod diaspora*</string>
<string name="pref_warning__change_account">Isto apagará todos os dados de sessão e cookies. Você quer realmente mudar sua conta?</string>
<string name="pref_title__clear_cache">Limpar cache</string>
<string name="pref_desc__clear_cache">Limpar o cache do WebView</string>

View File

@ -6,7 +6,7 @@
<string name="about_activity__title_debug_info">Отладка</string>
<string name="fragment_debug__section_app">Приложение</string>
<string name="fragment_debug__section_device">Устройство</string>
<string name="fragment_debug__section_pod">Под Диаспоры</string>
<string name="fragment_debug__section_pod">Под diaspora*</string>
<string name="fragment_debug__section_log">Журнал отладки</string>
<string name="fragment_debug__section_log_spam">Журнал отладки (подробный)</string>
<string name="fragment_debug__app_version">Версия приложения: %1$s</string>
@ -16,20 +16,20 @@
<string name="fragment_debug__pod_profile_name">Имя профиля пода: %1$s</string>
<string name="fragment_debug__pod_profile_url">Домен пода: %1$s</string>
<string name="fragment_debug__toast_log_copied">Журнал отладки скопирован в буфер обмена</string>
<string name="fragment_about__about_text">DiasporaForAndroid - это приложение-компаньон для социальной сети Диаспора*. Приложение добавляет такие функции как полезные панели инструментов и поддержку прокси-серверов (таких как Tor).</string>
<string name="fragment_about__about_text">dandelion* - это приложение-компаньон для социальной сети Диаспора*. Приложение добавляет такие функции как полезные панели инструментов и поддержку прокси-серверов (таких как Tor).</string>
<string name="fragment_about__contribute">Сделайте свой вклад!</string>
<string name="fragment_about__contribute_text">DiasporaForAndroid разрабатывается как свободное ПО и следует идеям проекта Диаспора*. Если вы хотите помочь - вперёд! В настоящее время мы является очень небольшой командой, поэтому мы высоко ценим любые виды помощи!</string>
<string name="fragment_about__contribute_text">dandelion* разрабатывается как свободное ПО и следует идеям проекта Диаспора*. Если вы хотите помочь - вперёд! В настоящее время мы является очень небольшой командой, поэтому мы высоко ценим любые виды помощи!</string>
<string name="fragment_about__contribute_button">Получить исходный код</string>
<string name="fragment_about__translate">Переведите приложение!</string>
<string name="fragment_about__translate_text">Приложение недоступно на вашем языке? Вы можете это изменить! Почему бы вам не помочь нам перевести его? Мы используем платформу crowdin, чтобы позволить любому сделать это.</string>
<string name="fragment_about__translate_button">Перейти к переводу</string>
<string name="fragment_about__feedback">Оставьте отзыв!</string>
<string name="fragment_about__feedback_text">DiasporaForAndroid всё ещё находится в разработке, так что, если у вас есть предложения или пожелания, пожалуйста, воспользуйтесь нашим трекером ошибок, чтобы сообщить нам об этом!</string>
<string name="fragment_about__feedback_text">dandelion* всё ещё находится в разработке, так что, если у вас есть предложения или пожелания, пожалуйста, воспользуйтесь нашим трекером ошибок, чтобы сообщить нам об этом!</string>
<string name="fragment_about__feedback_button">Сообщить об ошибках</string>
<string name="fragment_about__spread_the_word">Расскажите друзьям!</string>
<string name="fragment_about__spread_the_word_text">Расскажите вашим друзьям и семье о Диаспоре* и #DiasporaForAndroid! Почему бы вам не разместить запись о вашем опыте в блоге? Мы будем рады услышать об этом!</string>
<string name="fragment_about__spread_the_word_text">Расскажите вашим друзьям и семье о Диаспоре* и #dandelion! Почему бы вам не разместить запись о вашем опыте в блоге? Мы будем рады услышать об этом!</string>
<string name="fragment_about__spread_the_word_button">Рассказать о приложении</string>
<string name="fragment_about__spread_the_word_share_text">Эй! Зацените #DiasporaForAndroid! %1$s</string>
<string name="fragment_about__spread_the_word_share_text">Эй! Зацените #dandelion! %1$s</string>
<!-- License & help (large amount of text) -->
<string name="fragment_license__maintainers">Мейнтейнеры</string>
<string name="fragment_license__maintainers_text">Это приложение в настоящее время разрабатывается и поддерживается следующими людьми: &lt;br&gt;&lt;br&gt;%1$s</string>

View File

@ -41,12 +41,17 @@
<string name="pref_title__load_images">Загрузка изображений</string>
<string name="pref_desc__load_images">Отключить загрузку изображений для экономии трафика</string>
<!-- Rotate Screen -->
<string name="pref_title__screen_rotation">Поворот экрана</string>
<string name="pref_desc__screen_rotation">Контролировать автоматический поворот экрана</string>
<string name="rotation_auto">Автоматический поворот</string>
<string name="rotation_portrait">Вертикальная ориентация</string>
<string name="rotation_landscape">Горизонтальная ориентация</string>
<!-- Proxy -->
<string name="pref_title__http_proxy_load_tor_preset">Загрузить шаблон конфигурации Tor</string>
<string name="pref_desc__http_proxy_load_tor_preset">Загрузить настройки прокси для Tor (Orbot)</string>
<string name="pref_title__sub_proxy">Прокси</string>
<string name="pref_title__proxy_enabled">Использовать прокси</string>
<string name="pref_desc__http_proxy_enabled">Проксировать трафик Диаспоры для обхода брандмауэров.\nМожет потребоваться перезапуск</string>
<string name="pref_desc__http_proxy_enabled">Проксировать трафик dandelion* для обхода брандмауэров.\nМожет потребоваться перезапуск</string>
<string name="pref_title__http_proxy_host">Хост</string>
<string name="pref_title__http_proxy_port">Порт</string>
<string name="toast__proxy_disabled__restart_required">Приложению необходимо перезапуститься, чтобы отключить использование прокси</string>
@ -55,12 +60,12 @@
<string name="pref_desc__chrome_custom_tabs_enabled">Открывать внешние ссылки с помощью Chrome Custom Tabs. Для этого должен быть установлен Chromium или Google Chrome. \nВАЖНОЕ ЗАМЕЧАНИЕ: Chrome Custom Tabs не использует настройки прокси-серверов!</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Личные настройки</string>
<string name="pref_desc__personal_settings">Открыть настройки аккаунта Диаспоры</string>
<string name="pref_desc__personal_settings">Открыть настройки аккаунта diaspora*</string>
<string name="pref_desc__manage_contacts">Управление списком контактов</string>
<string name="pref_title__manage_tags">Управление хэштегами</string>
<string name="pref_desc__manage_tags">Добавление и удаление хэштегов, на которые вы подписаны</string>
<string name="pref_title__change_account">Сменить аккаунт</string>
<string name="pref_desc__change_account">Стереть данные локального сеанса и переключиться на другой под/аккаунт Диаспоры</string>
<string name="pref_desc__change_account">Стереть данные локального сеанса и переключиться на другой под/аккаунт diaspora*</string>
<string name="pref_warning__change_account">Это удалит все файлы cookie и данные сеанса. Вы действительно хотите изменить вашу учетную запись?</string>
<string name="pref_title__clear_cache">Очистить кэш</string>
<string name="pref_desc__clear_cache">Очистить кэш WebView</string>