Skip to content

Commit

Permalink
TR Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Santner committed Sep 20, 2016
1 parent 1f0861c commit aab63bf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
<data android:host="diaspora.undernet.uy" android:scheme="https" />
<data android:host="diaspora.unixcorn.org" android:scheme="https" />
<data android:host="diasporausa.com" android:scheme="https" />
<data android:host="diaspora.weenmebrown.com" android:scheme="https" />
<data android:host="diaspora.xcelor8.com" android:scheme="https" />
<data android:host="diasp.org" android:scheme="https" />
<data android:host="dissociateduse.rs" android:scheme="https" />
Expand Down Expand Up @@ -181,6 +182,7 @@
<data android:host="pod.asap-soft.com" android:scheme="https" />
<data android:host="podbay.net" android:scheme="https" />
<data android:host="pod.cannyfoxx.me" android:scheme="https" />
<data android:host="pod.comin.dk" android:scheme="https" />
<data android:host="pod.cyberdungeon.de" android:scheme="https" />
<data android:host="pod.dapor.net" android:scheme="https" />
<data android:host="pod.datenknoten.me" android:scheme="https" />
Expand Down Expand Up @@ -232,6 +234,7 @@
<data android:host="social.daxbau.net" android:scheme="https" />
<data android:host="social.elaon.de" android:scheme="https" />
<data android:host="socializer.cc" android:scheme="https" />
<data android:host="social.lanham.id.au" android:scheme="https" />
<data android:host="social.mbuto.me" android:scheme="https" />
<data android:host="social.sum7.de" android:scheme="https" />
<data android:host="spora.com.ua" android:scheme="https" />
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-fr/strings-about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<string name="fragment_debug__section_device">Appareil</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>
<string name="fragment_debug__package_name">Nom du paquet : %1$s</string>
<string name="fragment_debug__android_version">Version Android : %1$s</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-fr/strings-preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<string name="pref_title__proxy_host">Hôte</string>
<string name="pref_title__proxy_port">Port</string>
<!-- Chrome custom tabs -->
<string name="pref_title__chrome_custom_tabs_enabled">Onglets personnalisés de Chrome</string>
<string name="pref_desc__chrome_custom_tabs_enabled">Ouvrir les liens externes avec les onglets personnalisés. Chromium ou Google Chrome doit être installé pour cette fonctionnalité</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>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-it/strings-about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<string name="fragment_debug__section_device">Dispositivo</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>
<string name="fragment_debug__package_name">Nome pacchetto: %1$s</string>
<string name="fragment_debug__android_version">Versione Android: %1$s</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ja/strings-about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<string name="fragment_debug__section_device">デバイス</string>
<string name="fragment_debug__section_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>
<string name="fragment_debug__package_name">パッケージ名: %1$s</string>
<string name="fragment_debug__android_version">Android バージョン: %1$s</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-ja/strings-preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<string name="pref_title__proxy_host">ホスト</string>
<string name="pref_title__proxy_port">ポート</string>
<!-- Chrome custom tabs -->
<string name="pref_title__chrome_custom_tabs_enabled">Chrome カスタムタブ</string>
<string name="pref_desc__chrome_custom_tabs_enabled">Chrome カスタム タブで外部リンクを開きます。この機能は Chromium または Google Chrome をインストールする必要があります</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">個人用設定</string>
<string name="pref_desc__personal_settings">Diaspora アカウント設定を開きます</string>
Expand Down

0 comments on commit aab63bf

Please sign in to comment.