2013-11-07 Miguel de Dios <miguel.dedios@artica.es>

* res/values-ja/strings.xml, res/values/strings.xml,
	res/values-es/strings.xml, res/layout/main.xml: changes in the
	themes.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9027 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-11-07 10:36:07 +00:00
parent 6a581f42a4
commit cd754bc627
5 changed files with 45 additions and 25 deletions

View File

@ -1,3 +1,9 @@
2013-11-07 Miguel de Dios <miguel.dedios@artica.es>
* res/values-ja/strings.xml, res/values/strings.xml,
res/values-es/strings.xml, res/layout/main.xml: changes in the
themes.
2013-11-06 Miguel de Dios <miguel.dedios@artica.es> 2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* res/layout/item_list_event_extended.xml, res/layout/main.xml, * res/layout/item_list_event_extended.xml, res/layout/main.xml,

View File

@ -21,6 +21,7 @@
android:orientation="vertical" > android:orientation="vertical" >
<!-- BEGIN THE HEADER --> <!-- BEGIN THE HEADER -->
<LinearLayout <LinearLayout
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -32,9 +33,9 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0" android:layout_weight="0"
android:padding="0dp" android:background="@drawable/refresh_icon_button"
android:background="@drawable/refresh_icon_button" /> android:padding="0dp" />
<LinearLayout <LinearLayout
android:layout_width="2px" android:layout_width="2px"
android:layout_height="fill_parent" android:layout_height="fill_parent"
@ -49,7 +50,7 @@
android:textColor="#ffffff" android:textColor="#ffffff"
android:textSize="20dp" android:textSize="20dp"
android:textStyle="bold" /> android:textStyle="bold" />
<LinearLayout <LinearLayout
android:layout_width="2px" android:layout_width="2px"
android:layout_height="fill_parent" android:layout_height="fill_parent"
@ -60,14 +61,15 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0" android:layout_weight="0"
android:padding="0dp"
android:background="@null" android:background="@null"
android:padding="0dp"
android:src="@drawable/icon_filter_pressed" /> android:src="@drawable/icon_filter_pressed" />
</LinearLayout> </LinearLayout>
<LinearLayout
android:layout_width="fill_parent" <LinearLayout
android:layout_height="2px" android:layout_width="fill_parent"
android:background="#6D9624" /> android:layout_height="2px"
android:background="#6D9624" />
<!-- END THE HEADER --> <!-- END THE HEADER -->
<TextView <TextView
@ -100,31 +102,38 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0" android:layout_weight="0"
android:padding="0dp" android:background="@drawable/delete_icon_button"
android:background="@drawable/delete_icon_button" /> android:padding="0dp" />
<ImageButton <ImageButton
android:id="@+id/button_save_profile" android:id="@+id/button_save_profile"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0" android:layout_weight="0"
android:padding="0dp" android:background="@drawable/save_icon_button"
android:background="@drawable/save_icon_button" /> android:padding="0dp" />
</LinearLayout> </LinearLayout>
<Button <Button
android:id="@+id/button_set_as_filter_watcher" android:id="@+id/button_set_as_filter_watcher"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/set_as_filter_watcher_button_str" android:background="@drawable/pandora_button"
android:background="@drawable/pandora_button" /> android:text="@string/set_as_filter_watcher_button_str" />
</LinearLayout>
<LinearLayout <TextView
android:layout_width="fill_parent" style="@style/options_header"
android:layout_height="2dp" android:layout_width="match_parent"
android:layout_marginBottom="10dp" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:orientation="vertical"
android:background="#ffffff" /> android:text="@string/filter_options_label_str" />
<LinearLayout
style="@style/margin_pandora"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ScrollView <ScrollView
android:layout_width="fill_parent" android:layout_width="fill_parent"

View File

