mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Add history label
This commit is contained in:
@@ -11,13 +11,25 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="5dip"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/history"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/history"
|
||||
android:textColor="#000000"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:layout_below="@+id/header"
|
||||
android:layout_marginLeft="5dip"
|
||||
android:layout_marginBottom="0dip"/>
|
||||
|
||||
<ExpandableListView android:id="@android:id/list"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/header"
|
||||
android:layout_below="@+id/history"
|
||||
android:drawSelectorOnTop="false"
|
||||
android:layout_margin="5dip"
|
||||
android:layout_marginTop="0dip"
|
||||
android:layout_marginLeft="5dip"
|
||||
android:background="@android:color/transparent"
|
||||
android:cacheColorHint="@android:color/transparent"/>
|
||||
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Odkaz odeslán</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Odkaz nebyl odeslán</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Odkaz nebyl odeslán – je vyžadováno ověření</string>
|
||||
<string name="history">"Historie"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Linket er sendt</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Linket er ikke sendt</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Linket er ikke sendt – godkendelse kræves</string>
|
||||
<string name="history">"Oversigt"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Link wurde gesendet</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Link konnte nicht gesendet werden</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Link konnte nicht gesendet werden. Authentifizierung erforderlich</string>
|
||||
|
||||
<string name="history">"Verlauf"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Ο σύνδεσμος στάλθηκε</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Ο σύνδεσμος δεν στάλθηκε</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Ο σύνδεσμος δεν στάλθηκε - απαιτείται έλεγχος ταυτότητας</string>
|
||||
<string name="history">"Ιστορικό"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Vínculo enviado</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Vínculo no enviado</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Vínculo no enviado: autenticación necesaria</string>
|
||||
<string name="history">"Historial "</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Enlace enviado</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Enlace no enviado</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Enlace no enviado: autenticación necesaria</string>
|
||||
<string name="history">"Historial"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Lien envoyé</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Lien non envoyé</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Lien non envoyé : authentification requise</string>
|
||||
<string name="history">"Historique"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Link inviato</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Link non inviato</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Link non inviato - occorre l\'autenticazione</string>
|
||||
|
||||
<string name="history">"Cronologia"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">リンクが送信されました</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">リンクを送信できません</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">リンクを送信できません(認証が必要)</string>
|
||||
|
||||
<string name="history">"履歴"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">링크가 전송됨</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">링크가 전송되지 않음</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">링크가 전송되지 않음 - 인증 필요</string>
|
||||
<string name="history">"기록"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Koblingen er sendt</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Koblingen er ikke sendt</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Koblingen er ikke sendt – autorisasjon påkrevd</string>
|
||||
|
||||
<string name="history">"Logg"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Link verzonden</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Link niet verzonden</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Link niet verzonden - verificatie vereist</string>
|
||||
<string name="history">"Geschiedenis"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Link został wysłany</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Link nie został wysłany</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Link nie został wysłany – wymagane jest uwierzytelnienie</string>
|
||||
|
||||
<string name="history">"Historia"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Link enviado</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Link não enviado</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Link não enviado - autenticação obrigatória</string>
|
||||
|
||||
<string name="history">"Histórico"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Link enviado</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Link não enviado</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Link não enviado, autenticação obrigatória</string>
|
||||
<string name="history">"Histórico"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Ссылка отправлена</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Ссылка не отправлена</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Ссылка не отправлена – требуется аутентификация</string>
|
||||
|
||||
<string name="history">"История"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">Länken har skickats</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">Länken skickades inte</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">Länken skickades inte. Autentisering krävs</string>
|
||||
<string name="history">"Historik"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">链接已发送</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">链接未发送</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">链接未发送 - 要求身份验证</string>
|
||||
|
||||
<string name="history">"历史记录"</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
<string name="link_sent_toast" msgid="3619482093745686699">連結已傳送</string>
|
||||
<string name="link_not_sent_toast" msgid="3940456215929964552">無法傳送連結</string>
|
||||
<string name="link_not_sent_auth_toast" msgid="7239765517934560962">無法傳送連結 - 需要驗證</string>
|
||||
<string name="history">"記錄"</string>
|
||||
</resources>
|
||||
|
||||
@@ -138,5 +138,7 @@
|
||||
|
||||
<!-- Brief notification that appears when link cannot be sent from phone to desktop (because of auth issue) [CHAR LIMIT=NONE] -->
|
||||
<string name="link_not_sent_auth_toast">Link not sent - authentication required</string>
|
||||
|
||||
|
||||
<!-- Label for history -->
|
||||
<string name="history">History</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user