Add history label

This commit is contained in:
burke.davey
2010-11-30 18:20:20 +00:00
parent 6e0bac2949
commit 28e3ed81f3
21 changed files with 36 additions and 11 deletions

View File

@@ -12,12 +12,24 @@
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"/>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -139,4 +139,6 @@
<!-- 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>