@ -34,7 +34,9 @@
<string name="load_more_events_button_str">Cargar mas eventos</string> <string name="load_more_events_button_str">Cargar mas eventos</string>
<string name="empty_label_str">Lista vacia de eventos</string> <string name="empty_label_str">Lista vacia de eventos</string>
<string name="refresh_time_label_str">Refresco scanner eventos</string> <string name="refresh_time_label_str">Refresco scanner eventos</string>
<string name="set_as_filter_watcher_button_str">Filtro por defecto</string> <string name="set_as_filter_watcher_button_str">Poner como filtro de notificaciones</string>
<string name="profile_label_str">Filtros guardados</string>
<string name="filter_options_label_str">Opciones filtro</string>
<string name="validate_event_button_str">Validar Evento</string> <string name="validate_event_button_str">Validar Evento</string>
<string name="config_update_succesful_str">Configuración guardada correctamente.</string> <string name="config_update_succesful_str">Configuración guardada correctamente.</string>
<string name="config_update_fail_str">Configuración no ha podido guardarse..</string> <string name="config_update_fail_str">Configuración no ha podido guardarse..</string>

View File

@ -39,7 +39,9 @@
<string name="load_more_events_button_str">イベント読み込み</string> <string name="load_more_events_button_str">イベント読み込み</string>
<string name="empty_label_str">イベントがありません</string> <string name="empty_label_str">イベントがありません</string>
<string name="refresh_time_label_str">更新時間</string> <string name="refresh_time_label_str">更新時間</string>
<string name="set_as_filter_watcher_button_str">デフォルトのフィルタ</string> <string name="set_as_filter_watcher_button_str">Set this filter for notifications</string>
<string name="profile_label_str">Stored filters</string>
<string name="filter_options_label_str">Filter options</string>
<string name="config_update_succesful_str">設定を更新しました。</string> <string name="config_update_succesful_str">設定を更新しました。</string>
<string name="config_update_fail_str">設定の更新に失敗しました。</string> <string name="config_update_fail_str">設定の更新に失敗しました。</string>
<string name="please_set_preferences_str">Pandora FMS の API URL、ユーザ、パスワードを設定してください。</string> <string name="please_set_preferences_str">Pandora FMS の API URL、ユーザ、パスワードを設定してください。</string>

View File

@ -44,7 +44,7 @@
<string name="load_more_events_button_str">Load more events</string> <string name="load_more_events_button_str">Load more events</string>
<string name="empty_label_str">Empty list events</string> <string name="empty_label_str">Empty list events</string>
<string name="refresh_time_label_str">Refresh time</string> <string name="refresh_time_label_str">Refresh time</string>
<string name="set_as_filter_watcher_button_str">Set background check filter</string> <string name="set_as_filter_watcher_button_str">Set this filter for notifications</string>
<string name="validate_event_button_str">Validate Event</string> <string name="validate_event_button_str">Validate Event</string>
<string name="config_update_succesful_str">Update configuration successful.</string> <string name="config_update_succesful_str">Update configuration successful.</string>
<string name="config_update_fail_str">Update configuration failed.</string> <string name="config_update_fail_str">Update configuration failed.</string>
@ -110,7 +110,8 @@
<string name="options_not_saved">Options not saved.</string> <string name="options_not_saved">Options not saved.</string>
<string name="notification_error_parsing">There was an error retrieving data from server.</string> <string name="notification_error_parsing">There was an error retrieving data from server.</string>
<string name="save_profile_button_str">Save profile</string> <string name="save_profile_button_str">Save profile</string>
<string name="profile_label_str">Profile</string> <string name="profile_label_str">Stored filters</string>
<string name="filter_options_label_str">Filter options</string>
<string name="profile_name">Insert the profile\'s name</string> <string name="profile_name">Insert the profile\'s name</string>
<string name="profile_saved">Profile saved</string> <string name="profile_saved">Profile saved</string>
<string name="profile_already_exists">A profile with that name already exists.</string> <string name="profile_already_exists">A profile with that name already exists.</string>