#define STR_MP_ONE_TRACK_DETELED "IDS_MUSIC_POP_THIS_TRACK_WILL_BE_DELETED"
#define STR_MP_PLURAL_TRACKS_DETELED "IDS_MUSIC_POP_THE_SELECTED_TRACKS_WILL_BE_DELETED"
-#define STR_MP_ALL_TRACKS_DETELED "All tracks will be deleted."
+#define STR_MP_ALL_TRACKS_DETELED "IDS_MUSIC_POP_ALL_TRACKS_WILL_BE_DELETED"
#define STR_MP_ONE_ARTIST_DETELED "IDS_MUSIC_POP_THIS_ARTIST_WILL_BE_DELETED"
#define STR_MP_PLURAL_ARTISTS_DETELED "IDS_MUSIC_POP_THE_SELECTED_ARTISTS_WILL_BE_DELETED"
msgid "IDS_MUSIC_BODY_RECORDED_DATE"
msgstr "Date of recording"
+msgid "IDS_MUSIC_BODY_GENRE"
+msgstr "Gènere"
+
msgid "IDS_MUSIC_BODY_PLAYLISTS"
msgstr "Llistes de reproducció"
msgstr "S'esborraran tots els artistes"
msgid "IDS_MUSIC_POP_THIS_FOLDER_WILL_BE_DELETED"
-msgstr "S'esborrarà aquesta carpeta"
+msgstr "S'esborrarà aquesta carpeta."
msgid "IDS_MUSIC_POP_THE_SELECTED_FOLDERS_WILL_BE_DELETED"
msgstr "S'esborraran les carpetes seleccionades."
msgstr "S'esborraran %d artistes"
msgid "IDS_MUSIC_POP_PD_FOLDERS_WILL_BE_DELETED"
-msgstr "S'esborraran %d carpetes"
+msgstr "S'esborraran %d carpetes."
msgid "IDS_ST_POP_CONNECTION_FAILED"
msgstr "Error de connexió"
msgstr "Acceptar"
msgid "IDS_MUSIC_SK_CANCEL"
-msgstr "Cancel"
+msgstr "Cancel·lar"
msgid "IDS_MUSIC_BUTTON_REFRESH"
msgstr "Actualitzar"
msgid "IDS_MF_POP_MEMORY_FULL"
msgstr "Memòria plena"
+msgid "IDS_TPLATFORM_MBODY_STORAGE_LOCATION"
+msgstr "Ubicació d'emmagatzematge"
+msgid "IDS_MUSIC_OPT_REMOVE_M_PLAYLIST"
+msgstr "Eliminar"
msgid "IDS_MUSIC_MBODY_QUEUE"
msgstr "Cua"
}
DEBUG_TRACE("count,%d", count);
- popup = _mp_popup_create_min_style_popup(parent, GET_STR("IDS_MUSIC_BODY_ADD_TO_PLAYLIST"), count, NULL, _mp_popup_cancel_button_cb, ad);
+ popup = _mp_popup_create_min_style_popup(parent, GET_STR(STR_MP_ADD_TO_PLAYLIST), count, NULL, _mp_popup_cancel_button_cb, ad);
MP_CHECK_NULL(popup);
mp_popup_button_set(popup, MP_POPUP_BTN_1, STR_MP_CANCEL, MP_POPUP_NO);
mp_popup_button_set_add_to_palylist(popup, STR_MP_CREATE, MP_POPUP_YES);
Evas_Object *popup = NULL;
int count = -1;
- popup = _mp_popup_create_min_style_popup(parent, GET_STR("IDS_MUSIC_POP_THIS_TRACK_WILL_BE_DELETED"), count, NULL, _mp_popup_cancel_button_cb, ad);
+ popup = _mp_popup_create_min_style_popup(parent, GET_STR(STR_MP_ONE_TRACK_DETELED), count, NULL, _mp_popup_cancel_button_cb, ad);
MP_CHECK_NULL(popup);
- mp_popup_button_set(popup, MP_POPUP_BTN_1, "IDS_COM_POP_CANCEL", MP_POPUP_NO);
+ mp_popup_button_set(popup, MP_POPUP_BTN_1, STR_MP_CANCEL, MP_POPUP_NO);
mp_popup_button_set(popup, MP_POPUP_BTN_2, STR_MP_DELETE, MP_POPUP_YES);
return popup;