summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-09 17:03:50 +0300
committerAndrew Dolgov <[email protected]>2015-02-09 17:03:50 +0300
commit3ebea2351f5a365767db70753aa1acfaa403123b (patch)
treefd8fdaa23c948cb5c5d17361977372017a35b039 /org.fox.ttrss/src/main/res
parentff0d4c600518ca7859d9e0b5261f9a3450f7a154 (diff)
parent8a10f86305fa21d49ae74e3cb7650a69693e8480 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss-honeycomb
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rw-r--r--org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml36
-rw-r--r--org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml (renamed from org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml)31
-rw-r--r--org.fox.ttrss/src/main/res/values-it/strings.xml18
3 files changed, 29 insertions, 56 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml
deleted file mode 100644
index 01737c68..00000000
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:fitsSystemWindows="true">
-
- <FrameLayout
- android:id="@+id/sw600dp_port_anchor"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:visibility="gone" >
- </FrameLayout>
-
- <android.support.v4.widget.DrawerLayout
- android:id="@+id/headlines_drawer"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?headlinesBackground">
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/feeds_fragment"
- android:layout_width="300dp"
- android:layout_gravity="start"
- android:background="?feedlistBackground"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- </android.support.v4.widget.DrawerLayout>
-
-
-</FrameLayout> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml
index 7ed80c18..f4ff2c59 100644
--- a/org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml
+++ b/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml
@@ -1,9 +1,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main"
+ android:id="@+id/headlines"
android:fitsSystemWindows="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:orientation="vertical">
+ android:orientation="vertical" >
<FrameLayout
android:id="@+id/sw600dp_anchor"
@@ -12,25 +12,30 @@
android:visibility="gone" >
</FrameLayout>
- <android.support.v4.widget.DrawerLayout
- android:id="@+id/headlines_drawer"
+ <LinearLayout
+ android:id="@+id/fragment_container"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:baselineAligned="false"
+ android:orientation="horizontal" >
<FrameLayout
- android:id="@+id/article_fragment"
- android:layout_width="match_parent"
+ android:paddingRight="4dp"
+ android:id="@+id/headlines_fragment"
+ android:layout_width="0dp"
android:layout_height="match_parent"
- android:background="?articleBackground">
+ android:layout_weight="0.4"
+ android:background="?headlinesBackground" >
</FrameLayout>
<FrameLayout
- android:id="@+id/headlines_fragment"
+ android:id="@+id/article_fragment"
+ android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_width="500dp"
- android:layout_gravity="start"
- android:background="?headlinesBackground">
+ android:layout_weight="0.6"
+ android:elevation="4dp"
+ android:background="?articleBackground" >
</FrameLayout>
- </android.support.v4.widget.DrawerLayout>
+ </LinearLayout>
</LinearLayout> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values-it/strings.xml b/org.fox.ttrss/src/main/res/values-it/strings.xml
index 219d06f4..58a3d0c7 100644
--- a/org.fox.ttrss/src/main/res/values-it/strings.xml
+++ b/org.fox.ttrss/src/main/res/values-it/strings.xml
@@ -47,8 +47,8 @@
<string name="context_selection_toggle_marked">(Non)Speciale</string>
<string name="context_selection_toggle_published">(De)Pubblica</string>
<string name="context_selection_toggle_unread">(Non)Letto</string>
- <string name="article_set_unread">Imposta come Non letto</string>
- <string name="article_mark_read_above">Segna gli articoli sopra questo come letti</string>
+ <string name="article_set_unread">Imposta come non letto</string>
+ <string name="article_mark_read_above">Segna sopra come letti</string>
<string name="http_login_summary">Opzionale. Compila questo solo se la tua installazione di tt-rss è protetta con autenticazione HTTP Basic</string>
<string name="login_summary">Il tuo nome utente per tt-rss. Non è necessario per la modalità utente singolo.</string>
<string name="ttrss_url_summary">URL della tua installazione di tt-rss, es. http://sito.it/tt-rss/</string>
@@ -61,7 +61,7 @@
<string name="headlines_mark_as_read">Segna come letto</string>
<string name="error_unknown">Errore: errore sconosciuto (Vedi log)</string>
<string name="error_http_unauthorized">Errore: 401 non autorizzato</string>
- <string name="error_http_forbidden">Errore: 403 proibit</string>
+ <string name="error_http_forbidden">Errore: 403 accesso negato</string>
<string name="error_http_not_found">Errore: 404 non trovato</string>
<string name="error_http_server_error">Errore: 500 errore del server</string>
<string name="error_http_other_error">Errore: altro errore HTTP (Vedi log)</string>
@@ -122,7 +122,7 @@
<string name="close_feed">Chiudi feed</string>
<string name="close_article">Chiudi articolo</string>
<string name="dialog_open_preferences">Impostazioni</string>
- <string name="dialog_need_configure_prompt">Compila le informazioni per l\'accesso al server tt-rss:URL, login, e password.</string>
+ <string name="dialog_need_configure_prompt">Compila le informazioni per l\'accesso al server tt-rss: URL, login, e password.</string>
<string name="notify_article_marked">Articolo reso speciale</string>
<string name="notify_article_unmarked">Articolo reso non-speciale</string>
<string name="notify_article_published">Articolo publicato</string>
@@ -134,7 +134,7 @@
<string name="category_browse_headlines">Naviga titoli</string>
<string name="pref_default_view_mode">Modalità visualizzazione default</string>
<string name="pref_default_view_mode_long">Quale modalità di visualizzazione utilizzare come predefinita sugli smartphones</string>
- <string name="donate_thanks">Donazione trovata, Grazie per il supporto!</string>
+ <string name="donate_thanks">Donazione trovata, grazie per il supporto!</string>
<string name="use_volume_keys">Usa pulsanti volume</string>
<string name="use_volume_keys_long">Sfoglia gli articoli usando i tasti volume</string>
<string name="ssl_trust_any_host">Nessuna validazione sull\'hostname</string>
@@ -148,11 +148,13 @@
<string name="prefs_dim_status_bar_long">Oscura la barra di stato durante la lettura</string>
<plurals name="article_comments">
+ <item quantity="one">%1$d commento</item>
<item quantity="other">%1$d commenti</item>
</plurals>
<plurals name="trial_mode_prompt">
- <item quantity="other">Modalità demo, %1$d giorno/i rimanenti.</item>
+ <item quantity="one">Modalità demo, %1$d giorno rimanente.</item>
+ <item quantity="other">Modalità demo, %1$d giorni rimanenti.</item>
</plurals>
<string name="trial_purchase">Sblocca versione completa</string>
<string name="trial_expired">Demo scaduta</string>
@@ -201,11 +203,13 @@
<string name="pref_headlines_mark_read_scroll">Segna come letto quando si scorre</string>
<string name="pref_headlines_mark_read_scroll_long">Gli articoli verranno segnati come letti quando si scorre oltre</string>
<plurals name="mark_num_headlines_as_read">
- <item quantity="other">Segni %1$d articolo/i come letti?</item>
+ <item quantity="one">Vuoi segnare %1$d articolo come letto?</item>
+ <item quantity="other">Vuoi segnare %1$d articoli come letti?</item>
</plurals>
<string name="prefs_confirm_headlines_catchup">Confermi la marcatura degli articoli come letti</string>
<string name="author_formatted">di %1$s</string>
<plurals name="n_unread_articles">
+ <item quantity="one">%1$d articolo non letto</item>
<item quantity="other">%1$d articoli non letti</item>
</plurals>
</resources>